/* Table of Content
==================================================
#BASIC TYPOGRAPHY
#HEADER	
#MENU 
#FEATURED SLIDER 
#ABOUT US
#COUNTER
#SERVICE 
#PORTFOLIO
#TEAM
#TESTIMONIAL
#CLIENTS
#CONTACT US
#FOOTER
#RESPONSIVE STYLE
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/

body,
html {
	overflow-x:hidden;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 1.5;
	color: #1c1b1b;
}

ul {
	padding: 0;
	margin: 0;
}

ul li {
	/* list-style: disc; */
	font-size: 17px;
	/* line-height: 1.59; */
}

a { 
	text-decoration: none;
	color: #2f2f2f;  
}

a:hover,
a:focus {
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/*font-family: 'Montserrat', sans-serif;*/
	font-weight: 700;
	margin-top: 0;
}


h1 {
	font-size: 38px;
}

h2 {  
	font-size: 32px; 
	line-height: 1.13; 
}

h3 {  
	font-size: 26px;  
}

h4 {  
	font-size: 22px;  
}

h5 {  
	font-size: 20px;  
}

h6 {  
	font-size: 16px;
	font-weight: bold;  
}

img {
	border: none;
	max-width: 100%;
}

strong {
	font-weight: 500;
}

blockquote {
	background-color: #f8f8f8;
	border-radius: 0 4px 4px 0;
	padding: 5px 15px;
	
}

blockquote p {
	margin-top: 10px;
}

button {
	padding: 5px 15px;
	border: none;
}

button:focus {
	outline: none;
	/* border: none; */
}

.bold{
	font-weight: 900;
}

.h-blue{
	color: #0e4377;
    font-weight: 900;
}

.pt{
	padding-top: 3rem;
}

.px{
	padding-left: 3rem;
	padding-right: 3rem;
}

.mb{
	margin-bottom: 3rem;
}

.mr{
	margin-right: 3rem;
}

.ml{
	margin-left: 10px;
}

.mt{
	margin-top: 3rem;
}

.mb-title{
	margin-bottom: 5rem;
}

.mt-auto{
	margin-top: auto;
}

video{
	border-radius: 20px;
	margin-bottom: 2rem;
}

.img-round{
	border: 5px solid;
	border-radius: 50%;
	border-color: darkgray;
	margin-bottom: 10px;
}

.shadow-light{
	box-shadow: 0 0 10px #ddd;
}

.shadow-dark{
	box-shadow: 0 0 10px grey;
}

.shadow-dark-bottom{
	box-shadow: 10px 10px 10px grey;
}

.table-contact > tbody > tr:first-child > td{
	border: none;
}

.equal {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
}

.float-button{
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
.float-button img{
	margin-top: auto;
	max-width: 330px;
	height: auto;
	/* opacity: 0.7; */
}
.float-button span{
	position: absolute;
    left: 307px;
    color: rgba(200, 0, 0, 1);
	bottom: 71px;
	z-index: 9999;
}
.float-button span:hover{
	cursor: pointer;
}

div.image{
	position:relative;
    overflow:hidden;
    padding-bottom:100%;
}
div.image img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.overflow-title{
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	height: 60px; 
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow:ellipsis;
}
.overflow-content{
	display: block; /* Fallback for non-webkit */
	display: -webkit-box;
	height: 110px; 
	overflow: hidden;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow:ellipsis;
}

.color-blue{
	color: #337ab7;
}

.color-white{
	color: #fff;
}

/* // Example 2 */
@keyframes scroll_2 {
  0%   { transform: translateY(0); opacity: 1; }
  25%  { opacity: 1; }
  75%  { transform: translateY(.75em); opacity: 0; }
  100% { transform: translateY(0); opacity: 0; }
}

.scroll-icon__dot {
  display: block;
  position: absolute;
  left: 50%;
  background: #fff;
  height: .5em;
  width: .1em;
  top: .6em;
  margin-left: -.05em;
  /* border-radius: 50%; */
  transform-origin: top center;
  backface-visibility: hidden;
  animation: scroll_2 2s ease-out infinite;
}

/* // General icon style */
.scroll-icon {
  display: block;
  position: relative;
  height: 3em;
  width: 1.5em;
  border: .25em solid #fff;
  border-radius: 1em;
  margin-left: auto;
  margin-right: auto;
}

.container-scroll{
	top: initial!important;
    bottom: 20px;
}
.container-scroll p{
	color: #fff;
	margin-bottom: 0px!important;
}

.container-more{
	height: 557px;
	display: flex;
	align-items: center;
}

/* ========= BUTTON =========*/

.mu-primary-btn {
	background-color: transparent;
	border-radius: 100px;
	border: solid 1px #ffffff;
	color: #fff;
	display: inline-block;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 01px;
	padding: 12px 25px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.mu-primary-btn:hover,
.mu-primary-btn:focus {
	background-color: #fff;
	color: #000;
}
.mu-send-msg-btn {
	border-radius: 4px;
	border: 1px solid #888;
	background-color: transparent;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	text-align: center;
	padding: 14px 24px;
	margin-top: 10px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: 130px;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus {
	background-color: #fff;
}

.btn-round{
	border-radius: 20px;
	padding: 5px 20px;
}

/*--------------------*/
/* HEADER */
/*--------------------*/

#mu-header {
	display: inline;
	float: left;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 0 0 25px;
	z-index: 999;
	transition: all 0.5s;
}

.navbar-default .navbar-brand,
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #fff;
	font-size: 35px;
	font-family: 'Montserrat', sans-serif;
	margin-top: -5px;
}

.navbar-brand img{
	margin-top: -12px;
}

#mu-header.mu-fixed-nav{
	background-color: #fff;
	width: 100%;
	position: fixed;
	color: #000;
	/* padding: 0px 0 15px; */
}


