article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

a {
	background: transparent;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 300;
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 1em;
}

pre {
	white-space: pre-wrap;
}

q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

button,
input {
	line-height: normal;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	/*-webkit-appearance: button;*/
	cursor: pointer;
}

input[type="submit"] {
	background-color: rgb(240,240,240);
}


button[disabled],
html input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

@media print {
	* {
		text-shadow: none !important;
		color: #000 !important;
		background: transparent !important;
		box-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}

	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	thead {
		display: table-header-group;
	}

	tr,
	img {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm .5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	h2,
	h3 {
		page-break-after: avoid;
	}

	select {
		background: #fff !important;
	}

	.navbar {
		display: none;
	}

	.table td,
	.table th {
		background-color: #fff !important;
	}

	.btn > .caret,
	.dropup > .btn > .caret {
		border-top-color: #000 !important;
	}

	.label {
		border: 1px solid #000;
	}

	.table {
		border-collapse: collapse !important;
	}

	.table-bordered th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}

html {
	font-size: 62.5%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: "Neo Sans W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.375;
	color: #5a6065;
	background-color: #dedfe0;
	margin-top: 50px;
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

a {
	color: #b1063a;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #b1063a;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

img {
	vertical-align: middle;
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-rounded {
	border-radius: 6px;
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.375;
	background-color: #dedfe0;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.img-circle {
	border-radius: 50%;
}

hr {
	margin-top: 1.375;
	margin-bottom: 1.375;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

p {
	margin: 0 0 0.6875;
	color: #5a6065;
}

.lead {
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

small,
.small {
	font-size: 85%;
}

cite {
	font-style: normal;
}

.text-muted {
	color: #999999;
}

.text-primary {
	color: #428bca;
}

.text-primary:hover {
	color: #3071a9;
}

.text-warning {
	color: #c09853;
}

.text-warning:hover {
	color: #a47e3c;
}

.text-danger {
	color: #b94a48;
}

.text-danger:hover {
	color: #953b39;
}

.text-success {
	color: #468847;
}

.text-success:hover {
	color: #356635;
}

.text-info {
	color: #3a87ad;
}

.text-info:hover {
	color: #2d6987;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 1.1;
	color: inherit;
	font-weight: normal;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #999999;
}

h1,
h2,
h3 {
	margin-top: 1.375;
	margin-bottom: 0.6875;
}

h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small {
	font-size: 65%;
}

h2 + h3 {
	margin-top: 0;
}

h4,
h5,
h6 {
	margin-top: 0.6875;
	margin-bottom: 0.6875;
}

h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small {
	font-size: 75%;
}

h1,
.h1 {
	font-size: 26px;
	line-height: 32px;
	color: #007a9e;
}

h2,
.h2 {
	font-size: 20px;
	line-height: 28px;
	color: #dd6108;
}

h3,
.h3 {
	font-size: 16px;
	line-height: 22px;
	color: #dd6108;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 28px;
	color: #b1063a;
}

h5,
.h5 {
	font-size: 16px;
}

h6,
.h6 {
	font-size: 14px;
}

.page-header {
	padding-bottom: -0.3125;
	margin: 2.75 0 1.375;
	border-bottom: 1px solid #eeeeee;
}

ul,
ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
	padding: 0;
}

ul ul,
ul ol,
ol ul,
ol ol {
	margin-bottom: 0;
}

li {
	color: #5a6065;
}

.list-unstyled {
	padding-left: 0;
	list-style: none;
}

.list-inline {
	padding-left: 0;
	/*list-style: none;*/
}

.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}

.list-inline > li:first-child {
	/*padding-left: 0;*/
}

dl {
	margin-bottom: 1.375;
}

dt,
dd {
	line-height: 1.375;
}

dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

@media (min-width: 840px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.dl-horizontal dd {
		margin-left: 180px;
	}

	.dl-horizontal dd:before,
	.dl-horizontal dd:after {
		content: " ";
		display: table;
	}

	.dl-horizontal dd:after {
		clear: both;
	}

	.dl-horizontal dd:before,
	.dl-horizontal dd:after {
		content: " ";
		display: table;
	}

	.dl-horizontal dd:after {
		clear: both;
	}
}

abbr[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #999999;
}

abbr.initialism {
	font-size: 90%;
	text-transform: uppercase;
}

blockquote {
	padding: 0.6875 1.375;
	padding: 0;
	margin: 0 0 16px 0;
	color: #b1063a;
	font-size: 16px;
	line-height: 22px;
}

blockquote p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;
}

blockquote p:last-child {
	margin-bottom: 0;
}

blockquote small {
	display: block;
	line-height: 1.375;
	color: #999999;
}

blockquote small:before {
	content: '\2014 \00A0';
}

blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
	text-align: right;
}

blockquote.pull-right small:before,
blockquote.pull-right .small:before {
	content: '';
}

blockquote.pull-right small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}

blockquote:before,
blockquote:after {
	content: "";
}

address {
	margin-bottom: 1.375;
	font-style: normal;
	line-height: 1.375;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
	z-index: 2;
	position: relative;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.container:before,
.container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

.row {
	margin-left: -10px;
	margin-right: -10px;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.row:before,
.row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}

.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	position: relative;
	min-height: 1px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #ffffff;
	z-index: 10;
}

@media (min-width: 1024px) {
	.container {
		width: 996px;
	}

	.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		float: left;
	}

	.col-md-12 {
		width: 936px;
		background-color: #ffffff;
		margin-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}

	.col-md-8 {
		width: 604px;
		background-color: #ffffff;
		margin-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}

	.col-md-4 {
		width: 272px;
		background-color: #ffffff;
		margin-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}
}

@media (min-width: 1280px) {
	.container {
		width: 1200px;
	}

	.col-md-12 {
		width: 1140px;
		background-color: #ffffff;
		margin-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}

	.col-md-8 {
		width: 740px;
		background-color: #ffffff;
		margin-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}

	.col-md-4 {
		width: 340px;
		background-color: #ffffff;
		margin-left: 20px;
		margin-bottom: 20px;
		position: relative;
	}
}

table {
	max-width: 100%;
	background-color: transparent;
	margin-top: 10px;
}

th {
	text-align: left;
	color: #b1063a;
}

.table {
	width: 100%;
	margin-bottom: 1.375;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
	padding: 11px 4px;
	line-height: 1.375;
	vertical-align: top;
	border-top: 1px solid #b1063a;
	font-size: 16px;
}

.table .col-md-1 {
	width: 50px;
}

.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 1px solid #b1063a;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}

.table > tbody + tbody {
	border-top: 1px solid #b1063a;
}

.table tbody {
	border-bottom: 1px solid #b1063a;
}

.table .table {
	background-color: #dedfe0;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}

table col[class*="col-"] {
	float: none;
	display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
	float: none;
	display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}

input {
	border: 1px solid #8b8f93;
	padding: 0 5px;
	color: #5a6065;
}

input:focus {
	outline: 0;
	border-color: #8b8f93;
	border-style: solid;
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	margin-top: 20px;
	padding-top: 10px;
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 1.375;
	font-size: 16px;
	line-height: inherit;
	color: #5a6065;
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 0;
}

label {
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
}

input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}

input[type="file"] {
	display: block;
}

select[multiple],
select[size] {
	height: auto;
}

select optgroup {
	font-size: inherit;
	font-style: inherit;
	font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	height: auto;
}

output {
	display: block;
	padding-top: 7px;
	font-size: 16px;
	line-height: 1.375;
	color: #555555;
	vertical-align: middle;
}

.form-control {
	display: block;
	width: 100%;
	height: 15.375px;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.375;
	color: #555555;
	vertical-align: middle;
	background-color: #fff;
	background-image: none;
	border: 1px solid #8b8f93;
}

.form-control:focus {
	border-color: #5a6065;
	outline: 0;
}

.form-control:-moz-placeholder {
	color: #dedfe0;
}

.form-control::-moz-placeholder {
	color: #dedfe0;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #dedfe0;
}

.form-control::-webkit-input-placeholder {
	color: #dedfe0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
}

textarea.form-control {
	height: auto;
	width: 96%;
}

select.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 15px;
	margin-right: 30px;
}

@media (min-width: 839px) {
	/* .form-group[data-input="institution"], .form-group[data-input="rechnung_firma"     ]*/
	.form-group[data-alignment="left"] {
		width: 45%;
		float: left;
	}

	/* .form-group[data-input="position"], .form-group[data-input="rechnung_position"]*/
	.form-group[data-alignment="right"] {
		width: 45%;
		float: right;
	}
}

.radio,
.checkbox {
	display: block;
	min-height: 1.375;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 20px;
	vertical-align: middle;
}

.radio label,
.checkbox label {
	display: inline;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	float: left;
	margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled] input[type="checkbox"],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}

.form-control-static {
	margin-bottom: 0;
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #9aa0a5;
}

@media (min-width: 768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.form-inline .form-control {
		display: inline-block;
	}

	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}

	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

.form-horizontal .form-group {
	margin-left: -10px;
	margin-right: -10px;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
	content: " ";
	display: table;
}

.form-horizontal .form-group:after {
	clear: both;
}

.form-horizontal .form-control-static {
	padding-top: 7px;
}

@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
	}
}

fieldset + button {
	margin-top: 20px;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.fade.in {
	opacity: 1;
}

.collapse {
	display: none;
}

.collapse.in {
	display: block;
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition: height .35s ease;
	transition: height .35s ease;
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid #000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.dropdown {
	position: relative;
}

.dropdown-toggle:focus {
	outline: 0;
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 16px;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box;
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto;
}

.dropdown-menu .divider {
	height: 1px;
	margin: -0.3125 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.375;
	color: #333333;
	white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #428bca;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed;
}

.open > .dropdown-menu {
	display: block;
}

.open > a {
	outline: 0;
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 14px;
	line-height: 1.375;
	color: #999999;
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990;
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px solid #000;
	content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 1px;
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav:before,
.nav:after {
	content: " ";
	display: table;
}

.nav:after {
	clear: both;
}

.nav > li {
	position: relative;
	display: block;
}

.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
	color: #5a6065;
}

.nav > li > a:hover,
.nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}

.nav > li.disabled > a {
	color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
	color: #999999;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #b1063a;
}

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
	border-top-color: #b1063a;
	border-bottom-color: #b1063a;
}

.nav .nav-divider {
	height: 1px;
	margin: -0.3125 0;
	overflow: hidden;
	background-color: #e5e5e5;
}

