
.main,
.container > header {

	padding: 10px 15px;
	margin-top:20px;
}

*, *:after *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cbp_tmtimeline {
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
} 

/* The line */


/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 10%;
	padding-right: 100px;
	position: absolute;
}

.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
	padding-top:5px;
}

.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 0.9em;
	color: #bdd0db;
}

.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 22px;
	color: #8fab1d;
}

.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child {
	color: #8fab1d;
}

/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 11%;
	background: #8fab1d;
	color: #fff;
	padding: 10px 30px;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 0px;
}

/*.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel {
	background: #bad25a;
}*/
.cbp_tmtimeline > li .cbp_tmlabel h2 { 
	margin: 0px;
	padding: 0;
	font-size:16px;
	color:#fff;
	font-weight:400;
}

/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #8fab1d;
	border-width: 10px;
	top: 10px;
}
/*COLORES HISTORIA*/
/*-----01-----*/
.cbp_tmtimeline > li .cbp_tmlabel.color1 {
	background: #337f4a;
}
.cbp_tmtimeline > li .cbp_tmlabel.color1:after{
	border-right-color: #337f4a;
}
/*-----02-----*/
.cbp_tmtimeline > li .cbp_tmlabel.color2 {
	background: #bad25a;
}
.cbp_tmtimeline > li .cbp_tmlabel.color2:after{
	border-right-color: #bad25a;
}
/*-----03-----*/
.cbp_tmtimeline > li .cbp_tmlabel.color3 {
	background: #cd9827;
}
.cbp_tmtimeline > li .cbp_tmlabel.color3:after{
	border-right-color: #cd9827;
}
/*-----04-----*/
.cbp_tmtimeline > li .cbp_tmlabel.color4 {
	background: #b7cb6d;
}
.cbp_tmtimeline > li .cbp_tmlabel.color4:after{
	border-right-color: #b7cb6d;
}
/*-----05-----*/
.cbp_tmtimeline > li .cbp_tmlabel.color5 {
	background: #6d830f;
}
.cbp_tmtimeline > li .cbp_tmlabel.color5:after{
	border-right-color: #6d830f;
}

/*.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
	border-right-color: #bad25a;
}*/

/* The icons */

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #47a3da;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}
.cbp_tmtimeline > li .cbp_tmicon {
	font-family:'FontAwesome';
	width: 40px;
	height: 40px;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #8fab1d;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #bad25a;
	text-align: center;
	left:12%;
	top: 0;
	margin: 0 0 0 -25px;
}

.cbp_tmicon-flag:before {
	content: "\f017";
}

/* Example Media Queries */
@media screen and (max-width: 65.375em) {

	.cbp_tmtimeline > li .cbp_tmtime span:last-child {
		font-size: 1.5em;
	}
}

@media screen and (max-width: 47.2em) {
	.cbp_tmtimeline:before {
		display: none;
	}

	.cbp_tmtimeline > li .cbp_tmtime {
		width: 100%;
		position: relative;
		padding: 0 0 5px 0;
	}

	.cbp_tmtimeline > li .cbp_tmtime span {
		text-align: left;
	}

	.cbp_tmtimeline > li .cbp_tmlabel {
		margin: 0 0 10px 0;
		padding: 1em;
		font-weight: 400;
		font-size: 95%;
	}

	.cbp_tmtimeline > li .cbp_tmlabel:after {
		right: auto;
		left: 20px;
		border-right-color: transparent;
		border-bottom-color: #8fab1d;
		top: -20px;
	}

	.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after {
		border-right-color: transparent;
		border-bottom-color: #bad25a;
	}

	.cbp_tmtimeline > li .cbp_tmicon {
		position: relative;
		float: right;
		left: auto;
		margin: -55px 5px 0 0px;
	}	
}