#mu-header.mu-hollow-nav{
	background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255, 255, 255, 0.3));
	width: 100%;
	position: fixed;
	color: #000;
	/* padding: 0px 0 15px; */
}
/*--------------------*/
/* MENU */
/*--------------------*/

.navbar-default {
	min-height: auto;
}

.mu-navbar {
	background-color: transparent;
	border: none;
	border-radius: 0;
	margin-bottom: 0;
}

.mu-menu {
	padding-top: 20px;
}

.navbar-default .mu-menu li a {
	border-bottom: 2px solid transparent;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	padding: 0 0 5px;
	margin: 10px 15px 5px;
	transition: all 0.5s;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus,
.navbar-default .mu-menu li a.active {
	border-bottom: 2px solid #000;
	color: #000;
}

.dropdown-menu{
	background-color: rgba(255, 255, 255, 0.9);
}

.dropdown-menu>li>a:hover{
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover{
	background-color: transparent;
	color: #000;
}

.navbar-brand img{
	max-height: 90px;
	width: auto;
}

/*--------------------*/
/* FEATURED SLIDER */
/*--------------------*/

#mu-featured-slider{
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slider-area{
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slide {
	display: inline;
	float: left;
	width: 100%;
}

.mu-featured-slider-single {
	display: inline;
	float: left;
	position: relative;
	width: 100%;
	max-height: 100vh;
}

.mu-featured-slider-single::before{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
	right: 0;
	opacity: 0.92;
}

.mu-featured-slider-content {
	position: absolute;
	left: 20%;
	right: 20%;
	bottom: 0;
	top: 40%;
	text-align: center;
}

.mu-featured-slider-content h1 {
	color: #fff;
	font-size: 50px;
	margin-bottom: 20px;
}

.mu-featured-slider-content p {
	color: #fff;
	padding: 0 100px;
	margin-bottom: 20px;
}

.mu-featured-slider-content .mu-primary-btn{
	margin-top: 20px;
}

.slick-dotted.slick-slider{
	margin-bottom: 0;
}

.slick-dots {
	background-color: transparent;
	bottom: 40px;
}

.slick-dots li button:before{
	font-size: 0px;
}

.slick-dots li button {
	background-color: #fff;
	/* border-radius: 0px; */
	-webkit-transform: scale(1);
	        transform: scale(1);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	height: 3px;
	width: 18px;
	padding: 0px;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots li.slick-active button {
	-webkit-transform: scale(1.1);
	        transform: scale(1.1);
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


.slick-dots li button::before,
.slick-dots li.slick-active button::before {
	color: #fff;
	height: 18px;
	width: 18px;
}

.slick-disabled{
	display: none!important;
}

.slick-prev{
	z-index: 100;
}

.slick-next{
	z-index: 100;
}

button.slick-arrow{
	border-radius: 50px;
	background-color: rgba(51,122,183,0.5);
	/* background: #c0b7e3; */
}

button.slick-arrow:hover, button.slick-arrow:focus{
	/* background: #fff; */
	background-color: rgba(51,122,183,1);
}

 button.slick-prev{
	left: 0;
}
button.slick-next{
	right: 0;
} 

/*--------------------*/
/* Sekilas */
/*--------------------*/
#sekilas{
	display: inline;
	float: left;
	width: 100%;
	padding: 100px 20px;
	background-color: #fff;
}

/*--------------------*/
/* Berita */
/*--------------------*/
#berita{
	display: inline;
	float: left;
	width: 100%;
	padding: 100px 20px;
	background-color: #fff;
}

/*--------------------*/
/* Nilai */
/*--------------------*/
#nilai{
	/* background-image: url("assets/images/counter-bg.jpeg"); */
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	display: inline;
	float: left;
	width: 100%;
	padding: 100px 20px;
	background-color: #888;
	color: white;
}

/*--------------------*/
/* Title-page */
/*--------------------*/
#title-page{
	/* background-image: url("assets/images/counter-bg.jpeg"); */
	background-position: center;
	background-size: cover;
	display: inline;
	float: left;
	width: 100%;
	height: 100vh;
	/* padding-top: 300px;
	padding-bottom: 300px; */
	/* background-color: #888; */
	color: #ddd;
}

#title-page .container{
	width: 100%;
	top: 50%;
	position: absolute;
}

