@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body, html, body *{
	font-family: 'Roboto', sans-serif;
}
.logo_holder{
	float: left;
}
.side_header{
	float: right;
	right: 0;
}
h2:after{
	left: 50%;
	margin-left: -25px;
}
.viewBtns{
	margin-right:15px;
} 
.viewBtns span:after{
	left:50%; margin-left:-20.5px;
}
.viewBtns:hover span:after{
	left:52%;
}
.eachYear:after{left:50%; border-left:1px solid #ab523c;}
.monthBlock{
	float: left;
}
.monthBlock:nth-child(2n){
	float: right;
}
.monthBlock:nth-child(2n) .monthDate{
	text-align: left;
}
.monthBlock:nth-child(2n+1) .monthDate{
	text-align: right;
}
.monthDate:after{
	left: 100%;
	margin-left: 2px;
}
.monthBlock:nth-child(2n) .monthDate:after{
	left: inherit;
	right: 100%;
	margin-left: 0;
}
.timeline_main .listing_date:after{
	left: 50%;
}
#toggle {
    margin: 10px 10px 0 0;
    float: left;
}
#toggle span:after,
#toggle span:before {
  left: 0;
}
.languages_main li:after{
	float: right;
}
.menu_main {
    left: 0;
    -webkit-transform: translate(-300px, 0);
    -moz-transform: translate(-300px, 0);
    transform: translate(-300px, 0);
}
.centered_block{
	margin-left: auto;
	margin-right: auto;
	float: none;
}
