html, body {
	background-color: #FAFAFA;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

.flag {
	width: 16px;
	height: 11px;
	background:url(flags.png) no-repeat;
	display: inline-block;
}
.flag.flag-gb {background-position: -16px 0}
.flag.flag-ru {background-position: 0 -11px}
.flag.flag-ua {background-position: -16px -11px}

.vco-storyjs blockquote, .vco-storyjs blockquote p {
	background-color: #FAFAFA !important;
}

div#introText p {
	font-size: 120%;
	padding: 30px 10px 30px 10px;
}

div#introText {
	padding-bottom: 10px;
}

div.sources {
	padding: 0px 0 0 0;
	font-size: 90% !important;
	color: #999;
}

#timeline {
	background-color: #FAFAFA !important;
}

#storyjs-timeline {
	background-color: #FAFAFA !important;
}

.nav-previous, .nav-next {
	color: #999 !important;
}

.nav-previous:hover, .nav-next:hover {
	color: #333 !important;
}

.navbar-inverse .navbar-brand {
	color: #EFEFEF !important;
}

.navbar-inverse .navbar-nav>li>a {
	color: #999 !important;
}

.navbar-inverse .navbar-nav>li>a:hover {
	color: #EFEFEF !important;
}

div.sources a {
	color: #999;
	text-decoration: underline;
}

div.sourceVideos {
	padding: 0px 0 0 0;
	font-size: 90% !important;
	color: #999;
	line-height: 24px;
	padding-top: 20px;
}

div.sourceVideos  a {
	color: #555;
	display: inline-block;
	margin: 0 4px 0 0px;
}

div.sourceVideos  a img {
	border: solid #777 1px;
	width: 24px;
	height: 24px;
}

div.mainJumbotron {
	background-image: url(/content/main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	height: 450px;
	padding-top: 200px;
	color: white;
	margin-bottom: 0px;
}


.btn-spaceRight {
	margin-right: 10px;
}

@media (max-height: 900px) {
	div.mainJumbotron {
		height: 350px;
		padding-top: 130px;
	}
	div#introText p {
		font-size: 110%;
	}
}


@media (max-height: 760px) {
	div.mainJumbotron {
		height: 300px;
		padding-top: 110px;
	}

	div#introText p {
		font-size: 110%;
	}

	.vco-storyjs p {
		font-size: 13px !important;
		line-height: 15px !important;
	}
	.vco-storyjs .text h3 {
		font-size: 18px !important;
		line-height: 23px !important;
	}
	div.sources {
		font-size: 11px !important;
	}
	div.sourceVideos {
		font-size: 11px !important;
	}
}

