	.timeline {
    position: absolute;
    top:0;left:0;
    margin: 0 auto;
    padding: 2% 1%;
	max-width:250px;
}
	.timeright:after {
    left: -12px;
}
.containertime:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -13px;
    background-color: white;
    border: 4px solid #FF9F55;
    top: 19px;
    border-radius: 50%;
    z-index: 1;
}
.timecontent {
    padding: 0;
    background-color: #cccccc;
    position: relative;
    border-radius: 6px;
	height:auto !important;
}
	.timeright {
    left: 42px;
}
.timecontent label{padding:5px;    width: 100%;
    height: 100%;}

.containertime {
    padding: 10px 45px;
    position: relative;
    background-color: inherit;
	height:auto !important;
   
}
.timeline:after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: white;
    top: 0;
    bottom: 0;
    left: 50px;
    margin-left: -3px;
}
@media (max-width:720px){
	.timecontent{    border: 1px solid #000;}
	.timeline:after {left:12px;background-color: black;}
	.timeline { position: relative;}
	.timecontent label {
    padding: 3px;
}
.timeright {
    left: 10px;
}
}
figcaption {
  padding: 0.5em;
  border: thin silver solid;
  border-bottom: none;
  background:#000;
  color:#fff;
 
}

.projectcarousel {
    position: relative;
    /*box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 26px;*/
}

.projectcarousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.projectcarousel .projectcarousel-open:checked + .projectcarousel-item {
    position: static;
    opacity: 100;
}


.projectcarousel .projectcarousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.projectcarousel .projectcarousel-item img {
    display: block;
    height: auto;
    max-width: 100%;
	margin:auto;
	width:100%
}

.projectcarousel .projectcarousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.projectcarousel .projectcarousel-control.prev {
    left: 2%;
}

.projectcarousel .projectcarousel-control.next {
    right: 2%;
}

.projectcarousel .projectcarousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}
.projectcarousel .projectcarousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.projectcarousel .projectcarousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.projectcarousel .projectcarousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.projectcarousel .projectcarousel-bullet:hover {
    color: #aaaaaa;
}	