html,body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	color: #000;
	font-size: 12px;
}

.clear {
	clear: both;
}

#timeline h2,
#timeline h3,
#timeline p,
#timeline a {
	font-family: "Museo Sans",Arial,Helvetica,sans-serif !important;
}

#timeline-container {
	height: 800px;
}

#timeline div.content-container a {
	color: #000;
	text-decoration: underline;
	font-style: italic;
}

#timeline div.content-container a:hover {
	color: #0053A1;
}

div.content span.slide-tag {
	display: none;
}

div.marker div.feduni {
	background-image: url(../img/marker-feduni.png) !important;
	background-position: 0px -53px;
}

div.marker div.feduni:hover {
	background-image: url(../img/marker-feduni.png) !important;
	background-position: 0px 0px;
}

div.marker div.smb {
	background-image: url(../img/marker-smb.png) !important;
	background-position: 0px -53px;
}

div.marker div.smb:hover {
	background-image: url(../img/marker-smb.png) !important;
	background-position: 0px 0px;
}

div.marker div.gippsland {
	background-image: url(../img/marker-gippsland.png) !important;
	background-position: 0px -53px;
}

div.marker div.gippsland:hover {
	background-image: url(../img/marker-gippsland.png) !important;
	background-position: 0px 0px;
}

div.timenav-tag {
	display: none;
}

div.credit {
	color: #035697 !important;
	font-style: italic !important;
}

div.legend-container {
	border: 1px solid #DADAD9;
	padding: 8px 20px;
	margin: 30px 0;
}

div.legend-container p {
	line-height: 22px;
	margin: 5px 0;
}

div.legend__item {
	display: inline-block;
	margin-right: 25px;
}

div.legend__item span.legend__box {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 10px;
}

div.legend__item span.legend__box--brown {
	background-color: #804D37;
}

div.legend__item span.legend__box--blue {
	background-color: #0053A1;
}

div.legend__item span.legend__box--green {
	background-color: #95AC23;
}

.vco-skinny div.nav-next,
.vco-skinny div.nav-previous {
	height: 170px !important;
	top: 50% !important;
}

.vco-skinny div.nav-next div.nav-container,
.vco-skinny div.nav-previous div.nav-container {
	position: relative;
	top: 10px !important;
}

.vco-skinny div.media-wrapper,
.vco-skinny div.credit {
	text-align: left !important;
}

.vco-skinny div.container {
	padding: 0;
	margin: 0;
}

.modal-backdrop { display:none !important; }

.history-modal{
	cursor: pointer;
}

@media (min-width:760px){
	.modal-dialog{
		width: 800px !important;
	}
}
@media (max-width:759px){
	.modal-dialog{
		margin: 15px !important;
	}
}

@media screen and (min-width: 890px) {
	
	#timeline-container {
		height: 650px;
	}
	
}
