/*--
font-family: 'Open Sans', sans-serif;
--*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:100,200,300,400,600,700,800');


.subContainer
{
	padding-bottom:0;
	text-align: center;
}
.historySub{
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
}
.historySub > li{
   border: 1px solid #ccc;
   background-color:#fff;
    color: #464444;
	float:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    margin: 0 0 25px;
    padding: 14px 10px;
}
/*.historySub > li:last-child{
	margin-bottom:0;
}*/
.historyList > li:nth-child(3n+1) > .historySub > li{
	float:right;
	border-right:none;	
	text-align:right;
}
.historyList{
	 list-style-type: none;
    margin: 0 auto;
    padding: 80px 0 0;
    position: relative;
    width: 999px;
}

.historyList > li{
    color: #000;
    font-size: 18px;
    margin-bottom: 100px;
    position: relative;
    width: 50%;
	display:inline-block;
}
.historyList > li:last-child, .historyList > li:nth-last-child(2){
	margin-bottom:0;	
}

.historyList > li:nth-child(3n+1){
	float:left;	
}
.historyList > li:nth-child(3n+2){
	float:right;	
}
.historyList > li > .yearText{
	display:inline-block;
	padding:3px 5px;
	color:#fff;
	font-size:80px;
	background-color:#e5e3e3;
	font-family: 'montserratregular';
	position:relative;
	top:78px;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
}
.historyList > li > .yearText.Active{
	background-color:#209fc5;
	/*transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;*/
}
.innerHistory:before{
	content:"";
	display:inline-block;
	width:1px;
	background-color:#ccc;
	height:100%;
	position:absolute;
	left:50%;
	top:0;	
}
.innerHistory{
	width:999px;
	margin:21px auto 0;
	position:relative;
	display: inline-block;
}
