

/*timeline*/




.timeline {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    width: 100%;
}

.timeline:before {
    background-color: #C7CBD6;
    bottom: 0px;
    content: "";
    left: 50%;
    position: absolute;
    top: 0;
    width: 2px;
    z-index: 0;
}

h3.timeline-title {
    margin: 0;
    color: #C8CCD7;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}

.t-info {
    color: #C8CCD7;
	font-size:12px !important;
}


.timeline-item {
    display: table-row;
}

.timeline-desk {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.timeline-desk h1 {
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 5px;
	margin-top:0px !important;
}
.timeline-desk h4,
.timeline-desk table {
    font-size: 12px;
    margin: 0px;
	color: #666;
	margin-top:0px !important;
}

.timeline-desk .panel {
    display: block;
    margin-left: 25px;
    position: relative;
    text-align: left;
    background: #F4F4F4;
	width:100%;
}

.timeline-desk .divtable {
    display:table;
	width:100%;
}
.timeline-desk .divrow {
    display:table-row;
}
	
.timeline-item .timeline-desk .arrow {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    left: -7px;
    position: absolute;
    top: 13px;
    width: 0;
}
.timeline-item .timeline-desk .arrow {
    border-right: 8px solid #F4F4F4 !important;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    display: block;
    height: 0;
    right: -7px;
    position: absolute;
    top: 13px;
    width: 0;
    left: auto;
}

.timeline-item.alt .timeline-desk .arrow-alt {
    border-left: 8px solid #F4F4F4 !important;
}

.timeline .timeline-icon {
    left: -33px;
    position: absolute;
    top: 50%;
	margin-top:-10px;
}




.timeline-item.alt .timeline-img {
	width:60px;
	margin-left:0px;
	margin-right:10px;
}
.timeline-item .timeline-img {
	width:60px;
	margin-left:10px;
	margin-right:0px;
}

.timeline .timeline-imgdiv {
	vertical-align:middle;
	display:table-cell;
}
.timeline .timeline-div {
	display:table-cell;
	width:100%;
	text-align:center;
	color: #666;
	font-size:12px;
}
.timeline .timeline-div table{
	text-align:center;
	color: #666;
	font-size:12px;	
}
.timeline .timeline-div p {
	width:100%;
}





.timeline .timeline-icon {
    background: #C7CBD6;
    box-shadow: 0 0 0 3px #C7CBD6;
}

.timeline-desk span a {
    text-transform: uppercase;
}

.timeline-desk h1.red, .timeline-desk span a.red {
    color: #EF6F66;
}

.timeline-desk h1.green, .timeline-desk span a.green  {
    color: #39B6AE;
}
.timeline-desk h1.blue, .timeline-desk span a.blue {
    color: #56C9F5;
}
.timeline-desk h1.purple, .timeline-desk span a.purple {
    color: #8074C6;
}
.timeline-desk h1.light-green, .timeline-desk span a.light-green {
    color: #A8D76F;
}

.timeline .timeline-icon.red {
    background: #EF6F66;
    box-shadow: 0 0 0 3px #EF6F66;
}

.timeline .timeline-icon.green {
    background: #39B6AE;
    box-shadow: 0 0 0 3px #39B6AE;
}

.timeline .timeline-icon.blue {
    background: #56C9F5;
    box-shadow: 0 0 0 3px #56C9F5;
}

.timeline .timeline-icon.purple {
    background: #8074C6;
    box-shadow: 0 0 0 3px #8074C6;
}

.timeline .timeline-icon.light-green {
    background: #A8D76F;
    box-shadow: 0 0 0 3px #A8D76F;
}

.timeline .timeline-icon {
    border: 3px solid #FFFFFF;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
    height: 12px;
    width: 12px;
}

.timeline-item.alt .timeline-icon {
    left: auto;
    right: -37px;
}

.timeline .time-icon:before {
    font-size: 16px;
    margin-top: 5px;
}
.timeline .timeline-date {
    left: -200px;
    position: absolute;
    text-align: right;
    top: 12px;
    width: 150px;
}

.timeline-desk h5 span {
    color: #999999;
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}


.timeline-item.alt:before {
    display: none;
}

.timeline-desk p {
    font-size: 12px !important;
    margin-bottom: 0;
}

.timeline-desk a {
    color: #EF6F66;
}

.timeline-desk .panel {
    margin-bottom: 5px;
}

.timeline-desk .album {
    margin-top: 20px;
}

.timeline-desk .album a {
    margin-right: 5px;
    float: left;
}

.timeline-desk .notification {
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 20px;
    padding: 8px;
}


.timeline-item.alt .panel {
    margin-left: -25px;
    margin-right: 25px;
}

.timeline-item.alt .timeline-date {
    left: auto;
    right: -200px;
    text-align: left;
}

.mbot30 {
    margin-bottom: 30px;
}






@media (min-width: 768px) {
		
	.timeline-item:before, .timeline-item.alt:after {
		content: "";
		display: block;
		width: 50%;
	}
	

}



@media (max-width: 767px) {

	.blockUI {
		border:none !important;
	}
	

	
	.timeline:before {
		display:none;
	}
	.timeline-item{
		display:inline-block;
		width:100%;
	}
	
	.timeline-desk .panel {
    	margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.timeline-item.alt .panel {
		margin-left: 0px !important;
    	margin-right: 0px !important;
	}
	.timeline .timeline-icon{
		display:none;
	}
	
}