.nav > li > a > img {
	max-width: none;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-tabs.nav-justified > li {
	float: none;
}

.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-tabs.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs.nav-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs.nav-justified > .active > a,
	.nav-tabs.nav-justified > .active > a:hover,
	.nav-tabs.nav-justified > .active > a:focus {
		border-bottom-color: #dedfe0;
	}
}

.nav-pills > li {
	float: left;
}

.nav-pills > li > a {
	border-radius: 4px;
}

.nav-pills > li + li {
	margin-left: 2px;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
	color: #fff;
	background-color: #428bca;
}

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.nav-stacked > li {
	float: none;
}

.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}

.nav-justified {
	width: 100%;
}

.nav-justified > li {
	float: none;
}

.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 768px) {
	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a {
		margin-bottom: 0;
	}
}

.nav-tabs-justified {
	border-bottom: 0;
}

.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}

.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
	border: 1px solid #ddd;
}

@media (min-width: 768px) {
	.nav-tabs-justified > li > a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0;
	}

	.nav-tabs-justified > .active > a,
	.nav-tabs-justified > .active > a:hover,
	.nav-tabs-justified > .active > a:focus {
		border-bottom-color: #dedfe0;
	}
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.nav .caret {
	border-top-color: #b1063a;
	border-bottom-color: #b1063a;
}

.nav a:hover .caret {
	border-top-color: #b1063a;
	border-bottom-color: #b1063a;
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 1.375;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

.navbar:before,
.navbar:after {
	content: " ";
	display: table;
}

.navbar:after {
	clear: both;
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

.navbar-header:before,
.navbar-header:after {
	content: " ";
	display: table;
}

.navbar-header:after {
	clear: both;
}

@media (min-width: 840px) {
	.navbar-header {
		float: left;
	}
}

.navbar-collapse {
	overflow-x: visible;
	padding-right: 10px;
	padding-left: 10px;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	-webkit-overflow-scrolling: touch;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse:before,
.navbar-collapse:after {
	content: " ";
	display: table;
}

.navbar-collapse:after {
	clear: both;
}

.navbar-collapse.in {
	overflow-y: auto;
}

@media (min-width: 840px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none;
	}

	.navbar-collapse.collapse {
		display: block !important;
		height: auto !important;
		padding-bottom: 0;
		overflow: visible !important;
	}

	.navbar-collapse.in {
		overflow-y: auto;
	}

	.navbar-collapse .navbar-nav.navbar-left:first-child {
		margin-left: -10px;
	}

	.navbar-collapse .navbar-nav.navbar-right:last-child {
		margin-right: -10px;
	}

	.navbar-collapse .navbar-text:last-child {
		margin-right: 0;
	}
}

.container > .navbar-header,
.container > .navbar-collapse {
	margin-right: -10px;
	margin-left: -10px;
}

@media (min-width: 840px) {
	.container > .navbar-header,
	.container > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px;
}

@media (min-width: 840px) {
	.navbar-static-top {
		border-radius: 0;
	}
}

.navbar-fixed-top,
.navbar-fixed-bottom {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
}

@media (min-width: 840px) {
	.navbar-fixed-top,
	.navbar-fixed-bottom {
		border-radius: 0;
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px;
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0;
}

.navbar-brand {
	float: left;
	padding: 24.3125px 10px;
	font-size: 20px;
	line-height: 1.375;
}

.navbar-brand:hover,
.navbar-brand:focus {
	text-decoration: none;
}

@media (min-width: 840px) {
	.navbar > .container .navbar-brand {
		margin-left: -10px;
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	margin-right: 10px;
	padding: 9px 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 4px;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}

@media (min-width: 840px) {
	.navbar-toggle {
		display: none;
	}
}

.navbar-nav {
	margin: 12.15625px -10px;
}

.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.375;
}

@media (max-width: 767px) {
	.navbar-nav .open .dropdown-menu {
		position: static;
		float: none;
		width: auto;
		margin-top: 0;
		background-color: transparent;
		border: 0;
		box-shadow: none;
	}

	.navbar-nav .open .dropdown-menu > li > a,
	.navbar-nav .open .dropdown-menu .dropdown-header {
		padding: 5px 15px 5px 25px;
	}

	.navbar-nav .open .dropdown-menu > li > a {
		line-height: 1.375;
	}

	.navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-nav .open .dropdown-menu > li > a:focus {
		background-image: none;
	}
}

@media (min-width: 840px) {
	.navbar-nav {
		float: left;
		margin: 0;
	}

	.navbar-nav > li {
		float: left;
	}

	.navbar-nav > li > a {
		padding-top: 24.3125px;
		padding-bottom: 24.3125px;
	}
}

@media (min-width: 840px) {
	.navbar-left {
		float: left !important;
	}

	.navbar-right {
		float: right !important;
	}
}

.navbar-form {
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px 10px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
	margin-top: 17.3125px;
	margin-bottom: 17.3125px;
}

@media (min-width: 768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}

	.navbar-form .form-control {
		display: inline-block;
	}

	.navbar-form .radio,
	.navbar-form .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		padding-left: 0;
	}

	.navbar-form .radio input[type="radio"],
	.navbar-form .checkbox input[type="checkbox"] {
		float: none;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.navbar-form .form-group {
		margin-bottom: 5px;
	}
}

@media (min-width: 840px) {
	.navbar-form {
		width: auto;
		border: 0;
		margin-left: 0;
		margin-right: 0;
		padding-top: 0;
		padding-bottom: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}

.navbar-nav > li > .dropdown-menu {
	margin-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
	left: auto;
	right: 0;
}

.navbar-btn {
	margin-top: 17.3125px;
	margin-bottom: 17.3125px;
}

.navbar-text {
	margin-top: 24.3125px;
	margin-bottom: 24.3125px;
}

@media (min-width: 840px) {
	.navbar-text {
		float: left;
		margin-left: 10px;
		margin-right: 10px;
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
	color: #777;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}

.navbar-default .navbar-text {
	color: #777;
}

.navbar-default .navbar-nav > li > a {
	color: #777;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #333;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #555;
	background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
	color: #ccc;
	background-color: transparent;
}

.navbar-default .navbar-toggle {
	border-color: #ddd;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #ccc;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
	border-top-color: #333;
	border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555;
}

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
	border-top-color: #555;
	border-bottom-color: #555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
	border-top-color: #777;
	border-bottom-color: #777;
}

@media (max-width: 767px) {
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #333;
		background-color: transparent;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
		color: #555;
		background-color: #e7e7e7;
	}

	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
		color: #ccc;
		background-color: transparent;
	}
}

.navbar-default .navbar-link {
	color: #777;
}

.navbar-default .navbar-link:hover {
	color: #333;
}

.navbar-inverse {
	background-color: #5B6066;
	border-color: #43474b;
}

.navbar-inverse .navbar-brand {
	color: #999999;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-text {
	color: #999999;
}

.navbar-inverse .navbar-nav > li > a {
	color: #999999;
}

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #fff;
	background-color: #43474b;
}

.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
	color: #444;
	background-color: transparent;
}

.navbar-inverse .navbar-toggle {
	border-color: #333;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #4a4e53;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #43474b;
	color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
	border-top-color: #999999;
	border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
	border-top-color: #fff;
	border-bottom-color: #fff;
}

@media (max-width: 767px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
		border-color: #43474b;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: #999999;
	}

	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: transparent;
	}

	.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 {
		color: #fff;
		background-color: #43474b;
	}

	.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: #444;
		background-color: transparent;
	}
}

.navbar-inverse .navbar-link {
	color: #999999;
}

.navbar-inverse .navbar-link:hover {
	color: #fff;
}

.breadcrumb {
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding: 8px 15px 8px 0;
	margin-bottom: 1.375;
	list-style: none;
	font-weight: normal !important;
}

.breadcrumb > li {
	font-size: 16px;
	display: inline-block;
}

.breadcrumb > li:before {
	content: ">";
	padding: 0 5px;
	color: #5a6065;
}

.breadcrumb > li a {
	color: #5a6065;
}

.breadcrumb > li a:before {
	content: "" !important;
	padding: 0;
}

.breadcrumb > li a:hover {
	color: #b1063a;
}

.breadcrumb > .active {
	color: #b1063a;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
}

.alert h2 {
	margin-top: 0 !important;
	color: inherit;
	font-size: 20px !important;
	margin-bottom: 15px !important;
}

.alert .alert-link {
	font-weight: bold;
}

.alert > p,
.alert > ul {
	margin-bottom: 0;
}

.alert > p + p {
	margin-top: 5px;
}

.alert-dismissable {
	padding-right: 35px;
}

.alert-dismissable .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #468847;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #356635;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #3a87ad;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #2d6987;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #c09853;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #a47e3c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #b94a48;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #953b39;
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1;
}

.media,
.media .media {
	margin-top: 15px;
}

.media:first-child {
	margin-top: 0;
}

.media-object {
	display: block;
}

.media-heading {
	margin: 0 0 5px;
}

.media > .pull-left {
	margin-right: 10px;
}

.media > .pull-right {
	margin-left: 10px;
}

.media-list {
	padding-left: 0;
	list-style: none;
}

.list-group {
	margin-bottom: 20px;
	padding-left: 0;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd;
}

.list-group-item:first-child {
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
	float: right;
}

.list-group-item > .badge + .badge {
	margin-right: 5px;
}

a.list-group-item {
	color: #555;
}

a.list-group-item .list-group-item-heading {
	color: #333;
}

a.list-group-item:hover,
a.list-group-item:focus {
	text-decoration: none;
	background-color: #f5f5f5;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
	color: inherit;
}

a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
	color: #e1edf7;
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px;
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3;
}

.panel-body {
	padding-bottom: 15px;
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel-body:before,
.panel-body:after {
	content: " ";
	display: table;
}

.panel-body:after {
	clear: both;
}

.panel > .list-group {
	margin-bottom: 0;
}

.panel > .list-group .list-group-item {
	border-width: 1px 0;
}

.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive {
	margin-bottom: 0;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
	border-top: 1px solid #b1063a;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
	border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
	border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
	border-right: 0;
}

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
	border-bottom: 0;
}

.panel-heading {
	border-bottom: 1px solid transparent;
}

.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
}

.panel-title > a {
	color: inherit;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
}

.panel-group .panel {
	margin-bottom: 0;
	overflow: hidden;
}

.panel-group .panel + .panel {
	margin-top: 5px;
}

.panel-group .panel-heading {
	border-bottom: 0;
}

.panel-group .panel-footer {
	border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
	border-bottom: 1px solid #ddd;
}