/*--------------------*/
/* Footer */
/*--------------------*/
#footer{
	display: inline;
	float: left;
	width: 100%;
	padding: 50px 20px;
	background-color: #337ab7;
	color: #fff;	
}

.fa-phone{
	transform: rotate(-90deg);
}

#footer p, #footer a{
	color: rgba(255, 255, 255, 0.8);
}

/* GOOGLE MAP */

#mu-google-map {
	display: inline;
	float: left;
	width: 100%;
}

#mu-google-map iframe{
    pointer-events: none;
}



/*--------------------*/
/* FOOTER */
/*--------------------*/


#mu-footer{
	display: inline;
	float: left;
	width: 100%;
	padding: 20px 20px;
	background-color: rgb(230, 230, 230);
}

.mu-footer-area a{
	font-weight: 600;
}


/*--------------------*/
/* RESPONSIVE STYLE */
/*--------------------*/

@media (max-width: 1199px) {
	
	.mu-featured-slider-content {
		left: 10%;
		right: 10%;
		bottom: 0;
		/* top: 25%; */
	}

	.navbar-default .navbar-brand,
	.navbar-default .navbar-brand:hover,
	.navbar-default .navbar-brand:focus {
		margin-top: -7px;
	}

	.navbar-brand img {
		width: 145px;
		margin-top: -10px;
	}

	.navbar-default .mu-menu li a {
		margin: 10px 12px 5px;
	}

	
}

@media (max-width: 991px) {
	
	.navbar-default .mu-menu li a {
		font-size: 14px;
		margin: 10px 5px;
	}	

	.mu-featured-slider-content h1 {
		font-size: 40px;
		margin-bottom: 10px;
	}	

	.mu-featured-slider-content p {
		padding: 0;
		margin-bottom: 0;
		font-size: 14px;
	}

	.mu-primary-btn {
		font-size: 14px;
		padding: 12px 22px;
	}

	.mu-about-content-single,
	.mu-single-counter {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.mu-simplefilter li{
		margin-bottom: 10px;
	}

	.mu-clients-content-single img{
		width: 100%;
	}

	.mu-contact-right {
		margin-top: 50px;
	}
	
	
}

@media (max-width: 767px) {
	.navbar-default .navbar-toggle {
		border-color: #000;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus{
		background-color: transparent;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		background-color: rgba(255,255,255,0.2);
		text-align: center;
	}

	.navbar-default .mu-menu li a {
		display: inline-block;
	}

	.mu-team-content .row > div {
		width: 49.5%;
		float: left;
	}

	.mu-testimonial-slide li {
		padding: 0 15px;
	}
	
	.navbar-brand{
		position: absolute;
		left: 50%;
		margin-left: -70px;
	}

	.navbar-brand img{
		max-height: 75px!important;
	}
}


@media (max-width: 640px){

	#mu-header.mu-fixed-nav {
		/* padding: 10px 0; */
	}
	
	.mu-featured-slider-content {
		left: 0;
		right: 0;
		bottom: 0;
		/* top: 30%; */
		padding: 20px 10px 0;
	}

	.mu-featured-slider-content h1 {
		font-size: 20px;
		margin-bottom: 5px;
	}

	.mu-featured-slider-content p {
		font-size: 12px;
	}

	.mu-primary-btn {
		font-size: 12px;
		padding: 10px 12px;
		margin-top: 15px;
	}

	.slick-dots {
		bottom: 15px;
	}
			

}


