/*
  bootstrap overwrites
*/

body {
	font-family: Arial, sans-serif;
	font-size: 16px;
	color: #333333;
	background-color: #062b3e;
}

a {
	color: #fa7e00;
}

a:hover,
a:focus {
	color: #ae5700;
}

.img-rounded {
	border-radius: 1px;
}

.img-thumbnail {
	background-color: #062b3e;
	border-radius: 1px;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 800;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 22px;
	margin-bottom: 11px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
	margin-top: 11px;
	margin-bottom: 11px;
}

h1,
.h1 {
	font-size: 32px;
}

h2,
.h2 {
	font-size: 34px;
}

h3,
.h3 {
	font-size: 28px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

p {
	margin: 0 0 11px;
}

.lead {
	margin-bottom: 22px;
	font-size: 18px;
}

@media (min-width: 768px) {
	.lead {
		font-size: 24px;
	}
}

small,
.small {
	font-size: 87%;
}

.page-header {
	padding-bottom: 10px;
	margin: 44px 0 22px;
}

ul,
ol {
	margin-bottom: 11px;
}

dl {
	margin-top: 0;
	margin-bottom: 22px;
}

blockquote {
	padding: 11px 22px;
	margin: 0 0 22px;
	font-size: 20px;
}

address {
	margin-bottom: 22px;
}

code {
	border-radius: 1px;
}

pre {
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 15px;
	border-radius: 1px;
}

.table {
	margin-bottom: 22px;
}

.table .table {
	background-color: #062b3e;
}

table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}

@media screen and (max-width: 767px) {
	.table-responsive {
		margin-bottom: 16.5px;
	}
}

legend {
	margin-bottom: 22px;
	font-size: 24px;
}

output {
	font-size: 16px;
}

.form-control {
	height: 36px;
	font-size: 16px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"],
	input[type="time"],
	input[type="datetime-local"],
	input[type="month"] {
		line-height: 36px;
	}

	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm {
		line-height: 33px;
	}

	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg {
		line-height: 49px;
	}
}

.radio label,
.checkbox label {
	min-height: 22px;
}

.input-sm,
.form-group-sm .form-control {
	height: 33px;
	font-size: 14px;
	border-radius: 1px;
}

select.input-sm,
select.form-group-sm .form-control {
	height: 33px;
	line-height: 33px;
}

.input-lg,
.form-group-lg .form-control {
	height: 49px;
	font-size: 20px;
	border-radius: 1px;
}

select.input-lg,
select.form-group-lg .form-control {
	height: 49px;
	line-height: 49px;
}

.has-feedback .form-control {
	padding-right: 45px;
}

.form-control-feedback {
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.input-lg + .form-control-feedback {
	width: 49px;
	height: 49px;
	line-height: 49px;
}

.input-sm + .form-control-feedback {
	width: 33px;
	height: 33px;
	line-height: 33px;
}

.has-feedback label ~ .form-control-feedback {
	top: 27px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 29px;
}

.form-horizontal .form-group {
	margin-left: -15px;
	margin-right: -15px;
}

.btn {
	font-size: 16px;
}

.btn-default .badge {
	color: transparent;
}

.btn-primary {
	background-color: #1b4c64;
	border-color: #1b4c64;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-color: #102d3c;
	border-color: #0e2734;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #1b4c64;
	border-color: #1b4c64;
}

.btn-primary .badge {
	color: #1b4c64;
	background-color: white;
}

.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}

.btn-info {
	color: #ffffff;
	background-color: #fa7e00;
	border-color: #e17100;
}

.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #c76400;
	border-color: #a35200;
}

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}

.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #fa7e00;
	border-color: #e17100;
}

.btn-info .badge {
	color: #fa7e00;
	background-color: #ffffff;
}

.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}

.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}

.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}

.btn-link {
	color: #fa7e00;
	font-weight: normal;
	border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}

.btn-link:hover,
.btn-link:focus {
	color: #ae5700;
	text-decoration: underline;
	background-color: transparent;
}

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}