.panel-primary {
	border-color: #428bca;
}

.panel-primary > .panel-heading {
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #428bca;
}

.panel-primary > .panel-heading > .dropdown .caret {
	border-color: #fff transparent;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #428bca;
}

.panel-success {
	border-color: #d6e9c6;
}

.panel-success > .panel-heading {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #d6e9c6;
}

.panel-success > .panel-heading > .dropdown .caret {
	border-color: #468847 transparent;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #d6e9c6;
}

.panel-warning {
	border-color: #faebcc;
}

.panel-warning > .panel-heading {
	color: #c09853;
	background-color: #fcf8e3;
	border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #faebcc;
}

.panel-warning > .panel-heading > .dropdown .caret {
	border-color: #c09853 transparent;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #faebcc;
}

.panel-danger {
	border-color: #ebccd1;
}

.panel-danger > .panel-heading {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #ebccd1;
}

.panel-danger > .panel-heading > .dropdown .caret {
	border-color: #b94a48 transparent;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #ebccd1;
}

.panel-info {
	border-color: #bce8f1;
}

.panel-info > .panel-heading {
	color: #3a87ad;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
	border-top-color: #bce8f1;
}

.panel-info > .panel-heading > .dropdown .caret {
	border-color: #3a87ad transparent;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
	border-bottom-color: #bce8f1;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-inner > .item {
	display: none;
	position: relative;
	-webkit-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1;
}

.carousel-inner li {
	min-height: 220px;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
	display: block;
}

.carousel-inner > .active {
	left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner > .next {
	left: 100%;
}

.carousel-inner > .prev {
	left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
	left: 0;
}

.carousel-inner > .active.left {
	left: -100%;
}

.carousel-inner > .active.right {
	left: 100%;
}

.carousel-control {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 15%;
	opacity: .5;
	filter: alpha(opacity=50);
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-control.right {
	left: auto;
	right: 0;
}

.carousel-control:hover,
.carousel-control:focus {
	color: #fff;
	text-decoration: none;
	opacity: .9;
	filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
	left: -30%;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
	right: 20%;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	font-family: serif;
}

.carousel-control .icon-prev:before {
	content: '\2039';
}

.carousel-control .icon-next:before {
	content: '\203a';
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	margin-left: -30%;
	padding-left: 0;
	list-style: none;
	text-align: center;
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	border: 1px solid #fff;
	border-radius: 10px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
}

.carousel-indicators .active {
	margin: 0;
	width: 12px;
	height: 12px;
	background-color: #fff;
}

.carousel-caption {
	position: absolute;
	left: 15%;
	right: 15%;
	bottom: 20px;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	.carousel-control .glyphicons-chevron-left,
	.carousel-control .glyphicons-chevron-right,
	.carousel-control .icon-prev,
	.carousel-control .icon-next {
		width: 30px;
		height: 30px;
		margin-top: -15px;
		margin-left: -15px;
		font-size: 30px;
	}

	.carousel-caption {
		left: 20%;
		right: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 20px;
	}
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.pull-right {
	float: right !important;
}

.pull-left {
	float: left !important;
}

.hide {
	display: none !important;
}

.show {
	display: block !important;
}

.invisible {
	visibility: hidden;
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}

.hidden {
	display: none !important;
	visibility: hidden !important;
}

.affix {
	position: fixed;
}

html {
	overflow: -moz-scrollbars-vertical;
	overflow: y-scroll;
}

.carousel-control.right span {
	top: 35%;
	background: url('../img/hpi_web_icons.png') -218px -57px;
	background-image: url('../img/hpi_web_icons.svg');
	width: 30px;
	height: 50px;
}

.carousel-control.left span {
	top: 35%;
	background: url('../img/hpi_web_icons.png') -191px -57px;
	background-image: url('../img/hpi_web_icons.svg');
	width: 30px;
	height: 50px;
}

body {
	margin: 0;
	padding: 0;
	background-size: 100%;
}

body > .container:before {
	width: 100%;
	position: absolute;
	background: rgba(221, 97, 8, 0.6);
	height: 100%;
	content: '';
	z-index: 1;
	top: 0;
	margin-left: 0px;
	position: fixed;
	overflow: hidden;
}

body.theme1 {
	background-image: url('../dummy/bg_hpi.jpg');
}

body.theme1 > .container:before {
	background: rgba(177, 6, 58, 0.6);
}

body.theme2 {
	background-image: url('../dummy/bg_studium.jpg');
}

body.theme2 > .container:before {
	background: rgba(221, 97, 8, 0.6);
}

body.theme3 {
	background-image: url('../dummy/hpi_web_hintergrundbild_3.jpg');
}

body.theme3 > .container:before {
	background: rgba(0, 122, 158, 0.6);
}

body.theme4 {
	background-image: url('../dummy/bg_studium.jpg');
}

body.theme4 > .container:before {
	background: rgba(246, 168, 0, 0.6);
}

body.theme5 {
	background-image: url('../dummy/bg_studium.jpg');
}

body.theme5 > .container:before {
	background: rgba(90, 96, 101, 0.6);
}

footer .container div {
	margin-left: 30px;
	height: 40px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.footer-links {
	margin: 0 0 0 10px;
	padding: 0;
}

.footer-links li {
	list-style: none;
	float: left;
	padding: 2px 10px;
	line-height: 1.2;
	color: #ffffff;
}

.footer-links li a {
	color: #ffffff;
}

.footer-links li a:hover {
	color: #ffffff;
}

.footer-links li:first-child {
	padding-left: 0;
}

.footer-links li + li:before {
	content: "|";
	position: absolute;
	margin-left: -10px;
}

div.col-md-4,
div.col-md-6,
div.col-md-8,
div.col-md-12 {
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
}

.col-md-4 img {
	max-width: 340px;
	vertical-align: bottom;
	position: absolute;
	bottom: 20px;
	margin-top: 10px;
}

.col-md-8,
.col-md-12 {
	padding-bottom: 0;
	min-height: 45px;
}

.col-md-12 {
	margin-bottom: 40px;
}

.col-md-12 h1,
.col-md-12 .h1 {
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 10px;
	line-height: 16px;
	color: #8b8f93;
	margin-bottom: 8px;
	padding-bottom: 6px;
	border-bottom: 1px solid #8b8f93;
}

.col-md-12 h1 a {
	color: #8b8f93;
}

.col-md-12 h2,
.col-md-12 .h2 {
	font-size: 20px;
	color: #b1063a;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 8px;
	border-bottom: none;
	text-transform: none;
}

.col-md-8 h1 a {
	/* 2015-12-04 DSC-EF: Ticket #15611
  color: #8b8f93 !important;*/
}

.col-md-8.news h1 a {
	color: #b1063a !important;
}

.col-md-8 .panel-group {
	border-bottom: 1px solid #b1063a;
}

.col-md-8 .panel-default {
	border-top: 1px solid #b1063a;
}

.col-md-8 .panel-title {
	padding: 8px 0;
}

.col-md-8 .panel-body {
	padding-top: 0;
}

.col-md-8 .panel-body h2 {
	margin-top: 20px !important;
}

.col-md-8 .panel-body h3 {
	color: #5a6065;
}

.col-md-8 .panel-body h4 {
	font-size: 16px;
	margin-bottom: 0;
}

.col-md-8 .panel-body h4 + p {
	margin-top: 0;
}

.col-md-8 .panel-body p + ul {
	margin-top: -10px;
}

.col-md-8 .panel-body li {
	margin-left: 30px;
	font-size: 16px !important;
	text-indent: -30px;
}

.col-md-8 .panel-body li:before {
	content: ">";
	padding-right: 20px;
}

.col-md-8 .panel-body ul.linklist li {
	content: " ";
	padding-right: 0;
	margin-left: 24px;
	text-indent: -54px;
}

.col-md-8 .panel-body ul.linklist li a:before {
	content: " ";
}

.newsarchive {
	margin-top: -10px;
	padding-top: 0;
	padding-bottom: 10px;
	clear: both;
}

.newsarchive h1 {
	margin-top: 5px;
	margin-bottom: -5px;
	font-size: 20px;
}

.newsarchive h1 a {
	color: #b1063a !important;
}

.maintable td:first-child a {
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.searchlist li {
	text-indent: -10px;
	margin-left: 20px;
	margin-top: 10px !important;
}

.searchlist li a:before {
	content: " " !important;
	margin-right: 0 !important;
}

.subtitle h1 {
	color: #ffffff !important;
	position: relative;
	z-index: 2;
	margin: 0 10px 0 20px;
	clear: left;
	top: -10px;
	text-transform: uppercase;
	font-size: 20px !important;
	border-bottom: none !important;
}

.upspace {
	margin-top: 20px;
}

.caption {
	font-size: 12px;
	line-height: 19px;
	margin: 10px 0 0 0;
	color: #5a6065 !important;
}

.wrapper-12,
.wrapper-8,
.wrapper-4 {
	float: left;
	z-index: 11;
	position: relative;
	margin: 0;
}

.wrapper-8.teaser .col-md-8 h1 + h2 {
	/*
	margin-top: 15px;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 30px;
	margin-top: 30px;
	*/
}

.wrapper-8.teaser .col-md-4 h2 {
	margin-top: 10px;
	font-size: 20px;
	line-height: 28px;
}

.wrapper-8 h1,
.wrapper-8 .h1 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	color: #8b8f93;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 8px;
	border-bottom: 1px solid #8b8f93;
}

.wrapper-8 .col-md-8 h1 {
	margin-top: 0;
}

.wrapper-8 h2 {
	font-size: 26px;
	margin-bottom: 12px;
}

.wrapper-8 h1 + h2 {
	margin-top: 30px;
}

.teaser {
	padding-bottom: 10px;
}

.teaser h1,
.teaser h2 {
	margin: 0;
}

.teaser h1,
.teaser .h1 {
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 6px;
	margin-bottom: 8px;
}

.teaser.channel h1,
.teaser.channel h1 a {
	color: #dd6108;
}

.teaser.channel h1, .sub #content .teaser.channel h1 {
	border-bottom: 1px solid #dd6108;
}

.sub #content .teaser.channel .col-md-4 {
	margin: 0;
}

.sub #content .teaser.channel h1 {
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 8px;
	padding-bottom: 6px;
	padding-top: 10px;
	text-transform: uppercase;
}

.sub #content .teaser.channel div.col-md-4 {
	box-shadow: none;
}

.teaser h1 + h2 {
	margin-top: 20px;
}

