/* Main content */
.jumbotron {
	padding-top: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	
	background-image: url('../images/header_science_2x.png?ver=1'); /* 3 top left*/
	background-size: 1147px 128px;
	background-position: top right;
}

.jumbotron p.title {
	font-size: 35px;
	font-weight: 500;
	line-height: 35px;
	margin: 20px 0px 10px 0px;
}

.jumbotron p {
	font-size: 14px;
}

h1 {
	font-size: 25px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 15px;
}

h4 {
	font-size: 10px;
}

@media (max-width: 510px) {
	.jumbotron {
		background-image: url('../images/header_science_small_2x.png?ver=1');
	}
}

@media (max-width: 430px) {
	.jumbotron {
		background-position: -817px -7px;
	}
	
	.jumbotron h1 {
		font-size: 26px;
	}
}

#nav-main,
#contentgrid-main {
	margin-bottom: 20px;
}

.page-navigation .btn-totop {
	float: right;
	margin: 20px 0px;
}

.page-navigation .pagination {
	float: left;
}

figure {
	text-align: center;
	margin-bottom: 10px;
	font-size: smaller;
}

figure img.img-responsive {
	margin: 0; /* auto; */
	margin-bottom: 3px;
}

@media (max-width: 800px) {
	li.pagelink {
		visibility: hidden;
		display: none;
	}
}

@media (max-width: 400px) {
	.nav > li > a {
		padding: 10px 8px;
	}
}

@media (max-width: 600px) {
	.dropdown-menu {
		right: 0;
		left: auto;
	}
}

/* Buttons */
a.btn-rss {
	float: right;
}

/* Lists */
.list-group.list-group-sm > .list-group-item {
	font-size: smaller;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* Downloads */
.download-links > a.btn {
	margin-top: 10px;
}

/* Articles */
article {
	border-bottom: 1px solid #ddd;
	padding-bottom: 25px;
}

article h1 > a,
article h1 > a:hover {
	color: #333;
	text-decoration: none;
}

.article-author,
.comment-author {
	float: left;
}

.article-date,
.comment-date {
	float: right;
	margin-bottom: 15px;
	font-style: italic;
}

.article-content,
.comment-content {
	clear: both;
	display: block;
}

.article-content,
.comment:last-child {
	margin-bottom: 0px;
	border-bottom: none;
}

.comment {
	margin-bottom: 30px;
	border-bottom: 1px solid #ddd;
}

pre {
	max-height: 400px;
	overflow: auto;
}

address.author {
	display: inline;
	font-style: italic;
}

div.article-links .badge {
	padding: 2px 5px;
	font-weight: normal;
}

.badge.important {
	background-color: #428bca;
}

@media (max-width: 800px) {
	.article-author,
	.article-date,
	.comment-author,
	.comment-date {
		float: none;
	}
}

.comments-area {
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #ddd;
	padding: 30px 30px 15px 30px;
}

.help-block {
	font-size: 12px;
}

/* Forms */
form.emphasized {
	margin-top: 30px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #ddd;
	padding: 30px;
}

label {
	white-space: nowrap;
}

/* Fonts */
@font-face {
  font-family: 'Glyphicons Social';
  src: url('../fonts/glyphicons-social-regular.eot');
  src: url('../fonts/glyphicons-social-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-social-regular.woff') format('woff'), url('../fonts/glyphicons-social-regular.ttf') format('truetype'), url('../fonts/glyphicons-social-regular.svg#glyphicons-socialregular') format('svg');
}

.glyphicon.social {
  font-family: 'Glyphicons Social';
}

.glyphicon-rss:before {
  content: "\E038";
}