

/************************************/
/************* Preloader ***********/
#loader-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
}

#loader {
	display: block;
	position: relative;
	left: 50%;
	top: 50%;
	width: 150px;
	height: 150px;
	margin: -75px 0 0 -75px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #3498db;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	z-index: 1001;
}

#loader:before {
	content: "";
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	bottom: 5px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #e74c3c;
	-webkit-animation: spin 3s linear infinite;
	animation: spin 3s linear infinite;
}

#loader:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 15px;
	right: 15px;
	bottom: 15px;
	border-radius: 50%;
	border: 3px solid transparent;
	border-top-color: #f9c922;
	-webkit-animation: spin 1.5s linear infinite;
	animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

#loader-wrapper .loader-section {
	position: fixed;
	top: 0;
	width: 51%;
	height: 100%;
	background: #111;
	z-index: 1000;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

#loader-wrapper .loader-section.section-left {
	left: 0;
}

#loader-wrapper .loader-section.section-right {
	right: 0;
}

/* Loaded */

.loaded #loader-wrapper .loader-section.section-left {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
	visibility: hidden;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: all 0.3s 1s ease-out;
	transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */

.no-js #loader-wrapper {
	display: none;
}

.no-js h1 {
	color: #222222;
}

#content {
	margin: 0 auto;
	padding-bottom: 50px;
	width: 80%;
	max-width: 978px;
}

/**********************************/
/******** Timeline Styling ********/



#blog_gepard_timeline .container-fluid {
	max-width: 1200px;
	width: 100%;
	position: absolute;
	margin: auto;
	margin-bottom: 80px;
	padding-left: 15px;
	padding-right: 15px;
}

#blog_gepard_timeline .timeline_title {
	padding: 60px 0;
	text-align: center;
	color: #3b3b3b;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
}

#blog_gepard_timeline .timeline-bar {
	content: "";
	position: absolute;
	height: 100%;
	left: 50%;
	top: 2px;
	width: 4px;
	background: rgba(0, 0, 0, 0);
	margin-left: -2px;
	background: #b3df28;
}

#blog_gepard_timeline .timeline_wrap {
	position: absolute;
	display: none;
}

#blog_gepard_timeline .left_timeline {
	width: 48%;
	left: 2%;
	padding-right: 60px;
}

.left_shape {
	position: absolute;
	right: -8px;
	top: 16px;
}
.right_shape {
	position: absolute;
	left: -8px;
	top: 16px;
}

#blog_gepard_timeline .right_timeline {
	width: 48%;
	left: 50%;
	padding-left: 60px;
}



/********* Shape ********/

#blog_gepard_timeline .badge_shape {
	position: relative;
	float: left;
	top: 0px;
	color: #97bf0d;
	width: 100%;
	text-align: center;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

#blog_gepard_timeline .badge_shape:before {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	border: 4px solid #97bf0d;
	left: 50%;
	top: 50%;
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: rotate(45deg) translate(-50%, -50%);
	transform: rotate(45deg) translate(-50%, -50%);
	border-radius: 50%;
	background: #fff;
}

#blog_gepard_timeline .badge_shape h1,
#blog_gepard_timeline .badge_shape h5 {
	margin: 0;
	text-transform: uppercase;
}

#blog_gepard_timeline .badge_shape h1 {
	font-weight: 700;
	font-size: 14px;
	width: 62px;
	line-height: 19px;
	position: relative;
	background-color: #97bf0d;
	color: #ffffff;
	text-align: center;
	margin: -2px 2px -5px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}

#blog_gepard_timeline .badge_shape h1:before,
#blog_gepard_timeline .badge_shape h1:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	top: 4px;
	border-width: 9px 5px;
	border-style: solid;
}

#blog_gepard_timeline .badge_shape h1:before {
	left: -10px;
	border-color: #97bf0d #97bf0d #97bf0d transparent;
}

#blog_gepard_timeline .badge_shape h1:after {
	right: -10px;
	border-color: #97bf0d transparent #97bf0d #97bf0d;
}

#blog_gepard_timeline .badge_shape h6 {
	margin: 0;
	display: inline-block;
	position: relative;
	top: 7px;
	font-size: 13px;
}

#blog_gepard_timeline .badge_shape h6:before,
#blog_gepard_timeline .badge_shape h6:after {
	position: absolute;
	height: 1px;
	content: '';
	background: #97bf0d;
	width: 8px;
	top: 50%;
}

#blog_gepard_timeline .badge_shape h6:before {
	left: -10px;
}

#blog_gepard_timeline .badge_shape h6:after {
	right: -10px;
}

/*******************************/
/****** Styling Content ********/

#blog_gepard_timeline .left_timeline .time_line-content {
	/*   -webkit-box-shadow: 2px 2px 10px 1px rgba(220, 220, 220, 0.93);
	   -moz-box-shadow: 2px 2px 10px 1px rgba(220, 220, 220, 0.93);
	   box-shadow: 2px 2px 10px 1px rgba(220, 220, 220, 0.93);*/
}

#blog_gepard_timeline .right_timeline .time_line-content {
	/*  -webkit-box-shadow: -2px 2px 10px 1px rgba(220, 220, 220, 0.93);
	   -moz-box-shadow: -2px 2px 10px 1px rgba(220, 220, 220, 0.93);
	   box-shadow: -2px 2px 10px 1px rgba(220, 220, 220, 0.93);*/
}