.teaser h2,
.teaser .h2 {
	font-size: 20px;
	color: #b1063a;
	line-height: 28px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 8px;
	border-bottom: none;
	text-transform: none;
}

.teaser h2 a,
.teaser .h2 a {
	color: #b1063a;
}

.teaser h3 {
	color: #b1063a;
	margin: 0 0 0 0;
}

.teaser h3.h2 {
	margin-top: 30px;
}

.teaser h2 + h2 {
	margin-top: -10px !important;
	font-weight: normal;
	font-family: "Neo Sans W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.teaser ul {
	padding: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.teaser ol {
	padding-left: 1em;
	text-indent: -1em;
}

.teaser .nav {
	float: right;
	border: none;
	margin-right: -5px;
	margin-top: 5px;
}

.teaser .nav li {
	text-indent: -9999px;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	margin-right: 5px;
	background-image: url('../img/hpi_web_icons.png');
	background-image: url('../img/hpi_web_icons.svg');
	background-position: -114px -70px;
}

.teaser .nav li a {
	padding: 0;
	margin-left: 0;
	cursor: pointer !important;
	height: 11px;
	display: block;
	outline: none;
	background-color: transparent;
}

.teaser .nav li:hover {
	background-position: -101px -70px;
}

.teaser .nav li a:hover {
	background-color: transparent;
}

.teaser .nav li.active {
	border-radius: 0 !important;
	background-position: -101px -70px;
}

.teaser .nav li.active a {
	border: none;
	border-radius: 0 !important;
}

.teaser .nav li:first-child,
.teaser .nav li:last-child {
	border: none;
	background-position: -114px -57px;
	cursor: pointer;
}

.teaser .nav li:last-child {
	background-position: -101px -57px;
}

.teaser li {
	list-style: none;
	/*font-size: 13px;*/
	font-weight: 19px;
	margin-top: 5px;
}

.teaser li a {
	color: #b1063a;
}

.teaser li a:before {
	content: '>';
	display: inline-block;
	margin-right: 5px;
}

.teaser img {
	max-width: 100%;
}

.teaser hr {
	border-top: 1px solid #b1063a;
}

.teaser > div:before,
.teaser > div:after {
	content: " ";
	/*display: block;*/
	line-height: 0;
}

.teaser > div:after {
	clear: both;
}

.teaser .col-md-8 > ul > li {
	font-size: 16px;
}

.teaser .csc-frame-default:after {
	display: block;
}

.teaser .col-md-8 > ol {
	counter-reset: chapter;
	list-style-type: decimal;
}

.teaser .col-md-8 > ul > li:before {
	content: '>';
	/*display: inline-block;*/
	margin-right: 5px;
}

.teaser .col-md-8 > ol > li:before {
	/*display: inline-block;*/
	counter-increment: chapter;
	content: counter(chapter) ". ";
	/*width: 1em;
  margin-left: -1em;*/
}

.teaser .col-md-8 > ol li ol {
	counter-reset: subchapter 0;
	list-style-type: decimal;
}

.teaser .col-md-8 > ol > li > ol > li:before {
	display: inline-block;
	counter-increment: subchapter;
	content: counter(chapter) "." counter(subchapter) " ";
}

/*.teaser ol { margin-left:0;padding-left:17px; }
.teaser ol li{display: block; }
.teaser ol li ol {counter-reset: subchapter 0; }
.teaser ol li ol ol {counter-reset: subsubchapter 0; }
.teaser .col-md-8 > ol > li:before{display:inline-block;counter-increment: chapter;   content: counter(chapter) ". "; }
.teaser ol li li:before{   counter-increment: subchapter;   content: counter(chapter) "." counter(subchapter) " "; }
.teaser ol li li li:before{   counter-increment: subsubchapter;   content: counter(chapter) "." counter(subchapter) "." counter(subsubchapter)  " "; }
.teaser ol.ie7, .teaser ul.ie7{ margin-left: 30px; padding-left:0;}*/
.teaser h1 + img + p {
	margin-top: 15px;
}

.teaser blockquote {
	margin-top: 17px;
}

.teaser.sidebar h1,
.teaser.sidebar .h1 {
	color: #dd6108;
	border-bottom: 1px solid #dd6108;
}

.teaser.sidebar h1 a,
.teaser.sidebar .h1 a {
	color: #dd6108 !important;
}

.sidebar {
	float: right;
}

.sidebar > div {
	padding-bottom: 10px;
}

.sidebar img {
	float: left;
	position: relative;
	bottom: 0;
	padding-right: 20px;
	padding-bottom: 10px;
	left: 0;
	margin-top: 0;
}

.sidebar p {
	font-size: 12px;
	line-height: 19px;
	margin: 0;
}

.sidebar h2 {
	font-size: 13px;
	line-height: 19px;
	margin-bottom: 0;
}

.sidebar h1 + h2 {
	margin-top: 0;
}

.sidebar p + h2 {
	margin-top: 10px;
}

.sidebar a {
	color: #b1063a;
}

.sidebar h3 {
	font-size: 13px;
}

.sidebar .panel-title:after {
	content: " ";
	background-image: url('../img/hpi_web_icons.png');
	background-image: url('../img/hpi_web_icons.svg');
	background-position: -9px -25px;
	width: 10px;
	height: 10px;
	position: absolute;
	margin-right: 10px;
	display: inline-block;
	width: 9px;
	height: 7px;
	margin-top: 5px;
	margin-left: 5px;
}

.sidebar .opened .panel-title:after {
	background-position: -9px -32px;
}

.sidebar .panel-body dl {
	margin: 0;
}

.sidebar .panel-body dt,
.sidebar .panel-body dd {
	font-size: 13px;
	margin-bottom: 3px;
}

.sidebar .panel-body dt {
	font-weight: normal;
	width: 100px;
	float: left;
}

.news {
	padding: 20px;
	position: relative;
}

.news img {
	float: left;
}

.news p,
.news h1,
.news h2 {
	margin: 0 0 0 180px !important;
	padding-top: 0;
}

.news a {
	color: #b1063a !important;
}

.news.noimage p,
.news.noimage h1,
.news.noimage h2 {
	margin: 0 0 0 0 !important;
	padding-top: 0;
}

.teaser .news h1,
.teaser .news .h1 {
	font-size: 16px;
	line-height: 22px;
}

.teaser .news h2,
.teaser .news .h2 {
	color: #b1063a !important;
}

.newssmall {
	padding-left: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.newssmall p,
.newssmall h1,
.newssmall h2 {
	margin: 0 0 0 80px !important;
	padding-top: 0;
	font-size: 16px !important;
	line-height: 22px !important;
}

.newssmall img {
	left: 0;
	float: left;
}

.newssmall:before,
.newssmall:after {
	display: table;
	content: "";
	line-height: 0;
}

.newssmall:after {
	clear: both;
}

form + h2,
form + h3 {
	margin-top: 30px !important;
}

.margintop {
	margin-top: 15px !important;
}

.gallerylist {
	margin-top: 10px;
	width: 48%;
	float: left;
	padding-right: 20px;
	position: relative;
}

.gallerylist > div {
	padding-left: 180px;
	padding-right: 20px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	clear: both;
	border-bottom: 1px solid #5a6065;
}

.gallerylist > div img {
	float: left;
	margin-left: -180px;
	display: inline;
}

.gallerylist > div h2 {
	font-size: 13px;
	line-height: 16px;
	margin: 0 !important;
	color: #5a6065;
}

.gallerylist > div p {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 5px 0;
}

.gallerylist > div:before,
.gallerylist > div:after {
	display: table;
	content: "";
	line-height: 0;
}

.gallerylist > div:after {
	clear: both;
}

.gallerylist + .gallerylist {
	padding-right: 0;
}

.wrapper-8.teaser .gallerylist h2 {
	font-size: 13px;
	margin-top: 0;
	line-height: 16px;
}

.imagegallery {
	margin-left: 80px;
}

.imagegallery img {
	padding-right: 20px;
	padding-bottom: 20px;
	max-width: 146px;
	max-height: 146px;
}

.imagegallerysmall {
	margin-left: 80px;
}

.imagegallerysmall img {
	max-width: 63px;
	max-height: 63px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.filelist {
	margin-left: 0;
	padding-left: 0;
	margin-top: 40px;
	padding-left: 10px;
	margin-left: 20px;
}

.filelist li {
	list-style: none;
	margin-left: 0;
	margin-bottom: 10px;
	padding-left: 20px;
	text-indent: -19px;
}

.filelist a {
	margin-right: 0px;
}

.filelist a:before {
	content: "" !important;
}

.filelist a:before {
	width: 12px;
	height: 13px;
	display: inline-block;
	content: " " !important;
	color: #5a6065;
	font-size: 10px;
	margin-right: 5px;
	background-image: url('../img/hpi_web_icons.png');
	background-position: -67px -40px;
}

.filelist a.folder:before {
	width: 17px;
	margin-left: -5px;
	background-position: -62px -40px;
}

.filelist span {
	font-style: italic;
}

.filelist p {
	margin: 0;
}

.filelist p + p {
	text-indent: -1px;
}

.filelist.folderlist {
	margin-left: 0;
}

.filelist + .filelist {
	margin-top: 0;
}

.sitemap {
	margin-left: 10px;
}

.sitemap ul ul {
	margin-left: 20px;
}

.sitemap li {
	padding-left: 0;
	text-indent: -6px;
}

.sitemap ul > li {
	text-transform: uppercase;
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.sitemap ul li li {
	text-transform: none;
	font-family: "Neo Sans W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.close {
	position: absolute;
	right: 70px;
	bottom: 10px;
	text-indent: -9999px;
	width: 10px;
	height: 9px;
	background-image: url('../img/hpi_web_icons.png');
	background-position: -58px -25px;
}

.filtersearch,
button {
	border: none;
	margin-left: 10px;
	margin-top: -4px;
	padding: 0;
	background-color: transparent;
	color: #b1063a;
	text-transform: uppercase;
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.filtersearch:before,
button:before {
	content: '>';
	display: inline-block;
	margin-right: 5px;
}

.filtersearch:hover {
	color: #5a6065;
}

.Tx-Formhandler button {
	background-color: #DD6108 !important;
	display: inline-block;
	cursor: pointer;
	color: #FFF !important;
	font-size: 15px !important;
	padding: 8px 35px !important;
	text-decoration: none !important;
}

.filtercontrol {
	margin-top: 30px;
	width: 49%;
}

#filter_cancel {
	float: right;
	position: relative;
	color: #b1063a;
}

#filter_cancel:after {
	content: ' ';
	width: 12px;
	height: 14px;
	display: inline-block;
	margin-left: 2px;
	background-image: url('../img/hpi_web_icons.png');
	background-position: -81px -25px;
	position: absolute;
	margin-top: 8px;
}

#filter {
	color: #b1063a;
}

#filter:after {
	content: ' ';
	width: 9px;
	height: 7px;
	background-image: url('../img/hpi_web_icons.png');
	background-position: -9px -25px;
	display: inline-block;
	margin-left: 5px;
}

#filter.open:after {
	content: ' ';
	display: inline-block;
	margin-left: 5px;
	background-position: -9px -32px;
}