.btn-lg,
.btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 20px;
	line-height: 1.33;
	border-radius: 1px;
}

.btn-sm,
.btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 1px;
}

.btn-xs,
.btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 1px;
}

.dropdown-menu {
	font-size: 16px;
}

.dropdown-menu .divider {
	margin: 10px 0;
}

.dropdown-header {
	font-size: 14px;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	margin-bottom: 1px;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
	border-top-right-radius: 1px;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
	border-bottom-left-radius: 1px;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
	height: 49px;
	font-size: 20px;
	border-radius: 1px;
}

select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
	height: 49px;
	line-height: 49px;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
	height: 33px;
	font-size: 14px;
	border-radius: 1px;
}

select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
	height: 33px;
	line-height: 33px;
}

.input-group-addon {
	font-size: 16px;
	border-radius: 1px;
}

.input-group-addon.input-sm {
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 1px;
}

.input-group-addon.input-lg {
	padding: 10px 16px;
	font-size: 20px;
	border-radius: 1px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-color: #fa7e00;
}

.nav .nav-divider {
	margin: 10px 0;
}

.navbar .nav-tabs > li > a {
	border-radius: 1px 1px 0 0;
}

.navbar .nav-tabs > li.active > a,
.navbar .nav-tabs > li.active > a:hover,
.navbar .nav-tabs > li.active > a:focus {
	background-color: #062b3e;
}

.navbar .nav-tabs.nav-justified > li > a {
	border-radius: 1px;
}

@media (min-width: 768px) {
	.navbar .nav-tabs.nav-justified > li > a {
		border-radius: 1px 1px 0 0;
	}

	.navbar .nav-tabs.nav-justified > .active > a,
	.navbar .nav-tabs.nav-justified > .active > a:hover,
	.navbar .nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #062b3e;
	}
}

.nav-pills > li > a {
	border-radius: 1px;
}

.navbar .nav-tabs-justified > li > a {
	border-radius: 1px;
}

@media (min-width: 768px) {
	.navbar .nav-tabs-justified > li > a {
		border-radius: 1px 1px 0 0;
	}

	.navbar .nav-tabs-justified > .active > a,
	.navbar .nav-tabs-justified > .active > a:hover,
	.navbar .nav-tabs-justified > .active > a:focus {
		border-bottom-color: #062b3e;
	}
}

.navbar {
	min-height: 80px;
	margin-bottom: 22px;
}

@media (min-width: 768px) {
	.navbar {
		border-radius: 1px;
	}
}

.navbar-brand {
	padding: 29px 15px;
	font-size: 20px;
	line-height: 22px;
	height: 80px;
}

.navbar-toggle {
	margin-top: 23px;
	margin-bottom: 23px;
	border-radius: 1px;
}

.navbar-nav > li > a {
	line-height: 22px;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 22px;
	}
}

@media (min-width: 768px) {

	.navbar-nav > li > a {
		padding-top: 29px;
		padding-bottom: 29px;
	}
}

.navbar-form {
	margin-top: 22px;
	margin-bottom: 22px;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}

.navbar-btn {
	margin-top: 22px;
	margin-bottom: 22px;
}

.navbar-btn.btn-sm {
	margin-top: 23.5px;
	margin-bottom: 23.5px;
}

.navbar-btn.btn-xs {
	margin-top: 29px;
	margin-bottom: 29px;
}

.navbar-text {
	margin-top: 29px;
	margin-bottom: 29px;
}

@media (min-width: 768px) {
	.navbar-text {
		margin-left: 15px;
		margin-right: 15px;
	}
}

.navbar-inverse {
	background-color: #062b3e;
	border-color: #083851;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #03141d;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #020b0f;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #083851;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #083851;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
		background-color: #020b0f;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #444444;
		background-color: transparent;
	}
}

.breadcrumb {
	margin-bottom: 22px;
	border-radius: 1px;
}

.pagination {
	margin: 22px 0;
	border-radius: 1px;
}

