.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 100%;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline-index {
  position: relative;
  margin:0;
  padding:0;
}
#cd-timeline-index::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: 0;
  left: 36px;
  height: 96%;
  width: 2px;
  background: #eeeeee;
}
@media only screen and (min-width: 1170px) {
  
  #cd-timeline-index::before {
    left: 50%;
    margin-left: 0px;
  }
}

.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin: 2em 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}

.indexEtkinlikler .cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 75px;
  height: 75px;
-webkit-transform: translateZ(0);
-webkit-backface-visibility: hidden;
-webkit-box-shadow: 0px 0px 0px 6px #fff,0px 0px 0px 12px #eee;
box-shadow: 0px 0px 0px 6px #fff,0px 0px 0px 12px #eee;
}
.indexEtkinlikler .cd-timeline-img img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.indexEtkinlikler .cd-timeline-img.cd-picture {
  background: #4d545c;
  padding: 5px 10px;
  color:#fff;  
  text-align: center;
  font-weight:bold;
}
.indexEtkinlikler .cd-timeline-img.cd-movie {
  background: #c03b44;
}
.indexEtkinlikler .cd-timeline-img.cd-location {
  background: #f0ca45;
}
@media only screen and (min-width: 1170px) {
.indexEtkinlikler  .cd-timeline-img {
    width: 75px;
    height:75px;
    left: 47%;
   /* margin-left: -20px; */
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
	-webkit-box-shadow: 0px 0px 0px 6px #fff,0px 0px 0px 12px #eee;
	box-shadow: 0px 0px 0px 6px #fff,0px 0px 0px 12px #eee;
  }
  .cssanimations .indexEtkinlikler .cd-timeline-img.is-hidden {
    visibility: hidden;
  }
  .cssanimations .indexEtkinlikler .cd-timeline-img.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    -moz-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}

@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -moz-transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -moz-transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
.indexEtkinlikler .cd-timeline-content {
  position: relative;
  margin-left: 81px;
  background: #f4f3f3;
  border-radius: 0.25em;
  padding: 1em;
  box-shadow: 0 3px 0 #dac594;
}
.indexEtkinlikler .cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.indexEtkinlikler .cd-timeline-content h2 {
  color: #303e49;
}
.indexEtkinlikler .cd-timeline-content p, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  font-size: 16px;
}
.indexEtkinlikler .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
  display: inline-block;
}
.indexEtkinlikler .cd-timeline-content p {
  line-height: 1.6;
}
.indexEtkinlikler .cd-timeline-content .cd-read-more {
  float: right;
  padding: .8em 1em;
  background: #acb7c0;
  color: white;
  border-radius: 0.25em;
}
.no-touch .indexEtkinlikler .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.indexEtkinlikler .cd-timeline-content .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7;
}

@media(max-width:1170px) {
.indexEtkinlikler .cd-timeline-block:nth-child(even) .cd-timeline-content::before ,.indexEtkinlikler .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
 	display:none;
}