.searchsplitter {
	border-bottom: 1px solid #007a9e;
	padding-bottom: 10px;
	padding-top: 20px;
	text-transform: uppercase;
}

.alertbox {
	padding-top: 10px;
}

.alertbox.alert,
.alertbox .alert {
	margin: -10px -20px;
}

.alertbox.alert h1,
.alertbox .alert h1 {
	padding-top: 0;
	margin-top: -5px;
	border-bottom: none;
}

.alertbox.alert h1 {
	margin-top: 10px;
	color: #b1063a;
	text-transform: none;
	font-size: 20px;
	line-height: 28px;
}

.col-md-4.alert-info {
	background-color: transparent;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 20px 10px 0;
	width: 330px;
}

.col-md-4.right {
	float: right;
	margin: 0 0 0 20px;
}

.col-md-4.alert-info,
.alert-info {
	background-color: rgba(177, 6, 58, 0.2);
}

.col-md-8 > .col-md-4:after {
	clear: both;
}

.col-md-4sub {
	width: 360px;
	float: left;
	margin: 0 20px 10px 0;
}

.col-md-4sub img {
	width: 100%;
}

.col-md-4sub.right {
	float: right;
	margin: 0 0 20px 20px;
}

.col-md-4sub.right:after {
	clear: both;
}

.accent1 h2,
.accent1 h3,
.accent1 h4,
.accent1 a,
.accent1 a:hover {
	color: #dd6108;
}

.accent1 #filter:after {
	background-position: 0 -25px;
}

.accent1 #filter.open:after {
	background-position: 0 -32px;
}

.accent1 #filter_cancel:after {
	background-position: -46px -25px;
}

.accent1 .sidebar .panel-title:after {
	background-position: 0 -25px;
}

.accent1 .sidebar .opened .panel-title:after {
	background-position: 0 -32px;
}

.accent1 .searchsplitter,
.accent1 .col-md-8 .panel-group {
	border-bottom-color: #dd6108;
}

.accent1 .col-md-8 .panel-default {
	border-top-color: #007a9e;
}

.accent1 .filelist a:before {
	background-position: -45px -40px;
}

.accent1 .filelist a.folder:before {
	background-position: -45px -40px;
}

.accent1 .col-md-4.alert-info,
.accent1 .alert-info {
	background-color: rgba(221, 97, 8, 0.2);
}

.accent1 .alertbox h1 {
	color: #dd6108;
	border-bottom-color: #dd6108;
}

.accent2 h2,
.accent2 h3,
.accent2 h4,
.accent2 a,
.accent2 a:hover {
	color: #5a6065;
}

.accent2 #filter:after {
	background-position: -9px -25px;
}

.accent2 #filter.open:after {
	background-position: -9px -32px;
}

.accent2 #filter_cancel:after {
	background-position: -81px -25px;
}

.accent2 .sidebar .panel-title:after {
	background-position: -9px -25px;
}

.accent2 .sidebar .opened .panel-title:after {
	background-position: -9px -32px;
}

.accent2 .searchsplitter,
.accent2 .col-md-8 .panel-group {
	border-bottom-color: #5a6065;
}

.accent2 .col-md-8 .panel-default {
	border-top-color: #007a9e;
}

.accent2 hr {
	border-bottom-color: #5a6065;
}

.accent2 .filelist a:before {
	background-position: -33px -40px;
}

.accent2 .filelist a.folder:before {
	background-position: -97px -40px;
}

.accent2 .col-md-4.alert-info,
.accent2 .alert-info {
	background-color: rgba(90, 96, 101, 0.2);
}

.accent2 .alertbox h1 {
	color: #5a6065;
	border-bottom-color: #5a6065;
}

.accent3 h2,
.accent3 h3,
.accent3 h4,
.accent3 a,
.accent3 a:hover {
	color: #007a9e;
}

.accent3 #filter:after {
	background-position: -18px -25px;
}

.accent3 #filter.open:after {
	background-position: -18px -32px;
}

.accent3 #filter_cancel:after {
	background-position: -70px -25px;
}

.accent3 .sidebar .panel-title:after {
	background-position: -18px -25px;
}

.accent3 .sidebar .opened .panel-title:after {
	background-position: -18px -32px;
}

.accent3 .searchsplitter,
.accent3 .col-md-8 .panel-group {
	border-bottom-color: #007a9e;
}

.accent3 .col-md-8 .panel-default {
	border-top-color: #007a9e;
}

.accent3 .filelist a:before {
	background-position: -22px -40px;
}

.accent3 .filelist a.folder:before {
	background-position: -78px -40px;
}

.accent3 .col-md-4.alert-info,
.accent3 .alert-info {
	background-color: rgba(0, 122, 158, 0.2);
}

.accent3 .alertbox h1 {
	color: #007a9e;
	border-bottom-color: #007a9e;
}

.accent4 h2,
.accent4 h3,
.accent4 h4,
.accent4 a,
.accent4 a:hover {
	color: #b1063a;
}

.accent4 .tx_dscclipclap {
	border-bottom: 1px solid #b1063a;
}

.accent4 .col-md-8 .panel-default {
	border-top-color: #007a9e;
}

.accent4 .searchsplitter,
.accent4 .col-md-8 .panel-group {
	border-bottom-color: #b1063a;
}

.accent4 .alert-info {
	background-color: rgba(246, 168, 0, 0.2);
}

.filters label {
	color: #5a6065;
	font-weight: normal;
}

.filters label input {
	margin-right: 5px;
}

.filters {
	display: none;
	float: none;
}

.filters div {
	width: 45%;
	float: left;
}

.filters div:first-child {
	width: 30%;
}

.filters div.year {
	width: 25%;
}

.filters .year ul {
	width: 40%;
	float: left;
}

.filters .year ul + ul {
	width: 60%;
	float: left;
}

.filters hr {
	width: 100%;
	clear: both;
}

.news h1,
.news .h1 {
	border-bottom: none !important;
}

.h4 {
	color: #5a6065 !important;
}

.sublist {
	margin-left: 20px;
	margin-top: 0;
}

.sublist li:before {
	content: "â€“" !important;
}

.sublisthead {
	margin-bottom: 0;
}

.sublisthead a:before {
	content: '>';
	display: inline-block;
	margin-right: 5px;
}

.sublisthead a {
	font-family: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body.accent1 h2 a,
body.accent1 .h2 a,
body.accent1 .teaser h2,
body.accent1 .teaser .h2,
body.accent1 h3,
body.accent1 h4,
body.accent1 .teaser a,
body.accent1 blockquote,
body.accent1 th {
	color: #dd6108;
}

.tx_dscclipclap {
	border-bottom: 1px solid #dd6108;
}

.accent1 .tx_dscclipclap {
	border-bottom: 1px solid #dd6108;
}

body.accent1 .table > thead > tr > th {
	border-bottom-color: #dd6108;
}

body.accent1 tbody {
	border-bottom-color: #dd6108;
}

body.accent1 .table > thead > tr > th,
body.accent1 .table > tbody > tr > th,
body.accent1 .table > tfoot > tr > th,
body.accent1 .table > thead > tr > td,
body.accent1 .table > tbody > tr > td,
body.accent1 .table > tfoot > tr > td {
	border-top-color: #dd6108;
}

body.accent1 .filtersearch,
body.accent1 button,
body.accent1 #filter_cancel,
body.accent1 #filter_cancel:after,
body.accent1 #filter_cancel:before,
body.accent1 #filter {
	color: #dd6108;
}

body.accent1 hr {
	border-top-color: #dd6108;
}

body.accent1 .gallerylist > div {
	border-bottom-color: #dd6108;
}

body.accent1 .breadcrumb > .active {
	color: #dd6108;
}

body.accent1 .breadcrumb > li a:hover {
	color: #dd6108;
}

body.accent2 h2 a,
body.accent2 .h2 a,
body.accent2 .teaser h2,
body.accent2 .teaser .h2,
body.accent2 h3,
body.accent2 h4,
body.accent2 .teaser a,
body.accent2 blockquote,
body.accent2 th {
	color: #5a6065;
}

.accent2 .tx_dscclipclap {
	border-bottom: 1px solid #5a6065;
}

body.accent2 .table > thead > tr > th {
	border-bottom-color: #5a6065;
}

body.accent2 tbody {
	border-bottom-color: #5a6065;
}

body.accent2 .table > thead > tr > th,
body.accent2 .table > tbody > tr > th,
body.accent2 .table > tfoot > tr > th,
body.accent2 .table > thead > tr > td,
body.accent2 .table > tbody > tr > td,
body.accent2 .table > tfoot > tr > td {
	border-top-color: #5a6065;
}

body.accent2 .filtersearch,
body.accent2 button,
body.accent2 #filter_cancel,
body.accent2 #filter_cancel:after,
body.accent2 #filter_cancel:before,
body.accent2 #filter {
	color: #5a6065;
}

body.accent2 hr {
	border-top-color: #5a6065;
}

body.accent2 .gallerylist > div {
	border-bottom-color: #5a6065;
}

body.accent2 .breadcrumb > .active {
	color: #5a6065;
}

body.accent2 .breadcrumb > li a:hover {
	color: #5a6065;
}

body.accent3 h2 a,
body.accent3 .h2 a,
body.accent3 .teaser h2,
body.accent3 .teaser .h2,
body.accent3 h3,
body.accent3 h4,
body.accent3 .teaser a,
body.accent3 blockquote,
body.accent3 th {
	color: #007a9e;
}

.accent3 .tx_dscclipclap {
	border-bottom: 1px solid #007a9e;
}

body.accent3 .table > thead > tr > th {
	border-bottom-color: #007a9e;
}

body.accent3 tbody {
	border-bottom-color: #007a9e;
}