.pagination > li > a,
.pagination > li > span {
	color: #fa7e00;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #ae5700;
	background-color: #eeeeee;
	border-color: #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #337ab7;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
	font-size: 20px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
	font-size: 14px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 1px;
	border-top-left-radius: 1px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 1px;
	border-top-right-radius: 1px;
}

.pager {
	margin: 22px 0;
}

.label {
	border-radius: 0px;
}

.label-info {
	background-color: #fa7e00;
}

.label-info[href]:hover,
.label-info[href]:focus {
	background-color: #c76400;
}

.badge {
	font-size: 14px;
	color: #ffffff;
	vertical-align: baseline;
	background-color: #777777;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
	color: #fa7e00;
}

.jumbotron {
	padding: 30px 15px;
	background-color: #1b4c64;
}

.jumbotron p {
	font-size: 24px;
}

.jumbotron > hr {
	border-top-color: #102d3c;
}

.container .jumbotron,
.container-fluid .jumbotron {
	border-radius: 1px;
}

@media screen and (min-width: 768px) {
	.jumbotron {
		padding: 48px 0;
	}

	.jumbotron h1,
	.jumbotron .h1 {
		font-size: 72px;
	}
}

.thumbnail {
	margin-bottom: 22px;
	background-color: #062b3e;
	border-radius: 1px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
	border-color: #fa7e00;
}

.alert {
	margin-bottom: 22px;
	border-radius: 1px;
}

.progress {
	height: 22px;
	margin-bottom: 22px;
	border-radius: 1px;
}

.progress-bar {
	font-size: 14px;
	line-height: 22px;
}

.list-group-item:first-child {
	border-top-right-radius: 1px;
	border-top-left-radius: 1px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 1px;
	border-bottom-left-radius: 1px;
}

.panel {
	margin-bottom: 22px;
	border-radius: 1px;
}

.panel-heading {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.panel-title {
	font-size: 18px;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
	border-top-left-radius: 0px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
	border-top-right-radius: 0px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
	border-bottom-left-radius: 0px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
	border-bottom-right-radius: 0px;
}

.panel-group {
	margin-bottom: 22px;
}

.panel-group .panel {
	border-radius: 1px;
}

.well {
	background-color: white;
	color: #062b3e;
	border: 1px solid #ededed;
	border-radius: 1px;
}

.well-lg {
	border-radius: 1px;
}

.well-sm {
	border-radius: 1px;
}

.close {
	font-size: 24px;
}

.tooltip {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
}

.tooltip-inner {
	border-radius: 1px;
}

.popover {
	font-family: Arial, sans-serif;
	font-size: 16px;
	border-radius: 1px;
}

.popover-title {
	font-size: 16px;
	border-radius: 0px 0px 0 0;
}

/*
  own styles
*/

* {
	-webkit-font-smoothing: antialiased;
}

.label {
	padding-top: 0.4em;
	float: right;
}

.leaflet-control-attribution {
	display: none;
}

.btn-lg,
.btn-group-lg > .btn {
	font-size: 18px;
	padding: 15px;
}

input.lobbysearch {
	font-size: 18px;
	border: 0px;
	padding: 0 15px;
	height: 45px;
}

.btn-lobbysearch {
	height: 45px;
	width: 55px;
	background: white;
	z-index: 999;
	border: 0px;
	color: #1b4c64;
}

.theme-switch {
	position: relative;
	z-index: 99;
	background: #FFF;
	display: inline-block;
}

.theme-switch .theme-switch-label {
	float: left;
	background: #FFF;
	color: #999;
	margin: 0;
	font-size: 16px !important;
	padding: 10px 0px 9px 15px;
}

.theme-switch label {
	position: relative;
	font-size: 16px !important;
	margin-bottom: 0;
	padding-top: 1px;
}

.theme-switch label:after {
	content: '\f103';
	font: 16px FontAwesome, monospace;
	font-weight: bold;
	color: #888;
	right: 14px;
	top: 14px;
	padding: 0 0 2px;
	border-bottom: 1px solid #FFF;
	position: absolute;
	pointer-events: none;
}

.theme-switch label:before {
	content: '';
	right: 12px;
	top: 12px;
	width: 20px;
	height: 20px;
	background: #FFF;
	position: absolute;
	pointer-events: none;
	display: block;
}

.theme-switch select {
	padding: 10px;
	margin: 0;
	width: 100%;
	background: #FFF;
	color: #666666;
	border: none;
	font-weight: normal;
	outline: none;
	border-radius: 1px;
	display: inline-block;
	line-height: 1.4em;
	font-size: 16px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* this apperarently helps hiding the dropdown arrow in FireFox prior to v30*/
	/* The bug is fixed in FF v35 */
	/* https://gist.github.com/joaocunha/6273016 */
	text-indent: 0.01px;
	text-overflow: ' ';
	cursor: pointer;
	padding-right: 35px;
}

/* Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.theme-switch select {
		font-weight: normal;
		padding-right: 30px;
	}
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	border: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bg-gradient,
body {
	background: #11354b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11354b), color-stop(65%, #a1bdc9), color-stop(77%, #a1bdc9), color-stop(100%, #6392a8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11354b', endColorstr='#6392a8', GradientType=0);
	/* IE6-9 */
}