@media (max-width: 480px) {

	#mu-header {
		padding: 10px 0;
	}

	.navbar-default .navbar-brand, 
	.navbar-default .navbar-brand:hover, 
	.navbar-default .navbar-brand:focus {
		font-size: 25px;
		margin-top: 0px;
	}

	.navbar-toggle {
		padding: 7px 8px;
	}

	.navbar-toggle .icon-bar {
		width: 18px;
	}

	.mu-featured-slide .slick-dots {
		display: none !important;
	}

	h2{
		font-size: 25px;
	}

	.mu-heading-title {
		margin-bottom: 10px;
	}

	.mu-about-content-single h4 {
		margin-bottom: 18px;
	}

	.mu-simplefilter li {
		padding: 1rem 1.3rem;
		font-size: 14px;
	}

	.mu-team-social-info a {
		width: 35px;
		height: 35px;
		font-size: 16px;
		line-height: 35px;
	}

	.mu-contact-form button {
		width: 100%;
	}

	.filtr-item h4 {
		font-size: 14px;
	}
			
	.navbar-brand{
		margin-top: 7px;
		padding-top: 0px;
	}

	.navbar-brand img{
		max-height: 66px !important;
	}
}


@media (max-width: 360px){

	.mu-featured-slider-content {
		top: 49%;
	}

	.mu-featured-slider-content p,
	.mu-featured-slider-content .mu-primary-btn {
		display: none;
	}

	.mu-featured-slider-content h1 {
		font-size: 18px;
		margin-bottom: 0;
	}

	.mu-filter-item-content {
		padding-top: 25%;
		padding-left: 5px;
		padding-right: 5px;
	}

	.filtr-item h4 {
		font-size: 12px;
	}

	.mu-team-content .row > div {
		width: 100%;
	}

	.mu-simplefilter li {
		padding: 1rem 1rem;
		font-size: 12px;
	}
	
}



@media (max-width: 320px){
	
	
	
	
	
}

.carousel {
	position: relative;
  }
  
  .carousel:before,
  .carousel:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 100px;
	top: 0;
	height: 100%;
	pointer-events: none; /*makes the linkes behind clickable*/
  }
  
  /* .carousel:before {
	left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 1) 20px, rgba(0, 0, 0, 0));
  } */
  
  .carousel:after {
	right: 0;
	background: linear-gradient(to left, rgba(255, 255, 255, 1) 20px, rgba(0, 0, 0, 0));
  }