body.accent3 .table > thead > tr > th,
body.accent3 .table > tbody > tr > th,
body.accent3 .table > tfoot > tr > th,
body.accent3 .table > thead > tr > td,
body.accent3 .table > tbody > tr > td,
body.accent3 .table > tfoot > tr > td {
	border-top-color: #007a9e;
}

body.accent3 .filtersearch,
body.accent3 button,
body.accent3 #filter_cancel,
body.accent3 #filter_cancel:after,
body.accent3 #filter_cancel:before,
body.accent3 #filter {
	color: #007a9e;
}

body.accent3 hr {
	border-top-color: #007a9e;
}

body.accent3 .gallerylist > div {
	border-bottom-color: #007a9e;
}

body.accent3 .breadcrumb > .active {
	color: #007a9e;
}

body.accent3 .breadcrumb > li a:hover {
	color: #007a9e;
}

.video h3,
.video > img,
.video video,
.video > div {
/*	margin-left: 80px;*/
        margin-left: 0px;
        width: 100%;
}

.video h2,
.video .h2 {
	color: #b1063a;
	border-bottom: 1px solid #b1063a;
	margin-top: 50px;
}

.video h1 + h2 {
	border-bottom: none;
	margin-left: 80px;
}

.carousel-inner ul {
	margin: 0;
	padding: 0;
}

.carousel-inner li {
	display: block;
	list-style: none;
	width: 180px;
	float: left;
	margin-right: 20px;
	padding-bottom: 5px;
}

.carousel-inner li img {
	border-bottom: 10px solid #ffffff;
	display: block;
	margin-bottom: 5px;
}

.carousel-inner li.active img {
	border-bottom: 10px solid #b1063a;
}

.carousel-inner li a {
	color: #b1063a;
	font-size: 13px;
}

.carousel-inner li p {
	font-size: 13px;
	margin: 0;
}

.site_head {
	width: 100%;
	position: relative;
	margin: 0 auto;
	z-index: 10;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
}

.site_head a {
	color: #8C8F94;
}

.site_head a:hover,
.site_head a:focus {
	color: #5A5F63;
}

.site_head h1 {
	margin: 0;
}

.site_head h1 img {
	margin-top: 20px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 41px;
	text-indent: -9999px;
	width: 36px;
	z-index: 25;
	background-image: url('../img/hpi_web_icons.png');
	background-image: url('../img/hpi_web_icons.svg');
	background-position: 0px -55px;
	height: 31px;
}

#menu:before {
	content: "";
	position: absolute;
	left: 0;
	width: 30px;
	height: 6px;
}

.site_head #head_top,
.headwrapper {
	height: 149px;
	width: 1180px;
	margin: auto;
	position: relative;
}

#head_bottom {
	margin-left: 18px;
}

#head_bottom > ul {
	width: 1200px;
	margin: auto;
	position: relative;
}

.site_head #head_bottom {
	height: 44px !important;
	background-color: #eeefef;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
}

.headbg {
	position: relative;
	z-index: 10;
	margin-bottom: 20px;
	width: 100%;
	background-color: #eeefef;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
}

.headtop {
	width: 100%;
	background-color: #ffffff;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	height: 149px;
	position: relative;
	z-index: 3;
}

.headbottom {
	max-width: 1218px;
	width: 100%;
	display: table;
	padding: 8px 0;
	margin: auto;
}

.bigheader {
	position: relative;
	padding-top: 1px;
	padding-left: 20px;
}

.bigheader h1 {
	margin-top: 22px;
}

.claim {
	position: absolute;
	right: 0;
	top: 25px;
}

.anniversary {
	margin-left: 40px;
}

.smallheader {
	height: 44px;
	display: none;
	border: none;
	background-color: #fff;
	z-index: 100;
	margin: 0 auto;
	padding-top: 105px;
}

.subpage .smallheader {
	background-color: transparent;
	margin-top: 26px;
	z-index: 0;
}

.subpage .smallheader h1 {
	padding: 0 20px 0 0;
	text-align: right;
	background-color: #fff;
	color: #8b8f93;
	font-size: 20px;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
}

.subpage .smallheader h1 a {
	color: #8b8f93 !important;
}

.smallheader #claim {
	padding-top: 95px;
}

.smallheader img {
	margin-right: 20px;
}

#login {
	width: 340px;
	position: absolute;
	left: -327px;
	top: 36px;
	border: none;
	border-radius: 0;
	padding: 20px 20px 3px 20px;
	background-color: #dedfe0;
}

#login input {
	border: 1px solid #8b8f93;
	border-radius: 1px;
	width: 189px;
	height: 21px;
	padding: 0 5px;
	background-color: #dedfe0;
	margin-right: 10px;
}

#login input:focus {
	background-color: #ffffff;
}

#login label {
	font-weight: normal;
	display: block;
	color: #5a6065;
	font-size: 13px;
}

#login button {
	color: #dd6108;
	border: none;
	background: none;
	text-transform: uppercase;
}

#login button:before {
	content: '>';
	display: inline-block;
	margin-right: 5px;
}

#login button:hover {
	color: #b1063a;
}

#login a {
	color: #dd6108;
}

#login p {
	font-size: 13px;
}

#login a:hover {
	text-decoration: none;
	color: #b1063a;
}

#login a:before {
	content: '>';
	display: inline-block;
	margin-right: 5px;
}

*::-webkit-input-placeholder {
	color: #8b8f93;
}

:-moz-placeholder {
	color: #8b8f93;
}

::-moz-placeholder {
	color: #8b8f93;
}

::input-placeholder {
	color: #8b8f93;
}

:focus::-webkit-input-placeholder {
	color: #c0c2c4;
}

input:focus::input-placeholder {
	color: #c0c2c4;
}

input:focus:-moz-placeholder {
	color: #c0c2c4;
}

input:focus::-moz-placeholder {
	color: #c0c2c4;
}

#site_nav {
	display: table-row;
}

#site_nav > li {
	line-height: 27px;
	border-left: 1px solid #8A8F93;
	list-style-type: none;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	display: table-cell;
	width: inherit;
}

#site_nav > li > a {
	color: #5a6065;
	font-size: 18px;
	text-decoration: none;
	display: block;
	line-height: 45px;
	margin: -9px 0;
	font-size: "Neo Sans W02 Medium", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#site_nav > li.open,
#site_nav > li:hover {
	border-left-color: transparent;
}

#site_nav > li.active a,
#site_nav > li > a:hover,
#site_nav > li.open > a {
	margin-right: 0px;
	background: #5A5F63;
	color: #ffffff;
}

#site_nav > li.active a {
	margin-left: -1px !important;
	margin-right: -1px !important;
}

#site_nav > li.active a.theme1,
#site_nav > li a.theme1:hover,
#site_nav > li.open > a.theme1 {
	background-color: #b1063a;
}

#site_nav > li.active a.theme2,
#site_nav > li a.theme2:hover,
#site_nav > li.open > a.theme2 {
	background-color: #dd6108;
}

#site_nav > li.active a.theme3,
#site_nav > li a.theme3:hover,
#site_nav > li.open > a.theme3 {
	background-color: #007a9e;
}

#site_nav > li.active a.theme4,
#site_nav > li a.theme4:hover,
#site_nav > li.open > a.theme4 {
	background-color: #f6a800;
}

#site_nav > li.active a.theme5,
#site_nav > li a.theme5:hover,
#site_nav > li.open > a.theme5 {
	background-color: #5a6065;
}

#site_nav > li.active + li,
#site_nav > li:hover + li,
#site_nav > li.open + li {
	border-left-color: transparent;
}

#site_nav > li.search {
	white-space: nowrap;
	text-align: right;
}

#site_nav > li.search form {
	margin-left: -50px;
}

#site_nav > li.search:hover {
	border-left-color: #8A8F93;
}

#site_nav input {
	border: 1px solid #8b8f93;
	border-radius: 1px;
	width: 140px;
	height: 23px;
	padding: 0 5px;
	background-color: #eeefef;
	line-height: 23px;
}

#site_nav input:focus {
	outline: 0 !important;
	border-color: #5a6065;
}

#site_nav button {
	text-indent: -9999px;
	width: 25px;
	height: 25px;
	border: 4px solid #eeefef;
	background-image: url('../img/hpi_web_icons.png');
	background-image: url('../img/hpi_web_icons.svg');
	background-position: -280px -25px;
	background-color: transparent;
	margin-left: 8px;
	margin-top: -4px;
	line-height: 0;
}

#site_nav .dropdown-menu {
	border-radius: 0;
	margin-top: 4px;
	margin-left: -1px;
	color: #5a6065;
	text-transform: none;
}

#site_nav .dropdown-menu.open {
	display: block;
}

#site_nav .dropdown-menu > li {
	color: #007a9e;
}

#site_nav .dropdown-menu > li span {
	padding: 0 20px;
	color: #007a9e;
}

#site_nav .dropdown-menu > li > ul {
	position: relative;
}

.submenu {
	background-color: #ffffff;
	z-index: 9;
	display: none;
	position: absolute;
	width: 100%;
	top: 192px;
	-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	padding-bottom: 10px;
	padding-left: 10px;
}

.submenu div {
	width: 1159px;
	position: relative;
	margin: auto;
	z-index: 12;
}

.submenu div > div {
	float: left;
	width: 33.333%;
}

.submenu div ul {
	margin-top: 20px;
}

.submenu div li {
	list-style: none;
	margin-bottom: 10px;
}

.submenu div .subsubmenu ul {
	display: none;
}

.submenu div .subsubmenu ul li {
	margin-bottom: 5px;
}

.submenu div .submenuli li {
	margin-bottom: 12px;
}

.submenu div .subsubmenu ul.open {
	display: block;
}

.submenu div a {
	color: #5a6065;
	cursor: pointer;
}

.submenu > li.active a.theme1,
.submenu > li a.theme1:hover,
.submenu > li.open > a.theme1 {
	background-color: #b1063a;
}

.submenu.submenu.theme1 p {
	color: #b1063a;
}

.submenu.submenu.theme1 a:hover,
.submenu.submenu.theme1 .open {
	color: #b1063a;
	text-decoration: none;
}

.submenu > li.active a.theme2,
.submenu > li a.theme2:hover,
.submenu > li.open > a.theme2 {
	background-color: #dd6108;
}

.submenu.submenu.theme2 p {
	color: #dd6108;
}

.submenu.submenu.theme2 a:hover,
.submenu.submenu.theme2 .open {
	color: #dd6108;
	text-decoration: none;
}

.submenu > li.active a.theme3,
.submenu > li a.theme3:hover,
.submenu > li.open > a.theme3 {
	background-color: #007a9e;
}