.grey-gradient,
.grey-page {
	background: #11354b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #7f919d 77%, #6392a8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11354b), color-stop(65%, #7f919d), color-stop(77%, #7f919d), color-stop(100%, #6392a8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #11354b 0%, #7f919d 65%, #7f919d 77%, #6392a8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #11354b 0%, #7f919d 65%, #7f919d 77%, #6392a8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #11354b 0%, #7f919d 65%, #7f919d 77%, #6392a8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #11354b 0%, #7f919d 65%, #7f919d 77%, #6392a8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11354b', endColorstr='#6392a8', GradientType=0);
}

.close {
	position: absolute;
	top: 15px;
	right: 20px;
	color: #333 !important;
	z-index: 1050;
	opacity: 0.7 !important;
}

.close span {
	color: #333 !important;
}

.nav-circle {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	box-shadow: 0px 0px 25px #1b4c64;
	background: #1b4c64;
}

.circle-nav {
	padding: 22px 0 18px 18px;
}

.nav-circle.small {
	width: 40px;
	height: 40px;
	float: right;
	display: inline-block;
	margin-left: 10px;
	font-size: 18px !important;
	padding: 6px 12px;
	color: white;
	background: #fa7e00;
}
.nav-circle.small:hover {
	background: #bc5900;
}

.nav-circle.small.newspaper {
	padding: 7px 11px;
}

.nav-circle.small a {
	color: white;
	font-size: 18px !important;
	margin: 0px !important;
}

.nav-circle.small a:hover {
	color: #ececec;
}

.nav-circle.big {
	text-align: center;
	width: 260px;
	height: 260px;
	padding: 30px 15px;
	color: white;
	border: 2px solid white;
}

.nav-circle.big p {
	font-size: 90%;
}

.nav-circle.big h2 {
	font-size: 16px;
}

.nav-circle.big .nav-circle.small {
	float: left;
	margin-top: -20px;
}

.nav-circle.big .nav-circle.small.newspaper {
	padding: 9px 11px;
}


.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: transparent !important;
	color: #fa7e00 !important;
}

.second-nav li {
	float: left;
	margin: 20px 20px 20px 0;
}

.second-nav li.social-links {
	text-align: center;
}

.second-nav li.social-links a {
	font-size: 24px !important;
}

@media (max-width: 767px) {
	.collapsed-circle-nav a {
		display: block;
		width: 100%;
		min-height: 50px;
	}

	.collapsed-circle-nav .nav-circle.small {
		float: left;
	}

	.collapsed-circle-nav span {
		display: block;
		float: left;
		padding: 10px 10px 10px 10px;
	}
}

@media (min-width: 768px) {
	.collapsed-circle-nav {
		margin-top: 20px;
	}

	.collapsed-circle-nav span {
		display: none;
		padding: 10px 10px 10px 10px;
	}
}