.indexEtkinlikler .cd-timeline-block .cd-timeline-content .icon-pencil {
	width: 35px;
	height: 35px;
	background: #4d545c;
	bottom: 4px;
	left: 3%;
	border-radius: 20px;
	position: absolute;
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 4px #fff,0px 0px 0px 8px #eee;
	box-shadow: 0px 0px 0px 4px #fff,0px 0px 0px 8px #eee;
	padding: 7px 12px;
}

 .indexEtkinlikler  .cd-timeline-content .info {
	margin-top: 25px;
	font-size: 13px;
	margin-left: 65px;
}
}
@media only screen and (min-width: 768px) {
 .indexEtkinlikler .cd-timeline-content h2 {
    font-size: 20px;
  }
 .indexEtkinlikler .cd-timeline-content p {
    font-size: 24px;
  }
.indexEtkinlikler  .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
    font-size: 24px;
  }
}
@media only screen and (min-width: 1170px) {
 .indexEtkinlikler .cd-timeline-content {
    margin-left: 0;
    padding: 1.6em;
    width: 45%;
  }
  
  .indexEtkinlikler  .cd-timeline-block:nth-child(even) .cd-timeline-content h2 a {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	float: left;
	color: #4d545c;
}

.indexEtkinlikler  .cd-timeline-content h2 a {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	float: right;
	color: #4d545c;
}
.indexEtkinlikler  .cd-timeline-content::before {
	border-color: transparent;
	top: 58%;
	left: 110%;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	background-color: #ddd;
	z-index: 2;
}
.indexEtkinlikler .cd-timeline-block .info::after {
	content: "";
	position: absolute;
	background-color: #eee;
	z-index: 1;
	top: 102%;
	left: 96%;
	height: 3px;
	width: 78px;
}

.indexEtkinlikler .cd-timeline-block:nth-child(even) .info::after {
	content: "";
	position: absolute;
	background-color: #eee;
	z-index: 1;
	top: 92%;
	left: -11%;
	height: 3px;
	width: 79px;
}

.indexEtkinlikler .cd-timeline-content .icon-pencil {
	width: 35px;
	height: 35px;
	background: #4d545c;
	bottom: -28px;
	left: 88%;
	border-radius: 20px;
	position: absolute;
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 4px #fff,0px 0px 0px 8px #eee;
	box-shadow: 0px 0px 0px 4px #fff,0px 0px 0px 8px #eee;
	padding: 7px 12px;
}

.indexEtkinlikler .cd-timeline-block:nth-child(even) .cd-timeline-content .icon-pencil {
	width: 35px;
	height: 35px;
	background: #4d545c;
	bottom: 11px;
	left: 6%;
	border-radius: 20px;
	position: absolute;
	color: #fff;
	-webkit-box-shadow: 0px 0px 0px 4px #fff,0px 0px 0px 8px #eee;
	box-shadow: 0px 0px 0px 4px #fff,0px 0px 0px 8px #eee;
	padding: 7px 12px;
}

.indexEtkinlikler  .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
    border-color: transparent;
	top: 58%;
	left: -12%;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	background-color: #ddd;
	z-index: 2;
  }
  
  .indexEtkinlikler .cd-timeline-block:nth-child(even) .cd-timeline-content::after {
	content: "";
	position: absolute;
	top: 59.5%;
	left: -10%;
	height: 3px;
	width: 75px;
	background-color: #eee;
	z-index: 1;
}

 .indexEtkinlikler .cd-timeline-content::after {
	content: "";
	position: absolute;
	top: 60%;
	left: 95%;
	height: 3px;
	width: 77px;
	background-color: #eee;
	z-index: 1;
}

.indexEtkinlikler .cd-timeline-block:nth-child(even) .cd-timeline-content .info {
	margin-top: 25px;
	font-size: 13px;
	margin-left: 15%;
	float:left;
}

 .indexEtkinlikler  .cd-timeline-content .info {
	margin-top: 25px;
	font-size: 13px;
	float:right;
}


  

  }
  
 
.indexEtkinlikler  .cd-timeline-content .cd-read-more {
    float: left;
  }
.indexEtkinlikler  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -15px;
    font-size: 30px;
  }
 
 @media(max-width:1170px) {
.indexEtkinlikler  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: left;
  }
 }
  @media(min-width:1170px) {
 .indexEtkinlikler  .cd-timeline-block:nth-child(even) .cd-timeline-content {
    float: right;
  }
  }

 
 
 .indexEtkinlikler .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-read-more {
    float: right;
  }
.indexEtkinlikler  .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .indexEtkinlikler .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .indexEtkinlikler .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    -moz-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
  
  .indexEtkinlikler .cd-timeline-block .cd-timeline-content::before {
  	content: '';
	position: absolute;
	top: 58%;
	/* right: 100%; */
	height: 0;
	left: 110%;
	width: 0;
	border: 7px solid transparent;
}
}

@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on even content blocks */
  .cssanimations .indexEtkinlikler .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    -moz-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    -o-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }

  100% {
    -moz-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -ms-transform: translateX(100px);
    -o-transform: translateX(100px);
    transform: translateX(100px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    -o-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

.indexEtkinlikler .timeline-icon{
	font-size: 20px;
	left: 10px;
	position: relative;
	top: 10px;
	color: #fff;	
}

.indexEtkinlikler .day {
	font-size:27px;
}



.indexEtkinlikler  .cd-timeline-content h2 a {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 25px;
	color: #4d545c;
}

.indexEtkinlikler .cd-timeline-content img {
	border-radius: 4px;
	border: 3px solid #eeeeee;
}

.indexEtkinlikler .cd-timeline-content {
	background: transparent;
	box-shadow: none;
}

.indexEtkinlikler .loadmore:hover {
color: #fff;
}
@media (min-width: 1170px) {
	.indexEtkinlikler .loadmore {
	height: 54px;
	width: 54px;
	border-radius: 27px;
	background-color: #4d545c;
	font-weight: 700;
	font-size: 12px;
	position: absolute;
	bottom: -2%;
	left: 48%;
	display: block;
	color: #fff;
	text-align: center;
	padding-top: 18px;
}
}

.indexEtkinlikler .cd-timeline-block:hover .cd-picture {
	background:#32cdcf;
}

.indexEtkinlikler .cd-picture {
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}