.submenu.submenu.theme3 p {
	color: #007a9e;
}

.submenu.submenu.theme3 a:hover,
.submenu.submenu.theme3 .open {
	color: #007a9e;
	text-decoration: none;
}

.submenu > li.active a.theme4,
.submenu > li a.theme4:hover,
.submenu > li.open > a.theme4 {
	background-color: #f6a800;
}

.submenu.submenu.theme4 p {
	color: #f6a800;
}

.submenu.submenu.theme4 a:hover,
.submenu.submenu.theme4 .open {
	color: #f6a800;
	text-decoration: none;
}

.submenu > li.active a.theme5,
.submenu > li a.theme5:hover,
.submenu > li.open > a.theme5 {
	background-color: #5a6065;
}

.submenu.submenu.theme5 p {
	color: #5a6065;
}

.submenu.submenu.theme5 a:hover,
.submenu.submenu.theme5 .open {
	color: #5a6065;
	text-decoration: none;
}

.subpage .submenu {
	padding-left: 0;
}

#head_bottom-wrapper {
	margin: 0 0 20px 0;
	border: 0;
	min-height: 20px;
	height: 44px;
	z-index: 9;
	background-color: #ffffff;
}

.lang_switcher {
	margin: 5px 0 0 -10px;
	padding: 0;
}

.lang_switcher li {
	float: left;
	list-style: none;
	color: #5a6065;
}

.lang_switcher li:first-child:after {
	content: '|';
	display: inline-block;
	margin: 0 5px;
	color: #8b8f93;
}

.lang_switcher a,
.lang_switcher span {
	text-decoration: none;
	display: inline-block;
	line-height: 25px;
	text-transform: uppercase;
	background-image: none !important;
	font-size: 16px;
}

.lang_switcher a {
	color: #dedfe0;
}

.lang_switcher a:hover {
	color: #5a6065;
}

.lang_switcher span {
	color: #8b8f93;
}

.clear,
#site_nav:after,
#bottom_stuff:after,
#site_wrapper:after {
	clear: both;
	content: '';
	display: block;
}

#login_link {
	margin-right: 20px;
	float: left;
	text-transform: none;
	width: 72px;
	height: 32px;
	display: block;
	padding-left: 15px;
	padding-top: 12px;
	margin-top: -5px;
	margin-left: 15px;
	font-family: "Neo Sans W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	color: #8b8f93;
}

#login_link:hover {
	text-decoration: none;
	color: #5a6065;
}

#login_link:before {
	content: '>';
	display: inline-block;
	margin-right: 5px;
}

.open #login_link {
	text-decoration: none;
	background: #dedfe0;
}

#bottom_stuff {
	position: absolute;
	bottom: -13px;
	right: 0;
	height: 25px;
	z-index: 10;
	width: 320px;
}

#bottom_stuff .lang_switcher {
	float: left;
}

#social a {
	display: block;
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	background-image: url('../img/hpi_web_icons.png');
	background-image: url('../img/hpi_web_icons.svg');
}

.subpage #social {
	float: right;
	width: 232px;
	position: relative;
	margin-top: 10px;
}

.subpage #social .lang_switcher {
	margin: 0;
	position: relative;
	font-family: "Neo Sans W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px;
}

.subpage #social .lang_switcher span,
.subpage #social .lang_switcher a:hover {
	color: #ffffff;
}

.subpage #social .lang_switcher a {
	line-height: 32px;
}

.subpage #social .lang_switcher li {
	margin-top: -4px;
	font-family: "Neo Sans W02", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #ffffff;
}

.subpage #social .lang_switcher li:first-child {
	margin-left: 15px;
}

.twitter {
	background-position: -25px 0;
}

.googleplus {
	background-position: -50px 0;
}

.rss {
	background-position: -75px 0;
}

.youtube {
	background-position: -100px 0;
}

.vimeo {
	background-position: -125px 0;
}

.instagram {
	background-position: -150px 0;
}

cite {
	font-size: 12px;
	line-height: 19px;
	display: block;
}

.navbar-collapse.in {
	overflow-y: visible;
}

@media (max-width: 1280px) {
	body {
		background-size: auto;
	}

	.gallerylist > div {
		padding-left: 90px;
	}

	.gallerylist > div img {
		margin-left: -90px;
		max-width: 80px;
	}

	.subpage #site_nav li.search form {
		margin-left: -10px;
	}

	.subpage #site_nav li.search input {
		width: 90px;
	}

	.subpage #site_nav button {
		margin-left: 0;
	}

	.video > img {
		max-width: 810px;
	}

	.subpage .smallheader h1 {
		margin-right: 1px;
		margin-left: -1px;
	}

	.subsitebackhead h1 {
		margin-left: 6px;
	}

	.imagegallery,
	.imagegallerysmall {
		margin-left: 63px;
	}

	.carousel-inner liÂ {
		width: 142px;
	}

	.carousel-inner liÂ img {
		width: 100%;
	}

	.col-md-4.alert-info {
		width: 262px;
	}

	.col-md-4sub {
		width: 272px;
	}
}

@media (max-width: 1023px) {
	#claim,
	#bottom_stuff {
		right: 10px;
	}

	#site_nav form {
		margin-left: -30px;
	}

	#site_nav input {
		width: 100px;
	}

	.subpage .bigheader {
		width: 97%;
	}

	.subpage .headtop,
	.subpage .headbottom {
		width: 100%;
		margin-left: 0;
	}

	.subpage .smallheader {
		background-color: transparent;
	}

	.subpage .smallheader h1 {
		padding: 0 20px 0 0;
		text-align: right;
		background-color: #fff;
		color: #8b8f93;
		font-size: 16px;
		-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
		-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
		box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	}

	.subpage .subsitebackhead div {
		max-width: 96%;
	}

	.subpage .smallheader {
		width: 990px;
	}

	.subpage .smallheader h1 {
		margin-left: 0;
		padding-right: 10px;
		margin-right: -2px;
	}

	.video h1 + h2,
	.video > img,
	.video h3,
	.video > img,
	.video video,
	.video > div {
		margin-left: 0;
	}

	.video > img {
		max-width: 100%;
	}

	.col-md-12 {
		width: 90%;
	}

	.imagegallery,
	.imagegallerysmall {
		margin: auto 0;
	}

	.imagegallery img,
	.imagegallerysmall img {
		padding-right: 10px;
		padding-bottom: 10px;
	}

	.wrapper-8 > div,
	.wrapper-4 > div {
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.col-md-4.alert-info {
		width: auto /*96.5%*/;
		margin-left: 0;
		float: none;
	}

	.col-md-4sub {
		width: 96.5%;
		margin-left: 0;
		float: none;
	}

	.col-md-4sub img {
		width: 272px;
	}

	.newsarchive {
		margin-right: 20px;
	}

	.newsarchive h1 {
		padding-top: 5px;
	}

	.footer-links {
		margin-left: -10px;
	}
}

@media (max-width: 839px) {
	.imagegallery,
	.imagegallerysmall {
		margin-left: 0;
	}

	#site_nav > li.active a {
		background: none !important;
		color: #5a6065 !important;
	}

	#site_nav > li.active a.theme1:hover {
		background: #b1063a !important;
		color: #fff !important;
	}

	#site_nav > li.active a.theme2:hover {
		background: #dd6108 !important;
		color: #fff !important;
	}

	#site_nav > li.active a.theme3:hover {
		background: #007a9e !important;
		color: #fff !important;
	}

	#site_nav > li.active a.theme4:hover {
		background: #f6a800 !important;
		color: #fff !important;
	}

	#site_nav > li.active a.theme5:hover {
		background: #5a6065 !important;
		color: #fff !important;
	}

	#bottom_stuff {
		top: 14px;
		padding-right: 10px;
		padding-bottom: 30px;
		position: relative;
		margin-left: 10px;
	}

	.bigheader,
	.bigheader {
		display: none;
	}

	.subpage .smallheader {
		display: block;
		margin-top: 62px;
		width: 100% !important;
	}

	#head_bottom {
		margin-left: 0;
		margin-top: 14px;
		background-color: rgba(238, 239, 239, 0.93);
		overflow-x: hidden;
	}

	#head_bottom > ul {
		margin-left: 0;
	}

	.smallheader {
		display: block !important;
		padding-top: 0;
	}

	.smallheader #claim {
		padding-top: 0px;
		top: 15px;
	}

	.smallheader img {
		margin-right: 20px;
	}

	.headbottom {
		height: 6px;
		min-height: 5px;
		margin-top: 22px;
		display: block;
	}

	.headbottom .opened {
		background-color: red;
	}

	.navbar-collapse.in {
		overflow-y: auto;
		height: 100%;
		max-height: 300px;
	}

	.headbg {
		position: fixed;
		top: 0;
		margin-top: 0px;
	}

	.headtop {
		height: auto;
	}

	body {
		margin-top: 98px;
	}

	body.subpage {
		margin-top: 87px;
	}

	#site_nav form {
		margin-left: 0;
	}

	.subpage #site_nav li,
	.subpage #site_nav > li:first-child,
	#site_nav {
		display: block;
		padding-left: 0;
	}

	.subpage #site_nav li li,
	.subpage #site_nav > li:first-child li,
	#site_nav li {
		display: block;
		text-align: left;
		border-left-color: transparent;
		margin-right: 20px;
		border: none;
		background-color: none;
	}

	.subpage #site_nav li li:hover,
	.subpage #site_nav > li:first-child li:hover,
	#site_nav li:hover {
		border: none;
	}

	.subpage #site_nav li li a,
	.subpage #site_nav > li:first-child li a,
	#site_nav li a {
		padding: 6px 10px;
		line-height: 1;
		margin: 0;
	}

	.subpage #site_nav li li li a,
	.subpage #site_nav > li:first-child li li a,
	#site_nav li li a {
		background-color: transparent !important;
		color: #8b8f93 !important;
	}

	.subpage #site_nav li li a:hover,
	.subpage #site_nav > li:first-child li a:hover,
	#site_nav li a:hover {
		border: none;
	}

	.subpage #site_nav li li.search,
	.subpage #site_nav > li:first-child li.search,
	#site_nav li.search {
		text-align: left;
		margin-left: 10px;
	}

	.subpage #site_nav li li.search form,
	.subpage #site_nav > li:first-child li.search form,
	#site_nav li.search form {
		margin-left: 0;
	}

	.subpage #site_nav li li ul,
	.subpage #site_nav > li:first-child li ul,
	#site_nav li ul {
		padding-left: 10px;
		margin-bottom: 20px;
	}

	.subpage #site_nav li li ul li,
	.subpage #site_nav > li:first-child li ul li,
	#site_nav li ul li {
		margin-left: 0px;
		text-transform: none;
	}

	.subpage #site_nav li li.active a,
	.subpage #site_nav li li > a:hover,
	.subpage #site_nav li liopen > a,
	.subpage #site_nav > li:first-child li.active a,
	.subpage #site_nav > li:first-child li > a:hover,
	.subpage #site_nav > li:first-child liopen > a,
	#site_nav li.active a,
	#site_nav li > a:hover,
	#site_nav liopen > a {
		background-color: none;
	}

	.subpage #head_bottom {
		margin-top: -12px;
	}

	.subpage .bigheader h1,
	.subpage .bigheader img {
		display: block;
		max-height: 40px;
	}

	.subpage .bigheader a {
		padding: 0 10px 0 10px;
	}

	.subpage #site_nav li.search form {
		margin-left: 0;
	}

	.subpage #site_nav li {
		margin-bottom: 5px;
		height: auto;
	}

	.subpage .bigheader {
		-moz-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
		-webkit-box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
		box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.7);
	}

	.subpage .bigheader div {
		background-color: #dedfe0;
		background-image: none;
		height: 40px;
	}

	.subpage #menu {
		top: 52px;
	}

	.wrapper-8 > div,
	.wrapper-4 > div {
		margin-bottom: 10px;
	}

	#login {
		left: -120px;
		top: -167px;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.footer-links {
		margin-left: 10px;
	}

	.filtercontrol {
		width: 97%;
	}
}