.social-links a {
	float: left;
	margin-right: 5px;
}


.browser-logo {
	margin-right: 10px;
}


.static-page.home-page .container {
	height: 100%;
}

.intro .nav-circle.big {
	margin: 0 auto 30px auto;
}

@media (min-width: 768px) {
	.intro {
		margin: auto;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		height: 209px;
	}
}

.circle-link {
	position: relative;
	background: #1b4c64;
	line-height: 2;
	padding: 10px 0px;
}

.circle-link:hover {
	border-color: transparent;
	text-decoration: none;
}

.circle-link .triangle,
.circle-link .triangle2 {
	margin: 0px auto;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 40px 0 40px;
	border-color: #fa7e00 transparent transparent transparent;
	transition: .65s;
	transition-property: margin-top;
}

.circle-link .triangle2 {
	margin-top: -23px;
	border-color: #1b4c64 transparent transparent transparent;
}

.circle-link:hover .triangle {
	border-color: #c76400 transparent transparent transparent;
	margin-top: 2px;
}

.overlay {
	background: rgba(12, 12, 12, 0.85);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	overflow: scroll;
	left: 0px;
	z-index: 999;
	color: white !important;
}

.overlay .container {
	margin-top: 120px;
}

.intro-copy {
	font-size: 18px;
}

@media (min-width: 992px) {
	.overlay .container {
		margin-top: 150px;
	}
}

.abspann-page a {
	color: #ddd;
	text-decoration: underline;
}

.about-intro {
	line-height: 1.35;
	margin-top: 20px;
}

p.first-p {
	margin-top: 20px;
}

.static-page {
	height: 100%;
	min-height: 768px;
	width: 100%;
	padding-top: 80px;
	color: white;
}

.static-page p,
.static-page h1,
.static-page h2,
.static-page h3,
.static-page h4,
.static-page h5,
.static-page h6,
.static-page .panel-body {
	color: white;
}

.home-page {
	background: url(/assets/images/bg-home.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 768px) {
	.static-page {
		padding-top: 130px;
	}
}

.faq-page .panel-group {
	margin-top: 20px !important;
}

.faq-page .panel-default {
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.faq-page .panel-default .panel-heading {
	background-color: transparent !important;
	border-left: 0px !important;
	border-right: 0px !important;
	border-bottom: 0px !important;
	padding-left: 0px;
}

.faq-page .panel-default .panel-heading a {
	color: white;
	outline: 0;
}

.faq-page .panel-default .panel-heading a:before {
	content: "\f068";
	font-family: "FontAwesome";
}

.faq-page .panel-default .panel-heading a.collapsed:before {
	content: "\f067";
	font-family: "FontAwesome";
}

.faq-page .panel-default .panel-body {
	padding-left: 0px;
	border-top: 0px !important;
}

.articles .article a {
	margin-top: 0px;
}

.articles .article h3 {
	margin-top: -5px;
}

.modal {
	color: #111;
}

.fullscreen {
	width: 100%;
	height: 100%;
	margin-top: 0px;
	padding-top: 70px;
	margin-bottom: -20px;
	position: fixed;
	overflow: scroll;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background: #11354b;
	/* Old browsers */
	background: -moz-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #11354b), color-stop(65%, #a1bdc9), color-stop(77%, #a1bdc9), color-stop(100%, #6392a8));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, #11354b 0%, #a1bdc9 65%, #a1bdc9 77%, #6392a8 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#11354b', endColorstr='#6392a8', GradientType=0);
	/* IE6-9 */
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

@media (min-width: 768px) {
	.fullscreen {
		padding-top: 0px;
	}
}

#relationviz-wrapper {
	position: fixed;
	width: 100%;
	top: 46px;
	left: 0;
	bottom: 0px;
}

#imprint {
	display: block;
	position: fixed;
	left: 50px;
	bottom: 0;
	padding: 5px;
	font-size: .8em;
	color: #fff;
	z-index: 500;
}

	#imprint strong {
		background-color: rgba(255,255,255,0.5);
		padding: .2em;
		border-radius: .3em;
		text-shadow: 0 0 5px rgba(255,255,255,1);
		color: #900;
	}

	#imprint a {
		color: #fff;
	}