#blog_gepard_timeline .left_timeline .time_line-content:after {
	content: "";
	position: absolute;
	top: 8px;
	right: 44px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 0 20px 20px;
	border-color: transparent transparent transparent #fff;
}

#blog_gepard_timeline .right_timeline .time_line-content:before {
	content: "";
	position: absolute;
	top: 8px;
	left: 44px;
	width: 0;
	height: 0;
	z-index: 10;
	border-style: solid;
	border-width: 20px 20px 20px 0;
	border-color: transparent #fff transparent transparent;
}

#blog_gepard_timeline .time_line_paragraph {
	background: #ffffff;
	padding: 11px;
	width: 100%;
	overflow: hidden;
}

#blog_gepard_timeline .time_line_Scrollbar {
	height: 300px;
	padding-bottom: 25px;
}

#blog_gepard_timeline .time_line_paragraph h1 {
	text-align: left;
	margin: 0;
	font-size: 22px;
	line-height: 30px;
	color: #333;
	padding: 10px 20px;
	font-weight: bold;
}

#blog_gepard_timeline .time_line_paragraph p {
	padding: 0px 20px 20px 20px;
	text-align: left;
	margin: 0;
	font-size: 15px;
	line-height: 2em;
	color: #333;
	opacity: 0.6;
}

#blog_gepard_timeline .time_line_paragraph .timeline_info {
	padding: 0 20px 20px 20px;
}

#blog_gepard_timeline .time_line_paragraph .timeline_info .fa {
	color: #97bf0d;
}

#blog_gepard_timeline .time_line_paragraph .timeline_info a {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 10px;
	color: #97bf0d;
	text-decoration: none;
	font-size: 12px;
	font-weight: 600;
}

#blog_gepard_timeline .time_line_paragraph img {
	max-width: 100%;
	padding: 20px;
}

#blog_gepard_timeline .time_line_paragraph img.fullwidth {
	padding: 0;
}

.mCSB_scrollTools {
	margin: 10px 5px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #97bf0d;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background-color: #30a0c3;
}

/**************************************/
/*********** Dark-Light Theme **************/
#blog_gepard_timeline.dark-light-theme {
	background: #111;
}
#blog_gepard_timeline.dark-light-theme .timeline_title {
	color: #f4f4f4;
}
#blog_gepard_timeline.dark-light-theme .time_line-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#blog_gepard_timeline.dark-light-theme .badge_shape:before {
	background: #111;
}

#blog_gepard_timeline.dark-light-theme .badge_shape h1 {
	border-top: 1px solid #111;
	border-bottom: 1px solid #111;
}

/**************************************/
/*********** Dark Theme **************/
#blog_gepard_timeline.dark-theme {
	background: #000;
}

#blog_gepard_timeline.dark-theme .left_timeline .time_line-content:after {
	border-color: transparent transparent transparent #111;
}
#blog_gepard_timeline.dark-theme .right_timeline .time_line-content:before {
	border-color: transparent #111 transparent transparent;
}

#blog_gepard_timeline.dark-theme .badge_shape:before {
	background: #000;
}

#blog_gepard_timeline.dark-theme .badge_shape h1 {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
#blog_gepard_timeline.dark-theme .time_line_paragraph {
	background: #111;
	border: 1px solid #222;
}
#blog_gepard_timeline.dark-theme .timeline_title {
	color: #f4f4f4;
}
#blog_gepard_timeline.dark-theme .time_line_paragraph h1 {
	color: #eee;
}
#blog_gepard_timeline.dark-theme .time_line_paragraph p {
	color: #ccc;
}
#blog_gepard_timeline.dark-theme .time_line-content {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*****************************/
/******* NiceScroll   ********/
.nicescroll-rails {
	width: 8px !important;
}

.nicescroll-rails div {
	width: 8px !important;
	border-radius: 2px !important;
	background-color: #34495e!important;
}

/**************************************/
/********* Responsive Part ***********/

@media (max-width: 970px) {
	#blog_gepard_timeline .timeline-bar {
		left: 50px;
	}
	#blog_gepard_timeline .left_timeline,
	#blog_gepard_timeline .right_timeline {
		width: 87%;
	}
	#blog_gepard_timeline .right_timeline {
		left: 95px;
		padding-left: 5px;
	}
	#blog_gepard_timeline .left_shape {
		left: -53px;
		right: auto !important;
	}
	#blog_gepard_timeline .right_shape {
		left: -53px!important;
	}
	#blog_gepard_timeline .right_timeline .time_line-content:before {
		left: -8px;
	}
}


@media (max-width: 768px) {
	#blog_gepard_timeline .left_timeline,
	#blog_gepard_timeline .right_timeline {
		width: 84% !important;
	}
}


@media (max-width: 480px) {
	#blog_gepard_timeline .timeline-bar {
		left: 36px;
	}
	#blog_gepard_timeline .left_timeline,
	#blog_gepard_timeline .right_timeline {
		width: 75% !important;
	}
	#blog_gepard_timeline .time_line_paragraph {
		padding: 0;
	}
	#blog_gepard_timeline .right_timeline {
		left: 70px;
		padding-left: 5px;
	}
	#blog_gepard_timeline .left_shape {
		left: -42px;
		right: auto !important;
	}
	#blog_gepard_timeline .right_shape {
		left: -42px!important;
	}
	#blog_gepard_timeline .right_timeline .time_line-content:before {
		display: none;
	}
}