@media (max-width: 767px) {
	.subpage .headbottom {
		width: 100%;
	}

	.subpage .headbottom #head_bottom {
		width: 100%;
		margin-left: 0;
	}

	.subpage .bigheader {
		padding-left: 0;
	}

	.subpage .bigheader img {
		max-width: 100%;
	}

	.subpage .bigheader #bottom-header {
		width: 100%;
	}

	.subpage #site_nav li {
		display: block;
	}

	.gallerylist {
		width: 100%;
	}

	.smallheader,
	#head_top {
		width: 98% !important;
	}

	.smallheader img {
		margin-right: 20px;
	}

	#claim,
	#bottom_stuff {
		right: 0;
	}

	#site_nav > li {
		float: none;
		text-align: left;
	}

	#site_nav > li.search {
		float: left;
		margin-left: 0;
	}

	#site_nav input {
		margin-left: 10px;
	}

	.wrapper-8.channel .col-md-4 {
		height: 312px;
		width: 272px;
		float: left;
		margin-right: 20px;
		margin-bottom: 20px;
	}

	.wrapper-8.channel .col-md-4 p {
		display: none;
	}

	.wrapper-8.channel .col-md-4 img {
		max-width: 272px;
	}

	.submenu div div:first-child {
		display: none;
	}

	.wrapper-4,
	.wrapper-8 {
		width: 100%;
	}

	.filters ul {
		min-width: 100px;
	}

	#head_bottom > ul {
		width: auto;
	}
}

@media (max-width: 767px) {
	body {
		background-image: none !important;
	}

	.wrapper-8 .col-md-4 {
		min-height: 10px;
	}

	body > .container:before {
		margin-left: -10px;
	}

	footer .container div {
		margin-left: 0;
	}

	.wrapper-8.channel .col-md-4 {
		width: auto;
		height: inherit;
		margin-bottom: 10px;
	}

	.wrapper-8.channel .col-md-4 img {
		position: relative;
	}

	.wrapper-8.channel .col-md-4 p {
		display: block;
	}

	.teaser {
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

@media (max-width: 716px) {
	.col-md-4,
	.col-md-6,
	.col-md-8,
	.col-md-10,
	.col-md-10 {
		padding-left: 20px;
		padding-right: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.teaser .col-md-4 img {
		bottom: 10px;
	}

	.sidebar .col-md-4 img {
		bottom: 0px;
		padding-right: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}

	.col-md-4.alert,
	.col-md-4.alert-info,
	.col-md-4.alertbox {
		padding-bottom: 10px;
	}

	.news {
		padding: 10px;
	}

	.subtitle h1 {
		margin: 0 10px 0 10px;
	}

	body {
		/*background: rgba(221,97,8,0.6)!important;*/
	}

	body.theme1 {
		background: rgba(177, 6, 58, 0.6);
	}

	body.theme2 {
		background: rgba(221, 97, 8, 0.6);
	}

	body.theme3 {
		background: rgba(0, 122, 158, 0.6);
	}

	body.theme4 {
		background: rgba(246, 168, 0, 0.6);
	}

	body.theme5 {
		background: rgba(90, 96, 101, 0.6);
	}

	body.theme1 .container,
	body.theme2 .container,
	body.theme3 .container,
	body.theme4 .container,
	body.theme5 .container,
	body.theme1 > .container:before,
	body.theme2 > .container:before,
	body.theme3 > .container:before,
	body.theme4 > .container:before,
	body.theme5 > .container:before {
		background-color: transparent !important;
	}

	body > .container:before {
		background-color: transparent !important;
	}
}

@media (max-width: 638px) {
	.news img {
		padding-right: 10px;
	}

	.news p,
	.news h1,
	.news h2 {
		margin: 0 !important;
	}
}

@media (max-width: 500px) {
	#claim {
		display: none;
	}

	.col-md-4 img {
		position: relative;
	}

	.subsitebackhead #social {
		display: none;
	}

	#head_bottom > ul {
		padding: 0;
	}

	#socialÂ {
		margin-left: 10px;
	}

	.subpage #social,
	#social {
		float: left;
	}

	.subpage #social .lang_switcher span,
	#social .lang_switcher span {
		margin-top: 3px;
		color: #ffffff;
	}

	.subpage #social {
		margin-left: 10px;
	}

	.subpage #social .lang_switcher li {
		color: #5a6065;
	}

	.subpage #social .lang_switcher span {
		margin-top: 3px;
		color: #5a6065;
	}

	#login_link {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 768px) {
	.headbottom {
		width: 100%;
	}

	.subsitebackhead div {
		max-width: 100%;
		width: 990px;
	}

	.subpage .bigheader {
		padding-left: 0;
	}

	.subpage .bigheader img {
		max-width: 100%;
	}

	.subpage .headbottom {
		width: 99%;
	}

	.subpage .headbottom #head_bottom {
		width: 97%;
		margin-left: 10px;
	}

	.wrapper-8,
	.wrapper-4 {
		width: 100%;
	}

	.wrapper-8 img,
	.wrapper-4 img {
		max-width: 100%;
	}

	.site_head #head_top,
	.headwrapper {
		width: 98%;
	}

	.submenu div {
		width: 98%;
	}

	.wrapper-8.channel .col-md-4 {
		min-height: 312px;
		float: left;
		margin-bottom: 20px;
		width: 272px;
	}

	.wrapper-8.channel .col-md-4 p {
		/* display: none; */ /* dsc_db #16973 */
	}

	.site_head #head_bottom > ul {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.subpage #site_nav input {
		margin-left: 0;
	}

	.wrapper-8.channel .col-md-4 {
		min-height: 312px;
		max-width: 312px;
	}

	.wrapper-8.channel .col-md-4 p {
		/* display: none; */ /* dsc_db #16973 */
	}

	.wrapper-8.channel .col-md-4 img {
		max-width: 272px;
	}
}

@media (min-width: 1024px) {
	.headbottom {
		width: 1015px;
	}

	.subsitebackhead div {
		max-width: 978px;
	}

	.subpage .bigheader {
		padding-left: 20px;
	}

	.subpage .bigheader img {
		max-width: 978px;
	}

	.subpage .headbottom {
		width: 978px;
	}

	.subpage .headbottom #head_bottom {
		width: 978px;
		margin-left: 20px;
	}

	.subpage .navbar-collapse.collapse {
		display: table !important;
	}

	.wrapper-8 {
		width: 664px;
	}

	.wrapper-4 {
		width: 332px;
	}

	.site_head,
	.bigheader,
	.site_nav {
		width: 978px;
		margin: 0 auto;
	}

	.site_head #head_top,
	.headwrapper {
		width: 978px;
		padding-left: 22px;
	}

	.submenu div {
		width: 977px;
	}

	.wrapper-8.channel .col-md-4 {
		min-height: 312px;
	}

	.wrapper-8.channel .col-md-4 p {
		display: none;
	}

	.wrapper-8.channel .col-md-4 img {
		max-width: 272px;
	}

	.site_head #head_bottom > ul {
		width: 996px;
		margin: auto;
	}

	.subpage #site_nav input {
		margin-left: 0;
	}

	#site_nav button {
		margin-left: 6px;
	}
}

@media (min-width: 1280px) {
	.subsitebackhead div {
		max-width: 1180px;
		width: 1180px;
	}

	.subpage .bigheader img {
		max-width: 1180px;
	}

	.subpage .headbottom #head_bottom {
		width: 1180px;
	}

	.submenu div {
		width: 1180px;
	}

	.wrapper-8 {
		width: 800px;
	}

	.wrapper-4 {
		width: 400px;
	}

	.col-md-4 figure img {
		padding: 0;

	}

	.smallheader {
		width: 1180px;
		margin: auto;
	}

	.site_head,
	.bigheader,
	.site_nav {
		width: 1180px;
		margin: 0 auto;
	}

	.site_head #head_bottom > ul {
		width: 1180px;
	}

	.site_head #head_top,
	.headwrapper {
		width: 1180px;
		padding-left: 20px;
	}

	.site_head #head_bottom > ul {
		padding-left: 0;
		width: 1163px;
		margin: auto;
	}

	.subpage #site_nav input {
		margin-left: 0;
	}

	.wrapper-8.channel .col-md-4 {
		min-height: 380px;
		max-width: 340px;
		width: 340px;
	}

	.wrapper-8.channel .col-md-4 p {
		margin: 0;
		display: block;
	}

	.wrapper-8.channel .col-md-4 img {
		max-width: 340px;
	}

	.imagegallerysmall img {
		max-width: 80px;
		max-height: 80px;
	}

	.imagegallery img {
		max-width: 180px;
		max-height: 180px;
	}

	#head_bottom {
		margin-left: 18px;
	}

	.headbottom {
		width: 1220px;
	}
}

.gsc-input .gstl_50 {
	margin-top: 2px;
}

.gsc-input .gsib_a {
	padding-top: 0px;
}