#networkviz-wrapper {
	position: fixed;
	right: 0px;
	top: 0px;
	left: 0;
	bottom: 0px;
	display: block;
}

#networkviz-wrapper .leaflet-top {
	top: 82px;
}

#networkviz-wrapper .leaflet-label {
	width: auto;
	min-width: 100px;
	padding: 5px;
	text-align: center;
	display: inline;
	background: rgba(26, 65, 87, 0.9);
	color: white !important;
	text-shadow: none;
	box-shadow: 0px 0px 50px #2b7aa0;
}

#networkviz-wrapper .leaflet-label:after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(26, 65, 87, 0.9);
	border-width: 10px;
	margin-left: -10px;
}

#networkviz {
	background: none;
	cursor: -moz-grab;
	cursor: -webkit-grab;
}

#networkviz .leaflet-drag-target {
	cursor: grabbing;
	cursor: -moz-grabbing;
	cursor: -webkit-grabbing;
}

.leaflet-label {
	position: absolute;
	color: #000;
	font-weight: bold;
	text-align: center;
	vertical-align: baseline;
	font-size: 16px;
	width: 200px;
	line-height: 1.1em;
}

.leaflet-label.small {
	font-size: 12px;
}

.viewport-visual {
	min-height: 250px;
	border: 0px;
}

.viewport-visual span {
	font-size: 70%;
	font-family: monospace;
	color: red;
	margin-left: -10px;
	display: none;
}

@media (min-width: 768px) {
	.viewport-visual {
		margin-top: 25px;
	}
}

.result-list {
	position: relative;
	display: none;
	padding: 19px;
	z-index: 99 !important;
	background: white;
	color: #333;
	margin-top: 5px;
}

.row-results {
	/*border-bottom: 1px solid #CCC;*/
	padding-bottom: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.result-single {
	padding-top: 40px;
	display: none;
	position: relative;
	top: 0;
	background: white;
	color: #333;
	padding: 19px;
	margin-top: 5px;
	z-index: 99 !important;
}

.result-single #backtolist {
	margin-bottom: 15px;
	margin-left: -6px;
	margin-top: -6px;
}

.result-single h1.name {
	margin-top: 0px !important;
}

