/* Enter Your Custom CSS Here */

.rasmini img {
	max-width: 350px;
}

body.page-id-1765 .wrapper,
body.page-id-1837 .wrapper,
body.page-id-1839 .wrapper {
    padding: 0;
}

.site-info {
	text-align: left;
  float: left;
}

.site-share {
	text-align: right;
  float: right;
}

.site-share a {
	color: #000;
}

.light {
	color: #fff;
}

.light a {
	color: #fff;
	border-bottom: 1px solid #fff;
}

.tree img {
  max-width: 80px;
	position: absolute;
}

.vc_btn3.vc_btn3-size-lg {
	font-size: 24px;
}

.cd-timeline-content {
	box-shadow: none;
  border: 0px solid #000;
}

.cd-timeline-img.cd-picture {
	background-color: #fff;
}

.cd-timeline-content p {
	margin: 40px 0;
}

.topbar {
	z-index: 2;
}

.cd-timeline-content::before {
	display: none;
}

#cd-timeline {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}

#cd-timeline::before {
		border-left: 2px dashed #fff;
  	width: 0;
}

@media only screen and (min-width: 1170px) {
  #cd-timeline::before {
		left: 0 !important;
  }
	.cd-timeline-content {
    width: 100%;
	}

	.cd-timeline-img {
    left: 0;
	}

	.cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: -15px;
    top: 0;
		color:#000;
	}

	.cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
    left: auto;
    right: 0;
		left: -15px;
    text-align: left;
	}

	.cd-timeline-block {
    margin: 1em 0;
	}
}