/* === card component ====== 
 * Variation of the panel component
 * version 2018.10.30
 * https://codepen.io/jstneg/pen/EVKYZj
 */
 .card{ background-color: #fff; border: 1px solid transparent; border-radius: 26px; }
 .card > .card-link{ color: #333; }
 .card > .card-link:hover{  text-decoration: none; }
 .card > .card-link .card-img img{ border-radius: 26px 26px 0 0; }
 .card .card-img{ position: relative; padding: 0; display: table; }
 .card .card-img .card-caption{
   position: absolute;
   right: 0;
   bottom: 16px;
   left: 0;
 }
 .card .card-body{ display: table; width: 100%; padding: 40px 30px; }
 .card .card-header{ border-radius: 26px 26px 0 0; padding: 8px; }
 .card .card-footer{ border-radius: 0 0 6px 6px; padding: 8px; }
 .card .card-left{ position: relative; float: left; padding: 0 0 8px 0; }
 .card .card-right{ position: relative; float: left; padding: 8px 0 0 0; }
 .card .card-body h1:first-child,
 .card .card-body h2:first-child,
 .card .card-body h3:first-child, 
 .card .card-body h4:first-child,
 .card .card-body .h1,
 .card .card-body .h2,
 .card .card-body .h3, 
 .card .card-body .h4{ margin-top: 0; }
 .card .card-body .heading{ display: block;  }
 .card .card-body .heading:last-child{ margin-bottom: 0; }
 .card h3{
	font-weight: 900;
 }
 
 .card .card-body .lead{ text-align: center; }
 
 @media( min-width: 768px ){
   .card .card-left{ float: left; padding: 0 8px 0 0; }
   .card .card-right{ float: left; padding: 0 0 0 8px; }
	 
   .card .card-4-8 .card-left{ width: 33.33333333%; }
   .card .card-4-8 .card-right{ width: 66.66666667%; }
 
   .card .card-5-7 .card-left{ width: 41.66666667%; }
   .card .card-5-7 .card-right{ width: 58.33333333%; }
   
   .card .card-6-6 .card-left{ width: 50%; }
   .card .card-6-6 .card-right{ width: 50%; }
   
   .card .card-7-5 .card-left{ width: 58.33333333%; }
   .card .card-7-5 .card-right{ width: 41.66666667%; }
   
   .card .card-8-4 .card-left{ width: 66.66666667%; }
   .card .card-8-4 .card-right{ width: 33.33333333%; }
 }
 
 /* -- default theme ------ */
 .card-default{ 
   /* border-color: #ddd; */
   background-color: #fff;
   margin-bottom: 24px;
 }
 .card-default > .card-header,
 .card-default > .card-footer{ color: #333; background-color: #ddd; }
 .card-default > .card-header{ border-bottom: 1px solid #ddd; padding: 8px; }
 .card-default > .card-footer{ border-top: 1px solid #ddd; padding: 8px; }
 .card-default > .card-body{  }
 .card-default > .card-img:first-child img{ border-radius: 26px 26px 0 0; }
 .card-default > .card-left{ padding-right: 4px; }
 .card-default > .card-right{ padding-left: 4px; }
 /* .card-default p:last-child{ margin-bottom: 0; } */
 .card-default .card-caption { color: #fff; text-align: center; text-transform: uppercase; }
 
 
 /* -- price theme ------ */
 .card-price{ border-color: #999; background-color: #ededed; margin-bottom: 24px; }
 .card-price > .card-heading,
 .card-price > .card-footer{ color: #333; background-color: #fdfdfd; }
 .card-price > .card-heading{ border-bottom: 1px solid #ddd; padding: 8px; }
 .card-price > .card-footer{ border-top: 1px solid #ddd; padding: 8px; }
 .card-price > .card-img:first-child img{ border-radius: 26px 26px 0 0; }
 .card-price > .card-left{ padding-right: 4px; }
 .card-price > .card-right{ padding-left: 4px; }
 .card-price .card-caption { color: #fff; text-align: center; text-transform: uppercase; }
 .card-price p:last-child{ margin-bottom: 0; }
 
 .card-price .price{ 
   text-align: center; 
   color: #337ab7; 
   font-size: 3em; 
   text-transform: uppercase;
   line-height: 0.7em; 
   margin: 24px 0 16px;
 }
 .card-price .price small{ font-size: 0.4em; color: #66a5da; }
 .card-price .details{ list-style: none; margin-bottom: 24px; padding: 0 18px; }
 .card-price .details li{ text-align: center; margin-bottom: 8px; }
 .card-price .buy-now{ text-transform: uppercase; }
 .card-price table .price{ font-size: 1.2em; font-weight: 700; text-align: left; }
 .card-price table .note{ color: #666; font-size: 0.8em; }

 /*==================================
    TIMELINE
==================================*/
/*-- GENERAL STYLES
------------------------------*/
.timeline {
	line-height: 1.4em;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
  }
  .timeline h1, .timeline h2, .timeline h3, .timeline h4, .timeline h5, .timeline h6 {
	line-height: inherit;
  }
  .timeline h2{
	  margin-top: 1px;
  }
  
  /*----- TIMELINE ITEM -----*/
  .timeline-item {
	padding-left: 40px;
	position: relative;
	margin-right: 10px;
  }
  .timeline-item:last-child {
	padding-bottom: 0;
  }
  
  /*----- TIMELINE INFO -----*/
  .timeline-info {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 3px;
	margin: 0 0 .5em 0;
	text-transform: uppercase;
	white-space: nowrap;
  }
  
  /*----- TIMELINE MARKER -----*/
  .timeline-marker {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15px;
  }
  .timeline-marker{
	display: none;
}
  .timeline-marker:before {
	background: #FF6B6B;
	border: 3px solid transparent;
	border-radius: 100%;
	content: "";
	display: block;
	height: 15px;
	position: absolute;
	top: 30%;
	left: 0;
	width: 15px;
	z-index: 100;
	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
  }
  .timeline-marker:after {
	content: "";
	width: 3px;
	background: #CCD5DB;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
  }
  .timeline-item:last-child .timeline-marker:after {
	/* content: none; */
	bottom: 70%;
  }
  .timeline-item:first-child .timeline-marker:after {
	/* content: none; */
	top: 30%;
  }
  
  .timeline-item:not(.period):hover .timeline-marker:before {
	/* background: transparent; */
	border: 3px solid #FF6B6B;
  }
  
  /*----- TIMELINE CONTENT -----*/
  .timeline-content {
	padding-bottom: 40px;
	margin-top: 5%;
  }
  .timeline-content p:last-child {
	margin-bottom: 0;
  }
  
  /*----- TIMELINE PERIOD -----*/
  .period {
	padding: 0;
  }
  .period .timeline-info {
	display: none;
  }
  .period .timeline-marker:before {
	background: transparent;
	content: "";
	width: 15px;
	height: auto;
	border: none;
	border-radius: 0;
	top: 0;
	bottom: 30px;
	position: absolute;
	border-top: 3px solid #CCD5DB;
	border-bottom: 3px solid #CCD5DB;
  }
  .period .timeline-marker:after {
	content: "";
	height: 32px;
	top: auto;
  }
  .period .timeline-content {
	padding: 40px 0 70px;
  }
  .period .timeline-title {
	margin: 0;
  }
  
  /*----------------------------------------------
	  MOD: TIMELINE SPLIT
  ----------------------------------------------*/
  @media (min-width: 768px) {
	.timeline-split .timeline, .timeline-centered .timeline {
	  display: table;
	}
	.timeline-split .timeline-item, .timeline-centered .timeline-item {
	  display: table-row;
	  padding: 0;
	}
	.timeline-split .timeline-info, .timeline-centered .timeline-info,
	.timeline-split .timeline-marker,
	.timeline-centered .timeline-marker,
	.timeline-split .timeline-content,
	.timeline-centered .timeline-content,
	.timeline-split .period .timeline-info,
	.timeline-centered .period .timeline-info {
	  display: table-cell;
	  vertical-align: top;
	}
	.timeline-split .timeline-marker, .timeline-centered .timeline-marker {
	  position: relative;
	}
	.timeline-split .timeline-content, .timeline-centered .timeline-content {
	  padding-left: 30px;
	}
	.timeline-split .timeline-info, .timeline-centered .timeline-info {
	  padding-right: 20px;
	}
	.timeline-split .period .timeline-title, .timeline-centered .period .timeline-title {
	  position: relative;
	  left: -45px;
	}
	
  }
  
  /*----------------------------------------------
	  MOD: TIMELINE CENTERED
  ----------------------------------------------*/
  @media (min-width: 992px) {
	.timeline-centered,
	.timeline-centered .timeline-item,
	.timeline-centered .timeline-info,
	.timeline-centered .timeline-marker,
	.timeline-centered .timeline-content {
	  display: block;
	  margin: 0;
	  padding: 0;
	}
	.timeline-centered .timeline-content{
		margin-top: 5%;
	}
	.timeline-centered .timeline-item {
	  padding-bottom: 40px;
	  padding-right: 20px;
	  overflow: hidden;
	}
	.timeline-centered .timeline-marker {
	  position: absolute;
	  left: 50%;
	  margin-left: -7.5px;
	}
	.timeline-centered .timeline-info,
	.timeline-centered .timeline-content {
	  width: 50%;
	}
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-info {
	  float: left;
	  text-align: right;
	  padding-right: 50px;
	}
	.timeline-centered > .timeline-item:nth-child(odd) .timeline-content {
	  float: right;
	  text-align: left;
	  padding-left: 60px;
	}
	.timeline-centered > .timeline-item:nth-child(even) .timeline-info {
	  float: right;
	  text-align: left;
	  padding-left: 60px;
	}
	.timeline-centered > .timeline-item:nth-child(even) .timeline-content {
	  float: left;
	  text-align: right;
	  padding-right: 50px;
	}
	.timeline-centered > .timeline-item.period .timeline-content {
	  float: none;
	  padding: 0;
	  width: 100%;
	  text-align: center;
	}
	.timeline-centered .timeline-item.period {
	  padding: 50px 0 90px;
	}
	.timeline-centered .period .timeline-marker:after {
	  height: 30px;
	  bottom: 0;
	  top: auto;
	}
	.timeline-centered .period .timeline-title {
	  left: auto;
	}
  }
  
  /*----------------------------------------------
	  MOD: MARKER OUTLINE
  ----------------------------------------------*/
  .marker-outline .timeline-marker:before {
	background: transparent;
	border-color: #FF6B6B;
  }
  .marker-outline .timeline-item:hover .timeline-marker:before {
	background: #FF6B6B;
  }