.result-single .list-group p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.result-single .entity-source,
.result-single .entity-link {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.result-single .entity-img {
	background-repeat: no-repeat;
	background-position: center center;
	width: 120px;
	height: 150px;
	background-size: cover;
	box-shadow: 0px 0px 5px #999;
}

.result-single .entity-relations-list {
	margin: 0 -19px;
	border-bottom: 1px solid #CCC;
}

.result-single .entity-relations-item {
	padding: 10px 20px 10px 20px;
}

.result-single .entity-relations-item table {
	margin: 10px 0px;
}

.result-single .meta {
	text-align: right;
	font-size: 80%;
	color: #999;
	margin-bottom: 0px;
}

.avatar {
	max-width: 100px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

@media (min-width: 768px) {
	.viewport-info {
		margin-top: 25px;
	}
}

.viewport-info {
	margin-bottom: 20px !important;
}

.radarbox {
	position: relative;
	z-index: 1 !important;
	margin-top: 170px;
	padding: 0px 19px;
	min-height: 0px;
	border: 0px;
	margin-right: 42px;
}

.hamburger {
	margin: 3px 13px 0px 10px;
}

.hamburger i {
	font-size: 1.7rem;
}

.search-header {
	background: #1b4c64;
	background: transparent !important;
	display: none;
	margin: -20px;
	padding: 0px;
	box-shadow: 0px 0px 15px #1b4c64;
	z-index: 9999 !important;
	position: relative;
}

.search-header input {
	padding: 15px;
}

.jumbotron {
	position: relative;
	z-index: 9999 !important;
	margin-bottom: -20px;
	display: none;
}

.btn-ext {
	margin-top: 17px;
}

@media (max-width: 767px) {
	.navbar-brand {
		padding-left: 10px !important;
	}
}

.share-button.sharer-0 {
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	user-select: none;
	height: 30px !important;
	width: 100%;
	margin: 7px auto 15px auto;
}

@media (min-width: 768px) {
	.share-button.sharer-0 {
		width: auto;
		height: 20px !important;
	}
}

.share-button.sharer-0 [class*=entypo-]:before {
	font-family: FontAwesome !important;
	content: "\f064" !important;
}

.share-button.sharer-0 label {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #666 !important;
	border-radius: 0px !important;
	color: #FFF !important;
	cursor: pointer;
	font-size: 16px;
	margin: 0px 0px 20px 0px !important;
	padding: 10px 10px;
}

@media (min-width: 768px) {
	.share-button.sharer-0 label {
		margin: 0px !important;
	}
}

.share-button.sharer-0 label:hover {
	opacity: 1 !important;
}

.share-button.sharer-0 label:hover span {
	color: #333;
}

.share-button.sharer-0 label span {
	-webkit-font-smoothing: antialiased;
	font-family: inherit !important;
	font-size: .9em;
	font-weight: normal !important;
	padding-left: 6px;
	text-transform: none !important;
}

.share-button.sharer-0 .social {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	margin-left: -15px;
	opacity: 0;
	z-index: 1050;
	position: relative;
}

.share-button.sharer-0 .social.top {
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: -80px;
}

.share-button.sharer-0 .social.bottom {
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	margin-top: 5px;
}

.share-button.sharer-0 .social.middle {
	margin-top: -34px;
}

.share-button.sharer-0 .social.middle.right {
	-ms-transform-origin: 5% 50%;
	-webkit-transform-origin: 5% 50%;
	transform-origin: 5% 50%;
	margin-left: 105px;
}

.share-button.sharer-0 .social.middle.left {
	-ms-transform-origin: 5% 50%;
	-webkit-transform-origin: 5% 50%;
	transform-origin: 5% 50%;
}

.share-button.sharer-0 .social.right {
	margin-left: 14px;
}

.share-button.sharer-0 .social.load {
	-webkit-transition: none !important;
	transition: none !important;
}

.share-button.sharer-0 .social.networks-1 {
	width: 60px;
}

.share-button.sharer-0 .social.networks-1.center,
.share-button.sharer-0 .social.networks-1.left {
	margin-left: 14px;
}

.share-button.sharer-0 .social.networks-1.middle.left {
	margin-left: -70px;
}

.share-button.sharer-0 .social.networks-1 ul {
	width: 60px;
}

.share-button.sharer-0 .social.networks-2 {
	width: 120px;
}

.share-button.sharer-0 .social.networks-2.center {
	margin-left: -13px;
}

.share-button.sharer-0 .social.networks-2.left {
	margin-left: -44px;
}

.share-button.sharer-0 .social.networks-2.middle.left {
	margin-left: -130px;
}

.share-button.sharer-0 .social.networks-2 ul {
	width: 120px;
}

.share-button.sharer-0 .social.networks-3 {
	width: 180px;
}

.share-button.sharer-0 .social.networks-3.center {
	margin-left: -45px;
}

.share-button.sharer-0 .social.networks-3.left {
	margin-left: -102px;
}

.share-button.sharer-0 .social.networks-3.middle.left {
	margin-left: -190px;
}

.share-button.sharer-0 .social.networks-3 ul {
	width: 180px;
}

.share-button.sharer-0 .social.networks-4 {
	width: 240px;
}

.share-button.sharer-0 .social.networks-4.center {
	margin-left: -75px;
}

.share-button.sharer-0 .social.networks-4.left {
	margin-left: 162px;
}

.share-button.sharer-0 .social.networks-4.middle.left {
	margin-left: -250px;
}

.share-button.sharer-0 .social.networks-4 ul {
	width: 240px;
}

.share-button.sharer-0 .social.networks-5 {
	width: 300px;
}

.share-button.sharer-0 .social.networks-5.center {
	margin-left: -105px;
}

.share-button.sharer-0 .social.networks-5.left {
	margin-left: -225px;
}

.share-button.sharer-0 .social.networks-5.middle.left {
	margin-left: -320px;
}

.share-button.sharer-0 .social.networks-5 ul {
	width: 300px;
}

.share-button.sharer-0 .social.active {
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	opacity: 1;
}

.share-button.sharer-0 .social.active.top {
	-ms-transform: scale(1) translateY(-10px);
	-webkit-transform: scale(1) translateY(-10px);
	transform: scale(1) translateY(-10px);
}

.share-button.sharer-0 .social.active.bottom {
	-ms-transform: scale(1) translateY(15px);
	-webkit-transform: scale(1) translateY(15px);
	transform: scale(1) translateY(15px);
}

.share-button.sharer-0 .social.active.middle.right {
	-ms-transform: scale(1) translateX(10px);
	-webkit-transform: scale(1) translateX(10px);
	transform: scale(1) translateX(10px);
}

.share-button.sharer-0 .social.active.middle.left {
	-ms-transform: scale(1) translateX(-10px);
	-webkit-transform: scale(1) translateX(-10px);
	transform: scale(1) translateX(-10px);
}

.share-button.sharer-0 .social ul {
	color: #fff;
	height: 46px;
	left: 0;
	list-style: none;
	margin: auto;
	padding: 0;
	position: relative;
	right: 0;
}

.share-button.sharer-0 .social ul li {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	cursor: pointer;
	display: none;
	float: left;
	font-size: 20px;
	height: 22px;
	margin: 0;
	padding: 12px 0;
	position: relative;
	text-align: center;
	width: 60px;
	z-index: 2;
}

.share-button.sharer-0 .social ul li:hover {
	color: rgba(0, 0, 0, 0.5);
}

.share-button.sharer-0 .social li[class*=facebook] {
	background: #3b5998;
	display: block;
}

.share-button.sharer-0 .social li[class*=facebook]:before {
	content: "\f230" !important;
}

.share-button.sharer-0 .social li[class*=twitter] {
	background: #6cdfea;
	display: block;
}

.share-button.sharer-0 .social li[class*=twitter]:before {
	content: "\f081" !important;
}

.share-button.sharer-0 .social li[class*=gplus] {
	background: #e34429;
	display: block;
}

.share-button.sharer-0 .social li[class*=gplus]:before {
	content: "\f0d5" !important;
}

.share-button.sharer-0 .social li[class*=pinterest] {
	background: #c5282f;
	display: block;
}

.share-button.sharer-0 .social li[class*=pinterest]:before {
	content: "\f0d2" !important;
}

.share-button.sharer-0 .social li[class*=paper-plane] {
	background: #42c5b0;
	display: block;
}

.share-button.sharer-0 .social li[class*=paper-plane]:before {
	content: "\f003" !important;
}

.leaflet-overlay-pane * {
	pointer-events: none;
}

.overdings {
	min-width: 100px;
	padding: 5px;
	text-align: center;
	display: inline;
	background: rgba(26, 65, 87, 0.9);
	text-shadow: none;
	box-shadow: 0px 0px 50px #2b7aa0;
	position: absolute;
	color: #fff;
	font-weight: bold;
	vertical-align: baseline;
	font-size: 16px;
	width: 200px;
	line-height: 1.1em;
}

#rel_viz {
	position: relative;
	display: block;
	height: 100%;
	margin-top: 130px;
}

#nebentaetigkeiten .entity-relations-item {
	padding-left: 4px;
	padding-right: 4px;
}

.row-results-title {
	font-size: 16px;
	font-weight: 800;
	margin-top: 12px;
}

.rel-data-source {
	font-size: 12px;
}

.nav-tabs-relation > li > a {
	font-size: 13.5px;
	padding-left: 4px;
	padding-right: 4px;
	outline: 0;
}

h1.fourofour {
	font-size: 800%;
}