@charset "UTF-8";
.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	-webkit-clip-path: inset(50%)!important;
	clip-path: inset(50%)!important;
	height: 1px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	white-space: nowrap!important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px;
	padding: 1px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0 4px;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888 transparent;
	border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!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^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret,
	.kw-Infomaterial .favNotice .dropup>a.more.colored>.caret,
	.kw-Infomaterial .favNotice .dropup>a.more:not(.colored)>.caret,
	.kw-Infomaterial .favNotice a.more.colored>.caret,
	.kw-Infomaterial .favNotice a.more:not(.colored)>.caret,
	.links-box .dropup>a.more.colored>.caret,
	.links-box .dropup>a.more:not(.colored)>.caret,
	.links-box a.more.colored>.caret,
	.links-box a.more:not(.colored)>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url(/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot);
	src: url(/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(/node_modules/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}

.glyphicon-menu-hamburger:before {
	content: "\e236"
}

.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

.glyphicon-menu-left:before {
	content: "\e257"
}

.glyphicon-menu-right:before {
	content: "\e258"
}

.glyphicon-menu-down:before {
	content: "\e259"
}

.glyphicon-menu-up:before {
	content: "\e260"
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: Arial;
	font-size: 14px;
	line-height: 1.42857;
	color: #000;
	background-color: #d1d1d1
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #167ef3;
	text-decoration: none;
	font-size: small
}

a:focus,
a:hover {
	color: #810000;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.baseproduct-premium .image-holder img,
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #d1d1d1;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-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: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.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: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
	margin-top: 10px;
	margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

@media (min-width:743px) {
	.lead {
		font-size: 21px
	}
}

.small,
small {
	font-size: 85%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #cd0000
}

a.text-primary:focus,
a.text-primary:hover {
	color: #9a0000
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #cd0000
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #9a0000
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

dl {
	margin-top: 0;
	margin-bottom: 20px
}

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	display: table;
	content: " "
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:9999px) {
	.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
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container,
.footer-body,
.main-container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container:after,
.container:before,
.footer-body:after,
.footer-body:before,
.main-container:after,
.main-container:before {
	display: table;
	content: " "
}

.container:after,
.footer-body:after,
.main-container:after {
	clear: both
}

@media (min-width:743px) {
	.container,
	.footer-body,
	.main-container {
		width: 725px
	}
}

@media (min-width:747px) {
	.container,
	.footer-body,
	.main-container {
		width: 725px
	}
}

@media (min-width:1312px) {
	.container,
	.footer-body,
	.main-container {
		width: 1282px
	}.a
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
	display: table;
	content: " "
}

.container-fluid:after {
	clear: both
}

.row {
	margin-right: -15px;
	margin-left: -15px
}
.column {
	float: left;
	width: 11%;
	padding: 5px;
  }
  
  /* Clear floats after image containers */
.row::after {
	content: "";
	clear: both;
	display: table;
  }
.row:after,
.row:before {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row-no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:743px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:747px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1312px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

table col[class*=col-] {
	position: static;
	display: table-column;
	float: none
}

table td[class*=col-],
table th[class*=col-] {
	position: static;
	display: table-cell;
	float: none
}

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #d1d1d1
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:742px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	appearance: none
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	.input-group-sm>.input-group-btn>input.btn[type=date],
	.input-group-sm>.input-group-btn>input.btn[type=datetime-local],
	.input-group-sm>.input-group-btn>input.btn[type=month],
	.input-group-sm>.input-group-btn>input.btn[type=time],
	.input-group-sm>input.form-control[type=date],
	.input-group-sm>input.form-control[type=datetime-local],
	.input-group-sm>input.form-control[type=month],
	.input-group-sm>input.form-control[type=time],
	.input-group-sm>input.input-group-addon[type=date],
	.input-group-sm>input.input-group-addon[type=datetime-local],
	.input-group-sm>input.input-group-addon[type=month],
	.input-group-sm>input.input-group-addon[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	.input-group-lg>.input-group-btn>input.btn[type=date],
	.input-group-lg>.input-group-btn>input.btn[type=datetime-local],
	.input-group-lg>.input-group-btn>input.btn[type=month],
	.input-group-lg>.input-group-btn>input.btn[type=time],
	.input-group-lg>input.form-control[type=date],
	.input-group-lg>input.form-control[type=datetime-local],
	.input-group-lg>input.form-control[type=month],
	.input-group-lg>input.form-control[type=time],
	.input-group-lg>input.input-group-addon[type=date],
	.input-group-lg>input.input-group-addon[type=datetime-local],
	.input-group-lg>input.input-group-addon[type=month],
	.input-group-lg>input.input-group-addon[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.form-control-static.more.colored,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.form-control-static.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.form-control-static.more.colored,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.form-control-static.more:not(.colored),
.links-box .input-group-lg>.input-group-btn>a.form-control-static.more.colored,
.links-box .input-group-lg>.input-group-btn>a.form-control-static.more:not(.colored),
.links-box .input-group-sm>.input-group-btn>a.form-control-static.more.colored,
.links-box .input-group-sm>.input-group-btn>a.form-control-static.more:not(.colored) {
	padding-right: 0;
	padding-left: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more.colored,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more:not(.colored),
.links-box .input-group-sm>.input-group-btn>a.more.colored,
.links-box .input-group-sm>.input-group-btn>a.more:not(.colored) {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-sm>.input-group-btn>select.btn,
.input-group-sm>select.form-control,
.input-group-sm>select.input-group-addon,
select.input-sm {
	height: 30px;
	line-height: 30px
}

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more.colored,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more:not(.colored),
.links-box .input-group-lg>.input-group-btn>a.more.colored,
.links-box .input-group-lg>.input-group-btn>a.more:not(.colored) {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.input-group-lg>.input-group-btn>select.btn,
.input-group-lg>select.form-control,
.input-group-lg>select.input-group-addon,
select.input-lg {
	height: 46px;
	line-height: 46px
}

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

.has-feedback .form-control {
	padding-right: 42.5px
}

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more.colored+.form-control-feedback,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more:not(.colored)+.form-control-feedback,
.links-box .input-group-lg>.input-group-btn>a.more.colored+.form-control-feedback,
.links-box .input-group-lg>.input-group-btn>a.more:not(.colored)+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more.colored+.form-control-feedback,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more:not(.colored)+.form-control-feedback,
.links-box .input-group-sm>.input-group-btn>a.more.colored+.form-control-feedback,
.links-box .input-group-sm>.input-group-btn>a.more:not(.colored)+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

.has-feedback label~.form-control-feedback {
	top: 25px
}

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #404040
}

@media (min-width:743px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

.form-horizontal .checkbox,
.form-horizontal .radio {
	min-height: 27px
}

.form-horizontal .form-group {
	margin-right: -15px;
	margin-left: -15px
}

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	display: table;
	content: " "
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:743px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:743px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:743px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn,
.kw-Infomaterial .favNotice a.more.colored,
.kw-Infomaterial .favNotice a.more:not(.colored),
.links-box a.more.colored,
.links-box a.more:not(.colored) {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
.kw-Infomaterial .favNotice a.active.focus.more.colored,
.kw-Infomaterial .favNotice a.active.focus.more:not(.colored),
.kw-Infomaterial .favNotice a.active.more.colored:focus,
.kw-Infomaterial .favNotice a.active.more:focus:not(.colored),
.kw-Infomaterial .favNotice a.focus.more.colored,
.kw-Infomaterial .favNotice a.focus.more:not(.colored),
.kw-Infomaterial .favNotice a.more.colored:active.focus,
.kw-Infomaterial .favNotice a.more.colored:active:focus,
.kw-Infomaterial .favNotice a.more.colored:focus,
.kw-Infomaterial .favNotice a.more:active.focus:not(.colored),
.kw-Infomaterial .favNotice a.more:active:focus:not(.colored),
.kw-Infomaterial .favNotice a.more:focus:not(.colored),
.links-box a.active.focus.more.colored,
.links-box a.active.focus.more:not(.colored),
.links-box a.active.more.colored:focus,
.links-box a.active.more:focus:not(.colored),
.links-box a.focus.more.colored,
.links-box a.focus.more:not(.colored),
.links-box a.more.colored:active.focus,
.links-box a.more.colored:active:focus,
.links-box a.more.colored:focus,
.links-box a.more:active.focus:not(.colored),
.links-box a.more:active:focus:not(.colored),
.links-box a.more:focus:not(.colored) {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover,
.kw-Infomaterial .favNotice a.focus.more.colored,
.kw-Infomaterial .favNotice a.focus.more:not(.colored),
.kw-Infomaterial .favNotice a.more.colored:focus,
.kw-Infomaterial .favNotice a.more.colored:hover,
.kw-Infomaterial .favNotice a.more:focus:not(.colored),
.kw-Infomaterial .favNotice a.more:hover:not(.colored),
.links-box a.focus.more.colored,
.links-box a.focus.more:not(.colored),
.links-box a.more.colored:focus,
.links-box a.more.colored:hover,
.links-box a.more:focus:not(.colored),
.links-box a.more:hover:not(.colored) {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active,
.kw-Infomaterial .favNotice a.active.more.colored,
.kw-Infomaterial .favNotice a.active.more:not(.colored),
.kw-Infomaterial .favNotice a.more.colored:active,
.kw-Infomaterial .favNotice a.more:active:not(.colored),
.links-box a.active.more.colored,
.links-box a.active.more:not(.colored),
.links-box a.more.colored:active,
.links-box a.more:active:not(.colored) {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
.kw-Infomaterial .favNotice a.disabled.more.colored,
.kw-Infomaterial .favNotice a.disabled.more:not(.colored),
.kw-Infomaterial .favNotice a.more.colored[disabled],
.kw-Infomaterial .favNotice a.more[disabled]:not(.colored),
.kw-Infomaterial .favNotice fieldset[disabled] a.more.colored,
.kw-Infomaterial .favNotice fieldset[disabled] a.more:not(.colored),
.links-box a.disabled.more.colored,
.links-box a.disabled.more:not(.colored),
.links-box a.more.colored[disabled],
.links-box a.more[disabled]:not(.colored),
.links-box fieldset[disabled] a.more.colored,
.links-box fieldset[disabled] a.more:not(.colored),
fieldset[disabled] .btn,
fieldset[disabled] .kw-Infomaterial .favNotice a.more.colored,
fieldset[disabled] .kw-Infomaterial .favNotice a.more:not(.colored),
fieldset[disabled] .links-box a.more.colored,
fieldset[disabled] .links-box a.more:not(.colored) {
	cursor: not-allowed;
	opacity: .65;
	-webkit-box-shadow: none;
	box-shadow: none
}

.kw-Infomaterial .favNotice a.disabled.more.colored,
.kw-Infomaterial .favNotice a.disabled.more:not(.colored),
.kw-Infomaterial .favNotice fieldset[disabled] a.more.colored,
.kw-Infomaterial .favNotice fieldset[disabled] a.more:not(.colored),
.links-box a.disabled.more.colored,
.links-box a.disabled.more:not(.colored),
.links-box fieldset[disabled] a.more.colored,
.links-box fieldset[disabled] a.more:not(.colored),
a.btn.disabled,
fieldset[disabled] .kw-Infomaterial .favNotice a.more.colored,
fieldset[disabled] .kw-Infomaterial .favNotice a.more:not(.colored),
fieldset[disabled] .links-box a.more.colored,
fieldset[disabled] .links-box a.more:not(.colored),
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary,
.kw-Infomaterial .favNotice a.more:not(.colored),
.links-box a.more:not(.colored) {
	color: #fff;
	background-color: #cd0000;
	border-color: #b40000
}

.btn-primary.focus,
.btn-primary:focus,
.kw-Infomaterial .favNotice a.focus.more:not(.colored),
.kw-Infomaterial .favNotice a.more:focus:not(.colored),
.links-box a.focus.more:not(.colored),
.links-box a.more:focus:not(.colored) {
	color: #fff;
	background-color: #9a0000;
	border-color: #340000
}

.btn-primary:hover,
.kw-Infomaterial .favNotice a.more:hover:not(.colored),
.links-box a.more:hover:not(.colored) {
	color: #fff;
	background-color: #9a0000;
	border-color: #760000
}

.btn-primary.active,
.btn-primary:active,
.kw-Infomaterial .favNotice .open>a.dropdown-toggle.more:not(.colored),
.kw-Infomaterial .favNotice a.active.more:not(.colored),
.kw-Infomaterial .favNotice a.more:active:not(.colored),
.links-box .open>a.dropdown-toggle.more:not(.colored),
.links-box a.active.more:not(.colored),
.links-box a.more:active:not(.colored),
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #9a0000;
	background-image: none;
	border-color: #760000
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.kw-Infomaterial .favNotice .open>a.dropdown-toggle.focus.more:not(.colored),
.kw-Infomaterial .favNotice .open>a.dropdown-toggle.more:focus:not(.colored),
.kw-Infomaterial .favNotice .open>a.dropdown-toggle.more:hover:not(.colored),
.kw-Infomaterial .favNotice a.active.focus.more:not(.colored),
.kw-Infomaterial .favNotice a.active.more:focus:not(.colored),
.kw-Infomaterial .favNotice a.active.more:hover:not(.colored),
.kw-Infomaterial .favNotice a.more:active.focus:not(.colored),
.kw-Infomaterial .favNotice a.more:active:focus:not(.colored),
.kw-Infomaterial .favNotice a.more:active:hover:not(.colored),
.links-box .open>a.dropdown-toggle.focus.more:not(.colored),
.links-box .open>a.dropdown-toggle.more:focus:not(.colored),
.links-box .open>a.dropdown-toggle.more:hover:not(.colored),
.links-box a.active.focus.more:not(.colored),
.links-box a.active.more:focus:not(.colored),
.links-box a.active.more:hover:not(.colored),
.links-box a.more:active.focus:not(.colored),
.links-box a.more:active:focus:not(.colored),
.links-box a.more:active:hover:not(.colored),
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #760000;
	border-color: #340000
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.kw-Infomaterial .favNotice a.disabled.focus.more:not(.colored),
.kw-Infomaterial .favNotice a.disabled.more:focus:not(.colored),
.kw-Infomaterial .favNotice a.disabled.more:hover:not(.colored),
.kw-Infomaterial .favNotice a.more[disabled].focus:not(.colored),
.kw-Infomaterial .favNotice a.more[disabled]:focus:not(.colored),
.kw-Infomaterial .favNotice a.more[disabled]:hover:not(.colored),
.kw-Infomaterial .favNotice fieldset[disabled] a.focus.more:not(.colored),
.kw-Infomaterial .favNotice fieldset[disabled] a.more:focus:not(.colored),
.kw-Infomaterial .favNotice fieldset[disabled] a.more:hover:not(.colored),
.links-box a.disabled.focus.more:not(.colored),
.links-box a.disabled.more:focus:not(.colored),
.links-box a.disabled.more:hover:not(.colored),
.links-box a.more[disabled].focus:not(.colored),
.links-box a.more[disabled]:focus:not(.colored),
.links-box a.more[disabled]:hover:not(.colored),
.links-box fieldset[disabled] a.focus.more:not(.colored),
.links-box fieldset[disabled] a.more:focus:not(.colored),
.links-box fieldset[disabled] a.more:hover:not(.colored),
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .kw-Infomaterial .favNotice a.focus.more:not(.colored),
fieldset[disabled] .kw-Infomaterial .favNotice a.more:focus:not(.colored),
fieldset[disabled] .kw-Infomaterial .favNotice a.more:hover:not(.colored),
fieldset[disabled] .links-box a.focus.more:not(.colored),
fieldset[disabled] .links-box a.more:focus:not(.colored),
fieldset[disabled] .links-box a.more:hover:not(.colored) {
	background-color: #cd0000;
	border-color: #b40000
}

.btn-primary .badge,
.kw-Infomaterial .favNotice a.more:not(.colored) .badge,
.links-box a.more:not(.colored) .badge {
	color: #cd0000;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.btn-success.dropdown-toggle.focus,
.open>.btn-success.dropdown-toggle:focus,
.open>.btn-success.dropdown-toggle:hover {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.btn-warning.dropdown-toggle.focus,
.open>.btn-warning.dropdown-toggle:focus,
.open>.btn-warning.dropdown-toggle:hover {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.btn-danger.dropdown-toggle.focus,
.open>.btn-danger.dropdown-toggle:focus,
.open>.btn-danger.dropdown-toggle:hover {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #cd0000;
	border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
	border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
	color: #810000;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
	color: #777;
	text-decoration: none
}

.btn-group-lg>.btn,
.btn-lg,
.kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
.links-box .btn-group-lg>a.more.colored,
.links-box .btn-group-lg>a.more:not(.colored) {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.btn-group-sm>.btn,
.btn-sm,
.kw-Infomaterial .favNotice a.more.colored,
.kw-Infomaterial .favNotice a.more:not(.colored),
.links-box a.more.colored,
.links-box a.more:not(.colored) {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-group-xs>.btn,
.btn-xs,
.kw-Infomaterial .favNotice .btn-group-xs>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-xs>a.more:not(.colored),
.links-box .btn-group-xs>a.more.colored,
.links-box .btn-group-xs>a.more:not(.colored) {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	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;
	font-size: 14px;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu>li>a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857;
	color: #333;
	white-space: nowrap
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #cd0000;
	outline: 0
}

.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	color: #777
}

.dropdown-menu>.disabled>a:focus,
.dropdown-menu>.disabled>a:hover {
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent;
	background-image: none
}

.open>.dropdown-menu {
	display: block
}

.open>a {
	outline: 0
}

.dropdown-menu-right {
	right: 0;
	left: auto
}

.dropdown-menu-left {
	right: auto;
	left: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.pull-right>.dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width:9999px) {
	.navbar-right .dropdown-menu {
		right: 0;
		left: auto
	}
	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group>a.more.colored,
.kw-Infomaterial .favNotice .btn-group>a.more:not(.colored),
.links-box .btn-group-vertical>a.more.colored,
.links-box .btn-group-vertical>a.more:not(.colored),
.links-box .btn-group>a.more.colored,
.links-box .btn-group>a.more:not(.colored) {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover,
.kw-Infomaterial .favNotice .btn-group-vertical>a.active.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>a.active.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored:active,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored:focus,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored:hover,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:active:not(.colored),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:focus:not(.colored),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:hover:not(.colored),
.kw-Infomaterial .favNotice .btn-group>a.active.more.colored,
.kw-Infomaterial .favNotice .btn-group>a.active.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group>a.more.colored:active,
.kw-Infomaterial .favNotice .btn-group>a.more.colored:focus,
.kw-Infomaterial .favNotice .btn-group>a.more.colored:hover,
.kw-Infomaterial .favNotice .btn-group>a.more:active:not(.colored),
.kw-Infomaterial .favNotice .btn-group>a.more:focus:not(.colored),
.kw-Infomaterial .favNotice .btn-group>a.more:hover:not(.colored),
.links-box .btn-group-vertical>a.active.more.colored,
.links-box .btn-group-vertical>a.active.more:not(.colored),
.links-box .btn-group-vertical>a.more.colored:active,
.links-box .btn-group-vertical>a.more.colored:focus,
.links-box .btn-group-vertical>a.more.colored:hover,
.links-box .btn-group-vertical>a.more:active:not(.colored),
.links-box .btn-group-vertical>a.more:focus:not(.colored),
.links-box .btn-group-vertical>a.more:hover:not(.colored),
.links-box .btn-group>a.active.more.colored,
.links-box .btn-group>a.active.more:not(.colored),
.links-box .btn-group>a.more.colored:active,
.links-box .btn-group>a.more.colored:focus,
.links-box .btn-group>a.more.colored:hover,
.links-box .btn-group>a.more:active:not(.colored),
.links-box .btn-group>a.more:focus:not(.colored),
.links-box .btn-group>a.more:hover:not(.colored) {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group .kw-Infomaterial .favNotice .btn+a.more.colored,
.btn-group .kw-Infomaterial .favNotice .btn+a.more:not(.colored),
.btn-group .kw-Infomaterial .favNotice .btn-group+a.more.colored,
.btn-group .kw-Infomaterial .favNotice .btn-group+a.more:not(.colored),
.btn-group .kw-Infomaterial .favNotice a.more.colored+.btn,
.btn-group .kw-Infomaterial .favNotice a.more.colored+.btn-group,
.btn-group .kw-Infomaterial .favNotice a.more.colored+a.more.colored,
.btn-group .kw-Infomaterial .favNotice a.more.colored+a.more:not(.colored),
.btn-group .kw-Infomaterial .favNotice a.more:not(.colored)+.btn,
.btn-group .kw-Infomaterial .favNotice a.more:not(.colored)+.btn-group,
.btn-group .kw-Infomaterial .favNotice a.more:not(.colored)+a.more.colored,
.btn-group .kw-Infomaterial .favNotice a.more:not(.colored)+a.more:not(.colored),
.btn-group .links-box .btn+a.more.colored,
.btn-group .links-box .btn+a.more:not(.colored),
.btn-group .links-box .btn-group+a.more.colored,
.btn-group .links-box .btn-group+a.more:not(.colored),
.btn-group .links-box a.more.colored+.btn,
.btn-group .links-box a.more.colored+.btn-group,
.btn-group .links-box a.more.colored+a.more.colored,
.btn-group .links-box a.more.colored+a.more:not(.colored),
.btn-group .links-box a.more:not(.colored)+.btn,
.btn-group .links-box a.more:not(.colored)+.btn-group,
.btn-group .links-box a.more:not(.colored)+a.more.colored,
.btn-group .links-box a.more:not(.colored)+a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group .btn+a.more.colored,
.kw-Infomaterial .favNotice .btn-group .btn+a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group .btn-group+a.more.colored,
.kw-Infomaterial .favNotice .btn-group .btn-group+a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group a.more.colored+.btn,
.kw-Infomaterial .favNotice .btn-group a.more.colored+.btn-group,
.kw-Infomaterial .favNotice .btn-group a.more.colored+a.more.colored,
.kw-Infomaterial .favNotice .btn-group a.more.colored+a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group a.more:not(.colored)+.btn,
.kw-Infomaterial .favNotice .btn-group a.more:not(.colored)+.btn-group,
.kw-Infomaterial .favNotice .btn-group a.more:not(.colored)+a.more.colored,
.kw-Infomaterial .favNotice .btn-group a.more:not(.colored)+a.more:not(.colored),
.links-box .btn-group .btn+a.more.colored,
.links-box .btn-group .btn+a.more:not(.colored),
.links-box .btn-group .btn-group+a.more.colored,
.links-box .btn-group .btn-group+a.more:not(.colored),
.links-box .btn-group a.more.colored+.btn,
.links-box .btn-group a.more.colored+.btn-group,
.links-box .btn-group a.more.colored+a.more.colored,
.links-box .btn-group a.more.colored+a.more:not(.colored),
.links-box .btn-group a.more:not(.colored)+.btn,
.links-box .btn-group a.more:not(.colored)+.btn-group,
.links-box .btn-group a.more:not(.colored)+a.more.colored,
.links-box .btn-group a.more:not(.colored)+a.more:not(.colored) {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
	display: table;
	content: " "
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group,
.btn-toolbar .kw-Infomaterial .favNotice a.more.colored,
.btn-toolbar .kw-Infomaterial .favNotice a.more:not(.colored),
.btn-toolbar .links-box a.more.colored,
.btn-toolbar .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-toolbar a.more.colored,
.kw-Infomaterial .favNotice .btn-toolbar a.more:not(.colored),
.links-box .btn-toolbar a.more.colored,
.links-box .btn-toolbar a.more:not(.colored) {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group,
.kw-Infomaterial .favNotice .btn-toolbar>a.more.colored,
.kw-Infomaterial .favNotice .btn-toolbar>a.more:not(.colored),
.links-box .btn-toolbar>a.more.colored,
.links-box .btn-toolbar>a.more:not(.colored) {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.kw-Infomaterial .favNotice .btn-group>a.more.colored:not(:first-child):not(:last-child):not(.dropdown-toggle),
.kw-Infomaterial .favNotice .btn-group>a.more:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.colored),
.links-box .btn-group>a.more.colored:not(:first-child):not(:last-child):not(.dropdown-toggle),
.links-box .btn-group>a.more:not(:first-child):not(:last-child):not(.dropdown-toggle):not(.colored) {
	border-radius: 0
}

.btn-group>.btn:first-child,
.kw-Infomaterial .favNotice .btn-group>a.more.colored:first-child,
.kw-Infomaterial .favNotice .btn-group>a.more:first-child:not(.colored),
.links-box .btn-group>a.more.colored:first-child,
.links-box .btn-group>a.more:first-child:not(.colored) {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle),
.kw-Infomaterial .favNotice .btn-group>a.more.colored:first-child:not(:last-child):not(.dropdown-toggle),
.kw-Infomaterial .favNotice .btn-group>a.more:first-child:not(:last-child):not(.dropdown-toggle):not(.colored),
.links-box .btn-group>a.more.colored:first-child:not(:last-child):not(.dropdown-toggle),
.links-box .btn-group>a.more:first-child:not(:last-child):not(.dropdown-toggle):not(.colored) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child),
.kw-Infomaterial .favNotice .btn-group>a.more.colored:last-child:not(:first-child),
.kw-Infomaterial .favNotice .btn-group>a.more:last-child:not(:first-child):not(.colored),
.links-box .btn-group>a.more.colored:last-child:not(:first-child),
.links-box .btn-group>a.more:last-child:not(:first-child):not(.colored) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn,
.kw-Infomaterial .favNotice .btn-group>.btn-group:not(:first-child):not(:last-child)>a.more.colored,
.kw-Infomaterial .favNotice .btn-group>.btn-group:not(:first-child):not(:last-child)>a.more:not(.colored),
.links-box .btn-group>.btn-group:not(:first-child):not(:last-child)>a.more.colored,
.links-box .btn-group>.btn-group:not(:first-child):not(:last-child)>a.more:not(.colored) {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.kw-Infomaterial .favNotice .btn-group>.btn-group:first-child:not(:last-child)>a.more.colored:last-child,
.kw-Infomaterial .favNotice .btn-group>.btn-group:first-child:not(:last-child)>a.more:last-child:not(.colored),
.links-box .btn-group>.btn-group:first-child:not(:last-child)>a.more.colored:last-child,
.links-box .btn-group>.btn-group:first-child:not(:last-child)>a.more:last-child:not(.colored) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child,
.kw-Infomaterial .favNotice .btn-group>.btn-group:last-child:not(:first-child)>a.more.colored:first-child,
.kw-Infomaterial .favNotice .btn-group>.btn-group:last-child:not(:first-child)>a.more:first-child:not(.colored),
.links-box .btn-group>.btn-group:last-child:not(:first-child)>a.more.colored:first-child,
.links-box .btn-group>.btn-group:last-child:not(:first-child)>a.more:first-child:not(.colored) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle,
.kw-Infomaterial .favNotice .btn-group>a.more.colored+.dropdown-toggle,
.kw-Infomaterial .favNotice .btn-group>a.more:not(.colored)+.dropdown-toggle,
.links-box .btn-group>a.more.colored+.dropdown-toggle,
.links-box .btn-group>a.more:not(.colored)+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle,
.kw-Infomaterial .favNotice .btn-group-lg.btn-group>a.more.colored+.dropdown-toggle,
.kw-Infomaterial .favNotice .btn-group-lg.btn-group>a.more:not(.colored)+.dropdown-toggle,
.links-box .btn-group-lg.btn-group>a.more.colored+.dropdown-toggle,
.links-box .btn-group-lg.btn-group>a.more:not(.colored)+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret,
.kw-Infomaterial .favNotice a.more.colored .caret,
.kw-Infomaterial .favNotice a.more:not(.colored) .caret,
.links-box a.more.colored .caret,
.links-box a.more:not(.colored) .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret,
.kw-Infomaterial .favNotice .btn-group-lg>a.more.colored .caret,
.kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored) .caret,
.links-box .btn-group-lg>a.more.colored .caret,
.links-box .btn-group-lg>a.more:not(.colored) .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret,
.dropup .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored .caret,
.dropup .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored) .caret,
.dropup .links-box .btn-group-lg>a.more.colored .caret,
.dropup .links-box .btn-group-lg>a.more:not(.colored) .caret,
.kw-Infomaterial .favNotice .dropup .btn-group-lg>a.more.colored .caret,
.kw-Infomaterial .favNotice .dropup .btn-group-lg>a.more:not(.colored) .caret,
.links-box .dropup .btn-group-lg>a.more.colored .caret,
.links-box .dropup .btn-group-lg>a.more:not(.colored) .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group>a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:not(.colored),
.links-box .btn-group-vertical>.btn-group>a.more.colored,
.links-box .btn-group-vertical>.btn-group>a.more:not(.colored),
.links-box .btn-group-vertical>a.more.colored,
.links-box .btn-group-vertical>a.more:not(.colored) {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group>a.more:not(.colored),
.links-box .btn-group-vertical>.btn-group>a.more.colored,
.links-box .btn-group-vertical>.btn-group>a.more:not(.colored) {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn+a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn+a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group+a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group+a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored+.btn,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored+.btn-group,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored+a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored+a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:not(.colored)+.btn,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:not(.colored)+.btn-group,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:not(.colored)+a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:not(.colored)+a.more:not(.colored),
.links-box .btn-group-vertical>.btn+a.more.colored,
.links-box .btn-group-vertical>.btn+a.more:not(.colored),
.links-box .btn-group-vertical>.btn-group+a.more.colored,
.links-box .btn-group-vertical>.btn-group+a.more:not(.colored),
.links-box .btn-group-vertical>a.more.colored+.btn,
.links-box .btn-group-vertical>a.more.colored+.btn-group,
.links-box .btn-group-vertical>a.more.colored+a.more.colored,
.links-box .btn-group-vertical>a.more.colored+a.more:not(.colored),
.links-box .btn-group-vertical>a.more:not(.colored)+.btn,
.links-box .btn-group-vertical>a.more:not(.colored)+.btn-group,
.links-box .btn-group-vertical>a.more:not(.colored)+a.more.colored,
.links-box .btn-group-vertical>a.more:not(.colored)+a.more:not(.colored) {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored:not(:first-child):not(:last-child),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:not(:first-child):not(:last-child):not(.colored),
.links-box .btn-group-vertical>a.more.colored:not(:first-child):not(:last-child),
.links-box .btn-group-vertical>a.more:not(:first-child):not(:last-child):not(.colored) {
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored:first-child:not(:last-child),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:first-child:not(:last-child):not(.colored),
.links-box .btn-group-vertical>a.more.colored:first-child:not(:last-child),
.links-box .btn-group-vertical>a.more:first-child:not(:last-child):not(.colored) {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more.colored:last-child:not(:first-child),
.kw-Infomaterial .favNotice .btn-group-vertical>a.more:last-child:not(:first-child):not(.colored),
.links-box .btn-group-vertical>a.more.colored:last-child:not(:first-child),
.links-box .btn-group-vertical>a.more:last-child:not(:first-child):not(.colored) {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a.more:not(.colored),
.links-box .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a.more.colored,
.links-box .btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>a.more:not(.colored) {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group:first-child:not(:last-child)>a.more.colored:last-child,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group:first-child:not(:last-child)>a.more:last-child:not(.colored),
.links-box .btn-group-vertical>.btn-group:first-child:not(:last-child)>a.more.colored:last-child,
.links-box .btn-group-vertical>.btn-group:first-child:not(:last-child)>a.more:last-child:not(.colored) {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not(:first-child)>.btn:first-child,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group:last-child:not(:first-child)>a.more.colored:first-child,
.kw-Infomaterial .favNotice .btn-group-vertical>.btn-group:last-child:not(:first-child)>a.more:first-child:not(.colored),
.links-box .btn-group-vertical>.btn-group:last-child:not(:first-child)>a.more.colored:first-child,
.links-box .btn-group-vertical>.btn-group:last-child:not(:first-child)>a.more:first-child:not(.colored) {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group,
.kw-Infomaterial .favNotice .btn-group-justified>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-justified>a.more:not(.colored),
.links-box .btn-group-justified>a.more.colored,
.links-box .btn-group-justified>a.more:not(.colored) {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn,
.btn-group-justified>.btn-group .kw-Infomaterial .favNotice a.more.colored,
.btn-group-justified>.btn-group .kw-Infomaterial .favNotice a.more:not(.colored),
.btn-group-justified>.btn-group .links-box a.more.colored,
.btn-group-justified>.btn-group .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .btn-group-justified>.btn-group a.more.colored,
.kw-Infomaterial .favNotice .btn-group-justified>.btn-group a.more:not(.colored),
.links-box .btn-group-justified>.btn-group a.more.colored,
.links-box .btn-group-justified>.btn-group a.more:not(.colored) {
	width: 100%
}

.btn-group-justified>.btn-group .dropdown-menu {
	left: auto
}

.kw-Infomaterial .favNotice [data-toggle=buttons]>.btn-group>a.more.colored input[type=checkbox],
.kw-Infomaterial .favNotice [data-toggle=buttons]>.btn-group>a.more.colored input[type=radio],
.kw-Infomaterial .favNotice [data-toggle=buttons]>.btn-group>a.more:not(.colored) input[type=checkbox],
.kw-Infomaterial .favNotice [data-toggle=buttons]>.btn-group>a.more:not(.colored) input[type=radio],
.kw-Infomaterial .favNotice [data-toggle=buttons]>a.more.colored input[type=checkbox],
.kw-Infomaterial .favNotice [data-toggle=buttons]>a.more.colored input[type=radio],
.kw-Infomaterial .favNotice [data-toggle=buttons]>a.more:not(.colored) input[type=checkbox],
.kw-Infomaterial .favNotice [data-toggle=buttons]>a.more:not(.colored) input[type=radio],
.links-box [data-toggle=buttons]>.btn-group>a.more.colored input[type=checkbox],
.links-box [data-toggle=buttons]>.btn-group>a.more.colored input[type=radio],
.links-box [data-toggle=buttons]>.btn-group>a.more:not(.colored) input[type=checkbox],
.links-box [data-toggle=buttons]>.btn-group>a.more:not(.colored) input[type=radio],
.links-box [data-toggle=buttons]>a.more.colored input[type=checkbox],
.links-box [data-toggle=buttons]>a.more.colored input[type=radio],
.links-box [data-toggle=buttons]>a.more:not(.colored) input[type=checkbox],
.links-box [data-toggle=buttons]>a.more:not(.colored) input[type=radio],
[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.input-group-addon.more.colored,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.input-group-addon.more:not(.colored),
.links-box .input-group-sm>.input-group-btn>a.input-group-addon.more.colored,
.links-box .input-group-sm>.input-group-btn>a.input-group-addon.more:not(.colored) {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.input-group-addon.more.colored,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.input-group-addon.more:not(.colored),
.links-box .input-group-lg>.input-group-btn>a.input-group-addon.more.colored,
.links-box .input-group-lg>.input-group-btn>a.input-group-addon.more:not(.colored) {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.kw-Infomaterial .favNotice .input-group-btn:first-child>.btn-group>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:first-child>.btn-group>a.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn:first-child>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:first-child>a.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn:last-child>.btn-group:not(:last-child)>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:last-child>.btn-group:not(:last-child)>a.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn:last-child>a.more.colored:not(:last-child):not(.dropdown-toggle),
.kw-Infomaterial .favNotice .input-group-btn:last-child>a.more:not(:last-child):not(.dropdown-toggle):not(.colored),
.links-box .input-group-btn:first-child>.btn-group>a.more.colored,
.links-box .input-group-btn:first-child>.btn-group>a.more:not(.colored),
.links-box .input-group-btn:first-child>a.more.colored,
.links-box .input-group-btn:first-child>a.more:not(.colored),
.links-box .input-group-btn:last-child>.btn-group:not(:last-child)>a.more.colored,
.links-box .input-group-btn:last-child>.btn-group:not(:last-child)>a.more:not(.colored),
.links-box .input-group-btn:last-child>a.more.colored:not(:last-child):not(.dropdown-toggle),
.links-box .input-group-btn:last-child>a.more:not(:last-child):not(.dropdown-toggle):not(.colored) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle,
.kw-Infomaterial .favNotice .input-group-btn:first-child>.btn-group:not(:first-child)>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:first-child>.btn-group:not(:first-child)>a.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn:first-child>a.more.colored:not(:first-child),
.kw-Infomaterial .favNotice .input-group-btn:first-child>a.more:not(:first-child):not(.colored),
.kw-Infomaterial .favNotice .input-group-btn:last-child>.btn-group>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:last-child>.btn-group>a.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn:last-child>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:last-child>a.more:not(.colored),
.links-box .input-group-btn:first-child>.btn-group:not(:first-child)>a.more.colored,
.links-box .input-group-btn:first-child>.btn-group:not(:first-child)>a.more:not(.colored),
.links-box .input-group-btn:first-child>a.more.colored:not(:first-child),
.links-box .input-group-btn:first-child>a.more:not(:first-child):not(.colored),
.links-box .input-group-btn:last-child>.btn-group>a.more.colored,
.links-box .input-group-btn:last-child>.btn-group>a.more:not(.colored),
.links-box .input-group-btn:last-child>a.more.colored,
.links-box .input-group-btn:last-child>a.more:not(.colored) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn,
.kw-Infomaterial .favNotice .input-group-btn>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn>a.more:not(.colored),
.links-box .input-group-btn>a.more.colored,
.links-box .input-group-btn>a.more:not(.colored) {
	position: relative
}

.input-group-btn>.btn+.btn,
.kw-Infomaterial .favNotice .input-group-btn>.btn+a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn>.btn+a.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn>a.more.colored+.btn,
.kw-Infomaterial .favNotice .input-group-btn>a.more.colored+a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn>a.more.colored+a.more:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn>a.more:not(.colored)+.btn,
.kw-Infomaterial .favNotice .input-group-btn>a.more:not(.colored)+a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn>a.more:not(.colored)+a.more:not(.colored),
.links-box .input-group-btn>.btn+a.more.colored,
.links-box .input-group-btn>.btn+a.more:not(.colored),
.links-box .input-group-btn>a.more.colored+.btn,
.links-box .input-group-btn>a.more.colored+a.more.colored,
.links-box .input-group-btn>a.more.colored+a.more:not(.colored),
.links-box .input-group-btn>a.more:not(.colored)+.btn,
.links-box .input-group-btn>a.more:not(.colored)+a.more.colored,
.links-box .input-group-btn>a.more:not(.colored)+a.more:not(.colored) {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover,
.kw-Infomaterial .favNotice .input-group-btn>a.more.colored:active,
.kw-Infomaterial .favNotice .input-group-btn>a.more.colored:focus,
.kw-Infomaterial .favNotice .input-group-btn>a.more.colored:hover,
.kw-Infomaterial .favNotice .input-group-btn>a.more:active:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn>a.more:focus:not(.colored),
.kw-Infomaterial .favNotice .input-group-btn>a.more:hover:not(.colored),
.links-box .input-group-btn>a.more.colored:active,
.links-box .input-group-btn>a.more.colored:focus,
.links-box .input-group-btn>a.more.colored:hover,
.links-box .input-group-btn>a.more:active:not(.colored),
.links-box .input-group-btn>a.more:focus:not(.colored),
.links-box .input-group-btn>a.more:hover:not(.colored) {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group,
.kw-Infomaterial .favNotice .input-group-btn:first-child>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:first-child>a.more:not(.colored),
.links-box .input-group-btn:first-child>a.more.colored,
.links-box .input-group-btn:first-child>a.more:not(.colored) {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group,
.kw-Infomaterial .favNotice .input-group-btn:last-child>a.more.colored,
.kw-Infomaterial .favNotice .input-group-btn:last-child>a.more:not(.colored),
.links-box .input-group-btn:last-child>a.more.colored,
.links-box .input-group-btn:last-child>a.more:not(.colored) {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav:after,
.nav:before {
	display: table;
	content: " "
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #cd0000
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #d1d1d1;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.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:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #cd0000
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}

.nav-justified>.dropdown .dropdown-menu {
	top: auto;
	left: auto
}

@media (min-width:743px) {
	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:743px) {
	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #d1d1d1
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:after,
.navbar:before {
	display: table;
	content: " "
}

.navbar:after {
	clear: both
}

@media (min-width:9999px) {
	.navbar {
		border-radius: 4px
	}
}

.navbar-header:after,
.navbar-header:before {
	display: table;
	content: " "
}

.navbar-header:after {
	clear: both
}

@media (min-width:9999px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
	display: table;
	content: " "
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:9999px) {
	.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: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

@media (min-width:9999px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		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
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header,
.footer-body>.navbar-collapse,
.footer-body>.navbar-header,
.main-container>.navbar-collapse,
.main-container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:9999px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header,
	.footer-body>.navbar-collapse,
	.footer-body>.navbar-header,
	.main-container>.navbar-collapse,
	.main-container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:9999px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:9999px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand,
	.navbar>.footer-body .navbar-brand,
	.navbar>.main-container .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.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:9999px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}

@media (max-width:9998px) {
	.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 .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 5px 15px 5px 25px
	}
	.navbar-nav .open .dropdown-menu>li>a {
		line-height: 20px
	}
	.navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-nav .open .dropdown-menu>li>a:hover {
		background-image: none
	}
}

@media (min-width:9999px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-right: -15px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:743px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:9998px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:9999px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.navbar-nav>li>.dropdown-menu {
	margin-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
	margin-bottom: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.navbar-btn {
	margin-top: 8px;
	margin-bottom: 8px
}

.btn-group-sm>.navbar-btn.btn,
.kw-Infomaterial .favNotice a.navbar-btn.more.colored,
.kw-Infomaterial .favNotice a.navbar-btn.more:not(.colored),
.links-box a.navbar-btn.more.colored,
.links-box a.navbar-btn.more:not(.colored),
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.kw-Infomaterial .favNotice .btn-group-xs>a.navbar-btn.more.colored,
.kw-Infomaterial .favNotice .btn-group-xs>a.navbar-btn.more:not(.colored),
.links-box .btn-group-xs>a.navbar-btn.more.colored,
.links-box .btn-group-xs>a.navbar-btn.more:not(.colored),
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

.navbar-text {
	margin-top: 15px;
	margin-bottom: 15px
}

@media (min-width:9999px) {
	.navbar-text {
		float: left;
		margin-right: 15px;
		margin-left: 15px
	}
}

@media (min-width:9999px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #fff;
	border-color: #eee
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	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:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #eee
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #eee
}

@media (max-width:9998px) {
	.navbar-default .navbar-nav .open .dropdown-menu>li>a {
		color: #777
	}
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #333;
		background-color: transparent
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #555;
		background-color: #eee
	}
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #ccc;
		background-color: transparent
	}
}

.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #eee
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	color: #fff;
	background-color: #090909
}

@media (max-width:9998px) {
	.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
		border-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #9d9d9d
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #fff;
		background-color: transparent
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover {
		color: #fff;
		background-color: #090909
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover {
		color: #444;
		background-color: transparent
	}
}

.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/ "
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #cd0000;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #810000;
	background-color: #eee;
	border-color: #ddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #cd0000;
	border-color: #cd0000
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px
}

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager:after,
.pager:before {
	display: table;
	content: " "
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label,
.kw-Infomaterial .favNotice a.more.colored .label,
.kw-Infomaterial .favNotice a.more:not(.colored) .label,
.links-box a.more.colored .label,
.links-box a.more:not(.colored) .label {
	position: relative;
	top: -1px
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #cd0000
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #9a0000
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge,
.kw-Infomaterial .favNotice a.more.colored .badge,
.kw-Infomaterial .favNotice a.more:not(.colored) .badge,
.links-box a.more.colored .badge,
.links-box a.more:not(.colored) .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge,
.kw-Infomaterial .favNotice .btn-group-xs>a.more.colored .badge,
.kw-Infomaterial .favNotice .btn-group-xs>a.more:not(.colored) .badge,
.links-box .btn-group-xs>a.more.colored .badge,
.links-box .btn-group-xs>a.more:not(.colored) .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #cd0000;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron,
.footer-body .jumbotron,
.main-container .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container,
.jumbotron .footer-body,
.jumbotron .main-container {
	max-width: 100%
}

@media screen and (min-width:743px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron,
	.container-fluid .jumbotron,
	.footer-body .jumbotron,
	.main-container .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #d1d1d1;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: border .2s ease-in-out;
	-o-transition: border .2s ease-in-out;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #000
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #cd0000
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #cd0000;
	-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	-webkit-transition: width .6s ease;
	-o-transition: width .6s ease;
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	-webkit-animation: progress-bar-stripes 2s linear infinite;
	-o-animation: progress-bar-stripes 2s linear infinite;
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.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-left-radius: 4px;
	border-top-right-radius: 4px
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px
}

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #cd0000;
	border-color: #cd0000
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #ff9a9a
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	display: table;
	content: " "
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

.panel>.list-group:first-child .list-group-item:first-child,
.panel>.panel-collapse>.list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.list-group:last-child .list-group-item:last-child,
.panel>.panel-collapse>.list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.panel-heading+.panel-collapse>.list-group .list-group-item:first-child {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

.panel>.table-responsive:first-child>.table:first-child,
.panel>.table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:first-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:first-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:first-child {
	border-top-left-radius: 3px
}

.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table-responsive:first-child>.table:first-child>thead:first-child>tr:first-child th:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child td:last-child,
.panel>.table:first-child>tbody:first-child>tr:first-child th:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child td:last-child,
.panel>.table:first-child>thead:first-child>tr:first-child th:last-child {
	border-top-right-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child {
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:first-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:first-child {
	border-bottom-left-radius: 3px
}

.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table-responsive:last-child>.table:last-child>tfoot:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tbody:last-child>tr:last-child th:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child td:last-child,
.panel>.table:last-child>tfoot:last-child>tr:last-child th:last-child {
	border-bottom-right-radius: 3px
}

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

.panel>.table-bordered>tbody>tr:last-child>td,
.panel>.table-bordered>tbody>tr:last-child>th,
.panel>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-bordered>tfoot>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:last-child>th,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>td,
.panel>.table-responsive>.table-bordered>tfoot>tr:last-child>th {
	border-bottom: 0
}

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #cd0000
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #cd0000;
	border-color: #cd0000
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #cd0000
}

.panel-primary>.panel-heading .badge {
	color: #cd0000;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #cd0000
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform .3s ease-out;
	-moz-transition: -moz-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
	display: table;
	content: " "
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
	display: table;
	content: " "
}

.modal-footer:after {
	clear: both
}

.kw-Infomaterial .favNotice .modal-footer .btn+a.more.colored,
.kw-Infomaterial .favNotice .modal-footer .btn+a.more:not(.colored),
.kw-Infomaterial .favNotice .modal-footer a.more.colored+.btn,
.kw-Infomaterial .favNotice .modal-footer a.more.colored+a.more.colored,
.kw-Infomaterial .favNotice .modal-footer a.more.colored+a.more:not(.colored),
.kw-Infomaterial .favNotice .modal-footer a.more:not(.colored)+.btn,
.kw-Infomaterial .favNotice .modal-footer a.more:not(.colored)+a.more.colored,
.kw-Infomaterial .favNotice .modal-footer a.more:not(.colored)+a.more:not(.colored),
.links-box .modal-footer .btn+a.more.colored,
.links-box .modal-footer .btn+a.more:not(.colored),
.links-box .modal-footer a.more.colored+.btn,
.links-box .modal-footer a.more.colored+a.more.colored,
.links-box .modal-footer a.more.colored+a.more:not(.colored),
.links-box .modal-footer a.more:not(.colored)+.btn,
.links-box .modal-footer a.more:not(.colored)+a.more.colored,
.links-box .modal-footer a.more:not(.colored)+a.more:not(.colored),
.modal-footer .btn+.btn,
.modal-footer .kw-Infomaterial .favNotice .btn+a.more.colored,
.modal-footer .kw-Infomaterial .favNotice .btn+a.more:not(.colored),
.modal-footer .kw-Infomaterial .favNotice a.more.colored+.btn,
.modal-footer .kw-Infomaterial .favNotice a.more.colored+a.more.colored,
.modal-footer .kw-Infomaterial .favNotice a.more.colored+a.more:not(.colored),
.modal-footer .kw-Infomaterial .favNotice a.more:not(.colored)+.btn,
.modal-footer .kw-Infomaterial .favNotice a.more:not(.colored)+a.more.colored,
.modal-footer .kw-Infomaterial .favNotice a.more:not(.colored)+a.more:not(.colored),
.modal-footer .links-box .btn+a.more.colored,
.modal-footer .links-box .btn+a.more:not(.colored),
.modal-footer .links-box a.more.colored+.btn,
.modal-footer .links-box a.more.colored+a.more.colored,
.modal-footer .links-box a.more.colored+a.more:not(.colored),
.modal-footer .links-box a.more:not(.colored)+.btn,
.modal-footer .links-box a.more:not(.colored)+a.more.colored,
.modal-footer .links-box a.more:not(.colored)+a.more:not(.colored) {
	margin-bottom: 0;
	margin-left: 5px
}

.kw-Infomaterial .favNotice .modal-footer .btn-group .btn+a.more.colored,
.kw-Infomaterial .favNotice .modal-footer .btn-group .btn+a.more:not(.colored),
.kw-Infomaterial .favNotice .modal-footer .btn-group a.more.colored+.btn,
.kw-Infomaterial .favNotice .modal-footer .btn-group a.more.colored+a.more.colored,
.kw-Infomaterial .favNotice .modal-footer .btn-group a.more.colored+a.more:not(.colored),
.kw-Infomaterial .favNotice .modal-footer .btn-group a.more:not(.colored)+.btn,
.kw-Infomaterial .favNotice .modal-footer .btn-group a.more:not(.colored)+a.more.colored,
.kw-Infomaterial .favNotice .modal-footer .btn-group a.more:not(.colored)+a.more:not(.colored),
.links-box .modal-footer .btn-group .btn+a.more.colored,
.links-box .modal-footer .btn-group .btn+a.more:not(.colored),
.links-box .modal-footer .btn-group a.more.colored+.btn,
.links-box .modal-footer .btn-group a.more.colored+a.more.colored,
.links-box .modal-footer .btn-group a.more.colored+a.more:not(.colored),
.links-box .modal-footer .btn-group a.more:not(.colored)+.btn,
.links-box .modal-footer .btn-group a.more:not(.colored)+a.more.colored,
.links-box .modal-footer .btn-group a.more:not(.colored)+a.more:not(.colored),
.modal-footer .btn-group .btn+.btn,
.modal-footer .btn-group .kw-Infomaterial .favNotice .btn+a.more.colored,
.modal-footer .btn-group .kw-Infomaterial .favNotice .btn+a.more:not(.colored),
.modal-footer .btn-group .kw-Infomaterial .favNotice a.more.colored+.btn,
.modal-footer .btn-group .kw-Infomaterial .favNotice a.more.colored+a.more.colored,
.modal-footer .btn-group .kw-Infomaterial .favNotice a.more.colored+a.more:not(.colored),
.modal-footer .btn-group .kw-Infomaterial .favNotice a.more:not(.colored)+.btn,
.modal-footer .btn-group .kw-Infomaterial .favNotice a.more:not(.colored)+a.more.colored,
.modal-footer .btn-group .kw-Infomaterial .favNotice a.more:not(.colored)+a.more:not(.colored),
.modal-footer .btn-group .links-box .btn+a.more.colored,
.modal-footer .btn-group .links-box .btn+a.more:not(.colored),
.modal-footer .btn-group .links-box a.more.colored+.btn,
.modal-footer .btn-group .links-box a.more.colored+a.more.colored,
.modal-footer .btn-group .links-box a.more.colored+a.more:not(.colored),
.modal-footer .btn-group .links-box a.more:not(.colored)+.btn,
.modal-footer .btn-group .links-box a.more:not(.colored)+a.more.colored,
.modal-footer .btn-group .links-box a.more:not(.colored)+a.more:not(.colored) {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:743px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:747px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: Arial;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	opacity: 0
}

.tooltip.in {
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: Arial;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-moz-transition: -moz-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		-moz-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		-moz-perspective: 1000px;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.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;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	opacity: .5
}

.carousel-control.left {
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.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%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn,
.carousel-caption .kw-Infomaterial .favNotice a.more.colored,
.carousel-caption .kw-Infomaterial .favNotice a.more:not(.colored),
.carousel-caption .links-box a.more.colored,
.carousel-caption .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .carousel-caption a.more.colored,
.kw-Infomaterial .favNotice .carousel-caption a.more:not(.colored),
.links-box .carousel-caption a.more.colored,
.links-box .carousel-caption a.more:not(.colored) {
	text-shadow: none
}

@media screen and (min-width:743px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.baseproduct-premium:after,
.baseproduct-premium:before,
.clearfix:after,
.clearfix:before {
	display: table;
	content: " "
}

.baseproduct-premium:after,
.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: 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
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none!important
}

.visible-sm {
	display: none!important
}

.visible-md {
	display: none!important
}

.visible-lg {
	display: none!important
}

.facet-panel .facet-box-group.dual-column,
.screen-size-detector.desktop-device,
.screen-size-detector.mobile-device,
.screen-size-detector.tablet-device,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:742px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:742px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:742px) {
	.screen-size-detector.mobile-device,
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:742px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:743px) and (max-width:746px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:743px) and (max-width:746px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:743px) and (max-width:746px) {
	.screen-size-detector.tablet-device,
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:743px) and (max-width:746px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:747px) and (max-width:1311px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:747px) and (max-width:1311px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:747px) and (max-width:1311px) {
	.screen-size-detector.tablet-device,
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:747px) and (max-width:1311px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1312px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1312px) {
	.facet-panel .facet-box-group.dual-column,
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1312px) {
	.screen-size-detector.desktop-device,
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1312px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:742px) {
	.facet-panel .facets-search-panel .search-panel-input,
	.facet-panel .facets-search-panel-mobile .search-panel-input,
	.facet-panel .facets-search-panel-tablet .search-panel-input,
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:743px) and (max-width:746px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:747px) and (max-width:1311px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1312px) {
	.ad-skyscraper,
	.facet-panel .facet-box-group.single-column,
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

@media (min-width:1312px) {
	.float-lg-right {
		float: right
	}
	.float-lg-left {
		float: left
	}
}

@font-face {
	font-family: Arial;
	src: url(/fonts/ArialMT.eot);
	src: url(/fonts/ArialMT.eot?#iefix) format("embedded-opentype"), url(/fonts/ArialMT.woff) format("woff"), url(/fonts/ArialMT.ttf) format("truetype"), url(/fonts/ArialMT.svg#ArialMT) format("svg")
}

@font-face {
	font-family: Arial;
	src: url(/fonts/Arial-BoldMT.eot);
	src: url(/fonts/Arial-BoldMT.eot?#iefix) format("embedded-opentype"), url(/fonts/Arial-BoldMT.woff) format("woff"), url(/fonts/Arial-BoldMT.ttf) format("truetype"), url(/fonts/Arial-BoldMT.svg#Arial-BoldMT) format("svg");
	font-weight: 700
}

@font-face {
	font-family: Arial;
	src: url(/fonts/Arial-ItalicMT.eot);
	src: url(/fonts/Arial-ItalicMT.eot?#iefix) format("embedded-opentype"), url(/fonts/Arial-ItalicMT.woff) format("woff"), url(/fonts/Arial-ItalicMT.ttf) format("truetype"), url(/fonts/Arial-ItalicMT.svg#Arial-ItalicMT) format("svg");
	font-style: italic
}

@font-face {
	font-family: Arial;
	src: url(/fonts/Arial-BoldItalicMT.woff) format("woff"), url(/fonts/Arial-BoldItalicMT.ttf) format("truetype");
	font-weight: 700;
	font-style: italic
}

@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto-Regular.ttf)
}

@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Roboto;
	src: url(/fonts/Roboto-Light.ttf);
	font-weight: 300
}

@font-face {
	font-family: Lato;
	src: url(/fonts/Lato-Regular.ttf)
}

@font-face {
	font-family: Lato;
	src: url(/fonts/Lato-Bold.ttf);
	font-weight: 700
}

@font-face {
	font-family: Lato;
	src: url(/fonts/Lato-Light.ttf);
	font-weight: 300
}

@font-face {
	font-family: Helvetica Neue;
	src: url(/fonts/Helvetica-NeueLT-Light.woff)
}

@font-face {
	font-family: Helvetica Neue;
	src: url(/fonts/Helvetica-NeueLT-Bold.woff);
	font-weight: 700
}

p {
	font-size: 16px;
	line-height: 27px;
	color: rgba(0, 0, 0, .7)
}

@media (min-width:743px) {
	p {
		font-size: 18px
	}
}

@media (min-width:1312px) {
	p {
		font-size: 20px;
		line-height: 32px
	}
}

li {
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, .9)
}

@media (min-width:743px) {
	li {
		font-size: 18px
	}
}

@media (min-width:1312px) {
	li {
		font-size: 20px
	}
}

h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 30px;
	color: #000
}

@media (min-width:743px) {
	h1 {
		font-size: 30px;
		line-height: 34px
	}
}

@media (min-width:1312px) {
	h1 {
		font-size: 34px;
		line-height: 39px
	}
}

h2 {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	color: #000
}

@media (min-width:743px) {
	h2 {
		font-size: 24px;
		line-height: 30px
	}
}

@media (min-width:1312px) {
	h2 {
		font-size: 28px;
		line-height: 35px
	}
}

h3 {
	font-size: 20px;
	line-height: 24px;
	color: #000
}

@media (min-width:743px) {
	h3 {
		font-size: 22px;
		line-height: 26px
	}
}

@media (min-width:1312px) {
	h3 {
		font-size: 24px;
		line-height: 28px
	}
}

ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-steps .list-steps-step {
	text-align: center
}

.list-steps .list-steps-step+.list-steps-step {
	margin-top: 30px
}

@media (min-width:743px) {
	.list-steps .list-steps-step+.list-steps-step {
		margin-top: 0
	}
}

@media (min-width:743px) {
	.list-steps .list-steps-step:only-child {
		margin-left: 33.33333%
	}
}

@media (min-width:743px) {
	.list-steps .list-steps-step:first-child:nth-last-child(2),
	.list-steps .list-steps-step:nth-child(2):nth-last-child(1) {
		margin-right: 8.33333%;
		margin-left: 8.33333%
	}
}

.list-steps .list-steps-badge {
	color: #cd0000;
	background-color: transparent;
	font-size: 18px;
	font-weight: 700;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 2px solid #cd0000;
	border-radius: 50%;
	margin: 5px;
	margin-bottom: 24px
}

.list-steps .list-steps-content,
.list-steps .list-steps-content h3 {
	margin: 0;
	opacity: .9;
	color: #000;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75
}

@media (min-width:1312px) {
	.list-steps .list-steps-content,
	.list-steps .list-steps-content h3 {
		font-size: 18px;
		line-height: 1.56
	}
}

.bullet-list {
	overflow: hidden;
	position: relative
}

.bullet-list ul {
	font-size: .1px;
	list-style: none;
	padding-left: 19px;
	margin-bottom: -20px
}

@media (min-width:743px) {
	.bullet-list ul {
		display: inline-block;
		padding-left: 0;
		margin-bottom: -30px;
		position: relative;
		left: -66px
	}
}

.bullet-list li {
	opacity: .9;
	margin-bottom: 20px
}

@media (min-width:743px) {
	.bullet-list li {
		display: inline-block;
		white-space: nowrap;
		margin-bottom: 30px
	}
}

.bullet-list li::before {
	content: "\2022";
	opacity: 1;
	color: #cd0000;
	font-weight: 700;
	text-align: left;
	display: inline-block;
	position: absolute;
	left: 0
}

@media (min-width:743px) {
	.bullet-list li::before {
		text-align: center;
		width: 66px;
		position: static
	}
}

.bullet-list li h3 {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit;
	display: inline;
	padding: 0;
	margin: 0
}

.icon-list {
	padding: 0;
	list-style: none
}

.icon-list-item {
	margin-bottom: 22px
}

@media (min-width:743px) {
	.icon-list-item {
		display: inline-block;
		margin-right: 36px;
		margin-bottom: 37px
	}
}

.icon-list-item img {
	width: 43px;
	height: 36px;
	margin-right: 10px
}

.icon-list-item h3 {
	display: inline;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: rgba(0, 0, 0, .9)
}

@media (min-width:743px) {
	.icon-list-item h3 {
		font-size: 20px
	}
}

.breadcrumb {
	background-color: transparent;
	padding: 0;
	display: none
}

.breadcrumb li {
	font-size: 12px;
	color: rgba(0, 0, 0, .5)
}

.breadcrumb li+li:before {
	content: "\003e"
}

.breadcrumb a {
	color: rgba(0, 0, 0, .5)
}

@media (min-width:743px) {
	.breadcrumb {
		display: block
	}
}

@media (min-width:1312px) {
	.breadcrumb {
		display: none
	}
}

ul.arrow-list {
	margin-top: 30px;
	margin-bottom: 0;
	list-style: none;
	padding: 0
}

li.arrow-list-item {
	margin-right: 38px;
	color: #000;
	font-size: 16px;
	line-height: 36px
}

li.arrow-list-item a {
	color: #cd0000;
	padding-left: 18px;
	line-height: 20px;
	background: url(/chem/icons/arrow_right.svg);
	background-position: left;
	background-repeat: no-repeat
}

@media (min-width:743px) {
	li.arrow-list-item {
		display: inline-block
	}
}

.button-list {
	overflow: hidden;
	max-height: 89px
}

.button-list ul {
	font-size: .1px;
	list-style: none;
	position: relative;
	margin-bottom: -15px;
	margin-left: -15px
}

.button-list li {
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	padding: 9px 15px 9px 15px;
	border: solid 1px #e9e9e9;
	border-radius: 1000px;
	margin-left: 15px;
	margin-bottom: 15px
}

.button-list li.hidden {
	display: none
}

.button-list li .close {
	float: none;
	opacity: 1;
	background: url(/chem/icons/close.svg);
	display: inline-block;
	width: 10.1px;
	height: 10.1px;
	margin-left: 5px
}

.button-list .button-list-item-more {
	cursor: pointer;
	visibility: hidden
}

.button-list .button-list-item-more:only-child {
	display: none
}

.button-list .button-list-item-more .glyphicon {
	color: #cd0000
}

.btn-primary,
.kw-Infomaterial .favNotice a.more:not(.colored),
.links-box a.more:not(.colored) {
	border-color: #cd0000
}

.btn-inverse,
.kw-Infomaterial .favNotice a.more.colored,
.links-box a.more.colored {
	color: #cd0000;
	border-color: #cd0000
}

.btn-inverse .btn-phone,
.kw-Infomaterial .favNotice a.more.colored .btn-phone,
.links-box a.more.colored .btn-phone {
	margin-right: 11px;
	width: 20px;
	height: 16px;
	display: inline-block;
	box-sizing: border-box;
	background-image: url(/chem/icons/phone.svg);
	background-position: center left;
	background-repeat: no-repeat;
	vertical-align: middle
}

.btn-inverse:visited,
.kw-Infomaterial .favNotice a.more.colored:visited,
.links-box a.more.colored:visited {
	color: #cd0000;
	background-color: #fff
}

.btn-inverse:visited .btn-phone,
.kw-Infomaterial .favNotice a.more.colored:visited .btn-phone,
.links-box a.more.colored:visited .btn-phone {
	background-image: url(/chem/icons/phone.svg)
}

.btn-inverse:hover,
.kw-Infomaterial .favNotice a.more.colored:hover,
.links-box a.more.colored:hover {
	color: #fff;
	background-color: #cd0000
}

.btn-inverse:hover .btn-phone,
.kw-Infomaterial .favNotice a.more.colored:hover .btn-phone,
.links-box a.more.colored:hover .btn-phone {
	background-image: url(/bootstrap/icons/phone_white.svg)
}

.btn-inverse:active,
.kw-Infomaterial .favNotice a.more.colored:active,
.links-box a.more.colored:active {
	color: #cd0000;
	background-color: #fff
}

.btn-inverse:active .btn-phone,
.kw-Infomaterial .favNotice a.more.colored:active .btn-phone,
.links-box a.more.colored:active .btn-phone {
	background-image: url(/chem/icons/phone.svg)
}

.btn-inverse:focus,
.kw-Infomaterial .favNotice a.more.colored:focus,
.links-box a.more.colored:focus {
	color: #cd0000;
	background-color: #fff
}

.btn-inverse:focus .btn-phone,
.kw-Infomaterial .favNotice a.more.colored:focus .btn-phone,
.links-box a.more.colored:focus .btn-phone {
	background-image: url(/chem/icons/phone.svg)
}

.btn-group-lg>.btn,
.btn-lg,
.kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
.kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
.links-box .btn-group-lg>a.more.colored,
.links-box .btn-group-lg>a.more:not(.colored) {
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	white-space: normal;
	padding: 18px 28px;
	border-radius: 4px;
	border-collapse: separate;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.button-dropdown {
	padding-left: 0;
	margin-bottom: 16px;
	color: #000;
	opacity: .9;
	font-size: 16px;
	line-height: 27px;
	font-weight: 700;
	border: none;
	background: 0 0;
	outline: 0;
	position: relative
}

@media (min-width:1312px) {
	.button-dropdown {
		cursor: default
	}
}

.button-dropdown i {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-bottom: 2px;
	margin-left: 10px
}

@media (min-width:1312px) {
	.button-dropdown i {
		display: none
	}
}

.button-dropdown i.arrow-up {
	background-image: url(/chem/icons/arrow_up.svg);
	background-repeat: no-repeat;
	background-size: 12px 12px;
	position: relative;
	top: 4.74px
}

.button-dropdown i.arrow-down {
	background-image: url(/chem/icons/arrow_down.svg);
	background-repeat: no-repeat;
	background-size: 12px 12px
}

.button-dropdown-content {
	display: none
}

@media (min-width:1312px) {
	.button-dropdown-content {
		display: block!important
	}
}

.button-dropdown-content p {
	margin-top: 0;
	font-size: 16px;
	line-height: 27px;
	font-style: italic;
	color: #000;
	opacity: .7
}

.button-dropdown-content p a {
	color: inherit;
	text-decoration: underline
}

.button-dropdown-list {
	margin-bottom: 0;
	list-style: none;
	padding: 0;
	position: relative
}

.button-dropdown-list-item {
	font-size: 16px;
	color: rgba(0, 0, 0, .7);
	line-height: 27px;
	margin-left: 17px;
	margin-bottom: 18px
}

.button-dropdown-list-item::before {
	content: " ";
	width: 16px;
	height: 16px;
	margin-top: 6px;
	margin-left: -17px;
	background: url(/chem/icons/arrow_right.svg);
	background-position: left;
	background-repeat: no-repeat;
	position: absolute
}

.button-dropdown-list-item a {
	color: #cd0000;
	text-decoration: none
}

.navbar {
	border: none;
	border-top: 5px solid #0887f3;
	border-collapse: separate;
	box-shadow: 0 3px 10px -3px rgba(0, 0, 0, .3);
	background-color: transparent
}

.navbar .container-fluid {
	padding-right: 0;
	padding-left: 0
}

.navbar .container-fluid .navbar-brand {
	margin-left: 0
}

.navbar .navbar-header {
	height: 59px;
	margin-right: 0;
	margin-left: 0;
	padding-right: 17px;
	padding-left: 17px;
	background-color: #fff
}

@media (min-width:743px) {
	.navbar .navbar-header {
		height: 84px;
		padding-right: 23px;
		padding-left: 23px
	}
}

@media (min-width:1312px) {
	.navbar .navbar-header {
		height: 92px;
		padding-right: 30px;
		padding-left: 30px
	}
}

.navbar .navbar-header .navbar-btn-group {
	float: right;
	margin: 19px 0
}

@media (min-width:743px) {
	.navbar .navbar-header .navbar-btn-group {
		margin: 29px 0
	}
}

.navbar .navbar-brand {
	height: auto;
	padding: 0;
	position: relative;
	top: 50%;
	transform: translate(0, -50%)
}

.navbar .navbar-brand img {
	max-width: 171px;
	max-height: 38px
}

@media (min-width:743px) {
	.navbar .navbar-brand img {
		max-width: 286px;
		max-height: 65px
	}
}

@media (min-width:1312px) {
	.navbar .navbar-brand img {
		max-width: 314px;
		max-height: 71px
	}
}

.kw-Infomaterial .favNotice .navbar a.btn-search.more.colored,
.kw-Infomaterial .favNotice .navbar a.btn-search.more:not(.colored),
.links-box .navbar a.btn-search.more.colored,
.links-box .navbar a.btn-search.more:not(.colored),
.navbar .btn.btn-search,
.navbar .kw-Infomaterial .favNotice a.btn-search.more.colored,
.navbar .kw-Infomaterial .favNotice a.btn-search.more:not(.colored),
.navbar .links-box a.btn-search.more.colored,
.navbar .links-box a.btn-search.more:not(.colored) {
	background: 0 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	outline: 0
}

.kw-Infomaterial .favNotice .navbar a.btn-search.more.colored img,
.kw-Infomaterial .favNotice .navbar a.btn-search.more:not(.colored) img,
.links-box .navbar a.btn-search.more.colored img,
.links-box .navbar a.btn-search.more:not(.colored) img,
.navbar .btn.btn-search img,
.navbar .kw-Infomaterial .favNotice a.btn-search.more.colored img,
.navbar .kw-Infomaterial .favNotice a.btn-search.more:not(.colored) img,
.navbar .links-box a.btn-search.more.colored img,
.navbar .links-box a.btn-search.more:not(.colored) img {
	width: 21px;
	height: 21px
}

@media (min-width:743px) {
	.kw-Infomaterial .favNotice .navbar a.btn-search.more.colored img,
	.kw-Infomaterial .favNotice .navbar a.btn-search.more:not(.colored) img,
	.links-box .navbar a.btn-search.more.colored img,
	.links-box .navbar a.btn-search.more:not(.colored) img,
	.navbar .btn.btn-search img,
	.navbar .kw-Infomaterial .favNotice a.btn-search.more.colored img,
	.navbar .kw-Infomaterial .favNotice a.btn-search.more:not(.colored) img,
	.navbar .links-box a.btn-search.more.colored img,
	.navbar .links-box a.btn-search.more:not(.colored) img {
		width: 26px;
		height: 26px
	}
}

.navbar .icon-divider {
	width: 3.6px;
	height: 13.5px;
	margin-right: 14.6px;
	margin-left: 12.4px
}

@media (min-width:743px) {
	.navbar .icon-divider {
		width: 4.6px;
		height: 17.2px;
		margin-right: 16.6px;
		margin-left: 13.9px
	}
}

.navbar-default .navbar-toggle {
	float: none;
	border: none;
	padding: 0;
	margin: 0
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background: 0 0
}

.navbar-default .navbar-toggle img {
	width: 24px;
	height: 21px
}

@media (min-width:743px) {
	.navbar-default .navbar-toggle img {
		width: 30px;
		height: 26px
	}
}

.navbar-fixed-top .navbar-collapse {
	border-top: none;
	max-height: none;
	background-color: rgba(0, 0, 0, .6)
}

.navbar-fixed-top .navbar-collapse .navbar-nav {
	margin: 0;
	padding-left: 7px;
	padding-right: 17px
}

.navbar-fixed-top .navbar-collapse .navbar-nav .dropdown-menu {
	width: 100%;
	padding-left: 7px;
	padding-right: 17px
}

.navbar-fixed-top .navbar-collapse .navbar-nav li {
	line-height: 22px;
	margin-top: 8px
}

.navbar-fixed-top .navbar-collapse .navbar-nav li a,
.navbar-fixed-top .navbar-collapse .navbar-nav li a:active,
.navbar-fixed-top .navbar-collapse .navbar-nav li a:focus,
.navbar-fixed-top .navbar-collapse .navbar-nav li a:hover {
	padding-right: 0;
	font-size: 13px;
	font-weight: 700;
	color: #fff
}

.navbar-fixed-top .navbar-collapse .navbar-nav li.active a,
.navbar-fixed-top .navbar-collapse .navbar-nav li.active a:active,
.navbar-fixed-top .navbar-collapse .navbar-nav li.active a:focus,
.navbar-fixed-top .navbar-collapse .navbar-nav li.active a:hover {
	background-color: #0887f3;
	color: #fff
}

.collapse,
.collapse.in {
	padding: 0;
	margin: 0;
	-ms-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out
}

.navbar-collapse.collapse.in {
	padding: 0;
	margin: 0;
	width: 100%;
	max-height: none;
	height: calc(100vh - 64px)
}

@media (min-width:743px) {
	.navbar-collapse.collapse.in {
		height: calc(100vh - 89px)
	}
}

@media (min-width:1312px) {
	.navbar-collapse.collapse.in {
		height: calc(100vh - 97px)
	}
}

.navbar-collapse .collapse-content {
	position: relative;
	height: 100%;
	width: 60%;
	background-color: #0887f3
}

@media (min-width:743px) {
	.navbar-collapse .collapse-content {
		width: 50%;
		margin-left: 50%
	}
}

.navbar-collapse.collapsing {
	height: 0!important;
	width: 100%;
	margin: 0;
	padding: 0
}

#pdw-wrapper {
	z-index: 1029;
	background: #f3f3f3;
	width: 100%;
	height: 68px;
	position: absolute
}

@media (min-width:743px) {
	#pdw-wrapper {
		z-index: 1031;
		background: 0 0;
		width: 320px;
		height: 85px;
		position: fixed;
		top: 5px;
		right: 139px;
		padding: 10px 0
	}
}

#pdw-wrapper .pdw {
	display: table;
	border-spacing: 0 9px 0 0;
	width: 100%;
	height: 100%;
	padding: 8px 27px
}

#pdw-wrapper .pdw .pdw-image {
	display: table-cell;
	vertical-align: middle;
	width: 78px
}

#pdw-wrapper .pdw .pdw-image a {
	display: block
}

#pdw-wrapper .pdw .pdw-image img {
	width: 78px;
	height: 44px;
	margin-right: 6px
}

#pdw-wrapper .pdw .pdw-title {
	display: table-cell;
	vertical-align: middle
}

#pdw-wrapper .pdw .pdw-title a {
	display: table
}

#pdw-wrapper .pdw .pdw-title a span {
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	color: #474747
}

#quick-search-wrapper {
	background: #cd0000;
	width: 100%;
	padding: 14px 19px;
	display: none;
	position: fixed;
	z-index: 1032
}

@media (min-width:743px) {
	#quick-search-wrapper {
		width: 320px;
		height: 85px;
		padding: 22px 19px;
		top: 5px;
		right: 139px
	}
}

#quick-search-wrapper button,
#quick-search-wrapper input {
	height: 41px;
	border: 0;
	box-shadow: none;
	outline: 0
}

#quick-search-wrapper input {
	padding-right: 16px;
	padding-left: 16px;
	font-size: 16px;
	font-style: italic
}

#quick-search-wrapper button {
	padding-right: 13.7px;
	padding-left: 13.7px
}

#quick-search-wrapper button:active,
#quick-search-wrapper button:focus,
#quick-search-wrapper button:hover {
	background-color: #fff
}

#quick-search-wrapper button img {
	width: 16.3px;
	height: 16.3px
}

#quick-search-wrapper .arrow {
	width: 0;
	height: 0;
	border: 7.05px solid transparent;
	border-top-width: 0;
	border-bottom-color: #cd0000;
	position: absolute;
	top: -7.05px;
	right: 82.3px
}

@media (min-width:743px) {
	#quick-search-wrapper .arrow {
		border: 7.05px solid transparent;
		border-right-width: 0;
		border-left-color: #cd0000;
		top: 35.45px;
		right: -7.05px
	}
}

.ac_results_new {
	margin-top: 12px;
	background: #fff;
	font-style: italic;
	box-shadow: 0 7px 10px -1px #aaa;
	width: 290px!important
}

.ac_results_new li {
	line-height: 27px;
	padding-left: 15px
}

@media (min-width:743px) {
	.ac_results_new {
		margin-top: 22px;
		width: 280px!important
	}
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	background-color: transparent
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a {
	color: #fff
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
	color: #fff
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:active {
	color: #fff
}

.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
	color: #fff
}

ul.nav.navbar-nav {
	overflow: auto;
	max-height: 85%
}

ul.dropdown-menu {
	overflow: auto
}

.navbar-nav {
	position: relative
}

.navbar-nav .open {
	position: static
}

.navbar-nav .open .dropdown-menu {
	height: 100%;
	background-color: #cd0000;
	z-index: 100
}

.navbar-nav .open .dropdown-menu>li.dropdown-menu-back>a {
	padding-left: 15px
}

.navbar-nav .open .dropdown-menu>li.dropdown-menu-title>span {
	margin-top: 22px;
	margin-bottom: 21px;
	padding-left: 15px;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	display: block
}

.navbar-nav .open .dropdown-menu>li.dropdown-menu-item {
	margin-left: 20px;
	margin-bottom: 16px
}

.navbar-fixed-top .navbar-collapse .navbar-languages {
	height: 37px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, .1);
	text-align: center
}

@media (min-width:743px) {
	.navbar-fixed-top .navbar-collapse .navbar-languages {
		height: 45px
	}
}

.navbar-fixed-top .navbar-collapse li.navbar-languages-item {
	display: inline-block;
	width: 50px;
	height: inherit;
	margin-right: 5px;
	padding-top: 6px;
	border-bottom: 3px solid rgba(255, 255, 255, .4);
	font-size: 14px;
	line-height: 26px
}

@media (min-width:743px) {
	.navbar-fixed-top .navbar-collapse li.navbar-languages-item {
		line-height: 30px
	}
}

.navbar-fixed-top .navbar-collapse li.navbar-languages-item a {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
	font-weight: 700;
	color: rgba(255, 255, 255, .6)
}

.navbar-fixed-top .navbar-collapse li.navbar-languages-item.active {
	border-bottom: 3px solid #fff
}

.navbar-fixed-top .navbar-collapse li.navbar-languages-item.active a {
	color: #fff
}

.caret-down {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-left: 6px;
	background: url(/bootstrap/icons/arrow-down-white.svg) top left no-repeat;
	background-size: 10px 10px
}

.caret-left {
	display: inline-block;
	width: 11px;
	height: 11px;
	margin-right: 6px;
	background: url(/bootstrap/icons/arrow-left-white.svg) top left no-repeat;
	background-size: 10px 10px
}

.menu-overlay,
.menu-overlay-marketoverviews,
.menu-overlay-news,
.menu-overlay-products,
.menu-overlay-sciarticles {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #fff;
	border-top: 3px solid #cd0000;
	text-align: center;
	z-index: 1000
}

.menu-overlay-products {
	height: 78px
}

@media (min-width:743px) {
	.menu-overlay-products {
		height: 92px
	}
}

.menu-overlay-products span.products {
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	position: relative;
	top: 10px;
	margin-right: 45px
}

.kw-Infomaterial .favNotice .menu-overlay-products a.more.colored,
.kw-Infomaterial .favNotice .menu-overlay-products a.more:not(.colored),
.links-box .menu-overlay-products a.more.colored,
.links-box .menu-overlay-products a.more:not(.colored),
.menu-overlay-products .btn,
.menu-overlay-products .kw-Infomaterial .favNotice a.more.colored,
.menu-overlay-products .kw-Infomaterial .favNotice a.more:not(.colored),
.menu-overlay-products .links-box a.more.colored,
.menu-overlay-products .links-box a.more:not(.colored) {
	margin-top: 11px
}

@media (min-width:1312px) {
	.kw-Infomaterial .favNotice .menu-overlay-products a.more.colored,
	.kw-Infomaterial .favNotice .menu-overlay-products a.more:not(.colored),
	.links-box .menu-overlay-products a.more.colored,
	.links-box .menu-overlay-products a.more:not(.colored),
	.menu-overlay-products .btn,
	.menu-overlay-products .kw-Infomaterial .favNotice a.more.colored,
	.menu-overlay-products .kw-Infomaterial .favNotice a.more:not(.colored),
	.menu-overlay-products .links-box a.more.colored,
	.menu-overlay-products .links-box a.more:not(.colored) {
		margin-top: 18px
	}
}

.kw-Infomaterial .favNotice .menu-overlay-products .btn-group-lg>a.more.colored,
.kw-Infomaterial .favNotice .menu-overlay-products .btn-group-lg>a.more:not(.colored),
.links-box .menu-overlay-products .btn-group-lg>a.more.colored,
.links-box .menu-overlay-products .btn-group-lg>a.more:not(.colored),
.menu-overlay-products .btn-group-lg>.btn,
.menu-overlay-products .btn-lg,
.menu-overlay-products .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
.menu-overlay-products .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
.menu-overlay-products .links-box .btn-group-lg>a.more.colored,
.menu-overlay-products .links-box .btn-group-lg>a.more:not(.colored) {
	width: 100%;
	font-size: 14px;
	padding: 17px 10px
}

@media (min-width:743px) {
	.kw-Infomaterial .favNotice .menu-overlay-products .btn-group-lg>a.more.colored,
	.kw-Infomaterial .favNotice .menu-overlay-products .btn-group-lg>a.more:not(.colored),
	.links-box .menu-overlay-products .btn-group-lg>a.more.colored,
	.links-box .menu-overlay-products .btn-group-lg>a.more:not(.colored),
	.menu-overlay-products .btn-group-lg>.btn,
	.menu-overlay-products .btn-lg,
	.menu-overlay-products .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
	.menu-overlay-products .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
	.menu-overlay-products .links-box .btn-group-lg>a.more.colored,
	.menu-overlay-products .links-box .btn-group-lg>a.more:not(.colored) {
		width: auto;
		font-size: 16px;
		padding: 17px 28px
	}
}

@media (min-width:743px) {
	.kw-Infomaterial .favNotice .menu-overlay-products a.more:not(.colored),
	.links-box .menu-overlay-products a.more:not(.colored),
	.menu-overlay-products .btn-primary,
	.menu-overlay-products .kw-Infomaterial .favNotice a.more:not(.colored),
	.menu-overlay-products .links-box a.more:not(.colored) {
		margin-right: 60px
	}
}

@media (min-width:1312px) {
	.kw-Infomaterial .favNotice .menu-overlay-products a.more:not(.colored),
	.links-box .menu-overlay-products a.more:not(.colored),
	.menu-overlay-products .btn-primary,
	.menu-overlay-products .kw-Infomaterial .favNotice a.more:not(.colored),
	.menu-overlay-products .links-box a.more:not(.colored) {
		margin-right: 37px
	}
}

.kw-Infomaterial .favNotice .menu-overlay-products a.more:last-child:not(.colored),
.links-box .menu-overlay-products a.more:last-child:not(.colored),
.menu-overlay-products .btn-primary:last-child,
.menu-overlay-products .kw-Infomaterial .favNotice a.more:last-child:not(.colored),
.menu-overlay-products .links-box a.more:last-child:not(.colored) {
	margin-right: 0
}

.kw-Infomaterial .favNotice .menu-overlay-products a.more.colored:last-child,
.links-box .menu-overlay-products a.more.colored:last-child,
.menu-overlay-products .btn-inverse:last-child,
.menu-overlay-products .kw-Infomaterial .favNotice a.more.colored:last-child,
.menu-overlay-products .links-box a.more.colored:last-child {
	display: none
}

@media (min-width:1312px) {
	.kw-Infomaterial .favNotice .menu-overlay-products a.more.colored:last-child,
	.links-box .menu-overlay-products a.more.colored:last-child,
	.menu-overlay-products .btn-inverse:last-child,
	.menu-overlay-products .kw-Infomaterial .favNotice a.more.colored:last-child,
	.menu-overlay-products .links-box a.more.colored:last-child {
		margin-left: 20px;
		display: inline-block
	}
}

.menu-overlay-news {
	height: 51px;
	padding-top: 15px
}

@media (min-width:743px) {
	.menu-overlay-news {
		height: 56px;
		padding-top: 18px
	}
}

@media (min-width:1312px) {
	.menu-overlay-news {
		display: none!important
	}
}

.menu-overlay-news a.external-link {
	color: rgba(51, 51, 51, .9);
	background: url(/chem/icons/external_link.svg);
	background-repeat: no-repeat;
	text-decoration: none;
	display: inline-block;
	height: 17px;
	padding-left: 26px
}

.menu-overlay-sciarticles {
	height: 78px
}

@media (min-width:743px) {
	.menu-overlay-sciarticles {
		height: 92px
	}
}

@media (min-width:1312px) {
	.menu-overlay-sciarticles {
		display: none!important
	}
}

.menu-overlay-sciarticles span.sciarticles {
	font-size: 16px;
	line-height: 17px;
	font-weight: 700;
	position: relative;
	top: 10px;
	margin-right: 45px
}

.kw-Infomaterial .favNotice .menu-overlay-sciarticles a.more.colored,
.kw-Infomaterial .favNotice .menu-overlay-sciarticles a.more:not(.colored),
.links-box .menu-overlay-sciarticles a.more.colored,
.links-box .menu-overlay-sciarticles a.more:not(.colored),
.menu-overlay-sciarticles .btn,
.menu-overlay-sciarticles .kw-Infomaterial .favNotice a.more.colored,
.menu-overlay-sciarticles .kw-Infomaterial .favNotice a.more:not(.colored),
.menu-overlay-sciarticles .links-box a.more.colored,
.menu-overlay-sciarticles .links-box a.more:not(.colored) {
	margin-top: 11px
}

@media (min-width:1312px) {
	.kw-Infomaterial .favNotice .menu-overlay-sciarticles a.more.colored,
	.kw-Infomaterial .favNotice .menu-overlay-sciarticles a.more:not(.colored),
	.links-box .menu-overlay-sciarticles a.more.colored,
	.links-box .menu-overlay-sciarticles a.more:not(.colored),
	.menu-overlay-sciarticles .btn,
	.menu-overlay-sciarticles .kw-Infomaterial .favNotice a.more.colored,
	.menu-overlay-sciarticles .kw-Infomaterial .favNotice a.more:not(.colored),
	.menu-overlay-sciarticles .links-box a.more.colored,
	.menu-overlay-sciarticles .links-box a.more:not(.colored) {
		margin-top: 18px
	}
}

.kw-Infomaterial .favNotice .menu-overlay-sciarticles .btn-group-lg>a.more.colored,
.kw-Infomaterial .favNotice .menu-overlay-sciarticles .btn-group-lg>a.more:not(.colored),
.links-box .menu-overlay-sciarticles .btn-group-lg>a.more.colored,
.links-box .menu-overlay-sciarticles .btn-group-lg>a.more:not(.colored),
.menu-overlay-sciarticles .btn-group-lg>.btn,
.menu-overlay-sciarticles .btn-lg,
.menu-overlay-sciarticles .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
.menu-overlay-sciarticles .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
.menu-overlay-sciarticles .links-box .btn-group-lg>a.more.colored,
.menu-overlay-sciarticles .links-box .btn-group-lg>a.more:not(.colored) {
	font-size: 14px;
	width: 100%;
	padding: 17px 10px
}

@media (min-width:743px) {
	.kw-Infomaterial .favNotice .menu-overlay-sciarticles .btn-group-lg>a.more.colored,
	.kw-Infomaterial .favNotice .menu-overlay-sciarticles .btn-group-lg>a.more:not(.colored),
	.links-box .menu-overlay-sciarticles .btn-group-lg>a.more.colored,
	.links-box .menu-overlay-sciarticles .btn-group-lg>a.more:not(.colored),
	.menu-overlay-sciarticles .btn-group-lg>.btn,
	.menu-overlay-sciarticles .btn-lg,
	.menu-overlay-sciarticles .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
	.menu-overlay-sciarticles .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
	.menu-overlay-sciarticles .links-box .btn-group-lg>a.more.colored,
	.menu-overlay-sciarticles .links-box .btn-group-lg>a.more:not(.colored) {
		font-size: 16px;
		width: auto;
		padding: 17px 28px
	}
}

.menu-overlay-marketoverviews {
	height: 68px
}

@media (min-width:743px) {
	.menu-overlay-marketoverviews {
		height: 92px
	}
}

.menu-overlay-marketoverviews span.menu-overlay-title {
	display: none
}

@media (min-width:1312px) {
	.menu-overlay-marketoverviews span.menu-overlay-title {
		display: inline-block;
		font-size: 16px;
		line-height: 17px;
		font-weight: 700;
		position: relative;
		top: 10px;
		margin-right: 45px
	}
}

.kw-Infomaterial .favNotice .menu-overlay-marketoverviews a.more.colored,
.kw-Infomaterial .favNotice .menu-overlay-marketoverviews a.more:not(.colored),
.links-box .menu-overlay-marketoverviews a.more.colored,
.links-box .menu-overlay-marketoverviews a.more:not(.colored),
.menu-overlay-marketoverviews .btn,
.menu-overlay-marketoverviews .kw-Infomaterial .favNotice a.more.colored,
.menu-overlay-marketoverviews .kw-Infomaterial .favNotice a.more:not(.colored),
.menu-overlay-marketoverviews .links-box a.more.colored,
.menu-overlay-marketoverviews .links-box a.more:not(.colored) {
	float: right;
	margin-top: 10px;
	padding: 13px 15px 14px 18px
}

@media (min-width:743px) {
	.kw-Infomaterial .favNotice .menu-overlay-marketoverviews a.more.colored,
	.kw-Infomaterial .favNotice .menu-overlay-marketoverviews a.more:not(.colored),
	.links-box .menu-overlay-marketoverviews a.more.colored,
	.links-box .menu-overlay-marketoverviews a.more:not(.colored),
	.menu-overlay-marketoverviews .btn,
	.menu-overlay-marketoverviews .kw-Infomaterial .favNotice a.more.colored,
	.menu-overlay-marketoverviews .kw-Infomaterial .favNotice a.more:not(.colored),
	.menu-overlay-marketoverviews .links-box a.more.colored,
	.menu-overlay-marketoverviews .links-box a.more:not(.colored) {
		float: none;
		margin-top: 20px;
		padding: 19px 21px 19px 24px
	}
}

.menu-overlay-marketoverviews .show-marked-product-mobile {
	float: left;
	margin-top: 22px;
	padding-left: 34px;
	border: none;
	outline: 0;
	background-color: transparent;
	background-image: url(../icons/flashlight.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	font-size: 14px;
	font-weight: 700;
	color: #cd0000
}

@media (min-width:743px) {
	.menu-overlay-marketoverviews .show-marked-product-mobile {
		display: none
	}
}

.menu-overlay-marketoverviews .marked-product {
	display: none
}

@media (min-width:743px) {
	.menu-overlay-marketoverviews .marked-product {
		display: inline-block;
		margin-top: 15px;
		margin-left: 80px;
		background-color: inherit;
		color: #000
	}
}

@media (min-width:1312px) {
	.menu-overlay-marketoverviews .marked-product {
		margin-left: 48px
	}
}

.menu-overlay-marketoverviews .marked-product .marked {
	font-size: 18px;
	font-weight: 700
}

.menu-overlay-marketoverviews .marked-product .toggle-holder {
	display: table-cell
}

.menu-overlay-marketoverviews .marked-product .toggle-holder span {
	font-size: 14px;
	line-height: 1.29
}

.menu-overlay-marketoverviews .marked-product .toggle-holder .baseproduct-toggle {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 7px;
	width: 25px;
	height: 15px;
	cursor: pointer;
	background-image: url(../icons/toggle_off.svg);
	background-repeat: no-repeat;
	background-position: center
}

.menu-overlay-marketoverviews .marked-product .toggle-holder .on {
	background-image: url(../icons/toggle_on.svg)
}

.marked-product-mobile {
	display: none;
	position: fixed;
	left: 0;
	bottom: -78px;
	width: 100%;
	height: 78px;
	background-color: #cd0000;
	color: #fff;
	text-align: center;
	z-index: 1000
}

@media (min-width:743px) {
	.marked-product-mobile {
		display: none
	}
}

.marked-product-mobile .marked {
	margin-top: 20px;
	margin-bottom: 2px;
	font-size: 14px;
	font-weight: 700
}

.marked-product-mobile .toggle-holder span {
	font-size: 14px;
	line-height: 1.29
}

.marked-product-mobile .toggle-holder .baseproduct-toggle {
	display: inline-block;
	position: relative;
	top: 2px;
	left: 7px;
	width: 25px;
	height: 15px;
	cursor: pointer;
	background-image: url(../icons/toggle_inverted_off.svg);
	background-repeat: no-repeat;
	background-position: center
}

.marked-product-mobile .toggle-holder .on {
	background-image: url(../icons/toggle_inverted_on.svg)
}

.marked-product-mobile:after,
.marked-product-mobile:before {
	height: 0;
	width: 0;
	position: absolute;
	left: 27px;
	bottom: 100%;
	border: solid transparent;
	content: " ";
	pointer-events: none
}

.marked-product-mobile:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #cd0000;
	border-width: 7px;
	margin-left: -7px
}

.marked-product-mobile:before {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #cd0000;
	border-width: 8px;
	margin-left: -8px
}

.carousel {
	display: inline-block;
	width: 100%
}

@media (min-width:743px) {
	.carousel:not(.video-carousel) {
		width: 331px
	}
}

@media (min-width:1312px) {
	.carousel:not(.video-carousel) {
		width: 368px
	}
}

.carousel.has-carousel-controls {
	min-height: 355px
}

@media (min-width:743px) {
	.carousel.has-carousel-controls {
		min-height: 355px
	}
}

@media (min-width:1312px) {
	.carousel.has-carousel-controls {
		min-height: 392px
	}
}

.carousel.video-carousel .carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	height: 40px;
	width: 40px
}

.carousel.video-carousel .carousel-control i {
	color: #cd0000;
	font-weight: 600;
	font-size: 36px
}

.carousel.video-carousel .carousel-control.left {
	left: 0
}

@media (min-width:743px) {
	.carousel.video-carousel .carousel-control.left {
		left: -35px
	}
}

.carousel.video-carousel .carousel-control.right {
	right: 0
}

@media (min-width:743px) {
	.carousel.video-carousel .carousel-control.right {
		right: -35px
	}
}

.adjust-image-holder-height.has-carousel-controls {
	min-height: 340px
}

@media (min-width:743px) {
	.adjust-image-holder-height.has-carousel-controls {
		min-height: 340px
	}
}

@media (min-width:1312px) {
	.adjust-image-holder-height.has-carousel-controls {
		min-height: 372px
	}
}

.carousel-inner .image-holder {
	text-align: center;
	line-height: 290px;
	width: 100%;
	height: 290px
}

@media (min-width:743px) {
	.carousel-inner .image-holder {
		line-height: 290px;
		width: 290px;
		height: 290px;
		margin-left: 8px
	}
}

@media (min-width:1312px) {
	.carousel-inner .image-holder {
		line-height: 322px;
		width: 322px;
		height: 322px;
		margin-left: 9px
	}
}

.carousel-inner .image-holder img {
	max-width: 100%;
	max-height: 100%
}

.carousel-inner a.image-holder {
	display: block
}

.carousel-inner a.image-holder img {
	display: inline-block
}

.carousel-inner .control-zoom-in {
	line-height: 1;
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	height: 0;
	z-index: 1
}

@media (min-width:743px) {
	.carousel-inner .control-zoom-in {
		height: 16px
	}
}

@media (min-width:743px) {
	.carousel-inner .control-zoom-in.enabled {
		display: inline-block
	}
}

.carousel-inner .control-zoom-in.enabled:hover {
	cursor: pointer
}

@media (min-width:743px) {
	.adjust-image-holder-height .control-zoom-in {
		margin-top: 10px
	}
}

.origin-notice {
	margin-top: 10px
}

.origin-notice p {
	color: rgba(0, 0, 0, .4);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	text-align: right
}

@media (min-width:743px) {
	.adjust-image-holder-height a.image-holder+.origin-notice {
		margin-right: 25px
	}
}

.carousel-caption {
	color: #000;
	text-shadow: none;
	position: relative;
	top: auto;
	bottom: auto;
	right: auto;
	left: auto;
	max-height: 108.36px;
	padding: 0;
	margin-top: 5px;
	overflow: hidden
}

.carousel-caption.avoid-carousel-controls {
	margin-top: 65px
}

@media (min-width:1312px) {
	.carousel-caption.avoid-carousel-controls {
		margin-top: 70px
	}
}

.origin-notice+.carousel-caption.avoid-carousel-controls {
	margin-top: 37px
}

@media (min-width:1312px) {
	.origin-notice+.carousel-caption.avoid-carousel-controls {
		margin-top: 42px
	}
}

.carousel-caption.long-text::after {
	content: "\02026";
	text-align: right;
	box-sizing: content-box;
	position: absolute;
	top: 90.3px;
	right: 0;
	width: 3em;
	height: 18.06px;
	padding-right: 5px;
	background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 50%, #fff)
}

.carousel-caption p {
	color: rgba(0, 0, 0, .4);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.29;
	text-align: center
}

.carousel-caption p:last-child {
	margin-bottom: 0
}

.adjust-image-holder-height .carousel-caption.avoid-carousel-controls {
	margin-top: 50px
}

.adjust-image-holder-height .origin-notice+.carousel-caption.avoid-carousel-controls {
	margin-top: 22px
}

@media (min-width:743px) {
	.adjust-image-holder-height.has-zoomable-image:not(.has-origin-notice):not(.has-carousel-controls) .carousel-caption {
		margin-top: 36px
	}
}

.carousel-controls {
	text-align: center;
	position: absolute;
	top: 290px;
	width: 100%;
	height: 22px;
	margin-top: 25px;
	margin-bottom: 18px
}

@media (min-width:743px) {
	.carousel-controls {
		top: 290px;
		margin-top: 30px;
		margin-bottom: 13px
	}
}

@media (min-width:1312px) {
	.carousel-controls {
		top: 322px;
		margin-top: 35px;
		margin-bottom: 18px
	}
}

.adjust-image-holder-height .carousel-controls {
	margin-top: 15px;
	margin-bottom: 13px
}

.carousel-control {
	text-shadow: none;
	line-height: 1;
	display: inline-block;
	position: static;
	width: auto
}

.carousel-control.left,
.carousel-control.right {
	color: #cd0000;
	background-image: none;
	opacity: .6;
	width: 22px;
	height: 22px
}

.carousel-indicators {
	line-height: 1;
	display: inline-block;
	position: static;
	width: auto;
	margin: 0
}

.carousel-indicators li {
	background-color: #4b4b4b;
	opacity: .2;
	width: 9px;
	height: 9px;
	border: 0;
	border-radius: 50%;
	margin: 0 8.5px
}

.carousel-indicators li.active {
	background-color: #cd0000;
	border-collapse: separate;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);
	opacity: 1;
	width: 9px;
	height: 9px;
	margin: 0 8.5px
}

.multiple-items-carousel .carousel {
	height: 120px;
	width: 80%
}

@media (min-width:743px) {
	.multiple-items-carousel .carousel {
		width: calc(100% - 300px)
	}
}

@media (min-width:1312px) {
	.multiple-items-carousel .carousel {
		width: 770px;
		margin-left: 200px
	}
}

@media only screen and (min-width:1540px) {
	.multiple-items-carousel .carousel {
		margin-left: 0
	}
}

.multiple-items-carousel .carousel .item {
	left: 0!important;
	-webkit-transition: opacity .4s;
	-moz-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s
}

.multiple-items-carousel .carousel .item .carousel-item {
	float: left;
	width: 100%
}

.multiple-items-carousel .carousel .item .carousel-item:nth-of-type(4),
.multiple-items-carousel .carousel .item .carousel-item:nth-of-type(5) {
	display: none
}

@media (min-width:743px) {
	.multiple-items-carousel .carousel .item .carousel-item:nth-of-type(4),
	.multiple-items-carousel .carousel .item .carousel-item:nth-of-type(5) {
		display: block
	}
}

.multiple-items-carousel .next.left,
.multiple-items-carousel .prev.right {
	opacity: 1;
	z-index: 1
}

.multiple-items-carousel .active.left,
.multiple-items-carousel .active.right {
	opacity: 0;
	z-index: 2
}

.multiple-items-carousel .slide {
	background-color: #fff;
	padding-bottom: 20px;
	position: relative
}

.multiple-items-carousel .slide:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -20px;
	right: -20px;
	box-shadow: 0 5px 20px #00000029
}

@media (min-width:1312px) {
	.multiple-items-carousel .slide:before {
		left: -35px;
		right: -35px
	}
}

.multiple-items-carousel .slide .chatButton,
.multiple-items-carousel .slide .contactButton {
	cursor: pointer
}

.multiple-items-carousel .slide .chatButton button,
.multiple-items-carousel .slide .contactButton button {
	font-weight: 700;
	z-index: 999
}

.multiple-items-carousel .slide .chatButton button:focus,
.multiple-items-carousel .slide .contactButton button:focus {
	outline: 0
}

.multiple-items-carousel .mobileView .chatButton,
.multiple-items-carousel .mobileView .contactButton,
.multiple-items-carousel .mobileView .webinarButton {
	cursor: pointer
}

.multiple-items-carousel .mobileView .chatButton button,
.multiple-items-carousel .mobileView .contactButton button,
.multiple-items-carousel .mobileView .webinarButton button {
	font-weight: 700;
	z-index: 999
}

.multiple-items-carousel .mobileView .chatButton button:focus,
.multiple-items-carousel .mobileView .contactButton button:focus,
.multiple-items-carousel .mobileView .webinarButton button:focus {
	outline: 0
}

.multiple-items-carousel .mobileView i {
	font-size: 40px;
	display: grid
}

.multiple-items-carousel .carousel-inner img {
	margin-left: auto;
	margin-right: auto
}

.multiple-items-carousel .carousel-inner .default-image i {
	padding-top: 10px;
	font-size: 62px;
	color: grey
}

.multiple-items-carousel .carousel-inner .default-image .chatButton:focus,
.multiple-items-carousel .carousel-inner .default-image .chatButton:hover {
	text-decoration: none
}

.multiple-items-carousel .carousel-inner .carousel-caption {
	height: 60px;
	font-size: 12px;
	line-height: 13px;
	margin-top: 0
}

@media (min-width:743px) {
	.multiple-items-carousel .carousel-inner .carousel-caption {
		height: auto
	}
}

.multiple-items-carousel .carousel-inner .carousel-caption .caption-name,
.multiple-items-carousel .carousel-inner .carousel-caption .caption-position {
	display: inline-block
}

.multiple-items-carousel .carousel-inner .carousel-caption .caption-name {
	font-weight: 700
}

.multiple-items-carousel .carousel-inner .carousel-caption .truncate {
	white-space: break-spaces;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}

@media (min-width:743px) {
	.multiple-items-carousel .carousel-inner .carousel-caption .truncate {
		width: auto;
		text-overflow: initial;
		overflow: visible
	}
}

.multiple-items-carousel.chat-container {
	position: relative;
	width: 100%
}

@media (min-width:1312px) {
	.multiple-items-carousel.chat-container {
		position: absolute;
		bottom: 30px
	}
}

.multiple-items-carousel .carousel-control {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.multiple-items-carousel .carousel-control.left {
	left: 0;
	background-image: url(../icons/arrow_left.svg);
	background-repeat: no-repeat
}

.multiple-items-carousel .carousel-control.right {
	right: 0;
	background-image: url(../icons/arrow_right.svg);
	background-repeat: no-repeat
}

.multiple-items-carousel .chat-img-container {
	font-size: .1px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 10px;
	background-size: cover;
	background-position: center center
}

.multiple-items-carousel .chat-img-container img {
	display: inline-block;
	max-width: 40px;
	max-height: 40px
}

.multiple-items-carousel .mobileView {
	width: calc(80% + 40px);
	margin: 0 auto;
	text-align: right
}

@media (min-width:743px) {
	.multiple-items-carousel .mobileView {
		display: none
	}
}

.multiple-items-carousel .desktopView {
	display: none
}

@media (min-width:743px) {
	.multiple-items-carousel .desktopView {
		display: block
	}
}

.blueimp-gallery {
	background-color: rgba(128, 128, 128, .8)
}

.blueimp-gallery>.slides>.slide>.slide-content {
	background-color: #fff;
	display: inline-block;
	top: initial;
	bottom: initial;
	width: 722px;
	max-width: none;
	max-height: none;
	padding: 20px
}

@media (min-width:1312px) {
	.blueimp-gallery>.slides>.slide>.slide-content {
		width: 872px
	}
}

.blueimp-gallery>.slides>.slide>.slide-content .image-holder {
	position: relative;
	box-sizing: content-box;
	width: 682px;
	height: 474px;
	border: 1px solid #e2e2e2
}

@media (min-width:1312px) {
	.blueimp-gallery>.slides>.slide>.slide-content .image-holder {
		width: 832px;
		height: 624px
	}
}

.blueimp-gallery>.slides>.slide>.slide-content .image-holder img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.blueimp-gallery>.slides>.slide>.slide-content .image-details {
	color: #595959;
	font-size: 12px;
	line-height: 14px;
	text-align: left
}

.blueimp-gallery>.slides>.slide>.slide-content .image-details .image-caption,
.blueimp-gallery>.slides>.slide>.slide-content .image-details .image-number {
	display: block
}

.blueimp-gallery>.slides>.slide>.slide-content .image-details .image-caption:first-child:not(:empty),
.blueimp-gallery>.slides>.slide>.slide-content .image-details .image-number:first-child:not(:empty) {
	margin-top: 10px
}

.blueimp-gallery .slide-content a.close {
	float: none;
	position: absolute;
	top: -18px;
	right: -18px;
	width: 38px;
	height: 38px;
	background-color: #cd0000;
	color: #fff;
	font-size: 36px;
	font-weight: 400;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	opacity: 1;
	text-shadow: none
}

footer {
	background: #167ef3;
	color: #fff;
	text-align: center
}

@media (min-width:743px) {
	footer {
		text-align: left
	}
}

@media (min-width:1312px) {
	footer {
		font-size: 13px
	}
}

footer p {
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 11px;
	margin-bottom: 11px;
	font-size: 11px;
	color: #fff;
	line-height: 12px
}

@media (min-width:743px) {
	footer p {
		margin-top: 15px;
		margin-bottom: 15px
	}
}

.footer-list {
	margin-top: 10px
}

@media (min-width:743px) {
	.footer-list {
		float: right;
		margin-top: 8px;
		margin-bottom: 8px
	}
}

.footer-list-item {
	display: block;
	margin-top: 10px
}

@media (min-width:743px) {
	.footer-list-item {
		display: inline-block;
		padding-right: 30px;
		margin-top: 0
	}
}

.footer-list-item a {
	font-size: 11px;
	color: #fff
}

.footer-list-item a:visited {
	color: #fff
}

.footer-list-item a:hover {
	color: #fff
}

.footer-list-item a:active {
	color: #fff
}

@media (min-width:743px) {
	.footer-list-item a {
		vertical-align: middle
	}
}

@media (min-width:743px) {
	.footer-list-item:not(:last-child)::after {
		height: 10px;
		bottom: 50%;
		margin-left: 30px;
		content: '';
		display: inline-block;
		border-right: 1px solid #fff
	}
}

.footer-list-item:last-child {
	padding-right: 0
}

.xs-dark-orange {
	background: rgba(129, 24, 7, .1)
}

@media (min-width:743px) {
	.xs-dark-orange {
		background: #167ef3
	}
}

.footer-body {
	background-color: #fff;
	width:auto
}

@media (min-width:743px) {
	.footer-body {
		padding-left: 32px;
		padding-right: 32px
	}
}

@media (min-width:1312px) {
	.footer-body {
		padding-left: 92px;
		padding-right: 92px
	}
}

.border {
	margin-left: -15px;
	margin-right: -15px
}

@media (min-width:743px) {
	.border {
		margin-left: -32px;
		margin-right: -32px;
		width: 725px
	}
}

@media (min-width:1312px) {
	.border {
		margin-left: -92px;
		margin-right: -92px;
		width: auto
	}
}

.border-orange {
	border-bottom: 3px solid #167ef3
}

.border-gray {
	border-bottom: 3px solid rgba(0, 0, 0, .16)
}

.border-gray.preview-page {
	margin: 0 auto
}

.footer-lumitos {
	padding-bottom: 27px
}

.footer-lumitos a {
	color: #0887f3;
	font-size: 11px
}

@media (min-width:1312px) {
	.footer-lumitos a {
		font-size: 13px
	}
}

.footer-lumitos a:hover {
	color: #f60
}

.footer-lumitos a:active {
	color: #f60
}

.footer-lumitos .footer-lumitos-item-heading {
	margin-top: 35px;
	display: block
}

.footer-lumitos .footer-lumitos-item-heading a {
	font-size: 16px;
	font-weight: 700;
	line-height: 17px
}

@media (min-width:743px) {
	.footer-lumitos .footer-lumitos-item-heading {
		margin-top: 48px
	}
}

.footer-lumitos p {
	margin-top: 9px;
	margin-bottom: 0;
	line-height: 22px;
	font-size: 13px;
	max-width: 292px
}

.footer-lumitos .footer-lumitos-item-link {
	display: block;
	margin-top: 4px;
	line-height: 15px
}

@media (min-width:743px) {
	.footer-lumitos {
		padding-bottom: 33px;
		margin-left: 0;
		margin-right: 0
	}
}

@media (min-width:1312px) {
	.footer-lumitos {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0;
		padding-right: 0
	}
}

.footer-lumitos-logo a {
	display: inline-block;
	margin-top: 27px
}

.footer-lumitos-logo img {
	width: 183px;
	height: auto
}

@media (min-width:743px) {
	.footer-lumitos-logo img {
		width: 230px
	}
}

.footer-portals {
	margin-top: 27px;
	margin-bottom: 33px
}

.footer-portals-list {
	width: 100%;
	display: block;
	list-style: none
}

@media (min-width:1312px) {
	.footer-portals-list {
		margin-left: 0
	}
}

.footer-portals-title {
	font-size: 11px;
	color: #1d1d1d
}

@media (min-width:743px) {
	.footer-portals-title {
		margin-bottom: 20px
	}
}

@media (min-width:1312px) {
	.footer-portals-title {
		margin-left: 0
	}
}

@media (min-width:743px) {
	.footer-portals-list-item {
		display: inline-block;
		margin-bottom: 26px
	}
	.footer-portals-list-item:nth-child(2) {
		margin-left: 112px
	}
	.footer-portals-list-item:nth-child(3) {
		float: right
	}
	.footer-portals-list-item:nth-child(5) {
		margin-left: 40px;
		margin-right: 40px
	}
	.footer-portals-list-item:last-child {
		float: right
	}
}

@media (min-width:1312px) {
	.footer-portals-list-item {
		margin-left: 30px
	}
	.footer-portals-list-item:nth-child(1) {
		margin-left: 0
	}
	.footer-portals-list-item:nth-child(2) {
		margin-left: 30px
	}
	.footer-portals-list-item:nth-child(3) {
		float: none;
		margin-left: 30px
	}
	.footer-portals-list-item:nth-child(5) {
		margin-left: 30px;
		margin-right: 0
	}
	.footer-portals-list-item:last-child {
		margin-left: 30px;
		float: none
	}
}

.footer-portals-list-item img {
	display: none
}

@media (min-width:743px) {
	.footer-portals-list-item img {
		margin-left: 0;
		display: inline-block;
		height: 55px;
		width: auto
	}
}

@media (min-width:1312px) {
	.footer-portals-list-item img {
		margin-left: 2px;
		height: 55px
	}
}

.footer-portals-list-item a:hover {
	color: #f60
}

.footer-portals-list-item a:active {
	color: #f60
}

.footer-portals-list-item a p {
	margin-top: 20px;
	margin-bottom: 10px;
	color: #0887f3;
	font-size: 13px;
	display: inline-block;
	line-height: 12px
}

@media (min-width:743px) {
	.footer-portals-list-item a p {
		display: none
	}
}

.footer-portals-list-item .caret-right-lumitos {
	display: inline-block;
	width: 10px;
	height: 10px;
	position: relative;
	top: 2px;
	margin-right: 2px;
	background: url(/bootstrap/icons/arrow-right-orange.svg) top left no-repeat;
	background-size: 9px 9px
}

@media (min-width:743px) {
	.footer-portals-list-item .caret-right-lumitos {
		display: none
	}
}

#head {
	width: 100%;
	height: 150px;
	background: #fff;
	border-top: 5px solid #167ef3
}

#header {
	width: 1282px;
	height: 220px;
	margin: 0 auto;
	position: relative
}

#header * {
	box-sizing: content-box
}

#header #container {
	height: 55px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 32px;
	font-size: 12px;
	z-index: 998
}

#header #container .search-form {
	float: left;
	width: 230px;
	min-width: 230px;
	max-width: 230px;
	height: 35px;
	margin: 5px 0 0 0;
	padding: 13px 0 0 13px;
	background: url(../../bootstrap/images/bg-search-form.gif) no-repeat;
	display: inline;
	border-style: none
}

#header #container .search-form fieldset {
	border: none;
	padding: 0;
	min-width: 0;
	margin: 0
}

#header #container .search-form .button {
	float: left;
	border: 0;
	width: 28px;
	height: 28px;
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	background: url(../images/bg-button-search.gif) no-repeat;
	padding: 0
}

#header #container .search-form .leftlabeled {
	float: left;
	width: 177px;
	font-size: 13px;
	height: 20px;
	line-height: 18px;
	margin: 0;
	padding: 4px 5px 2px;
	color: #333;
	border: 1px solid #535252;
	border-width: 1px 0 1px 1px;
	background: url(../../bootstrap/images/bg-input-text-search.gif) repeat-x
}

#header #container .container-holder {
	float: right;
	margin: 22px 0 0 0
}

#header #container .container-holder a.more-arrow {
	background: url(/chem/images/arrow-column.gif) no-repeat scroll 0 4px transparent;
	padding: 0 0 0 9px;
	color: #333
}

#header #container .container-holder a.more-arrow:hover {
	color: #cd0000
}

#header #container .container-holder a.mymerkliste {
	float: left;
	line-height: 24px;
	background-position: 0 7px;
	margin: 0 5px 0 0
}

#header #container .container-holder .flyout:last-child {
	margin-right: 0
}

#header .visual-box {
	position: absolute;
	top: 15px;
	right: 10px
}

#header .visual-box .heading {
	display: block;
	padding: 0 0 1px;
	font-size: 14px
}

#header .visual-box p {
	margin: 0;
	font-size: 11px;
	color: #656565;
	line-height: 16px
}

#header .visual-box .Forms_HtmlElement {
	overflow: hidden;
	height: 1%;
	padding: 4px 0 0 20px;
	background: url(../images/bg-header-text-holder.gif) no-repeat 0 7px
}

#header .visual-box a {
	float: right
}

#header .visual-box .imgsize_jdw a {
	float: none
}

#header .visual-box .text-holder {
	background: url(../images/sep-visual-heading.png) no-repeat 0 4px;
	padding: 0 0 0 18px;
	margin: 0 0 0 5px;
	float: right;
	width: 300px
}

#header .visual-box .text-holder a {
	float: left
}

#header .visual-box .text-holder p {
	float: left;
	clear: left
}

#header .visual-box .imgsize_jdw {
	margin-top: -5px;
	float: left
}

#header .visual-box .imgsize_jdw div {
	background-color: #fff;
	margin: 0 5px 0 0
}

.menu {
	position: absolute;
	bottom: 87px;
	left: 0;
	height: 30px;
	width: 1282px;
	z-index: 999;
	border-top: 1px solid #c3c3c3;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #c3c3c3;
	font-size: 12px
}

.menu>ul {
	float: none;
	display: table
}

.menu>ul>li {
	float: none;
	display: table-cell
}

.menu ul {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none
}

.menu li {
	float: left;
	line-height: 30px;
	font-weight: 700;
	position: relative;
	border-left: 1px solid #c3c3c3;
	background: 0 0;
	font-size: 14px;
	text-align: center
}

.menu li.active {
	background: #167ef3;
	color: #fff
}

.menu li:hover {
	background: #686767;
	color: #fff
}

.menu li a {
	color: #333;
	line-height: 30px;
	display: block;
	text-decoration: none
}

.menu li.active a,
.menu li:hover a {
	color: #fff
}

.menu li .navdrop {
	visibility: hidden;
	display: block;
	z-index: 999;
	position: absolute;
	top: 30px;
	left: 0;
	padding: 1px 0 9px 0;
	background: #8d8c8c url(../../bootstrap/images/sprites/menu/flyout_c.png) repeat-x;
	border-top: 1px solid #a1a1a1
}

.menu li .navdrop:hover,
.menu li:hover .navdrop {
	display: block;
	visibility: visible
}

.menu li .navdrop .navcontent {
	z-index: 999;
	float: left;
	width: 100%
}

.menu li ul.drop {
	list-style: none;
	padding: 0
}

.menu li ul.drop li {
	background: 0 0;
	border: none;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 12px;
	font-weight: 400
}

.menu li ul.drop li:hover {
	background: #cd0000
}

.menu li ul.drop li a {
	padding: 0 15px 0 31px;
	color: #fff;
	border-bottom: 1px solid #a1a1a1;
	display: block;
	white-space: nowrap;
	text-decoration: none;
	background: url(../../bootstrap/images/sep-nav-drop.gif) no-repeat 20px 50%
}

.breadcrumbs {
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 0;
	height: 28px;
	list-style: none;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	color: #333
}

.breadcrumbs li {
	float: left;
	background: url(../../bootstrap/images/bullet-breadcrumbs-transparent.gif) no-repeat 0 9px;
	padding: 0 6px 0 8px;
	margin: 0 4px 0 -4px;
	font-size: 11px
}

.breadcrumbs li a {
	color: #333
}

.breadcrumbs li.first {
	background: 0 0;
	float: left;
	margin: 0 4px 0 -10px;
	padding: 0 6px 0 8px
}

.breadcrumbs li.backlink {
	background: url(/chem/icons/breadcrumbs-backlink.gif) no-repeat scroll 5px 7px transparent;
	float: left;
	margin: 0 4px 0 -4px;
	padding: 0 5px 0 22px
}

.breadcrumbs a.backlink {
	margin-right: 4px
}

.b {
	background: url(../images/sprites/buttons.png) no-repeat;
	float: left;
	padding: 0;
	white-space: nowrap
}

.b span {
	background: url(../images/sprites/buttons.png) no-repeat;
	float: left;
	padding: 0 5px;
	white-space: nowrap
}

.b span span {
	background: url(../images/sprites/buttons.png) repeat-x;
	float: left;
	padding: 5px;
	white-space: nowrap
}

.b.disabled span span {
	opacity: .5;
	cursor: default
}

.b:hover {
	cursor: pointer;
	text-decoration: none
}

.b-red,
.b-red-grey {
	background-position: 0 0;
	color: #fff
}

.b-red span,
.b-red-grey span {
	background-position: 100% -50px
}

.b-red span span,
.b-red-grey span span {
	background-position: 0 -25px
}

.b-grey-red:hover,
.b-red:hover,
.b-white-red:hover {
	background-position: 0 -75px;
	color: #fff
}

.b-grey-red:hover span,
.b-red:hover span,
.b-white-red:hover span {
	background-position: 100% -125px
}

.b-grey-red:hover span span,
.b-red:hover span span,
.b-white-red:hover span span {
	background-position: 0 -100px;
	font-size: 12px
}

.b-grey,
.b-grey-red {
	background-position: 0 -150px;
	color: #fff
}

.b-grey span,
.b-grey-red span {
	background-position: 100% -200px
}

.b-grey span span,
.b-grey-red span span {
	background-position: 0 -175px
}

.b-grey:hover,
.b-red-grey:hover,
.b-white-grey:hover {
	background-position: 0 -225px;
	color: #fff
}

.b-grey:hover span,
.b-red-grey:hover span,
.b-white-grey:hover span {
	background-position: 100% -275px
}

.b-grey:hover span span,
.b-red-grey:hover span span,
.b-white-grey:hover span span {
	background-position: 0 -250px
}

.b-white,
.b-white-grey,
.b-white-red,
.b.disabled.b-white:hover {
	background-position: 0 -300px;
	color: #333
}

.b-white span,
.b-white-grey span,
.b-white-red span,
.b.disabled.b-white:hover span {
	background-position: 100% -350px
}

.b-white span span,
.b-white-grey span span,
.b-white-red span span,
.b.disabled.b-white:hover span span {
	background-position: 0 -325px
}

.b-white:hover {
	background-position: 0 -375px
}

.b-white:hover span {
	background-position: 100% -425px
}

.b-white:hover span span {
	background-position: 0 -400px
}

.b-grey-s {
	background-position: 0 -525px;
	color: #fff;
	padding: 0
}

.b-grey-s span {
	background-position: 100% -565px;
	padding: 0 5px
}

.b-grey-s span span {
	background-position: 0 -545px;
	padding: 3px
}

.b-grey-s:hover {
	background-position: 0 -585px;
	color: #fff;
	padding: 0
}

.b-grey-s:hover span {
	background-position: 100% -625px;
	padding: 0 5px
}

.b-grey-s:hover span span {
	background-position: 0 -605px;
	padding: 3px
}

.b-white-active {
	background-position: 0 -450px;
	color: #333;
	cursor: default
}

.b-white-active span {
	background-position: 100% -500px
}

.b-white-active span span {
	background-position: 0 -475px
}

.arrows {
	background: url(../../bootstrap/images/sprites/arrows.png) no-repeat
}

.more {
	background-position: 0 -41px;
	padding: 0 0 0 10px
}

.back {
	background-position: 0 -79px;
	padding: 0 0 0 15px
}

.title {
	background-position: 0 -182px;
	padding: 0 0 0 20px
}

.panel {
	background-position: 0 -220px;
	padding: 0 0 0 11px
}

.square {
	background-position: 0 -240px;
	padding: 0 0 0 10px
}

.grey {
	background-position: 0 -121px;
	padding: 0 0 0 10px
}

.white {
	background-position: 0 -149px;
	padding: 0 0 0 10px
}

.down-b {
	background-position: 0 5px;
	margin: 0 0 0 4px;
	padding: 0 5px;
	height: 10px;
	width: 10px
}

.down-w {
	background-position: 0 -7px;
	margin: 0 0 0 4px;
	padding: 0 5px;
	height: 10px;
	width: 10px
}

.flyout {
	position: relative;
	z-index: 998;
	height: 27px;
	display: block;
	float: left;
	margin: 0 5px 0 5px;
	line-height: normal
}

.flyout-drop {
	display: none;
	position: absolute;
	top: 25px;
	right: 0;
	margin: 0;
	background: #8d8c8c url(../../bootstrap/images/sprites/menu/flyout_c.png) repeat-x
}

.flyout-drop .list li {
	font-size: 12px;
	line-height: 15px
}

.flyout.less {
	z-index: 998
}

.flyout.less .flyout-drop {
	top: 20px
}

.flyout .flyout-drop:hover,
.flyout:hover .flyout-drop {
	display: block
}

.drop-w {
	background: url(../../bootstrap/images/sprites/menu/flyout_shadow_w.png) repeat-y;
	width: 4px;
	height: 100%;
	position: absolute;
	left: -4px;
	top: 0
}

.drop-e {
	background: url(../../bootstrap/images/sprites/menu/flyout_shadow_e.png) repeat-y;
	width: 4px;
	height: 100%;
	position: absolute;
	right: -4px;
	top: 0
}

.drop-b {
	position: absolute;
	bottom: -4px;
	left: 0;
	height: 4px;
	width: 100%
}

.drop-sw {
	background: url(../../bootstrap/images/sprites/menu/flyout_shadow_sw.png) no-repeat;
	width: 4px;
	height: 4px;
	position: absolute;
	left: -4px;
	bottom: 0
}

.drop-s {
	background: url(../../bootstrap/images/sprites/menu/flyout_shadow_s.png) repeat-x;
	width: 100%;
	height: 4px
}

.drop-se {
	background: url(../../bootstrap/images/sprites/menu/flyout_shadow_se.png) no-repeat;
	width: 4px;
	height: 4px;
	position: absolute;
	right: -4px;
	bottom: 0
}

.drop-c .list {
	padding: 0
}

.flyout .list {
	list-style: none;
	margin: 10px 0 15px 0
}

.flyout .list li {
	color: #fff;
	padding: 3px 25px 3px 11px;
	white-space: nowrap
}

.flyout .list li:hover {
	background-color: #dd0700
}

#container .flyout .list li.head {
	font-weight: 700;
	font-size: 15px;
	padding: 7px 0 7px 11px
}

.flyout .list li a {
	color: #fff;
	padding: 0 15px
}

.flyout .list li a:hover {
	text-decoration: none
}

#container .flyout .dropdown_mychemie {
	width: 381px;
	height: 335px;
	z-index: 99999;
	display: block
}

#container .flyout .dropdown_mychemie p {
	font-size: 13px;
	color: #fff;
	width: 335px;
	padding: 0 20px
}

#container .flyout .dropdown_mychemie p.head {
	font-size: 15px;
	color: #fff;
	font-weight: 700;
	width: 335px;
	padding: 5px 20px
}

#container .flyout .dropdown_mychemie .applicant-pikto {
	background: url(../../bootstrap/images/piktogram_bewerber_big.png) no-repeat 0 0;
	width: 152px;
	height: 160px;
	display: block;
	position: absolute;
	bottom: 36px
}

#container .flyout .dropdown_mychemie ul {
	padding: 15px 40px 0 0;
	margin: 0;
	width: 185px;
	list-style: none;
	float: right;
	display: block
}

#container .flyout .dropdown_mychemie li.pro {
	float: left;
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	list-style: none;
	padding: 0 0 0 25px;
	margin: 0;
	width: 185px;
	display: block;
	background: url(../../bootstrap/images/haken_white.png) no-repeat 0 0
}

#container .flyout .dropdown_mychemie .logout {
	border-top: 1px solid #666;
	float: right;
	margin: 0;
	padding: 10px;
	width: 360px;
	position: absolute;
	bottom: 10px;
	left: 1px
}

#container .flyout .dropdown_mychemie .logout a {
	float: right
}

#container .flyout .head {
	color: #fdfdfd;
	display: block;
	font-size: 15px;
	padding: 0 0 11px
}

#container .login-form fieldset {
	position: relative;
	padding: 20px 14px 20px 16px
}

#container .login-form .row-holder {
	overflow: hidden;
	height: 1%;
	padding: 0 0 11px;
	width: 195px
}

#container .login-form .rightlabeled {
	overflow: hidden;
	height: 1%;
	padding: 0 0 3px;
	width: 195px
}

#container .login-form .button {
	float: left;
	width: 24px;
	font-size: 0;
	line-height: 0;
	height: 24px;
	cursor: pointer;
	text-indent: -9999px;
	border: 0;
	background: url(../images/bg-input-go.gif) no-repeat;
	padding: 0
}

#container .login-form .check {
	float: left;
	margin: 3px 8px 0 0;
	height: 16px;
	width: 15px;
	padding: 0
}

#container .login-form a.forgot {
	padding: 0 0 0 21px;
	background-position: 4px -150px;
	color: #fff;
	width: 175px;
	display: block;
	white-space: nowrap
}

#container .login-form label {
	float: left;
	width: 150px;
	padding: 0 0 3px;
	color: #fff;
	overflow: hidden;
	height: 1%;
	line-height: 16px
}

#container .login-form .leftlabeled {
	width: 150px;
	float: left;
	margin: 0 7px 0 0;
	padding: 6px 5px 5px;
	height: 15px;
	vertical-align: top;
	line-height: 14px;
	font-size: 11px;
	color: #000;
	border: 1px solid #585757
}

.lang-holder {
	padding: 10px 0 5px 0
}

.lang {
	display: block;
	line-height: 16px;
	padding: 3px 10px;
	width: 80px;
	color: #fff;
	white-space: nowrap
}

.lang span {
	padding: 0 0 0 10px
}

.lang:hover {
	color: #fff;
	background-color: #cd0000;
	text-decoration: none
}

.flag {
	width: 17px;
	height: 17px;
	display: block;
	float: left;
	border: none;
	text-indent: -9999px
}

.flag.de,
.flag.ger {
	background: url(../../bootstrap/images/sprites/flags.png) no-repeat 0 0
}

.flag.en,
.flag.eng {
	background: url(../../bootstrap/images/sprites/flags.png) no-repeat 0 -34px
}

.flag.fr,
.flag.fra {
	background: url(../../bootstrap/images/sprites/flags.png) no-repeat 0 -102px
}

.flag.es,
.flag.esp {
	background: url(../../bootstrap/images/sprites/flags.png) no-repeat 0 -68px
}

.de,
.en,
.eng,
.es,
.esp,
.fr,
.fra,
.ger {
	background: url(../../bootstrap/images/sprites/flags.png) no-repeat;
	width: 19px;
	height: 15px;
	display: block;
	float: left
}

.de,
.ger {
	background-position: 0 -17px
}

.de.active,
.de:hover,
.ger.active,
.ger:hover,
a:hover .de,
a:hover .ger {
	background-position: 0 0
}

.en,
.eng {
	background-position: 0 -51px
}

.en.active,
.en:hover,
.eng.active,
.eng:hover,
a:hover .en,
a:hover .eng {
	background-position: 0 -34px
}

.es,
.esp {
	background-position: 0 -85px
}

.es.active,
.es:hover,
.esp.active,
.esp:hover,
a:hover .es,
a:hover .esp {
	background-position: 0 -68px
}

.fr,
.fra {
	background-position: 0 -119px
}

.fr.active,
.fr:hover,
.fra.active,
.fra:hover,
a:hover .fr,
a:hover .fra {
	background-position: 0 -102px
}

.ac_results {
	width: 215px!important;
	background: #fff;
	padding: 0;
	overflow: hidden;
	z-index: 998;
	border-collapse: separate;
	box-shadow: 5px 5px 5px rgba(0, 0, 0, .5)
}

.ac_results ul {
	list-style: none outside;
	margin: 0 0 10px 0;
	padding: 0 7px 0 0;
	background: #fff;
	width: 100%
}

.ac_results li {
	background-color: #fff;
	margin: 0;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden
}

.plugins {
	margin: 50px auto;
	width: 1000px;
	overflow: hidden
}

.plugins.full-width {
	margin: 50px 0;
	width: 100%
}

.plugins .box {
	background: none repeat scroll 0 0 #fff;
	color: #333;
	border: 5px solid #d5d5d5;
	margin-bottom: 16px;
	height: 1%;
	overflow: hidden;
	z-index: 999;
	width: 100%
}

.plugins .box * {
	box-sizing: content-box
}

.plugins .box h2 {
	color: #595959;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 22px;
	line-height: 22px
}

.plugins .box div.h3 {
	font-size: 22px;
	line-height: 24px;
	color: #cd0000;
	background: #fff url(../../bootstrap/images/bg-themen-title.gif) repeat-x 0 100%;
	padding: 21px 0 16px 8px;
	margin: 0;
	font-weight: 700
}

.plugins .box div.h3 a {
	color: #cd0000
}

.plugins .box .ui-accordion-content {
	float: left;
	padding: 0 10px;
	margin: -1px 0
}

.plugins .box .ui-accordion-content .link-more {
	margin: 0 -10px
}

.plugins .box span.date {
	font-style: normal;
	color: #737373;
	font-size: 11px;
	display: block
}

.plugins .box .accordion {
	list-style: none outside none;
	margin: 0;
	padding: 0
}

.plugins .box .accordion li {
	border-bottom: 1px solid #d5d5d5;
	height: 1%;
	overflow: hidden
}

.plugins .box .accordion .opener {
	background: url(../../bootstrap/images/bg-opener-selected.png) no-repeat scroll 0 0 #ebebeb;
	color: #595959;
	display: block;
	font-size: 13px;
	font-weight: 700;
	height: 1%;
	line-height: 16px;
	overflow: hidden;
	padding: 6px 10px 7px 39px;
	position: relative;
	text-decoration: none;
	vertical-align: top
}

.plugins .box .accordion .ui-state-active {
	background: url(../../bootstrap/images/bg-closer-selected.png) no-repeat scroll 0 0 #ebebeb
}

.plugins .box .accordion .opener .ui-icon-triangle-1-e,
.plugins .box .accordion .opener .ui-icon-triangle-1-s {
	display: none;
	height: 19px;
	left: 9px;
	position: absolute;
	top: 5px;
	width: 19px
}

.plugins .box .accordion p {
	color: #333;
	font-size: 11px;
	line-height: 16px;
	margin: 0 0 10px
}

.plugins .box .post {
	border-top: 1px solid #d5d5d5;
	height: 1%;
	margin: -1px 0 0;
	overflow: hidden;
	padding: 9px 0 8px
}

.plugins .box .post p.h4 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 4px;
	font-weight: 700
}

.plugins .box .post p.h4 a {
	color: #595959
}

.plugins .box .post h4 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 4px;
	font-weight: 700
}

.plugins .box .post h4 a {
	color: #595959
}

.plugins .box .post p {
	margin: 0;
	padding-bottom: 5px;
	color: #333;
	font-size: 11px;
	line-height: 16px
}

.plugins .box .link-more {
	border-top: 1px solid #d5d5d5;
	height: 1%;
	overflow: hidden
}

.plugins .box .more {
	background: url(../images/sep-more.gif) no-repeat scroll 0 50% transparent;
	background-size: 6px 6px;
	color: #cd0000;
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
	font-size: 11px;
	padding-left: 9px
}

.plugins .box .padding {
	background-position: 100% 50%;
	padding: 7px 10px 7px 7px;
	margin: 0 5px;
	float: left
}

.plugins .box .box-more {
	background: url(../images/bg-input-go2.gif) no-repeat scroll 0 50% transparent;
	cursor: pointer;
	color: #cd0000;
	float: left;
	margin: 5px 0 5px 10px;
	padding: 0 0 0 30px;
	display: inline;
	font-size: 13px;
	line-height: 30px
}

.plugins .box .list {
	font-size: 13px;
	line-height: 15px;
	list-style: none outside none;
	margin: 0;
	padding: 9px 0 6px 10px
}

.plugins .box .list li {
	font-size: 12px;
	line-height: 15px;
	background: url(../images/bullet-sidebar.gif) no-repeat scroll 0 3px transparent;
	padding: 0 8px 7px 9px
}

.plugins .box .list li a {
	color: #333
}

.plugins .box .theme-list {
	font-size: 13px;
	line-height: 15px;
	list-style: none outside none;
	margin: 0;
	padding: 9px 0 6px 10px
}

.plugins .box .theme-list li {
	font-size: 12px;
	line-height: 15px;
	background: url(../images/bullet-sidebar.gif) no-repeat scroll 0 3px transparent;
	padding: 0 0 7px 9px;
	float: left;
	width: 200px
}

.plugins .box .themen-list {
	color: grey;
	font-size: 13px;
	font-weight: 700;
	line-height: 15px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 12px 0 6px 13px;
	text-transform: uppercase;
	width: auto
}

.plugins .box .themen-list li {
	float: left;
	margin: 0 10px 8px 0;
	text-align: center;
	line-height: 12px;
	width: 22px;
	height: 15px
}

.plugins .box .themen-list li a {
	color: grey;
	font-size: 15px;
	font-style: Arial, verdana, helvetica, sans-serif
}

.plugins .box .themen-list li a:focus {
	text-decoration: none
}

.plugins .box .tab-list {
	font-size: 13px;
	line-height: 16px;
	list-style: none outside none;
	margin: 0;
	overflow: hidden;
	padding: 0 10px
}

.plugins .box .tab-list li {
	line-height: 16px;
	border-bottom: 1px solid #d5d5d5;
	margin: 1px 0 -1px;
	overflow: hidden;
	padding: 10px 0 16px;
	vertical-align: middle;
	width: 100%
}

.plugins .box .tab-list li a {
	font-size: 13px;
	line-height: 16px;
	color: #595959;
	font-weight: 700;
	padding: 0 0 1px;
	width: 230px
}

.plugins .box .tab-list li a:hover {
	color: #cd0000;
	text-decoration: none
}

.plugins .box .tab-list li strong {
	width: 40px;
	height: 40px;
	background: url(../../bootstrap/images/bg-tab-list.gif) no-repeat scroll 0 0 transparent;
	color: #fff;
	float: left;
	font-size: 32px;
	line-height: 33px;
	margin: 3px 10px 0 0;
	padding: 8px 3px 0 0;
	text-align: right
}

.plugins .box .tab-content {
	height: 1%;
	overflow: hidden;
	padding: 13px 12px 0 10px
}

.plugins .box .link {
	border-top: 1px solid #d5d5d5;
	height: 1%;
	overflow: hidden;
	padding: 7px 0 6px 10px;
	margin: 0 -12px
}

.plugins .box .link a {
	background: url(../../bootstrap/images/bg-opener.gif) no-repeat scroll 0 0 transparent;
	color: #333;
	float: left;
	font-size: 11px;
	line-height: 14px;
	padding: 2px 0 3px 25px
}

.plugins .box .link a:hover {
	background: url(../../bootstrap/images/bg-opener-hover-selected.gif) no-repeat scroll 0 0 transparent;
	color: #cd0000
}

.plugins .box .link a.closing {
	background: url(../../bootstrap/images/bg-o.gif) no-repeat scroll 0 0 transparent
}

.plugins .box .link a.closing:hover {
	background: url(../../bootstrap/images/bg-closer-hover-selected.gif) no-repeat scroll 0 0 transparent
}

.plugins .box .columns-holder {
	width: 630px;
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	padding: 8px 0 0 8px
}

.plugins .box .columns-holder ul {
	margin: 0;
	padding: 0;
	list-style: none
}

.plugins .box .gallery .link-next,
.plugins .box .gallery .link-prev {
	font-size: .1px;
	line-height: 0;
	color: transparent;
	display: inline-block;
	width: 22px;
	height: 22px
}

.plugins .box .gallery .link-prev {
	margin-right: 9px;
	background-image: url(../../bootstrap/icons/slider_back.svg);
	float: left
}

.plugins .box .gallery .link-next {
	margin-left: 9px;
	float: left;
	background-image: url(../../bootstrap/icons/slider_next.svg)
}

.plugins .box .gallery .holder {
	position: relative;
	width: 850px!important;
	float: left;
	overflow: hidden
}

.plugins .box .gallery .holder .frame {
	position: relative
}

.plugins .box .gallery .gall-holder {
	list-style: none
}

.plugins .box .gallery .gall-items {
	vertical-align: top;
	float: left
}

.plugins .box .gallery .gall-items .imgsize_L {
	width: 135px;
	height: 120px
}

.plugins .box .gallery .gall-items .imgsize_L>div {
	text-align: center;
	width: 100%;
	height: 100%
}

.plugins .box .gallery .gall-items .imgsize_L>div a {
	line-height: 117px;
	display: inline-block
}

.plugins .box .gallery .gall-items p {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	color: #333;
	margin: 0 0 13px
}

.plugins .box .gallery .gall-items p a {
	color: #333;
	text-decoration: none
}

.module {
	width: 643px;
	float: left
}

.module .box .post-holder {
	width: 613px
}

.stage-box .post {
	border-top: 1px solid #d5d5d5;
	height: 1%;
	margin: -1px 0 0;
	overflow: hidden;
	padding: 9px 0 8px
}

.stage-box .post p.h4 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 4px;
	font-weight: 700
}

.stage-box .post p.h4 a {
	color: #595959
}

.stage-box .post h4 {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 13px;
	line-height: 17px;
	padding-bottom: 4px;
	font-weight: 700
}

.stage-box .post h4 a {
	color: #595959
}

.stage-box .post p {
	margin: 0;
	padding-bottom: 5px;
	color: #333;
	font-size: 11px;
	line-height: 16px
}

.stage-box .link-more {
	border-top: 1px solid #d5d5d5;
	height: 1%;
	overflow: hidden
}

.stage-box .more {
	background: url(../images/sep-more.gif) no-repeat scroll 0 50% transparent;
	color: #cd0000;
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
	font-size: 11px;
	padding-left: 9px
}

.stage-box .padding {
	background-position: 100% 50%;
	padding: 7px 10px 7px 7px;
	margin: 0 5px;
	float: left
}

.stage-box .box-more {
	background: url(../images/sep-more.gif) no-repeat scroll 0 50% transparent;
	color: #cd0000;
	float: none;
	margin: 0;
	padding: 0 0 0 10px;
	display: inline;
	font-size: 11px;
	padding-left: 9px
}

.imgsize_M16 div {
	height: 90px;
	width: 120px
}

.imgsize_M16 a {
	height: 90px;
	width: 120px
}

.imgsize_L div,
.imgsize_L16 div,
.imgsize_L43 div,
.imgsize_M div,
.imgsize_M16 div,
.imgsize_S div,
.imgsize_XL div,
.imgsize_ZOOM div,
.imgsize_jdw div {
	float: left;
	border: 1px solid #d5d5d5
}

#twocolumns .imgsize_XL>div,
.imgsize_M16>div,
.imgsize_M>div {
	margin-right: 10px
}

.imgsize_L img,
.imgsize_L16 img,
.imgsize_L43 img,
.imgsize_M img,
.imgsize_M16 img,
.imgsize_S img,
.imgsize_XL img,
.imgsize_ZOOM img,
.imgsize_jdw img {
	vertical-align: middle;
	border: none
}

.imgsize_L a,
.imgsize_L16 a,
.imgsize_L43 a,
.imgsize_M a,
.imgsize_M16 a,
.imgsize_S a,
.imgsize_XL a,
.imgsize_ZOOM a,
.imgsize_jdw a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border: none
}

.aside {
	width: 316px;
	float: right
}

.primcolor {
	color: #cd0000!important
}

.Forms_ProcessorBootstrap .requiresign {
	color: #cd0000
}

.Forms_ProcessorBootstrap .required-fields {
	font-size: 12px
}

.Forms_ProcessorBootstrap .help-block {
	font-size: 12px
}

.Forms_ProcessorBootstrap .helpmessage {
	display: none
}

.Forms_ProcessorBootstrap .errmsg {
	margin-top: 15px;
	color: #cd0000
}

.Forms_ProcessorBootstrap input:read-only,
.Forms_ProcessorBootstrap select[disabled] {
	background: initial!important;
	border: initial!important
}

.Forms_ProcessorBootstrap .form-error {
	padding: 0
}

.Forms_ProcessorBootstrap .form-error p {
	color: #cd0000;
	font-size: 16px;
	line-height: 27px;
	position: relative
}

.Forms_ProcessorBootstrap .form-error p i {
	display: none;
	font-size: 26px;
	position: absolute;
	left: -34px
}

.Forms_ProcessorBootstrap .form-title {
	font-size: 24px;
	margin-bottom: 15px
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .form-title {
		font-size: 30px;
		margin-bottom: 26px
	}
}

.Forms_ProcessorBootstrap .Forms_FieldgroupContainer,
.Forms_ProcessorBootstrap .Forms_HtmlElement {
	margin-top: 28px;
	margin-bottom: 28px
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder {
	overflow: hidden;
	margin-bottom: 20px
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder {
		margin-bottom: 34px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .image-holder {
	display: none
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .image-holder {
		display: inline-block;
		width: 133px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .image-holder img {
	max-width: 100%;
	height: auto
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .product-company-title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 0, 0, .9);
	line-height: 22px
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .product-company-title {
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		margin: 0 0 0 18px;
		line-height: 28px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder {
	overflow: hidden
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder .image-holder {
		display: inline-block;
		width: 133px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder .image-holder img {
	max-width: 100%;
	height: auto
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder .product-title {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: rgba(0, 0, 0, .9)
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder .product-title {
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		margin: 0 0 0 18px;
		line-height: 28px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder {
	overflow: hidden
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .image-holder {
	display: none
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .image-holder {
		display: inline-block;
		width: 133px;
		margin-top: 3px;
		float: left
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .image-holder img {
	max-width: 100%;
	height: auto
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text {
	margin-bottom: 0
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text {
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		margin: 0 0 0 18px;
		line-height: 28px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text p {
	color: rgba(0, 0, 0, .9);
	font-size: 16px;
	line-height: 19px;
	margin-bottom: 0
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text p.news-title {
	font-weight: 700;
	margin-bottom: 0
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text p.news-title.news-title-value {
	margin-bottom: 10px
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder {
	overflow: hidden;
	margin-bottom: 20px
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder {
		margin-bottom: 34px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .image-holder {
	display: none
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .image-holder {
		display: inline-block;
		width: 133px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .image-holder img {
	max-width: 100%;
	height: auto
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .sciarticle-company-title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	color: rgba(0, 0, 0, .9);
	line-height: 22px
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .sciarticle-company-title {
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		margin: 0 0 0 18px;
		line-height: 28px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder {
	overflow: hidden
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder .image-holder {
		display: inline-block;
		width: 133px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder .image-holder img {
	max-width: 100%;
	height: auto
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder .sciarticle-title {
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 22px;
	color: rgba(0, 0, 0, .9)
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder .sciarticle-title {
		display: inline-block;
		vertical-align: middle;
		max-width: 500px;
		margin: 0 0 0 18px;
		line-height: 28px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement ul.baseproduct-list {
	list-style: none
}

.Forms_ProcessorBootstrap .Forms_HtmlElement ul.baseproduct-list li {
	margin-bottom: 8px;
	font-size: 16px
}

@media (min-width:1312px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement ul.baseproduct-list li {
		margin-bottom: 4px;
		font-size: 14px
	}
}

.Forms_ProcessorBootstrap .Forms_FieldgroupContainer h3 {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 11px;
	font-weight: 700;
	color: rgba(0, 0, 0, .9)
}

.Forms_ProcessorBootstrap .Forms_NameField,
.Forms_ProcessorBootstrap .Forms_PhoneField,
.Forms_ProcessorBootstrap .Forms_TextField {
	margin-top: 20px
}

.Forms_ProcessorBootstrap .Forms_NameField .Forms_NameField,
.Forms_ProcessorBootstrap .Forms_NameField .Forms_PhoneField,
.Forms_ProcessorBootstrap .Forms_NameField .Forms_TextField,
.Forms_ProcessorBootstrap .Forms_PhoneField .Forms_NameField,
.Forms_ProcessorBootstrap .Forms_PhoneField .Forms_PhoneField,
.Forms_ProcessorBootstrap .Forms_PhoneField .Forms_TextField,
.Forms_ProcessorBootstrap .Forms_TextField .Forms_NameField,
.Forms_ProcessorBootstrap .Forms_TextField .Forms_PhoneField,
.Forms_ProcessorBootstrap .Forms_TextField .Forms_TextField {
	margin-top: 0
}

.Forms_ProcessorBootstrap .Forms_NameField input,
.Forms_ProcessorBootstrap .Forms_PhoneField input,
.Forms_ProcessorBootstrap .Forms_TextField input {
	width: 100%;
	height: 42px;
	padding: 9px 16px;
	font-size: 18px;
	font-style: normal;
	color: #2d2d2d;
	background-color: #f8f8f8;
	border: 1px solid #878787;
	outline: 0
}

.Forms_ProcessorBootstrap .Forms_NameField label,
.Forms_ProcessorBootstrap .Forms_PhoneField label,
.Forms_ProcessorBootstrap .Forms_TextField label {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 11px;
	font-weight: 700;
	color: rgba(0, 0, 0, .9)
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_NameField,
	.Forms_ProcessorBootstrap .Forms_PhoneField,
	.Forms_ProcessorBootstrap .Forms_TextField {
		margin-top: 24px
	}
}

.Forms_ProcessorBootstrap .Forms_TextareaField textarea {
	width: 100%;
	height: 184px;
	margin-bottom: 10px;
	padding: 14px 16px;
	font-size: 18px;
	font-style: normal;
	color: #2d2d2d;
	background-color: #f8f8f8;
	border: 1px solid #878787;
	outline: 0;
	resize: none
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_TextareaField textarea {
		height: 95px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .gdpr-text {
	margin-top: 26px;
	margin-bottom: 80px;
	padding: 0;
	font-size: 12px;
	line-height: 20px;
	color: rgba(0, 0, 0, .9)
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .gdpr-text .more {
	padding: 0;
	background: 0 0
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .gdpr-text .more::before {
	content: '>';
	margin-left: 3px;
	margin-right: 3px
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_HtmlElement .gdpr-text {
		margin-top: 30px;
		padding: 0 40px
	}
}

.Forms_ProcessorBootstrap .Forms_HtmlElement .num-post-label {
	font-weight: 400
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField {
	margin-top: 17px
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox {
	margin-top: 15px
}

@media (min-width:743px) {
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-right: 30px
	}
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox label {
	font-size: 16px;
	padding-left: 0
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox label input[type=checkbox] {
	display: none
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox label input[type=checkbox]+.checkbox-custom>.icon {
	opacity: 0
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox label input[type=checkbox]:checked+.checkbox-custom>.icon {
	opacity: .8
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox label input[type=checkbox]:disabled+.checbox-custom {
	opacity: .5
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox label:after {
	content: '';
	display: table;
	clear: both
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox .checkbox-custom {
	position: relative;
	top: 2px;
	display: inline-block;
	background-color: #f8f8f8;
	border: 1px solid #878787;
	border-radius: 3px;
	width: 17px;
	height: 17px;
	margin-right: 7px
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox .checkbox-custom .icon {
	position: absolute;
	font-size: 12px;
	line-height: 0;
	top: 45%;
	left: 10%
}

.Forms_ProcessorBootstrap .Forms_RadioField {
	margin-top: 28px;
	margin-bottom: 28px
}

.Forms_ProcessorBootstrap .Forms_RadioField .radio {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 40px
}

.Forms_ProcessorBootstrap .Forms_RadioField .radio label {
	margin-bottom: 0
}

.Forms_ProcessorBootstrap .Forms_RadioField label {
	font-size: 16px;
	padding-left: 0;
	margin-bottom: 11px;
	font-weight: 700;
	color: rgba(0, 0, 0, .9)
}

.Forms_ProcessorBootstrap .Forms_RadioField label input[type=radio] {
	display: none
}

.Forms_ProcessorBootstrap .Forms_RadioField label input[type=radio]+.radio-custom>.icon {
	opacity: 0
}

.Forms_ProcessorBootstrap .Forms_RadioField label input[type=radio]:checked+.radio-custom>.icon {
	opacity: .8
}

.Forms_ProcessorBootstrap .Forms_RadioField label input[type=radio]:disabled+.radio-custom {
	opacity: .5
}

.Forms_ProcessorBootstrap .Forms_RadioField label:after {
	content: '';
	display: table;
	clear: both
}

.Forms_ProcessorBootstrap .Forms_RadioField .radio-custom {
	position: relative;
	top: 2px;
	display: inline-block;
	background-color: #f8f8f8;
	border: 1px solid #878787;
	border-radius: 50%;
	width: 17px;
	height: 17px;
	margin-right: 7px
}

.Forms_ProcessorBootstrap .Forms_RadioField .radio-custom .icon {
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 9px;
	height: 9px;
	background-color: rgba(0, 0, 0, .9);
	border-radius: 50%
}

.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink {
	text-align: center
}

.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>.btn,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-lg,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box .btn-group-lg>a.more.colored,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box .btn-group-lg>a.more:not(.colored),
.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more.colored,
.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more:not(.colored),
.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more.colored,
.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more:not(.colored) {
	font-weight: 400;
	width: auto;
	padding: 15px 20px 16px
}

@media (min-width:1312px) {
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>.btn,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-lg,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box .btn-group-lg>a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box .btn-group-lg>a.more:not(.colored),
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more.colored,
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more:not(.colored),
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more.colored,
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn-group-lg>a.more:not(.colored) {
		padding: 15px 30px 16px
	}
}

.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink {
	text-align: center;
	margin-top: 8px
}

@media (min-width:1312px) {
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink {
		margin-top: 20px
	}
}

.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>.btn,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-lg,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .links-box .btn-group-lg>a.more.colored,
.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .links-box .btn-group-lg>a.more:not(.colored),
.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more.colored,
.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more:not(.colored),
.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more.colored,
.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more:not(.colored) {
	background-color: #878787;
	width: 230px;
	height: 55px;
	padding: 19px 34px;
	border-color: #878787
}

@media (min-width:1312px) {
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>.btn,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-lg,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .kw-Infomaterial .favNotice .btn-group-lg>a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .kw-Infomaterial .favNotice .btn-group-lg>a.more:not(.colored),
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .links-box .btn-group-lg>a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .links-box .btn-group-lg>a.more:not(.colored),
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more.colored,
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more:not(.colored),
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more.colored,
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn-group-lg>a.more:not(.colored) {
		width: auto
	}
}

.Forms_ProcessorBootstrap .Forms_SelectField {
	margin-top: 20px;
	position: relative
}

.Forms_ProcessorBootstrap .Forms_SelectField label {
	line-height: 28px;
	font-size: 16px;
	margin-bottom: 11px;
	font-weight: 700;
	color: rgba(0, 0, 0, .9)
}

.Forms_ProcessorBootstrap .Forms_SelectField select {
	width: 100%;
	height: 42px;
	padding: 9px 16px;
	font-style: normal;
	font-size: 18px;
	color: #2d2d2d;
	background-color: #f8f8f8;
	border: 1px solid #878787;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none
}

.Forms_ProcessorBootstrap .Forms_SelectField i {
	float: right;
	margin-top: -28px;
	margin-right: 12px;
	font-size: 12px;
	pointer-events: none;
	color: #585858;
	padding-right: 5px
}

.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField.error label,
.Forms_ProcessorBootstrap .Forms_RadioField.error label {
	color: #cd0000
}

.Forms_ProcessorBootstrap .Forms_TextField.error label,
.Forms_ProcessorBootstrap .error.Forms_NameField label,
.Forms_ProcessorBootstrap .error.Forms_PhoneField label {
	color: #cd0000
}

.Forms_ProcessorBootstrap .Forms_TextField.error input,
.Forms_ProcessorBootstrap .error.Forms_NameField input,
.Forms_ProcessorBootstrap .error.Forms_PhoneField input {
	border-color: #cd0000
}

.Forms_ProcessorBootstrap .Forms_SelectField.error label {
	color: #cd0000
}

.Forms_ProcessorBootstrap .Forms_SelectField.error select {
	border-color: #cd0000
}

.Forms_ProcessorBootstrap form div:first-child {
	margin-top: 0
}

@media (min-width:1312px) {
	.contact-success-wrapper {
		min-height: 600px
	}
}

.contact-success-heading {
	margin-top: 0;
	margin-bottom: 26px;
	font-size: 22px;
	color: #cd0000
}

@media (min-width:743px) {
	.contact-success-heading {
		margin-bottom: 30px;
		font-size: 24px
	}
}

@media (min-width:1312px) {
	.contact-success-heading {
		margin-bottom: 34px;
		font-size: 26px
	}
}

.contact-success-subtitle {
	font-size: 14px;
	line-height: 1.5
}

.contact-success-image-holder {
	margin-bottom: 20px
}

.contact-success-image-holder a img {
	max-width: 100%;
	height: auto
}

@media (min-width:743px) {
	.contact-success-image-holder a img {
		max-width: 150px
	}
}

@media (min-width:1312px) {
	.contact-success-image-holder a img {
		max-width: 200px
	}
}

@media (min-width:743px) {
	.contact-success-image-holder {
		margin-bottom: 26px
	}
}

.contact-success-items-list {
	margin-bottom: 20px
}

.contact-success-items-list .contact-success-item {
	display: table;
	margin-bottom: 10px
}

.contact-success-items-list .contact-success-item .contact-success-item-image {
	vertical-align: middle;
	display: table-cell
}

.contact-success-items-list .contact-success-item .contact-success-item-image .image-holder {
	font-size: .1px;
	text-align: center;
	line-height: 90px;
	display: inline-block;
	width: 102px;
	height: 92px;
	border: 1px solid #d5d5d5
}

.contact-success-items-list .contact-success-item .contact-success-item-image .image-holder img {
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%
}

.contact-success-items-list .contact-success-item .contact-success-item-text {
	vertical-align: middle;
	display: table-cell;
	padding-left: 10px
}

.contact-success-items-list .contact-success-item .contact-success-item-text .contact-success-item-title {
	display: inline-block;
	width: 100%
}

.contact-success-backlink {
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px
}

.contact-success-backlink .glyphicon {
	font-size: 12px
}

.contact-success-backlink .backlink {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px
}

.contact-success-download .glyphicon {
	margin-left: -3px;
	margin-right: 6px
}

@media (min-width:1312px) {
	.Forms_ProcessorBootstrap {
		color: #333;
		background-color: #fff;
		box-sizing: content-box;
		width: 618px;
		padding: 21px 10px 25px;
		margin: 0 auto 16px;
		border: 5px solid #d5d5d5;
		overflow: visible
	}
	.Forms_ProcessorBootstrap .form-title {
		font-size: 22px;
		line-height: 24px;
		color: #cd0000;
		margin: 0 0 21px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement {
		position: relative;
		font-size: 13px;
		line-height: 19px;
		padding: 0 0 12px;
		margin: 0 0 5px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder {
		position: absolute;
		width: 100%;
		margin-bottom: 0;
		overflow: visible
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .product-company-title {
		margin: 0 0 0 132px;
		font-size: 13px;
		line-height: 15px;
		color: #333;
		max-width: 350px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .image-holder {
		border: 1px solid #d5d5d5;
		width: 102px;
		height: 92px;
		position: absolute;
		right: 0
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-company-holder .image-holder img {
		display: block;
		max-height: 80px;
		max-width: 90px;
		margin: auto;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder .image-holder {
		vertical-align: top;
		border: 1px solid #d5d5d5;
		height: 92px;
		width: 102px;
		position: relative
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder .image-holder img {
		display: block;
		max-width: 100px;
		max-height: 90px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .product-holder .product-title {
		margin: 30px 0 0 30px;
		font-size: 13px;
		line-height: 19px;
		color: #333;
		max-width: 350px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text {
		max-width: 467px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text p {
		color: #595959;
		font-size: 13px;
		line-height: 15px;
		margin-bottom: 6px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text p.news-title {
		margin-bottom: 6px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .news-holder .news-text p:last-child {
		margin-bottom: 0
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder {
		position: absolute;
		width: 100%;
		margin-bottom: 0;
		overflow: visible
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .sciarticle-company-title {
		margin: 0 0 0 132px;
		font-size: 13px;
		line-height: 15px;
		color: #333;
		max-width: 350px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .image-holder {
		border: 1px solid #d5d5d5;
		width: 102px;
		height: 92px;
		position: absolute;
		right: 0
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-company-holder .image-holder img {
		display: block;
		max-height: 80px;
		max-width: 90px;
		margin: auto;
		margin: auto;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		position: absolute
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder .image-holder {
		vertical-align: top;
		border: 1px solid #d5d5d5;
		height: 92px;
		width: 102px;
		position: relative
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder .image-holder img {
		display: block;
		max-width: 100px;
		max-height: 90px;
		margin: auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .sciarticle-holder .sciarticle-title {
		margin: 30px 0 0 30px;
		font-size: 13px;
		line-height: 19px;
		color: #333;
		max-width: 350px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement p {
		font-size: inherit;
		line-height: inherit;
		margin: 0 0 5px
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .gdpr-text {
		padding: 0;
		margin: 0 0 5px;
		line-height: 14px;
		font-size: 11px;
		color: #333
	}
	.Forms_ProcessorBootstrap .Forms_HtmlElement .required-fields {
		margin-left: 160px;
		font-size: 11px
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer {
		background: #f5f5f5;
		padding: 10px 20px;
		margin: 0 0 5px
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer:after {
		clear: both;
		display: block;
		content: ''
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer h3 {
		color: #595959;
		font-size: 13px;
		line-height: 15px;
		margin: 14px 0 7px
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .btn-bar {
		display: block;
		float: right
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink {
		margin-top: 6px;
		display: block;
		float: left
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .btn,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .kw-Infomaterial .favNotice a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .kw-Infomaterial .favNotice a.more:not(.colored),
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .links-box a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink a.more.colored,
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink a.more:not(.colored),
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink a.more.colored,
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SimpleLink a.more:not(.colored) {
		padding: 0;
		height: auto;
		line-height: 14px;
		font-size: 11px;
		font-weight: 400;
		border: none;
		background: #f5f5f5;
		color: #333;
		text-decoration: underline;
		box-shadow: none
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink {
		margin-top: 5px;
		margin-bottom: 5px
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more:not(.colored),
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more.colored,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored,
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:not(.colored),
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored,
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:not(.colored) {
		padding: 5px 10px;
		margin: 0;
		font-weight: 400;
		font-size: 11px;
		height: 24px;
		line-height: 14px;
		box-shadow: none
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn:visited,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more.colored:visited,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more:visited:not(.colored),
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more.colored:visited,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more:visited:not(.colored),
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored:visited,
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:visited:not(.colored),
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored:visited,
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:visited:not(.colored) {
		background: #cd0000;
		color: #fff;
		border: 1px solid #cd0000
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn:hover,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more.colored:hover,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more:hover:not(.colored),
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more.colored:hover,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more:hover:not(.colored),
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored:hover,
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:hover:not(.colored),
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored:hover,
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:hover:not(.colored) {
		background: #cd0000;
		color: #fff;
		border: 1px solid #cd0000
	}
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .btn:active,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more.colored:active,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .kw-Infomaterial .favNotice a.more:active:not(.colored),
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more.colored:active,
	.Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink .links-box a.more:active:not(.colored),
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored:active,
	.kw-Infomaterial .favNotice .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:active:not(.colored),
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more.colored:active,
	.links-box .Forms_ProcessorBootstrap .Forms_FieldgroupContainer .Forms_SubmitLink a.more:active:not(.colored) {
		background: #cd0000;
		color: #fff;
		border: 1px solid #cd0000
	}
	.Forms_ProcessorBootstrap .Forms_NameField,
	.Forms_ProcessorBootstrap .Forms_PhoneField,
	.Forms_ProcessorBootstrap .Forms_TextField {
		margin: 0;
		position: relative
	}
	.Forms_ProcessorBootstrap .Forms_NameField input,
	.Forms_ProcessorBootstrap .Forms_PhoneField input,
	.Forms_ProcessorBootstrap .Forms_TextField input {
		padding: 3px 0 3px 5px;
		width: 325px;
		height: 23px;
		font-size: 13px;
		font-style: normal;
		display: inline-block;
		background-color: #fff;
		border: 1px solid #d5d5d5
	}
	.Forms_ProcessorBootstrap .Forms_NameField {
		margin: 0
	}
	.Forms_ProcessorBootstrap .form-group {
		margin: 0
	}
	.Forms_ProcessorBootstrap .form-group label {
		text-align: right;
		width: 160px;
		display: inline-block;
		padding-right: 10px;
		font-size: 13px;
		font-weight: 400;
		line-height: 24px
	}
	.Forms_ProcessorBootstrap .form-group input {
		margin: 0
	}
	.Forms_ProcessorBootstrap .Forms_TextareaField textarea {
		padding: 3px 0 3px 5px;
		background-color: #fff;
		border: 1px solid #d5d5d5;
		color: #333;
		font-size: 13px;
		width: 487px;
		height: 70px
	}
	.Forms_ProcessorBootstrap .Forms_SelectField {
		margin: 0;
		overflow: hidden
	}
	.Forms_ProcessorBootstrap .Forms_SelectField label {
		text-align: right;
		width: 160px;
		display: block;
		float: left;
		padding-right: 10px;
		font-size: 13px;
		font-weight: 400;
		line-height: 24px
	}
	.Forms_ProcessorBootstrap .Forms_SelectField select {
		padding: 0 0 0 10px;
		width: 325px;
		display: block;
		float: left;
		height: 23px;
		font-style: normal;
		font-size: 13px;
		border: 1px solid #d5d5d5
	}
	.Forms_ProcessorBootstrap .Forms_SelectField i {
		margin-right: 100px;
		margin-top: -16px;
		font-size: 8px
	}
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField {
		width: 100%;
		margin: 0 0 5px
	}
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox-container {
		margin-top: 5px
	}
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox-container .checkbox {
		min-width: 95px;
		margin: 5px 30px 0 0
	}
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox-container .checkbox label {
		font-size: 12px;
		line-height: 15px
	}
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox-container .checkbox .checkbox-custom {
		width: 13px;
		height: 13px
	}
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField .checkbox-container .checkbox .checkbox-custom .icon {
		font-size: 9px
	}
	.Forms_ProcessorBootstrap .Forms_CheckboxSelectorField.agreement .checkbox-container .checkbox label {
		font-size: 11px
	}
	.Forms_ProcessorBootstrap .Forms_RadioField {
		margin: 0 0 5px
	}
	.Forms_ProcessorBootstrap .Forms_RadioField label {
		font-size: 13px;
		font-weight: 400;
		line-height: 24px;
		text-align: right;
		width: 160px;
		padding-right: 10px;
		margin: 0
	}
	.Forms_ProcessorBootstrap .Forms_RadioField .radio-group {
		display: inline-block
	}
	.Forms_ProcessorBootstrap .Forms_RadioField .radio {
		margin: 0 30px 0 0
	}
	.Forms_ProcessorBootstrap .Forms_RadioField .radio label {
		font-size: 12px;
		line-height: 14px;
		width: auto
	}
	.Forms_ProcessorBootstrap .Forms_RadioField .radio-custom {
		position: relative;
		top: 3px;
		width: 15px;
		height: 15px
	}
	.Forms_ProcessorBootstrap .Forms_RadioField .radio-custom .icon {
		width: 7px;
		height: 7px
	}
	.Forms_ProcessorBootstrap .help-block {
		display: none
	}
	.Forms_ProcessorBootstrap .helpmessage {
		position: absolute;
		left: 622px;
		top: -15px;
		width: 290px;
		background: url(../../theme5/images/bg-formular-drop-c.gif) repeat-y -1px 0;
		border-right: 5px solid #d5d5d5;
		display: none
	}
	.Forms_ProcessorBootstrap .helpmessage .helpmessage-holder {
		background: url(../../theme5/images/bg-formular-drop-t.gif) no-repeat
	}
	.Forms_ProcessorBootstrap .helpmessage .helpmessage-frame {
		background: url(../../theme5/images/bg-formular-drop-b.gif) no-repeat 0 100%;
		height: 1%;
		overflow: hidden;
		padding: 16px 10px 20px 30px
	}
	.Forms_ProcessorBootstrap .helpmessage .helpmessage-frame p {
		font-size: 13px;
		line-height: 19px;
		color: #333
	}
	.Forms_ProcessorBootstrap .parent-focus~.helpmessage {
		display: block
	}
	.Forms_ProcessorBootstrap .form-error {
		padding: 10px;
		border: 2px solid #cd0000;
		margin: 0 0 15px
	}
	.Forms_ProcessorBootstrap .form-error p {
		font-size: 13px;
		line-height: 21px;
		margin-left: 30px;
		margin-bottom: 0
	}
	.Forms_ProcessorBootstrap .form-error p i {
		display: block;
		font-size: 20px;
		left: -29px
	}
	.Forms_ProcessorBootstrap .Forms_NameField.error,
	.Forms_ProcessorBootstrap .Forms_SelectField.error,
	.Forms_ProcessorBootstrap .Forms_TextField.error,
	.Forms_ProcessorBootstrap .error.Forms_NameField,
	.Forms_ProcessorBootstrap .error.Forms_PhoneField {
		margin: 0 0 3px;
		background-color: #dd0700;
		padding-top: 3px;
		display: inline-block;
		width: 488px
	}
	.Forms_ProcessorBootstrap .Forms_NameField.error label,
	.Forms_ProcessorBootstrap .Forms_SelectField.error label,
	.Forms_ProcessorBootstrap .Forms_TextField.error label,
	.Forms_ProcessorBootstrap .error.Forms_NameField label,
	.Forms_ProcessorBootstrap .error.Forms_PhoneField label {
		margin-bottom: 0;
		color: #fff
	}
	.Forms_ProcessorBootstrap .Forms_NameField.error i,
	.Forms_ProcessorBootstrap .Forms_SelectField.error i,
	.Forms_ProcessorBootstrap .Forms_TextField.error i,
	.Forms_ProcessorBootstrap .error.Forms_NameField i,
	.Forms_ProcessorBootstrap .error.Forms_PhoneField i {
		margin-right: 10px
	}
	.Forms_ProcessorBootstrap .Forms_NameField.error .errmsg,
	.Forms_ProcessorBootstrap .Forms_SelectField.error .errmsg,
	.Forms_ProcessorBootstrap .Forms_TextField.error .errmsg,
	.Forms_ProcessorBootstrap .error.Forms_NameField .errmsg,
	.Forms_ProcessorBootstrap .error.Forms_PhoneField .errmsg {
		padding-left: 11px;
		margin-top: 5px;
		background-color: #f5f5f5;
		font-size: 13px;
		width: 100%;
		display: inline-block
	}
	.Forms_ProcessorBootstrap .Forms_RadioField.error {
		background-color: #dd0700;
		padding: 6px 0 0 0;
		display: inline-block;
		width: 488px
	}
	.Forms_ProcessorBootstrap .Forms_RadioField.error label {
		margin-bottom: 0;
		color: #fff
	}
	.Forms_ProcessorBootstrap .Forms_RadioField.error .errmsg {
		padding-left: 11px;
		margin-top: 0;
		background-color: #f5f5f5;
		font-size: 13px;
		width: 100%;
		display: inline-block
	}
}

.kw-Infomaterial {
	font-family: Arial;
	font-size: 11px;
	line-height: 1.5;
	text-align: center;
	color: #525252;
	max-width: 278px
}

.kw-Infomaterial .kw-Button--teile {
	display: inline-block
}

.kw-Infomaterial a {
	text-decoration: none;
	color: #525252
}

.kw-Infomaterial i {
	display: inline-block
}

.kw-Infomaterial-header {
	padding: .5em 1.45455em;
	border: 1px solid #e2e3e3;
	border-radius: 2px;
	background-color: #f7f7f7;
	background: -webkit-linear-gradient(top, #fbfbfb, #f3f3f3);
	background: -moz-linear-gradient(top, #fbfbfb, #f3f3f3);
	background: linear-gradient(top, #fbfbfb, #f3f3f3);
	background-image: -ms-linear-gradient(top, #fbfbfb, #f3f3f3)
}

.kw-Infomaterial-header .imgsize_L16 div {
	height: 120px;
	width: 160px
}

.kw-Infomaterial-header .imgsize_L16 a {
	height: 120px;
	width: 160px
}

.kw-Infomaterial-header p {
	margin: 1em 0
}

.kw-Infomaterial * {
	box-sizing: border-box;
	-moz-box-sizing: border-box
}

.kw-Infomaterial-title {
	font-size: 13px;
	margin-bottom: -.15385em;
	color: #333;
	display: block;
	overflow: hidden;
	text-align: center
}

.kw-Infomaterial-title span {
	display: inline-block;
	position: relative
}

.kw-Infomaterial-title span::before {
	right: 100%;
	margin-right: 6px;
	content: "";
	position: absolute;
	border-top: 1px solid #e2e3e3;
	top: .7em;
	width: 600px
}

.kw-Infomaterial-title span::after {
	content: "";
	position: absolute;
	border-top: 1px solid #e2e3e3;
	top: .7em;
	width: 600px
}

.sticky {
	position: fixed;
	top: 0
}

.kw-Button--horizontal {
	text-align: left;
	margin-bottom: .45455em
}

.kw-Button--horizontal span {
	position: relative;
	display: block;
	width: 175px;
	margin: 0 auto;
	text-indent: 2em
}

.kw-Button--horizontal i {
	position: absolute;
	left: -.7em;
	top: -4px;
	display: inline-block;
	margin-right: 9px
}

.icons-download,
.icons-katalog,
.icons-merkliste,
.icons-pdf,
.icons-product,
.icons-produkt,
.icons-sprite,
.icons-video,
.icons-website,
.icons-weiterempfehlen {
	background-image: url(../images/icons-contact.png);
	background-repeat: no-repeat
}

.icons-weiterempfehlen {
	height: 22px;
	width: 26px;
	background-position: 0 -994px
}

.icons-website {
	background-position: 0 -890px;
	height: 22px;
	width: 22px
}

.icons-weiterempfehlen.weiterempfehlen-hover,
.icons-weiterempfehlen:hover,
.kw-Button--weiterempfehlen:hover i {
	background-position: 0 -1046px
}

.kw-Button--weiterempfehlen.disabled {
	pointer-events: none
}

.icons-pdf {
	height: 25px;
	width: 21px;
	background-position: 0 -436px
}

.icons-pdf.pdf-hover,
.icons-pdf:hover,
.kw-Button--pdf:hover i {
	background-position: 0 -491px
}

.icons-merkliste {
	height: 24px;
	width: 18px;
	background-position: 0 -328px
}

.icons-merkliste.merkliste-hover,
.icons-merkliste:hover,
.kw-Button--merkliste:hover i {
	background-position: 0 -382px
}

.kw-Button--merkliste.disabled {
	pointer-events: none
}

.kw-Button--teilen {
	display: inline-block
}

.kw-Button--teilen .kw-Teilen-intro {
	margin: 0 0 5px 0
}

.kw-Button--teilen .icon-social-facebook,
.kw-Button--teilen .icon-social-googleplus,
.kw-Button--teilen .icon-social-linkedin,
.kw-Button--teilen .icon-social-twitter,
.kw-Button--teilen .icon-social-xing {
	background-image: url(/theme5/img/icons-social.png);
	background-repeat: no-repeat
}

.kw-Button--teilen .kw-Teilen-share.disabled .kw-Teilen-share-btn {
	pointer-events: none
}

.kw-Button--teilen .kw-Teilen-share-btn {
	position: relative;
	height: 23px;
	width: 23px;
	border-radius: 50%;
	display: inline-block;
	background-color: #9e9e9e
}

.kw-Button--teilen .kw-Teilen-share-btn i {
	position: relative
}

.kw-Button--teilen .kw-Teilen-share-btn:hover {
	background-color: #cd0000
}

.kw-Button--teilen .kw-Teilen-share-btn--xing {
	line-height: 23px
}

.kw-Button--teilen .kw-Teilen-share-btn--xing i {
	top: 3px;
	left: 0;
	height: 13px;
	width: 13px
}

.kw-Button--teilen .icon-social-xing {
	background-position: 0 -949px
}

.kw-Button--teilen .kw-Teilen-share-btn--linkedin {
	line-height: 23px
}

.kw-Button--teilen .kw-Teilen-share-btn--linkedin i {
	top: 1px;
	left: 0;
	height: 11px;
	width: 11px
}

.kw-Button--teilen .icon-social-linkedin {
	background-position: 0 -869px
}

.kw-Button--teilen .kw-Teilen-share-btn--facebook {
	line-height: 23px
}

.kw-Button--teilen .kw-Teilen-share-btn--facebook i {
	top: 2px;
	left: -1px;
	height: 13px;
	width: 8px
}

.kw-Button--teilen .icon-social-facebook {
	background-position: 0 -784px
}

.kw-Button--teilen .kw-Teilen-share-btn--twitter {
	line-height: 23px
}

.kw-Button--teilen .kw-Teilen-share-btn--twitter i {
	top: 1px;
	left: 1px;
	height: 9px;
	width: 12px
}

.kw-Button--teilen .icon-social-twitter {
	background-position: 0 -910px
}

.kw-Button {
	display: block;
	padding: .8em 1em;
	border: 1px solid #e2e3e3;
	border-radius: 2px;
	background-color: #f7f7f7;
	background: -webkit-linear-gradient(top, #fbfbfb, #f3f3f3);
	background: -moz-linear-gradient(top, #fbfbfb, #f3f3f3);
	background: linear-gradient(top, #fbfbfb, #f3f3f3);
	background-image: -ms-linear-gradient(top, #fbfbfb, #f3f3f3)
}

.kw-Button--primary {
	background-color: #cd0000;
	background: -webkit-linear-gradient(top, #f10800, #bb0701);
	background: -moz-linear-gradient(top, #f10800, #bb0701);
	background: linear-gradient(top, #f10800, #bb0701);
	background-image: -ms-linear-gradient(top, #f10800, #bb0701)
}

.kw-Button--primary {
	display: inline-block;
	border-color: #cd0000;
	background-color: #cd0000;
	border-radius: 7px;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer
}

.kw-Button--primary:hover {
	background-image: none;
	background-color: #f10800
}

.kw-Button--primary,
a.kw-Button--primary {
	color: #fff
}

.kw-Grid {
	width: 100%;
	list-style: none;
	margin: .90909em 0;
	padding: 0;
	overflow: auto
}

.kw-Grid-cell {
	margin-left: 1%;
	float: left
}

.kw-Grid-cell:first-child {
	margin-left: auto
}

.kw-Grid--3 .kw-Grid-cell {
	width: 32.66667%
}

.kw-Grid--3 .kw-Grid-cell {
	width: 32.55%
}

.kw-Button--vertical {
	line-height: 1.3;
	padding-top: 1em;
	min-height: 82px
}

.kw-Button--vertical i {
	margin-bottom: .90909em;
	margin-left: auto;
	margin-right: auto;
	display: block
}

.kw-Button--verticalHover:hover {
	background-image: none;
	background-color: #cd0000
}

.icons-website.website-hover,
.icons-website:hover,
.kw-Button--website:hover i {
	background-position: 0 -942px
}

#twocolumns .aside .block.newsletter,
.block {
	background: #fff;
	border: 5px solid #d5d5d5;
	float: left;
	margin: 0 16px 16px 0;
	width: 306px
}

.favNotice p.edittext span.text {
	width: 70px;
	height: 25px;
	float: left;
	padding: 4px 0 0 0;
	font-weight: 700
}

.favNotice a.editNotice {
	background: url(/theme5/images/edit_pencil.gif) no-repeat 0 0;
	width: 19px;
	height: 18px;
	margin-left: 5px;
	float: left
}

.favNotice a.editNotice:hover {
	background: url(/theme5/images/edit_pencil.gif) 0 -18px;
	cursor: pointer
}

a.tool {
	position: relative;
	text-decoration: none
}

a.tool span.tip {
	text-indent: 0;
	position: absolute;
	top: 20px;
	display: none;
	padding: 3px;
	background: #615f60;
	color: #fff;
	min-width: 120px;
	z-index: 9999
}

#link-myFav.more-arrow {
	margin: 8px 0 0 0
}

a.more-arrow {
	background: url(../images/bullet-sidebar.gif) no-repeat scroll 0 4px transparent;
	padding: 0 0 0 9px;
	color: #333
}

a.more-arrow:hover {
	color: #cd0000
}

.favNotice p.edittext {
	display: block;
	height: 25px
}

.ico-success {
	background: url(../../bootstrap/images/ajax/check_mark.png) no-repeat 0 0;
	height: 32px;
	width: 32px;
	display: block;
	text-indent: -9999px
}

.ico-error {
	background: url(../../bootstrap/images/ajax/error.png) no-repeat 0 0;
	height: 32px;
	width: 32px;
	display: block;
	text-indent: -9999px
}

.ajaxload_big {
	background: url(../../bootstrap/images/ajax/loading_big.gif) no-repeat 0 0;
	height: 55px;
	width: 54px;
	display: block;
	text-indent: -9999px
}

.ajaxload_small {
	background: url(../../bootstrap/images/ajax/loading_small.gif) no-repeat 0 0;
	height: 16px;
	width: 16px;
	display: block;
	text-indent: -9999px
}

.ajaxload_container {
	position: fixed;
	top: 50%;
	margin-top: -50px;
	margin-left: -100px;
	height: 100px;
	width: 200px;
	left: 50%;
	z-index: 1;
	background: #fff;
	border: 1px solid #d9d9d9;
	display: none
}

.ajaxload_container.with-message {
	width: 386px;
	margin-left: -193px;
	height: 156px;
	margin-top: -78px
}

.ajaxload_container.with-message .ajaxload_big {
	height: 80px
}

.ajaxload_container.with-message p {
	text-align: center;
	font-weight: 700
}

.ajaxload_container .ajaxload_big {
	background-position: center center;
	width: 100%;
	height: 100%
}

@media (min-width:1312px) {
	.sticky-wrapper {
		position: relative
	}
	.kw-Infomaterial {
		max-width: 252px
	}
	.kw-Infomaterial p {
		font-size: 12px;
		line-height: 1.5
	}
	.kw-Infomaterial .kw-Infomaterial-title span {
		font-size: 13px;
		color: #333;
		font-weight: 700;
		line-height: 1.5
	}
	.kw-Infomaterial .kw-Button:focus,
	.kw-Infomaterial .kw-Button:hover {
		text-decoration: none;
		color: #fff
	}
	.kw-Infomaterial .kw-Button--horizontal,
	.kw-Infomaterial .kw-Button--vertical {
		font-size: 11px
	}
	.kw-Infomaterial .kw-Button--horizontal:hover,
	.kw-Infomaterial .kw-Button--vertical:hover {
		text-decoration: none;
		color: #525252
	}
	.kw-Infomaterial .kw-Button--horizontal:visited,
	.kw-Infomaterial .kw-Button--vertical:visited {
		color: #525252
	}
	.kw-Infomaterial .kw-Button--horizontal:focus,
	.kw-Infomaterial .kw-Button--vertical:focus {
		color: #525252;
		text-decoration: none
	}
	.kw-Infomaterial .kw-Button--download:hover,
	.kw-Infomaterial .kw-Button--website:hover {
		color: #fff
	}
	.kw-Infomaterial .favNotice {
		width: 100%
	}
	.kw-Infomaterial .favNotice .edittext span {
		font-size: 11px;
		line-height: 16px;
		font-weight: 700;
		color: #525252
	}
	.kw-Infomaterial .favNotice textarea {
		padding: 2px;
		line-height: normal;
		height: 30px;
		resize: none;
		overflow: hidden
	}
	.kw-Infomaterial .more-arrow {
		color: #525252;
		font-size: 11px;
		font-weight: 700;
		line-height: 16px
	}
	.kw-Infomaterial .kw-Teilen-intro {
		font-size: 11px;
		color: #525252
	}
	.kw-Infomaterial .block {
		border: 1px solid #e2e3e3
	}
	.links-box {
		margin-top: 24px;
		margin-bottom: 30px
	}
	.links-box .infotext span {
		font-size: 12px;
		line-height: 16px
	}
	.links-box.favNotice div.ajaxload_small {
		vertical-align: middle;
		display: inline-block;
		margin: 0
	}
	.links-box.favNotice p.infotext {
		height: 30px;
		vertical-align: middle;
		overflow: hidden;
		display: inline-block;
		margin: 0
	}
	.links-box.favNotice p.infotext span {
		display: inline-block
	}
	.links-box.favNotice p.infotext span.ico-error,
	.links-box.favNotice p.infotext span.ico-success {
		height: 30px
	}
	.links-box.favNotice p.infotext span.favDate {
		vertical-align: middle;
		display: inline-block;
		padding: 0
	}
}

div.tip {
	position: absolute;
	display: block;
	padding: 5px;
	background: #615f60;
	color: #fff;
	z-index: 99999
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 40px;
	width: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none
}

* html #fancybox-loading {
	position: absolute;
	margin-top: 0
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(../../bootstrap/images/fancybox/fancybox.png)
}

#fancybox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #8c8c8b;
	z-index: 9999;
	display: none
}

* html #fancybox-overlay {
	position: absolute;
	width: 100%
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none
}

#fancybox-wrap {
	box-sizing: content-box;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 20px;
	z-index: 10000;
	display: none
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff
}

#fancybox-inner {
	position: relative;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: 0;
	outline: 0;
	overflow: hidden;
	border: 1px solid #e2e2e2
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: 0 0
}

#fancybox-close {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 33px;
	height: 33px;
	background-image: url(../images/btn-close.png);
	background-position: 0 0;
	cursor: pointer;
	z-index: 1103;
	display: none
}

#fancybox_error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 7px;
	margin: 0
}

#fancybox-content {
	height: auto;
	width: auto;
	padding: 0;
	margin: 0
}

#fancybox-img {
	padding: 0;
	margin: 0;
	border: none;
	outline: 0;
	line-height: 0;
	vertical-align: top;
	-ms-interpolation-mode: bicubic
}

#fancybox-frame {
	position: relative;
	width: 100%;
	height: 100%;
	border: none
}

#fancybox-frame iframe {
	text-align: center
}

#fancybox-title {
	position: absolute;
	bottom: 0;
	left: 0;
	font-family: Arial;
	font-size: 12px;
	z-index: 1102
}

.fancybox-title-inside {
	box-sizing: content-box;
	padding: 5px 0;
	text-align: center;
	color: #595959
}

.fancybox-title-inside p {
	font-size: 12px;
	line-height: 1.5;
	color: #595959
}

.fancybox-title-outside {
	padding-top: 5px;
	color: #fff;
	text-align: center;
	font-weight: 700
}

.fancybox-title-over {
	color: #fff;
	text-align: left
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(../../bootstrap/images/fancybox/fancy_title_over.png);
	display: block
}

#fancybox-title-wrap {
	display: inline-block
}

#fancybox-title-wrap span {
	height: 32px;
	float: left
}

#fancybox-title-left {
	padding-left: 15px;
	background-image: url(../../bootstrap/images/fancybox/fancybox.png);
	background-position: -40px -90px;
	background-repeat: no-repeat
}

#fancybox-title-main {
	font-weight: 700;
	line-height: 29px;
	background-image: url(../../bootstrap/images/fancybox/fancybox-x.png);
	background-position: 0 -40px;
	color: #fff
}

#fancybox-title-right {
	padding-left: 15px;
	background-image: url(../../bootstrap/images/fancybox/fancybox.png);
	background-position: -55px -90px;
	background-repeat: no-repeat
}

#fancybox-left,
#fancybox-right {
	position: absolute;
	top: 46%;
	width: 35%;
	cursor: pointer;
	outline: 0;
	background-image: url(../../bootstrap/images/fancybox/blank.gif);
	z-index: 1102;
	display: none
}

#fancybox-left {
	left: 0
}

#fancybox-right {
	right: 0
}

#fancybox-left-ico,
#fancybox-right-ico {
	position: absolute;
	top: 0;
	left: -9999px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1102;
	display: block
}

#fancybox-left-ico {
	background-image: url(../../bootstrap/images/bg-arrow2.gif);
	background-position: 0 -19px;
	width: 19px;
	height: 19px
}

#fancybox-right-ico {
	background-image: url(../../bootstrap/images/bg-arrow2.gif);
	background-position: 0 -57px;
	width: 19px;
	height: 19px
}

#fancybox-left,
#fancybox-right {
	visibility: visible
}

#fancybox-left span {
	left: 20px
}

#fancybox-right span {
	left: auto;
	right: 20px
}

.fancy-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001
}

#fancy-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(../../bootstrap/images/fancybox/fancybox-x.png)
}

#fancy-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(../../bootstrap/images/fancybox/fancybox.png);
	background-position: -40px -162px
}

#fancy-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(../../bootstrap/images/fancybox/fancybox-y.png);
	background-position: -20px 0
}

#fancy-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(../../bootstrap/images/fancybox/fancybox.png);
	background-position: -40px -182px
}

#fancy-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(../../bootstrap/images/fancybox/fancybox-x.png);
	background-position: 0 -20px
}

#fancy-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(../../bootstrap/images/fancybox/fancybox.png);
	background-position: -40px -142px
}

#fancy-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(../../bootstrap/images/fancybox/fancybox-y.png)
}

#fancy-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(../../bootstrap/images/fancybox/fancybox.png);
	background-position: -40px -122px
}

#fancybox-inner .fancymsg {
	width: 580px;
	float: left;
	margin: 15px;
	display: block;
	background: #fff
}

#fancybox-inner .fancymsg .header {
	font-size: 22px;
	line-height: 24px;
	color: #cd0000;
	font-weight: 700;
	width: 555px;
	float: left;
	padding: 13px 0
}

#fancybox-inner .fancymsg .content {
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	float: left;
	background: #f5f5f5;
	width: 545px;
	display: block;
	color: #595959;
	font-size: 13px;
	display: block;
	padding: 15px 20px
}

#fancybox-inner .fancymsg .links-box {
	float: left;
	height: 30px;
	width: 585px;
	padding: 10px 0;
	margin: 0
}

#fancybox-inner .fancymsg .links-box a {
	float: right;
	margin: 0 0 0 10px
}

@media (min-width:1312px) {
	.content-block p {
		margin: 0 0 12px;
		font-size: 13px;
		color: #333;
		line-height: 19px
	}
	.content-block h3 {
		margin: 0 0 12px;
		font-weight: 700;
		font-size: 13px;
		color: #333;
		line-height: 19px
	}
	.content-block li {
		font-size: 13px;
		line-height: 19px;
		color: #333
	}
	.content-block .markedlink {
		color: #cd0000
	}
	.content-block .markedlink:visited {
		color: #cd0000;
		text-decoration: none
	}
	.content-block .markedlink:hover {
		color: #cd0000
	}
	.content-block .markedlink:active {
		color: #cd0000
	}
	.content-block .markedlink:focus {
		color: #cd0000;
		text-decoration: none
	}
	.content-block .article-translation-note {
		color: #333;
		font-size: 11px;
		line-height: 19px
	}
	.content-block .article-translation-note a {
		color: #333
	}
	.heading .date {
		font-size: 13px;
		color: #595959;
		line-height: 16px
	}
	#twocolumns .image-holder ul.switcher li {
		font-size: 11px;
		line-height: 19px
	}
	#twocolumns .image-holder .info-box {
		width: 288px
	}
	#twocolumns .image-holder .info-box p {
		font-size: 11px;
		line-height: 16px
	}
	#twocolumns .aside .block p {
		font-size: 11px;
		line-height: 16px
	}
	.imagegallery img {
		max-width: 100%;
		max-height: 100%
	}
}

.ad-halfpage {
	display: none
}

@media (min-width:1680px) {
	.ad-halfpage {
		display: block;
		position: fixed;
		right: 0;
		top: 312px;
		width: 300px
	}
}

.ad-skyscraper {
	text-align: center;
	margin: 10px 0
}

.ad-skyscraper .ad-wrapper {
	position: relative;
	display: inline-block
}

.marketoverviews-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000
}

@media (min-width:743px) {
	.marketoverviews-title {
		font-size: 28px;
		line-height: 32px;
		text-shadow: 0 3px 15px rgba(0, 0, 0, .75);
		color: #fff
	}
}

@media (min-width:1312px) {
	.marketoverviews-title {
		font-size: 54px;
		line-height: 62px
	}
}

.marketoverviews-subtitle-list {
	display: none
}

@media (min-width:743px) {
	.marketoverviews-subtitle-list {
		display: block;
		text-align: center;
		list-style: none;
		margin-top: 10px
	}
}

@media (min-width:743px) {
	.marketoverviews-subtitle-list li {
		display: inline;
		font-size: 16px;
		line-height: 28px;
		font-weight: 700;
		color: #fff;
		text-shadow: 0 3px 15px rgba(0, 0, 0, .25)
	}
}

@media (min-width:1312px) {
	.marketoverviews-subtitle-list li {
		font-size: 20px;
		line-height: 32px
	}
}

.marketoverviews-subtitle-list li:not(:first-child)::before {
	content: ">";
	color: #fff;
	font-weight: 700;
	text-shadow: 0 3px 15px rgba(0, 0, 0, .25);
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px
}

.baseproducts-panel.max-contact-baseproducts-count-reached .baseproduct .contact-holder .contact-checkbox:not(.active) .contact-checkbox-custom,
.baseproducts-panel.max-contact-baseproducts-count-reached .baseproduct .contact-holder .contact-checkbox:not(.active) .contact-checkbox-label,
.baseproducts-panel.max-contact-baseproducts-count-reached .baseproduct-premium .contact-holder .contact-checkbox:not(.active) .contact-checkbox-custom,
.baseproducts-panel.max-contact-baseproducts-count-reached .baseproduct-premium .contact-holder .contact-checkbox:not(.active) .contact-checkbox-label {
	opacity: .5
}

.baseproduct-premium {
	position: relative;
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	background-color: #fff
}

@media (min-width:743px) {
	.baseproduct-premium {
		padding: 30px 26px
	}
}

@media (min-width:1312px) {
	.baseproduct-premium {
		min-height: 340px;
		padding: 10px
	}
}

.baseproduct-premium .image-holder {
	position: relative;
	float: left;
	width: 50%
}

@media (min-width:743px) {
	.baseproduct-premium .image-holder {
		width: 338px;
		height: 324px
	}
}

@media (min-width:1312px) {
	.baseproduct-premium .image-holder {
		margin-right: 50px
	}
}

@media (min-width:743px) {
	.baseproduct-premium .image-holder img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin-right: -50%;
		transform: translate(-50%, -50%)
	}
}

.baseproduct-premium .image-holder .baseproduct-video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../../bootstrap/icons/video_play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px
}

@media (min-width:743px) {
	.baseproduct-premium .image-holder .baseproduct-video-overlay {
		background-size: 134px
	}
}

.baseproduct-premium .name-holder {
	float: right;
	width: 50%;
	padding: 0 10px
}

@media (min-width:743px) {
	.baseproduct-premium .name-holder {
		float: left;
		width: 100%;
		margin-top: 15px;
		padding: 0
	}
}

@media (min-width:1312px) {
	.baseproduct-premium .name-holder {
		width: 572px;
		margin-top: 40px
	}
}

.baseproduct-premium .name-holder .baseproduct-name {
	display: table;
	width: 100%;
	min-height: 100px;
	text-align: center
}

@media (min-width:743px) {
	.baseproduct-premium .name-holder .baseproduct-name {
		text-align: left;
		min-height: 0
	}
}

.baseproduct-premium .name-holder .baseproduct-name span {
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
	line-height: 18px;
	color: #000
}

@media (min-width:743px) {
	.baseproduct-premium .name-holder .baseproduct-name span {
		display: inline-block;
		font-size: 16px;
		line-height: 28px;
		color: #000
	}
}

.baseproduct-premium .content-holder {
	float: left;
	width: 100%;
	margin-top: 15px;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}

@media (min-width:1312px) {
	.baseproduct-premium .content-holder {
		width: 572px
	}
}

.baseproduct-premium .content-holder .baseproduct-title {
	margin-top: 0
}

.baseproduct-premium .content-holder .baseproduct-title a {
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #000
}

.baseproduct-premium .content-holder .baseproduct-title a:active,
.baseproduct-premium .content-holder .baseproduct-title a:hover,
.baseproduct-premium .content-holder .baseproduct-title a:link,
.baseproduct-premium .content-holder .baseproduct-title a:visited {
	text-decoration: none
}

@media (min-width:743px) {
	.baseproduct-premium .content-holder .baseproduct-title a {
		font-size: 28px;
		font-weight: 400;
		line-height: 35px
	}
}

.baseproduct-premium .content-holder .baseproduct-advantages {
	margin-bottom: 15px
}

@media (min-width:743px) {
	.baseproduct-premium .content-holder .baseproduct-advantages {
		margin-bottom: 18px
	}
}

@media (min-width:1312px) {
	.baseproduct-premium .content-holder .baseproduct-advantages {
		margin-bottom: 37px
	}
}

.baseproduct-premium .content-holder .baseproduct-advantages a {
	font-size: 14px;
	color: #cd0000;
	display: inline-block;
	background-image: url(../icons/arrow_right.svg);
	background-repeat: no-repeat;
	background-position: 100% 55%;
	padding-right: 16px
}

.baseproduct-premium .content-holder .baseproduct-advantages a:active,
.baseproduct-premium .content-holder .baseproduct-advantages a:hover,
.baseproduct-premium .content-holder .baseproduct-advantages a:link,
.baseproduct-premium .content-holder .baseproduct-advantages a:visited {
	text-decoration: none
}

@media (min-width:743px) {
	.baseproduct-premium .content-holder .baseproduct-advantages a {
		font-size: 16px
	}
}

.baseproduct-premium .content-holder .baseproduct-company {
	margin-bottom: 6px
}

@media (min-width:743px) {
	.baseproduct-premium .content-holder .baseproduct-company {
		display: none
	}
}

.baseproduct-premium .content-holder .baseproduct-company .baseproduct-business {
	background-image: url(../../bootstrap/icons/business.svg);
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 26px;
	font-size: 14px;
	display: inline-block
}

.baseproduct-premium .content-holder .baseproduct-properties-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.baseproduct-premium .content-holder .baseproduct-properties-list li {
	background-image: url(../../bootstrap/icons/tag.svg);
	background-repeat: no-repeat;
	background-position: -1px -.7px;
	padding-left: 26px;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 8px;
	overflow-wrap: break-word
}

@media (min-width:743px) {
	.baseproduct-premium .content-holder .baseproduct-properties-list li {
		display: inline-block;
		margin-right: 30px
	}
}

.baseproduct-premium .content-holder .baseproduct-properties-list li a {
	color: inherit
}

.baseproduct-premium .content-holder .baseproduct-properties-list li a:active,
.baseproduct-premium .content-holder .baseproduct-properties-list li a:hover,
.baseproduct-premium .content-holder .baseproduct-properties-list li a:link,
.baseproduct-premium .content-holder .baseproduct-properties-list li a:visited {
	text-decoration: none
}

.baseproduct-premium .contact-holder {
	float: left;
	width: 100%;
	margin-top: 18px;
	text-align: center
}

@media (min-width:743px) {
	.baseproduct-premium .contact-holder {
		float: none;
		position: absolute;
		top: 30px;
		right: 26px;
		height: 324px;
		width: 40%;
		margin-top: 0
	}
}

@media (min-width:1312px) {
	.baseproduct-premium .contact-holder {
		top: 10px;
		right: 10px;
		width: 300px
	}
}

.baseproduct-premium .contact-holder .contact-holder-inner {
	text-align: center
}

@media (min-width:743px) {
	.baseproduct-premium .contact-holder .contact-holder-inner {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 66px;
		margin: auto
	}
}

@media (min-width:1312px) {
	.baseproduct-premium .contact-holder .contact-holder-inner {
		bottom: 50px
	}
}

.baseproduct-premium .contact-holder .logo-holder {
	display: none
}

@media (min-width:743px) {
	.baseproduct-premium .contact-holder .logo-holder {
		display: inline-block;
		margin-bottom: 30px
	}
}

@media (min-width:1312px) {
	.baseproduct-premium .contact-holder .logo-holder {
		min-height: 78px;
		width: 220px
	}
}

.baseproduct-premium .contact-holder .logo-holder .logo-shortname {
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	color: #000;
	word-spacing: 9999999px
}

.baseproduct-premium .contact-holder .contact-checkbox label {
	margin-bottom: 14px;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #50505d;
	cursor: pointer
}

.baseproduct-premium .contact-holder .contact-checkbox label input[type=checkbox] {
	display: none
}

.baseproduct-premium .contact-holder .contact-checkbox .contact-checkbox-custom {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-right: 7px;
	margin-top: -2px;
	cursor: pointer;
	background-image: url(../../bootstrap/icons/checkbox_gray_unchecked.svg);
	background-repeat: no-repeat;
	vertical-align: middle
}

.baseproduct-premium .contact-holder .contact-checkbox .contact-checkbox-custom.active {
	background-image: url(../../bootstrap/icons/checkbox_gray_checked.svg)
}

.baseproduct-premium .contact-holder .btn,
.baseproduct-premium .contact-holder .kw-Infomaterial .favNotice a.more.colored,
.baseproduct-premium .contact-holder .kw-Infomaterial .favNotice a.more:not(.colored),
.baseproduct-premium .contact-holder .links-box a.more.colored,
.baseproduct-premium .contact-holder .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .baseproduct-premium .contact-holder a.more.colored,
.kw-Infomaterial .favNotice .baseproduct-premium .contact-holder a.more:not(.colored),
.links-box .baseproduct-premium .contact-holder a.more.colored,
.links-box .baseproduct-premium .contact-holder a.more:not(.colored) {
	width: auto;
	padding: 13px 34px 13px 37px
}

@media (min-width:743px) {
	.baseproduct-premium .contact-holder .btn,
	.baseproduct-premium .contact-holder .kw-Infomaterial .favNotice a.more.colored,
	.baseproduct-premium .contact-holder .kw-Infomaterial .favNotice a.more:not(.colored),
	.baseproduct-premium .contact-holder .links-box a.more.colored,
	.baseproduct-premium .contact-holder .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .baseproduct-premium .contact-holder a.more.colored,
	.kw-Infomaterial .favNotice .baseproduct-premium .contact-holder a.more:not(.colored),
	.links-box .baseproduct-premium .contact-holder a.more.colored,
	.links-box .baseproduct-premium .contact-holder a.more:not(.colored) {
		padding: 19px 34px 19px 37px
	}
}

.baseproduct {
	position: relative;
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	border-collapse: separate;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	border: solid 1px #ececec;
	background-color: #fff
}

@media (min-width:743px) {
	.baseproduct {
		height: 596px;
		padding: 30px 20px
	}
}

.baseproduct .image-holder {
	font-size: .1px;
	line-height: 210px;
	text-align: center;
	position: relative;
	width: 100%;
	height: 210px;
	display: none
}

@media (min-width:743px) {
	.baseproduct .image-holder {
		display: block
	}
}

.baseproduct .image-holder img {
	vertical-align: middle;
	display: inline-block;
	max-width: 220px;
	max-height: 210px;
	height: auto
}

.baseproduct .content-holder {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}

.baseproduct .content-holder .baseproduct-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.33;
	margin-top: 0;
	margin-bottom: 24px
}

@media (min-width:743px) {
	.baseproduct .content-holder .baseproduct-title {
		margin-top: 17px
	}
}

.baseproduct .content-holder .baseproduct-company {
	margin-bottom: 6px
}

@media (min-width:743px) {
	.baseproduct .content-holder .baseproduct-company {
		margin-bottom: 20px
	}
}

.baseproduct .content-holder .baseproduct-company .baseproduct-business {
	display: inline-block;
	background-image: url(../../bootstrap/icons/business.svg);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 26px;
	font-size: 14px
}

@media (min-width:743px) {
	.baseproduct .content-holder .baseproduct-company .baseproduct-business {
		font-size: 16px
	}
}

.baseproduct .content-holder .baseproduct-properties-list {
	margin: 0;
	padding: 0;
	list-style: none
}

.baseproduct .content-holder .baseproduct-properties-list li {
	background-image: url(../../bootstrap/icons/tag.svg);
	background-repeat: no-repeat;
	background-position: -1px -1.7px;
	padding-left: 26px;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 6px;
	overflow-wrap: break-word
}

@media (min-width:743px) {
	.baseproduct .content-holder .baseproduct-properties-list li {
		margin-bottom: 11px
	}
}

.baseproduct .content-holder .baseproduct-properties-list li a {
	color: inherit
}

.baseproduct .content-holder .baseproduct-properties-list li a:active,
.baseproduct .content-holder .baseproduct-properties-list li a:hover,
.baseproduct .content-holder .baseproduct-properties-list li a:link,
.baseproduct .content-holder .baseproduct-properties-list li a:visited {
	text-decoration: none
}

.baseproduct .contact-holder {
	margin-top: 18px;
	text-align: center
}

@media (min-width:743px) {
	.baseproduct .contact-holder {
		position: absolute;
		bottom: 30px;
		left: 20px;
		right: 20px
	}
}

.baseproduct .contact-holder .contact-checkbox label {
	margin: 0 0 12px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	color: #50505d;
	cursor: pointer
}

.baseproduct .contact-holder .contact-checkbox label input[type=checkbox] {
	display: none
}

.baseproduct .contact-holder .contact-checkbox .contact-checkbox-custom {
	display: inline-block;
	width: 19px;
	height: 19px;
	margin-top: -2px;
	margin-right: 7px;
	cursor: pointer;
	background-image: url(../../bootstrap/icons/checkbox_gray_unchecked.svg);
	background-repeat: no-repeat;
	vertical-align: middle
}

.baseproduct .contact-holder .contact-checkbox .contact-checkbox-custom.active {
	background-image: url(../../bootstrap/icons/checkbox_gray_checked.svg)
}

.baseproduct .contact-holder .btn,
.baseproduct .contact-holder .kw-Infomaterial .favNotice a.more.colored,
.baseproduct .contact-holder .kw-Infomaterial .favNotice a.more:not(.colored),
.baseproduct .contact-holder .links-box a.more.colored,
.baseproduct .contact-holder .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .baseproduct .contact-holder a.more.colored,
.kw-Infomaterial .favNotice .baseproduct .contact-holder a.more:not(.colored),
.links-box .baseproduct .contact-holder a.more.colored,
.links-box .baseproduct .contact-holder a.more:not(.colored) {
	width: auto;
	padding: 13px 34px 13px 37px
}

@media (min-width:743px) {
	.baseproduct .contact-holder .btn,
	.baseproduct .contact-holder .kw-Infomaterial .favNotice a.more.colored,
	.baseproduct .contact-holder .kw-Infomaterial .favNotice a.more:not(.colored),
	.baseproduct .contact-holder .links-box a.more.colored,
	.baseproduct .contact-holder .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .baseproduct .contact-holder a.more.colored,
	.kw-Infomaterial .favNotice .baseproduct .contact-holder a.more:not(.colored),
	.links-box .baseproduct .contact-holder a.more.colored,
	.links-box .baseproduct .contact-holder a.more:not(.colored) {
		padding: 19px 34px 19px 37px
	}
}

.baseproducts-panel {
	margin-bottom: 100px
}

@media (min-width:1312px) {
	.baseproducts-panel {
		margin-bottom: 160px
	}
}

.baseproducts-missing {
	background-image: url(../../bootstrap/images/photo_camera.svg);
	height: 100%;
	width: 50%;
	margin: auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain
}

.webinar-basic-info {
	margin-bottom: 30px
}

@media (min-width:743px) {
	.webinar-basic-info {
		margin-bottom: 50px
	}
}

.webinarTag {
	margin-right: 25px;
	display: inline-block
}

.language {
	display: inline-block;
	color: #cd0000
}

.webinar-title {
	margin-bottom: 20px
}

@media (min-width:743px) {
	.webinar-title {
		margin-bottom: 30px
	}
}

.webinar-content {
	margin-bottom: 20px
}

.webinar-streaming-info {
	font-size: .1px;
	margin-bottom: 30px
}

@media (min-width:743px) {
	.webinar-streaming-info {
		margin-bottom: 40px
	}
	.webinar-streaming-info:after,
	.webinar-streaming-info:before {
		display: table;
		content: " "
	}
	.webinar-streaming-info:after {
		clear: both
	}
}

@media (min-width:1312px) {
	.webinar-streaming-info {
		text-align: justify
	}
	.webinar-streaming-info::before {
		content: "";
		display: block;
		width: 100%
	}
	.webinar-streaming-info::after {
		content: "";
		display: inline-block;
		width: 100%
	}
}

.webinar-streaming-info .appointment {
	margin-bottom: 25px
}

@media (min-width:743px) {
	.webinar-streaming-info .appointment {
		display: inline-block;
		margin-right: 30px
	}
}

@media (min-width:1312px) {
	.webinar-streaming-info .appointment {
		display: block;
		margin-right: 0;
		margin-bottom: 5px
	}
}

.webinar-streaming-info .appointment:last-child {
	margin-bottom: 0;
	margin-right: 0
}

.webinar-streaming-info .appointment .item {
	font-size: 16px
}

@media (min-width:1312px) {
	.webinar-streaming-info .appointment .item {
		display: inline-block;
		width: auto;
		padding-right: 15px
	}
	.webinar-streaming-info .appointment .item:last-child {
		padding-right: 0
	}
}

.webinar-streaming-info .appointment .item a {
	color: #cd0000;
	text-decoration: none;
	display: inline-block
}

.webinar-streaming-info .appointment .item i {
	color: #cd0000;
	font-size: 20px;
	position: relative;
	top: 4px
}

.webinar-streaming-info .appointment .item span {
	display: inline-block;
	margin-left: 8px
}

@media (min-width:1312px) {
	.webinar-company {
		margin-top: 40px;
		margin-bottom: 40px
	}
}

.webinar-company .logo-holder,
.webinar-company .logo-link-holder {
	margin-top: 8px;
	margin-bottom: 16px
}

.webinar-company .logo-link-holder a {
	display: inline-block
}

.webinar-company .logo {
	max-height: 75px
}

.webinar-company .name {
	margin-bottom: 15px
}

.webinar-referents {
	margin-bottom: 20px
}

.webinar-referents h3 {
	margin-bottom: 15px
}

.webinar-referent-wrapper {
	margin-bottom: 15px
}

.webinar-referent-wrapper:last-child {
	margin-bottom: 0
}

@media (min-width:743px) {
	.webinar-referent-wrapper:nth-child(odd):nth-last-child(2) {
		margin-bottom: 0
	}
}

@media (min-width:1312px) {
	.webinar-referent-wrapper:nth-child(odd):nth-last-child(2) {
		margin-bottom: 15px
	}
}

.webinar-referent .basic-data,
.webinar-referent .profile-image {
	vertical-align: middle;
	display: table-cell
}

.webinar-referent .image-holder {
	font-size: .1px;
	text-align: center;
	line-height: 50px;
	display: inline-block;
	width: 52px;
	height: 52px;
	border: 1px solid #d3d3d3;
	border-radius: 50%;
	overflow: hidden
}

.webinar-referent .image-holder .default-image {
	color: #d3d3d3;
	font-size: 50px;
	display: inline-block;
	max-width: 50px;
	max-height: 50px
}

.webinar-referent .image-holder img {
	display: inline-block;
	max-width: 50px;
	max-height: 50px
}

.webinar-referent .basic-data {
	padding-left: 10px
}

.webinar-referent .name {
	font-weight: 700
}

.webinar-products {
	margin-bottom: 30px
}

.webinar-products h3 {
	margin-bottom: 25px
}

.webinar-product {
	background-color: #fff;
	display: table;
	width: 100%;
	height: 155px;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 20px;
	border: 1px solid #f7f7f7;
	border-collapse: separate;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, .1)
}

.webinar-product .basic-data,
.webinar-product .image-holder {
	vertical-align: top;
	display: table-cell
}

.webinar-product .image-holder {
	display: none;
	text-align: center;
	width: 120px
}

@media (min-width:743px) {
	.webinar-product .image-holder {
		display: table-cell;
		width: 160px
	}
}

.webinar-product .image-holder img {
	max-width: 100%;
	max-height: 100%
}

.webinar-product .basic-data {
	position: relative
}

@media (min-width:743px) {
	.webinar-product .basic-data {
		padding-left: 10px
	}
}

.webinar-product .title {
	background-position: initial;
	font-weight: 700;
	padding: 0
}

.webinar-product .description {
	margin-top: 10px;
	margin-bottom: 40px
}

.kw-Infomaterial .favNotice .webinar-product a.more.colored,
.kw-Infomaterial .favNotice .webinar-product a.more:not(.colored),
.links-box .webinar-product a.more.colored,
.links-box .webinar-product a.more:not(.colored),
.webinar-product .btn,
.webinar-product .kw-Infomaterial .favNotice a.more.colored,
.webinar-product .kw-Infomaterial .favNotice a.more:not(.colored),
.webinar-product .links-box a.more.colored,
.webinar-product .links-box a.more:not(.colored) {
	position: absolute;
	bottom: 0
}

.webinars-title {
	text-align: center;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #000
}

@media (min-width:743px) {
	.webinars-title {
		font-size: 28px;
		line-height: 32px;
		text-shadow: 0 3px 15px rgba(0, 0, 0, .75);
		color: #fff
	}
}

@media (min-width:1312px) {
	.webinars-title {
		font-size: 54px;
		line-height: 62px
	}
}

.webinars-date {
	text-align: center;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #000
}

@media (min-width:743px) {
	.webinars-date {
		font-size: 18px;
		color: #fff
	}
}

@media (min-width:1312px) {
	.webinars-date {
		font-size: 20px
	}
}

.webinars-date i {
	font-size: 1.2em;
	vertical-align: top
}

.webinars-panel {
	margin-bottom: 100px
}

@media (min-width:1312px) {
	.webinars-panel {
		margin-bottom: 160px
	}
}

.webinarbox {
	position: relative;
	margin-top: 20px;
	padding: 15px;
	border-radius: 5px;
	border-collapse: separate;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	border: solid 1px #ececec;
	background-color: #fff
}

@media (min-width:743px) {
	.webinarbox {
		height: 600px;
		padding: 30px 20px
	}
}

.webinarbox .webinarbox-company {
	font-size: .1px;
	line-height: 50px;
	text-align: center;
	height: 50px;
	margin-bottom: 10px
}

.webinarbox .webinarbox-company img {
	display: inline-block;
	max-width: 100%;
	max-height: 100%
}

.webinarbox .webinarbox-company .logo-shortname {
	font-size: 14px
}

.webinarbox .image-holder {
	font-size: .1px;
	line-height: 210px;
	text-align: center;
	position: relative;
	width: 100%;
	height: 210px;
	margin-bottom: 10px
}

@media (min-width:743px) {
	.webinarbox .image-holder {
		line-height: 260px;
		height: 260px
	}
}

@media (min-width:1312px) {
	.webinarbox .image-holder {
		line-height: 210px;
		height: 210px
	}
}

.webinarbox .image-holder img {
	vertical-align: middle;
	display: inline-block;
	max-width: 100%;
	max-height: 100%;
	height: auto
}

@media (min-width:743px) {
	.webinarbox .image-holder img {
		max-width: 270px;
		max-height: 260px
	}
}

@media (min-width:1312px) {
	.webinarbox .image-holder img {
		max-width: 220px;
		max-height: 210px
	}
}

.webinarbox .image-holder .webinarbox-video-overlay {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background-image: url(../../bootstrap/icons/video_play.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 60px
}

@media (min-width:743px) {
	.webinarbox .image-holder .webinarbox-video-overlay {
		background-size: 134px
	}
}

.webinarbox .webinarbox-title,
.webinarbox .webinarbox-topic {
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto
}

.webinarbox .webinarbox-topic {
	background-image: url(../../bootstrap/icons/tag.svg);
	background-repeat: no-repeat;
	background-position: -1px -1.7px;
	font-size: 14px;
	line-height: 18px;
	padding-left: 26px;
	margin-bottom: 10px
}

.webinarbox .webinarbox-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 24px
}

@media (min-width:743px) {
	.webinarbox .webinarbox-title {
		margin-top: 17px
	}
}

.webinarbox .webinarbox-btn-container {
	margin-top: 18px;
	text-align: center
}

@media (min-width:743px) {
	.webinarbox .webinarbox-btn-container {
		position: absolute;
		bottom: 30px;
		left: 20px;
		right: 20px
	}
}

.webinarbox .webinarbox-btn-container .webinarbox-time {
	margin-bottom: 10px;
	color: #cd0000
}

.webinarbox .webinarbox-btn-container .webinarbox-time .time {
	display: block;
	padding: 1px
}

.kw-Infomaterial .favNotice .webinarbox .webinarbox-btn-container a.more.colored,
.kw-Infomaterial .favNotice .webinarbox .webinarbox-btn-container a.more:not(.colored),
.links-box .webinarbox .webinarbox-btn-container a.more.colored,
.links-box .webinarbox .webinarbox-btn-container a.more:not(.colored),
.webinarbox .webinarbox-btn-container .btn,
.webinarbox .webinarbox-btn-container .kw-Infomaterial .favNotice a.more.colored,
.webinarbox .webinarbox-btn-container .kw-Infomaterial .favNotice a.more:not(.colored),
.webinarbox .webinarbox-btn-container .links-box a.more.colored,
.webinarbox .webinarbox-btn-container .links-box a.more:not(.colored) {
	width: auto;
	padding: 13px 34px 13px 37px
}

@media (min-width:743px) {
	.kw-Infomaterial .favNotice .webinarbox .webinarbox-btn-container a.more.colored,
	.kw-Infomaterial .favNotice .webinarbox .webinarbox-btn-container a.more:not(.colored),
	.links-box .webinarbox .webinarbox-btn-container a.more.colored,
	.links-box .webinarbox .webinarbox-btn-container a.more:not(.colored),
	.webinarbox .webinarbox-btn-container .btn,
	.webinarbox .webinarbox-btn-container .kw-Infomaterial .favNotice a.more.colored,
	.webinarbox .webinarbox-btn-container .kw-Infomaterial .favNotice a.more:not(.colored),
	.webinarbox .webinarbox-btn-container .links-box a.more.colored,
	.webinarbox .webinarbox-btn-container .links-box a.more:not(.colored) {
		padding: 19px 34px 19px 37px
	}
}


/*! Select2 Bootstrap 3 CSS v1.4.6 | MIT License | github.com/t0m/select2-bootstrap-css */

.select2-container.form-control {
	background: 0 0;
	box-shadow: none;
	border: none;
	display: block;
	margin: 0;
	padding: 0
}

.select2-container .select2-choice,
.select2-container .select2-choices,
.select2-container .select2-choices .select2-search-field input {
	background: 0 0;
	padding: 0;
	border-color: #ccc;
	border-radius: 4px;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.select2-search input {
	border-color: #ccc;
	border-radius: 4px;
	color: #555;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #fff;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.select2-container .select2-choices .select2-search-field input {
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container .select2-choice {
	height: 34px;
	line-height: 1.42857
}

.select2-container.select2-container-multi.form-control {
	height: auto
}

.input-group-sm .select2-container .select2-choice,
.input-group-sm>.input-group-btn>.select2-container.btn .select2-choice,
.input-group-sm>.select2-container.form-control .select2-choice,
.input-group-sm>.select2-container.input-group-addon .select2-choice,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container.more.colored .select2-choice,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice,
.links-box .input-group-sm>.input-group-btn>a.select2-container.more.colored .select2-choice,
.links-box .input-group-sm>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice,
.select2-container.input-sm .select2-choice {
	height: 30px;
	line-height: 1.5;
	border-radius: 3px
}

.input-group-lg .select2-container .select2-choice,
.input-group-lg>.input-group-btn>.select2-container.btn .select2-choice,
.input-group-lg>.select2-container.form-control .select2-choice,
.input-group-lg>.select2-container.input-group-addon .select2-choice,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container.more.colored .select2-choice,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice,
.links-box .input-group-lg>.input-group-btn>a.select2-container.more.colored .select2-choice,
.links-box .input-group-lg>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice,
.select2-container.input-lg .select2-choice {
	height: 46px;
	line-height: 1.33333;
	border-radius: 6px
}

.select2-container-multi .select2-choices .select2-search-field input {
	height: 32px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-field input,
.input-group-sm>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-sm>.select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-sm>.select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-field input,
.links-box .input-group-sm>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-field input,
.links-box .input-group-sm>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-field input,
.select2-container-multi.input-sm .select2-choices .select2-search-field input {
	height: 28px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-field input,
.input-group-lg>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-field input,
.input-group-lg>.select2-container-multi.form-control .select2-choices .select2-search-field input,
.input-group-lg>.select2-container-multi.input-group-addon .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-field input,
.links-box .input-group-lg>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-field input,
.links-box .input-group-lg>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-field input,
.select2-container-multi.input-lg .select2-choices .select2-search-field input {
	height: 44px
}

.select2-container-multi .select2-choices .select2-search-field input {
	margin: 0
}

.select2-choice>span:first-child,
.select2-chosen,
.select2-container .select2-choices .select2-search-field input {
	padding: 6px 12px
}

.input-group-sm .select2-choice>span:first-child,
.input-group-sm .select2-choices .select2-search-field input,
.input-group-sm .select2-chosen,
.input-group-sm>.form-control .select2-choice>span:first-child,
.input-group-sm>.form-control .select2-choices .select2-search-field input,
.input-group-sm>.form-control .select2-chosen,
.input-group-sm>.input-group-addon .select2-choice>span:first-child,
.input-group-sm>.input-group-addon .select2-choices .select2-search-field input,
.input-group-sm>.input-group-addon .select2-chosen,
.input-group-sm>.input-group-btn>.btn .select2-choice>span:first-child,
.input-group-sm>.input-group-btn>.btn .select2-choices .select2-search-field input,
.input-group-sm>.input-group-btn>.btn .select2-chosen,
.input-sm .select2-choice>span:first-child,
.input-sm .select2-choices .select2-search-field input,
.input-sm .select2-chosen,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more.colored .select2-choice>span:first-child,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more.colored .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more.colored .select2-chosen,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more:not(.colored) .select2-choice>span:first-child,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more:not(.colored) .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.more:not(.colored) .select2-chosen,
.links-box .input-group-sm>.input-group-btn>a.more.colored .select2-choice>span:first-child,
.links-box .input-group-sm>.input-group-btn>a.more.colored .select2-choices .select2-search-field input,
.links-box .input-group-sm>.input-group-btn>a.more.colored .select2-chosen,
.links-box .input-group-sm>.input-group-btn>a.more:not(.colored) .select2-choice>span:first-child,
.links-box .input-group-sm>.input-group-btn>a.more:not(.colored) .select2-choices .select2-search-field input,
.links-box .input-group-sm>.input-group-btn>a.more:not(.colored) .select2-chosen {
	padding: 5px 10px
}

.input-group-lg .select2-choice>span:first-child,
.input-group-lg .select2-choices .select2-search-field input,
.input-group-lg .select2-chosen,
.input-group-lg>.form-control .select2-choice>span:first-child,
.input-group-lg>.form-control .select2-choices .select2-search-field input,
.input-group-lg>.form-control .select2-chosen,
.input-group-lg>.input-group-addon .select2-choice>span:first-child,
.input-group-lg>.input-group-addon .select2-choices .select2-search-field input,
.input-group-lg>.input-group-addon .select2-chosen,
.input-group-lg>.input-group-btn>.btn .select2-choice>span:first-child,
.input-group-lg>.input-group-btn>.btn .select2-choices .select2-search-field input,
.input-group-lg>.input-group-btn>.btn .select2-chosen,
.input-lg .select2-choice>span:first-child,
.input-lg .select2-choices .select2-search-field input,
.input-lg .select2-chosen,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more.colored .select2-choice>span:first-child,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more.colored .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more.colored .select2-chosen,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more:not(.colored) .select2-choice>span:first-child,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more:not(.colored) .select2-choices .select2-search-field input,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.more:not(.colored) .select2-chosen,
.links-box .input-group-lg>.input-group-btn>a.more.colored .select2-choice>span:first-child,
.links-box .input-group-lg>.input-group-btn>a.more.colored .select2-choices .select2-search-field input,
.links-box .input-group-lg>.input-group-btn>a.more.colored .select2-chosen,
.links-box .input-group-lg>.input-group-btn>a.more:not(.colored) .select2-choice>span:first-child,
.links-box .input-group-lg>.input-group-btn>a.more:not(.colored) .select2-choices .select2-search-field input,
.links-box .input-group-lg>.input-group-btn>a.more:not(.colored) .select2-chosen {
	padding: 10px 16px
}

.select2-container-multi .select2-choices .select2-search-choice {
	margin-top: 5px;
	margin-bottom: 3px
}

.input-group-sm .select2-container-multi .select2-choices .select2-search-choice,
.input-group-sm>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-sm>.select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-sm>.select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-choice,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-choice,
.links-box .input-group-sm>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-choice,
.links-box .input-group-sm>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-choice,
.select2-container-multi.input-sm .select2-choices .select2-search-choice {
	margin-top: 3px;
	margin-bottom: 2px
}

.input-group-lg .select2-container-multi .select2-choices .select2-search-choice,
.input-group-lg>.input-group-btn>.select2-container-multi.btn .select2-choices .select2-search-choice,
.input-group-lg>.select2-container-multi.form-control .select2-choices .select2-search-choice,
.input-group-lg>.select2-container-multi.input-group-addon .select2-choices .select2-search-choice,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-choice,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-choice,
.links-box .input-group-lg>.input-group-btn>a.select2-container-multi.more.colored .select2-choices .select2-search-choice,
.links-box .input-group-lg>.input-group-btn>a.select2-container-multi.more:not(.colored) .select2-choices .select2-search-choice,
.select2-container-multi.input-lg .select2-choices .select2-search-choice {
	line-height: 24px
}

.select2-container .select2-choice .select2-arrow,
.select2-container .select2-choice div {
	border-left: none;
	background: 0 0
}

.select2-dropdown-open .select2-choice .select2-arrow,
.select2-dropdown-open .select2-choice div {
	border-left-color: transparent;
	background: 0 0
}

.select2-container .select2-choice .select2-arrow b,
.select2-container .select2-choice div b {
	background-position: 0 3px
}

.select2-dropdown-open .select2-choice .select2-arrow b,
.select2-dropdown-open .select2-choice div b {
	background-position: -18px 3px
}

.input-group-sm .select2-container .select2-choice .select2-arrow b,
.input-group-sm .select2-container .select2-choice div b,
.input-group-sm>.input-group-btn>.select2-container.btn .select2-choice .select2-arrow b,
.input-group-sm>.input-group-btn>.select2-container.btn .select2-choice div b,
.input-group-sm>.select2-container.form-control .select2-choice .select2-arrow b,
.input-group-sm>.select2-container.form-control .select2-choice div b,
.input-group-sm>.select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm>.select2-container.input-group-addon .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container.more.colored .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container.more.colored .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice div b,
.links-box .input-group-sm>.input-group-btn>a.select2-container.more.colored .select2-choice .select2-arrow b,
.links-box .input-group-sm>.input-group-btn>a.select2-container.more.colored .select2-choice div b,
.links-box .input-group-sm>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice .select2-arrow b,
.links-box .input-group-sm>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice div b,
.select2-container.input-sm .select2-choice .select2-arrow b,
.select2-container.input-sm .select2-choice div b {
	background-position: 0 1px
}

.input-group-sm .select2-dropdown-open .select2-choice .select2-arrow b,
.input-group-sm .select2-dropdown-open .select2-choice div b,
.input-group-sm>.input-group-btn>.select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-sm>.input-group-btn>.select2-dropdown-open.btn .select2-choice div b,
.input-group-sm>.select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-sm>.select2-dropdown-open.form-control .select2-choice div b,
.input-group-sm>.select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-sm>.select2-dropdown-open.input-group-addon .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-sm>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice div b,
.links-box .input-group-sm>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice .select2-arrow b,
.links-box .input-group-sm>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice div b,
.links-box .input-group-sm>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice .select2-arrow b,
.links-box .input-group-sm>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice div b,
.select2-dropdown-open.input-sm .select2-choice .select2-arrow b,
.select2-dropdown-open.input-sm .select2-choice div b {
	background-position: -18px 1px
}

.input-group-lg .select2-container .select2-choice .select2-arrow b,
.input-group-lg .select2-container .select2-choice div b,
.input-group-lg>.input-group-btn>.select2-container.btn .select2-choice .select2-arrow b,
.input-group-lg>.input-group-btn>.select2-container.btn .select2-choice div b,
.input-group-lg>.select2-container.form-control .select2-choice .select2-arrow b,
.input-group-lg>.select2-container.form-control .select2-choice div b,
.input-group-lg>.select2-container.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg>.select2-container.input-group-addon .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container.more.colored .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container.more.colored .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice div b,
.links-box .input-group-lg>.input-group-btn>a.select2-container.more.colored .select2-choice .select2-arrow b,
.links-box .input-group-lg>.input-group-btn>a.select2-container.more.colored .select2-choice div b,
.links-box .input-group-lg>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice .select2-arrow b,
.links-box .input-group-lg>.input-group-btn>a.select2-container.more:not(.colored) .select2-choice div b,
.select2-container.input-lg .select2-choice .select2-arrow b,
.select2-container.input-lg .select2-choice div b {
	background-position: 0 9px
}

.input-group-lg .select2-dropdown-open .select2-choice .select2-arrow b,
.input-group-lg .select2-dropdown-open .select2-choice div b,
.input-group-lg>.input-group-btn>.select2-dropdown-open.btn .select2-choice .select2-arrow b,
.input-group-lg>.input-group-btn>.select2-dropdown-open.btn .select2-choice div b,
.input-group-lg>.select2-dropdown-open.form-control .select2-choice .select2-arrow b,
.input-group-lg>.select2-dropdown-open.form-control .select2-choice div b,
.input-group-lg>.select2-dropdown-open.input-group-addon .select2-choice .select2-arrow b,
.input-group-lg>.select2-dropdown-open.input-group-addon .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice div b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice .select2-arrow b,
.kw-Infomaterial .favNotice .input-group-lg>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice div b,
.links-box .input-group-lg>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice .select2-arrow b,
.links-box .input-group-lg>.input-group-btn>a.select2-dropdown-open.more.colored .select2-choice div b,
.links-box .input-group-lg>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice .select2-arrow b,
.links-box .input-group-lg>.input-group-btn>a.select2-dropdown-open.more:not(.colored) .select2-choice div b,
.select2-dropdown-open.input-lg .select2-choice .select2-arrow b,
.select2-dropdown-open.input-lg .select2-choice div b {
	background-position: -18px 9px
}

.has-warning .select2-choice,
.has-warning .select2-choices {
	border-color: #8a6d3b
}

.has-warning .select2-container-active .select2-choice,
.has-warning .select2-container-multi.select2-container-active .select2-choices {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning.select2-drop-active {
	border-color: #66512c
}

.has-warning.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #66512c
}

.has-error .select2-choice,
.has-error .select2-choices {
	border-color: #a94442
}

.has-error .select2-container-active .select2-choice,
.has-error .select2-container-multi.select2-container-active .select2-choices {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error.select2-drop-active {
	border-color: #843534
}

.has-error.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #843534
}

.has-success .select2-choice,
.has-success .select2-choices {
	border-color: #3c763d
}

.has-success .select2-container-active .select2-choice,
.has-success .select2-container-multi.select2-container-active .select2-choices {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success.select2-drop-active {
	border-color: #2b542c
}

.has-success.select2-drop-active.select2-drop.select2-drop-above {
	border-top-color: #2b542c
}

.select2-container-active .select2-choice,
.select2-container-multi.select2-container-active .select2-choices {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.select2-drop-active {
	border-color: #66afe9
}

.select2-drop-auto-width,
.select2-drop.select2-drop-above.select2-drop-active {
	border-top-color: #66afe9
}

.input-group.select2-bootstrap-prepend [class^=select2-choice] {
	border-bottom-left-radius: 0!important;
	border-top-left-radius: 0!important
}

.input-group.select2-bootstrap-append [class^=select2-choice] {
	border-bottom-right-radius: 0!important;
	border-top-right-radius: 0!important
}

.select2-dropdown-open [class^=select2-choice] {
	border-bottom-right-radius: 0!important;
	border-bottom-left-radius: 0!important
}

.select2-dropdown-open.select2-drop-above [class^=select2-choice] {
	border-top-right-radius: 0!important;
	border-top-left-radius: 0!important;
	border-bottom-right-radius: 4px!important;
	border-bottom-left-radius: 4px!important;
	background: #fff;
	filter: none
}

.input-group.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
	border-bottom-left-radius: 0!important;
	border-top-left-radius: 0!important
}

.input-group.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
	border-bottom-right-radius: 0!important;
	border-top-right-radius: 0!important
}

.input-group.input-group-sm.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
	border-bottom-right-radius: 3px!important
}

.input-group.input-group-lg.select2-bootstrap-prepend .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
	border-bottom-right-radius: 6px!important
}

.input-group.input-group-sm.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
	border-bottom-left-radius: 3px!important
}

.input-group.input-group-lg.select2-bootstrap-append .select2-dropdown-open.select2-drop-above [class^=select2-choice] {
	border-bottom-left-radius: 6px!important
}

.select2-results .select2-highlighted {
	color: #fff;
	background-color: #337ab7
}

.kw-Infomaterial .favNotice .select2-bootstrap-append .input-group-btn a.more.colored,
.kw-Infomaterial .favNotice .select2-bootstrap-append .input-group-btn a.more:not(.colored),
.kw-Infomaterial .favNotice .select2-bootstrap-prepend .input-group-btn a.more.colored,
.kw-Infomaterial .favNotice .select2-bootstrap-prepend .input-group-btn a.more:not(.colored),
.links-box .select2-bootstrap-append .input-group-btn a.more.colored,
.links-box .select2-bootstrap-append .input-group-btn a.more:not(.colored),
.links-box .select2-bootstrap-prepend .input-group-btn a.more.colored,
.links-box .select2-bootstrap-prepend .input-group-btn a.more:not(.colored),
.select2-bootstrap-append .input-group-btn,
.select2-bootstrap-append .input-group-btn .btn,
.select2-bootstrap-append .input-group-btn .kw-Infomaterial .favNotice a.more.colored,
.select2-bootstrap-append .input-group-btn .kw-Infomaterial .favNotice a.more:not(.colored),
.select2-bootstrap-append .input-group-btn .links-box a.more.colored,
.select2-bootstrap-append .input-group-btn .links-box a.more:not(.colored),
.select2-bootstrap-append .select2-container-multiple,
.select2-bootstrap-prepend .input-group-btn,
.select2-bootstrap-prepend .input-group-btn .btn,
.select2-bootstrap-prepend .input-group-btn .kw-Infomaterial .favNotice a.more.colored,
.select2-bootstrap-prepend .input-group-btn .kw-Infomaterial .favNotice a.more:not(.colored),
.select2-bootstrap-prepend .input-group-btn .links-box a.more.colored,
.select2-bootstrap-prepend .input-group-btn .links-box a.more:not(.colored),
.select2-bootstrap-prepend .select2-container-multiple {
	vertical-align: top
}

.select2-container-multi .select2-choices .select2-search-choice {
	color: #555;
	background: #fff;
	border-color: #ccc;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #ebebeb;
	border-color: #adadad;
	color: #333;
	-webkit-box-shadow: none;
	box-shadow: none
}

.select2-search-choice-close {
	margin-top: -7px;
	top: 50%
}

.select2-container .select2-choice abbr {
	top: 50%
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
	background-color: #fcf8e3;
	color: #8a6d3b
}

.select2-container.select2-container-disabled .select2-choice,
.select2-container.select2-container-disabled .select2-choices {
	cursor: not-allowed;
	background-color: #eee;
	border-color: #ccc
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow,
.select2-container.select2-container-disabled .select2-choice div,
.select2-container.select2-container-disabled .select2-choices .select2-arrow,
.select2-container.select2-container-disabled .select2-choices div {
	background-color: transparent;
	border-left: 1px solid transparent
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active,
.select2-more-results.select2-active,
.select2-search input.select2-active {
	background-position: 99%;
	background-position: right 4px center
}

.select2-offscreen,
.select2-offscreen:focus {
	width: 1px!important;
	height: 1px!important;
	position: absolute!important
}

.select2-container {
	margin-bottom: 10px
}

.select2-container .selection .select2-selection--multiple {
	border-color: #e9e9e9;
	padding-left: 8px
}

.select2-container .selection .select2-selection--multiple .select2-selection__rendered {
	background-image: url(../icons/search.svg);
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 0 80%
}

.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	margin-left: 10px;
	padding: 5px 15px 5px 15px;
	color: #000;
	background: #fff;
	font-size: 14px;
	line-height: 16px;
	border: solid 1px #e9e9e9;
	border-radius: 1000px
}

.select2-container .selection .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	margin-left: 10px;
	color: #cd0000;
	float: right
}

.select2-container .selection .select2-selection--multiple .select2-search--inline {
	width: 100%!important
}

.select2-container .selection .select2-selection--multiple .select2-search--inline .select2-search__field {
	width: 100%!important;
	margin-top: 8px;
	line-height: 1.4;
	padding-left: 20px;
	background: inherit;
	font-size: 14px
}

.select2-container .selection .select2-selection--multiple .select2-search--inline .select2-search__field::placeholder {
	color: #878787;
	font-style: normal
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #cd0000
}

.select2-results__option {
	font-size: 14px
}

body.frame {
	background-color: #fff
}

@media (min-width:743px) {
	body.frame::after {
		background-image: none;
		z-index: -1;
		margin-top: 0
	}
}

.main-container.frame {
	margin-top: 0;
	padding-top: 20px
}

@media (min-width:1312px) {
	.main-container.frame.portal-eanm-virtual-contact {
		width: 725px
	}
}

@media (min-width:743px) {
	.main-container.frame.portal-eanm-virtual-contact .image-holder {
		text-align: center
	}
}

.main-container.frame.portal-eanm-virtual-contact .image-holder img {
	max-width: 120px;
	max-height: 120px
}

.main-container.frame.portal-eanm-virtual {
	text-align: center
}

.main-container.frame.portal-eanm-virtual .contact-success-heading,
.main-container.frame.portal-eanm-virtual .contact-success-image-holder,
.main-container.frame.portal-eanm-virtual .contact-success-subtitle {
	margin-bottom: 10px
}

.main-container.frame.portal-eanm-virtual a .glyphicon {
	margin-right: 10px
}

@media (min-width:743px) {
	.main-container.frame {
		padding-top: 30px
	}
}

@media (min-width:1312px) {
	.main-container.frame {
		padding-top: 38px;
		padding-left: 30px;
		padding-right: 30px
	}
}

.facets-searchbox {
	width: 100%;
	height: auto;
	margin-top: 30px;
	padding: 15px;
	border-radius: 5px;
	background-color: #fff;
	border-collapse: separate;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

@media (min-width:743px) {
	.facets-searchbox {
		width: 725px;
		margin: 45px auto 36px;
		padding: 21px 30px 30px 30px;
		box-shadow: 0 3px 40px 0 rgba(0, 0, 0, .2)
	}
}

@media (min-width:1312px) {
	.facets-searchbox {
		width: 915px;
		padding: 30px
	}
}

.facets-searchbox .filters-box {
	display: table;
	width: 100%;
	min-height: 19px;
	margin-bottom: 15px
}

.facets-searchbox .filters-box .filters-box-item {
	font-size: .1px;
	vertical-align: top;
	display: table-cell
}

.facets-searchbox .filters-box .filters-box-item.all-facets-btn-holder {
	white-space: nowrap;
	width: .1px
}

.facets-searchbox .filters-box .filters-box-item.reset-filters-btn-holder {
	text-align: right;
	width: 155px
}

@media (min-width:1312px) {
	.facets-searchbox .filters-box .filters-box-item.reset-filters-btn-holder {
		vertical-align: bottom
	}
}

.facets-searchbox .filters-box .btn.all-facets,
.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more.colored,
.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more:not(.colored),
.facets-searchbox .filters-box .links-box a.all-facets.more.colored,
.facets-searchbox .filters-box .links-box a.all-facets.more:not(.colored),
.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more.colored,
.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more:not(.colored),
.links-box .facets-searchbox .filters-box a.all-facets.more.colored,
.links-box .facets-searchbox .filters-box a.all-facets.more:not(.colored) {
	color: #000;
	background: 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding: 0;
	border-style: none;
	margin-top: 9px;
	margin-right: 15px
}

@media (min-width:1312px) {
	.facets-searchbox .filters-box .btn.all-facets,
	.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more.colored,
	.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more:not(.colored),
	.facets-searchbox .filters-box .links-box a.all-facets.more.colored,
	.facets-searchbox .filters-box .links-box a.all-facets.more:not(.colored),
	.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more.colored,
	.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more:not(.colored),
	.links-box .facets-searchbox .filters-box a.all-facets.more.colored,
	.links-box .facets-searchbox .filters-box a.all-facets.more:not(.colored) {
		display: none
	}
}

.facets-searchbox .filters-box .btn.all-facets:focus,
.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more.colored:focus,
.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more:focus:not(.colored),
.facets-searchbox .filters-box .links-box a.all-facets.more.colored:focus,
.facets-searchbox .filters-box .links-box a.all-facets.more:focus:not(.colored),
.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more.colored:focus,
.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more:focus:not(.colored),
.links-box .facets-searchbox .filters-box a.all-facets.more.colored:focus,
.links-box .facets-searchbox .filters-box a.all-facets.more:focus:not(.colored) {
	outline: 0;
	box-shadow: none
}

.facets-searchbox .filters-box .btn.all-facets .glyphicon,
.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more.colored .glyphicon,
.facets-searchbox .filters-box .kw-Infomaterial .favNotice a.all-facets.more:not(.colored) .glyphicon,
.facets-searchbox .filters-box .links-box a.all-facets.more.colored .glyphicon,
.facets-searchbox .filters-box .links-box a.all-facets.more:not(.colored) .glyphicon,
.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more.colored .glyphicon,
.kw-Infomaterial .favNotice .facets-searchbox .filters-box a.all-facets.more:not(.colored) .glyphicon,
.links-box .facets-searchbox .filters-box a.all-facets.more.colored .glyphicon,
.links-box .facets-searchbox .filters-box a.all-facets.more:not(.colored) .glyphicon {
	color: #cd0000;
	font-size: 13px;
	font-weight: 700;
	margin-left: 3px
}

.facets-searchbox .filters-box .reset-filters-btn-container {
	margin-top: 9px;
	margin-bottom: 0
}

@media (min-width:743px) {
	.facets-searchbox .filters-box .reset-filters-btn-container {
		display: inline-block
	}
	.facets-searchbox .filters-box .reset-filters-btn-container .reset-filters-btn .count {
		display: none
	}
}

.facets-searchbox .filters-box .button-list {
	display: none
}

.facets-searchbox .filters-box .button-list .button-list-item.hidden {
	display: none
}

@media (min-width:743px) {
	.facets-searchbox .filters-box .button-list {
		display: inline-block
	}
	.facets-searchbox .filters-box .button-list .button-list-item .facet-name {
		font-weight: 700
	}
}

.facets-searchbox .search-expand {
	padding-left: 15px;
	background-color: #fff
}

.facets-searchbox .active {
	margin-top: 30px
}

.facets-searchbox .title span {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	display: inline-block;
	margin-bottom: 10px
}

.facets-search-panel .facets-search-form,
.facets-search-panel-mobile .facets-search-form,
.facets-search-panel-tablet .facets-search-form {
	position: relative
}

.facets-search-panel .search-panel-input,
.facets-search-panel-mobile .search-panel-input,
.facets-search-panel-tablet .search-panel-input {
	width: 100%;
	height: 47px;
	background-color: #f2f2f2;
	border-radius: 5px
}

@media (min-width:743px) {
	.facets-search-panel .search-panel-input,
	.facets-search-panel-mobile .search-panel-input,
	.facets-search-panel-tablet .search-panel-input {
		display: inline-block;
		height: 63px
	}
}

.facets-search-panel .search-panel-input .input-holder,
.facets-search-panel-mobile .search-panel-input .input-holder,
.facets-search-panel-tablet .search-panel-input .input-holder {
	height: 100%;
	background-image: url(../icons/search.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 10px 15px
}

@media (min-width:743px) {
	.facets-search-panel .search-panel-input .input-holder,
	.facets-search-panel-mobile .search-panel-input .input-holder,
	.facets-search-panel-tablet .search-panel-input .input-holder {
		background-position: 20px 23px
	}
}

.facets-search-panel .search-panel-input .input-holder input,
.facets-search-panel-mobile .search-panel-input .input-holder input,
.facets-search-panel-tablet .search-panel-input .input-holder input {
	color: #cd0000;
	background: 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	width: 100%;
	height: 100%;
	padding: 15px 10px 15px 37px;
	border: none;
	outline: 0
}

@media (min-width:743px) {
	.facets-search-panel .search-panel-input .input-holder input,
	.facets-search-panel-mobile .search-panel-input .input-holder input,
	.facets-search-panel-tablet .search-panel-input .input-holder input {
		font-size: 20px;
		line-height: 22px;
		padding: 21px 155px 20px 47px
	}
}

.facets-search-panel .search-panel-input .input-holder input::placeholder,
.facets-search-panel-mobile .search-panel-input .input-holder input::placeholder,
.facets-search-panel-tablet .search-panel-input .input-holder input::placeholder {
	color: #a9a9a9;
	font-style: normal;
	opacity: 1
}

.facets-search-panel .search-panel-input .input-holder input:-ms-input-placeholder,
.facets-search-panel-mobile .search-panel-input .input-holder input:-ms-input-placeholder,
.facets-search-panel-tablet .search-panel-input .input-holder input:-ms-input-placeholder {
	color: #a9a9a9;
	font-style: normal
}

.facets-search-panel .search-panel-input .input-holder input::-ms-input-placeholder,
.facets-search-panel-mobile .search-panel-input .input-holder input::-ms-input-placeholder,
.facets-search-panel-tablet .search-panel-input .input-holder input::-ms-input-placeholder {
	color: #a9a9a9;
	font-style: normal
}

.facets-search-panel .search-panel-submit,
.facets-search-panel-mobile .search-panel-submit,
.facets-search-panel-tablet .search-panel-submit {
	width: 100%;
	margin-top: 15px
}

.facets-search-panel .search-panel-submit .btn,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
.facets-search-panel .search-panel-submit .links-box a.more.colored,
.facets-search-panel .search-panel-submit .links-box a.more:not(.colored),
.facets-search-panel-mobile .search-panel-submit .btn,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
.facets-search-panel-mobile .search-panel-submit .links-box a.more.colored,
.facets-search-panel-mobile .search-panel-submit .links-box a.more:not(.colored),
.facets-search-panel-tablet .search-panel-submit .btn,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
.facets-search-panel-tablet .search-panel-submit .links-box a.more.colored,
.facets-search-panel-tablet .search-panel-submit .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more.colored,
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more.colored,
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more.colored,
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more:not(.colored),
.links-box .facets-search-panel .search-panel-submit a.more.colored,
.links-box .facets-search-panel .search-panel-submit a.more:not(.colored),
.links-box .facets-search-panel-mobile .search-panel-submit a.more.colored,
.links-box .facets-search-panel-mobile .search-panel-submit a.more:not(.colored),
.links-box .facets-search-panel-tablet .search-panel-submit a.more.colored,
.links-box .facets-search-panel-tablet .search-panel-submit a.more:not(.colored) {
	width: 100%;
	padding: 13px 0;
	text-align: center;
	font-size: 16px
}

.facets-search-panel .search-panel-submit .btn-no-results,
.facets-search-panel-mobile .search-panel-submit .btn-no-results,
.facets-search-panel-tablet .search-panel-submit .btn-no-results {
	background-color: #878787;
	border-color: #878787
}

.facets-search-panel .search-panel-submit .btn,
.facets-search-panel .search-panel-submit .btn-no-results,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
.facets-search-panel .search-panel-submit .links-box a.more.colored,
.facets-search-panel .search-panel-submit .links-box a.more:not(.colored),
.facets-search-panel-mobile .search-panel-submit .btn,
.facets-search-panel-mobile .search-panel-submit .btn-no-results,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
.facets-search-panel-mobile .search-panel-submit .links-box a.more.colored,
.facets-search-panel-mobile .search-panel-submit .links-box a.more:not(.colored),
.facets-search-panel-tablet .search-panel-submit .btn,
.facets-search-panel-tablet .search-panel-submit .btn-no-results,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
.facets-search-panel-tablet .search-panel-submit .links-box a.more.colored,
.facets-search-panel-tablet .search-panel-submit .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more.colored,
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more.colored,
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more.colored,
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more:not(.colored),
.links-box .facets-search-panel .search-panel-submit a.more.colored,
.links-box .facets-search-panel .search-panel-submit a.more:not(.colored),
.links-box .facets-search-panel-mobile .search-panel-submit a.more.colored,
.links-box .facets-search-panel-mobile .search-panel-submit a.more:not(.colored),
.links-box .facets-search-panel-tablet .search-panel-submit a.more.colored,
.links-box .facets-search-panel-tablet .search-panel-submit a.more:not(.colored) {
	outline: 0
}

.facets-search-panel .search-panel-submit .btn-no-results:active,
.facets-search-panel .search-panel-submit .btn-no-results:focus,
.facets-search-panel .search-panel-submit .btn-no-results:hover,
.facets-search-panel .search-panel-submit .btn:active,
.facets-search-panel .search-panel-submit .btn:focus,
.facets-search-panel .search-panel-submit .btn:hover,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:active,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:focus,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:hover,
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more:active:not(.colored),
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more:focus:not(.colored),
.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more:hover:not(.colored),
.facets-search-panel .search-panel-submit .links-box a.more.colored:active,
.facets-search-panel .search-panel-submit .links-box a.more.colored:focus,
.facets-search-panel .search-panel-submit .links-box a.more.colored:hover,
.facets-search-panel .search-panel-submit .links-box a.more:active:not(.colored),
.facets-search-panel .search-panel-submit .links-box a.more:focus:not(.colored),
.facets-search-panel .search-panel-submit .links-box a.more:hover:not(.colored),
.facets-search-panel-mobile .search-panel-submit .btn-no-results:active,
.facets-search-panel-mobile .search-panel-submit .btn-no-results:focus,
.facets-search-panel-mobile .search-panel-submit .btn-no-results:hover,
.facets-search-panel-mobile .search-panel-submit .btn:active,
.facets-search-panel-mobile .search-panel-submit .btn:focus,
.facets-search-panel-mobile .search-panel-submit .btn:hover,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:active,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:focus,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:hover,
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more:active:not(.colored),
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more:focus:not(.colored),
.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more:hover:not(.colored),
.facets-search-panel-mobile .search-panel-submit .links-box a.more.colored:active,
.facets-search-panel-mobile .search-panel-submit .links-box a.more.colored:focus,
.facets-search-panel-mobile .search-panel-submit .links-box a.more.colored:hover,
.facets-search-panel-mobile .search-panel-submit .links-box a.more:active:not(.colored),
.facets-search-panel-mobile .search-panel-submit .links-box a.more:focus:not(.colored),
.facets-search-panel-mobile .search-panel-submit .links-box a.more:hover:not(.colored),
.facets-search-panel-tablet .search-panel-submit .btn-no-results:active,
.facets-search-panel-tablet .search-panel-submit .btn-no-results:focus,
.facets-search-panel-tablet .search-panel-submit .btn-no-results:hover,
.facets-search-panel-tablet .search-panel-submit .btn:active,
.facets-search-panel-tablet .search-panel-submit .btn:focus,
.facets-search-panel-tablet .search-panel-submit .btn:hover,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:active,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:focus,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more.colored:hover,
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more:active:not(.colored),
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more:focus:not(.colored),
.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more:hover:not(.colored),
.facets-search-panel-tablet .search-panel-submit .links-box a.more.colored:active,
.facets-search-panel-tablet .search-panel-submit .links-box a.more.colored:focus,
.facets-search-panel-tablet .search-panel-submit .links-box a.more.colored:hover,
.facets-search-panel-tablet .search-panel-submit .links-box a.more:active:not(.colored),
.facets-search-panel-tablet .search-panel-submit .links-box a.more:focus:not(.colored),
.facets-search-panel-tablet .search-panel-submit .links-box a.more:hover:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more.colored:active,
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more.colored:focus,
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more.colored:hover,
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more:active:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more:focus:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more:hover:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more.colored:active,
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more.colored:focus,
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more.colored:hover,
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more:active:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more:focus:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more:hover:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more.colored:active,
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more.colored:focus,
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more.colored:hover,
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more:active:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more:focus:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more:hover:not(.colored),
.links-box .facets-search-panel .search-panel-submit a.more.colored:active,
.links-box .facets-search-panel .search-panel-submit a.more.colored:focus,
.links-box .facets-search-panel .search-panel-submit a.more.colored:hover,
.links-box .facets-search-panel .search-panel-submit a.more:active:not(.colored),
.links-box .facets-search-panel .search-panel-submit a.more:focus:not(.colored),
.links-box .facets-search-panel .search-panel-submit a.more:hover:not(.colored),
.links-box .facets-search-panel-mobile .search-panel-submit a.more.colored:active,
.links-box .facets-search-panel-mobile .search-panel-submit a.more.colored:focus,
.links-box .facets-search-panel-mobile .search-panel-submit a.more.colored:hover,
.links-box .facets-search-panel-mobile .search-panel-submit a.more:active:not(.colored),
.links-box .facets-search-panel-mobile .search-panel-submit a.more:focus:not(.colored),
.links-box .facets-search-panel-mobile .search-panel-submit a.more:hover:not(.colored),
.links-box .facets-search-panel-tablet .search-panel-submit a.more.colored:active,
.links-box .facets-search-panel-tablet .search-panel-submit a.more.colored:focus,
.links-box .facets-search-panel-tablet .search-panel-submit a.more.colored:hover,
.links-box .facets-search-panel-tablet .search-panel-submit a.more:active:not(.colored),
.links-box .facets-search-panel-tablet .search-panel-submit a.more:focus:not(.colored),
.links-box .facets-search-panel-tablet .search-panel-submit a.more:hover:not(.colored) {
	color: transparent;
	background-image: url(../../bootstrap/icons/search_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #cd0000;
	border-color: #cd0000
}

.facets-search-panel .search-panel-submit .search-icon,
.facets-search-panel-mobile .search-panel-submit .search-icon,
.facets-search-panel-tablet .search-panel-submit .search-icon {
	color: transparent;
	background-image: url(../../bootstrap/icons/search_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #cd0000;
	border-color: #cd0000
}

@media (min-width:743px) {
	.facets-search-panel .search-panel-submit,
	.facets-search-panel-mobile .search-panel-submit,
	.facets-search-panel-tablet .search-panel-submit {
		display: inline-block;
		position: absolute;
		right: 0;
		width: 155px;
		height: 63px;
		margin-top: 0
	}
	.facets-search-panel .search-panel-submit .btn,
	.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
	.facets-search-panel .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
	.facets-search-panel .search-panel-submit .links-box a.more.colored,
	.facets-search-panel .search-panel-submit .links-box a.more:not(.colored),
	.facets-search-panel-mobile .search-panel-submit .btn,
	.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
	.facets-search-panel-mobile .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
	.facets-search-panel-mobile .search-panel-submit .links-box a.more.colored,
	.facets-search-panel-mobile .search-panel-submit .links-box a.more:not(.colored),
	.facets-search-panel-tablet .search-panel-submit .btn,
	.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
	.facets-search-panel-tablet .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
	.facets-search-panel-tablet .search-panel-submit .links-box a.more.colored,
	.facets-search-panel-tablet .search-panel-submit .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more.colored,
	.kw-Infomaterial .favNotice .facets-search-panel .search-panel-submit a.more:not(.colored),
	.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more.colored,
	.kw-Infomaterial .favNotice .facets-search-panel-mobile .search-panel-submit a.more:not(.colored),
	.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more.colored,
	.kw-Infomaterial .favNotice .facets-search-panel-tablet .search-panel-submit a.more:not(.colored),
	.links-box .facets-search-panel .search-panel-submit a.more.colored,
	.links-box .facets-search-panel .search-panel-submit a.more:not(.colored),
	.links-box .facets-search-panel-mobile .search-panel-submit a.more.colored,
	.links-box .facets-search-panel-mobile .search-panel-submit a.more:not(.colored),
	.links-box .facets-search-panel-tablet .search-panel-submit a.more.colored,
	.links-box .facets-search-panel-tablet .search-panel-submit a.more:not(.colored) {
		width: 100%;
		height: 100%;
		padding: 5px;
		line-height: 18px;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		z-index: 1001
	}
}

.facets-search-panel-tablet {
	display: none
}

@media (min-width:743px) {
	.facets-search-panel-tablet {
		display: block
	}
}

@media (min-width:743px) {
	.facets-search-panel-mobile {
		display: none
	}
}

.facets-search-panel-mobile-dialog {
	margin-top: 15px;
	margin-left: -15px;
	margin-right: -15px
}

.facets-search-panel-mobile-dialog .facets-search-form-mobile {
	position: relative
}

.facets-search-panel-mobile-dialog .search-panel-input {
	width: 100%;
	height: 47px;
	background-color: #f2f2f2;
	display: inline-block
}

.facets-search-panel-mobile-dialog .search-panel-input .input-holder {
	height: 100%;
	background-image: url(../icons/search.svg);
	background-size: 18px;
	background-repeat: no-repeat;
	background-position: 15px 15px
}

.facets-search-panel-mobile-dialog .search-panel-input .input-holder input {
	color: #cd0000;
	background: 0 0;
	font-size: 16px;
	font-weight: 700;
	line-height: 17px;
	width: 100%;
	height: 100%;
	padding: 15px 100px 15px 47px;
	border: none;
	outline: 0
}

.facets-search-panel-mobile-dialog .search-panel-input .input-holder input::placeholder {
	color: #a9a9a9;
	font-style: normal;
	opacity: 1
}

.facets-search-panel-mobile-dialog .search-panel-input .input-holder input:-ms-input-placeholder {
	color: #a9a9a9;
	font-style: normal
}

.facets-search-panel-mobile-dialog .search-panel-input .input-holder input::-ms-input-placeholder {
	color: #a9a9a9;
	font-style: normal
}

.facets-search-panel-mobile-dialog .search-panel-submit {
	display: inline-block;
	position: absolute;
	right: 0;
	width: auto;
	height: 47px
}

.facets-search-panel-mobile-dialog .search-panel-submit .btn,
.facets-search-panel-mobile-dialog .search-panel-submit .kw-Infomaterial .favNotice a.more.colored,
.facets-search-panel-mobile-dialog .search-panel-submit .kw-Infomaterial .favNotice a.more:not(.colored),
.facets-search-panel-mobile-dialog .search-panel-submit .links-box a.more.colored,
.facets-search-panel-mobile-dialog .search-panel-submit .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .facets-search-panel-mobile-dialog .search-panel-submit a.more.colored,
.kw-Infomaterial .favNotice .facets-search-panel-mobile-dialog .search-panel-submit a.more:not(.colored),
.links-box .facets-search-panel-mobile-dialog .search-panel-submit a.more.colored,
.links-box .facets-search-panel-mobile-dialog .search-panel-submit a.more:not(.colored) {
	color: transparent;
	background-image: url(../../bootstrap/icons/search_white.svg);
	background-repeat: no-repeat;
	background-position: center;
	width: 100px;
	height: 100%;
	padding: 5px 19px;
	border-radius: 0;
	box-shadow: none;
	z-index: 1001
}

.facet-selector {
	display: inline-block;
	vertical-align: top;
	width: auto;
	min-width: 126px;
	max-width: 145px;
	margin-right: 36px
}

@media (min-width:743px) {
	.facet-selector:nth-child(2) {
		margin-left: -18px
	}
	.facet-selector:last-child {
		margin-right: 0
	}
}

@media (min-width:1312px) {
	.facet-selector:nth-child(2) {
		margin-left: 0
	}
}

.facet-selector .facet-selector-label {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 18px;
	padding-top: 15px;
	padding-left: 21px;
	margin-bottom: 2px
}

.facet-selector .facet-selector-button {
	color: #000;
	background: 0 0;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	padding: 4px 8px;
	margin-left: 12px
}

.facet-selector .facet-selector-button.all-facets {
	left: -8px
}

.facet-selector .facet-selector-button span.glyphicon {
	margin-left: 7px;
	margin-top: -3px;
	font-size: 13px;
	font-weight: 700;
	color: #cd0000
}

.facet-selector .facet-selector-button:focus {
	outline: 0;
	box-shadow: none
}

.facet-selector .btn-facet-index {
	z-index: 1000;
	background: #f2f2f2
}

.facet-selector.all-facets .facet-selector-button {
	margin-left: 0
}

.facet-selector.all-facets .facet-selector-label {
	padding-left: 0
}

.facet-selector .dropdown-open {
	width: 300px
}

.facet-selector .dropdown-menu {
	display: block;
	width: 100%;
	padding: 0;
	margin-top: 4px;
	overflow-x: hidden
}

.facet-selector .dropdown-menu li {
	margin-top: 2px
}

.facet-selector .dropdown-menu-hidden {
	display: none;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow-x: hidden
}

.facet-selector .dropdown-menu-hidden li {
	margin-top: 2px
}

.facet-selector .facet-item-more-selector {
	position: relative;
	top: 6px;
	left: 21px;
	color: #cd0000;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 0;
	border-style: none;
	outline: 0;
	box-shadow: none
}

.facet-selector .facet-item-more-selector.active {
	margin: 0;
	background-image: url(../icons/arrow_up.svg);
	background-repeat: no-repeat;
	background-position: 0 90%;
	background-size: 11px 11px;
	padding-left: 16px
}

.facet-selector .facet-item-more-selector:active,
.facet-selector .facet-item-more-selector:focus {
	outline: 0;
	box-shadow: none
}

.facet-all-selectors {
	display: none
}

@media (min-width:743px) {
	.facet-all-selectors {
		display: inline-block;
		margin-top: -5px
	}
}

.facet-selector-dropdown {
	display: none;
	position: absolute;
	padding: 0 15px 15px 14px;
	z-index: 1000;
	filter: drop-shadow(0 0 20px rgba(0, 0, 0, .26))
}

@media (min-width:1312px \0) {
	.facet-selector-dropdown {
		margin-top: 5px;
		box-shadow: 0 0 20px rgba(0, 0, 0, .26);
		background: #fff
	}
	.facet-selector-dropdown:before {
		content: none
	}
}

.facet-selector-dropdown:before {
	position: absolute;
	z-index: -1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff;
	color: #000;
	--p: polygon(0 0, 168px 0, 168px 38px, 100% 38px, 100% 100%, 0 100%);
	-webkit-clip-path: var(--p);
	clip-path: var(--p);
	content: ''
}

.facet-selector-dropdown.sorter {
	padding: 0 12px 15px 14px;
	background: #fff
}

.facet-selector-dropdown.sorter:before {
	content: none
}

.facet-selector-dropdown .facet-selector-label {
	min-width: 150px;
	margin-bottom: 32px;
	padding-top: 15px;
	padding-left: 7px;
	font-size: 14px;
	line-height: 18px;
	display: inline-block
}

@media (min-width:1312px \0) {
	.facet-selector-dropdown .facet-selector-label {
		padding-top: 10px
	}
}

.facet-selector-dropdown .dropdown-menu {
	display: block;
	position: static;
	background: #fff;
	overflow-x: hidden;
	border: none;
	box-shadow: none
}

.facet-selector-dropdown .facet-checkbox {
	padding: 0
}

.facet-selector-dropdown .facet-checkbox label {
	position: relative;
	padding-left: 20px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	cursor: pointer
}

.facet-selector-dropdown .facet-checkbox label input[type=checkbox] {
	display: none
}

.facet-selector-dropdown .facet-checkbox label input[type=checkbox]:checked+.facet-checkbox-custom>.icon {
	opacity: 1
}

.facet-selector-dropdown .facet-checkbox label input[type=checkbox]+.facet-checkbox-custom>.icon {
	opacity: 0
}

.facet-selector-dropdown .facet-checkbox .facet-checkbox-count {
	color: #878787
}

.facet-selector-dropdown .facet-checkbox .facet-checkbox-custom {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-image: url(../icons/checkbox_color_unchecked.svg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle
}

.facet-selector-dropdown .facet-checkbox .facet-checkbox-custom.checked {
	background-image: url(../icons/checkbox_color_checked.svg)
}

.facet-selector-dropdown .facet-checkbox {
	padding: 0;
	display: inline
}

.facet-selector-dropdown .facet-checkbox label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	cursor: pointer
}

.facet-selector-dropdown .facet-checkbox label input[type=checkbox] {
	display: none
}

.facet-selector-dropdown .facet-checkbox label input[type=checkbox]:checked+.facet-checkbox-custom>.icon {
	opacity: 1
}

.facet-selector-dropdown .facet-checkbox label input[type=checkbox]+.facet-checkbox-custom>.icon {
	opacity: 0
}

.facet-selector-dropdown .facet-checkbox .facet-checkbox-count {
	color: #878787
}

.facet-selector-dropdown .facet-checkbox .facet-checkbox-custom {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	cursor: pointer;
	background-image: url(../icons/checkbox_color_unchecked.svg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle
}

.facet-selector-dropdown .facet-checkbox .facet-checkbox-custom.checked {
	background-image: url(../icons/checkbox_color_checked.svg)
}

.facet-selector-dropdown .facet-radio label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	cursor: pointer
}

.facet-selector-dropdown .facet-radio label input[type=radio] {
	display: none
}

.facet-selector-dropdown .facet-radio label input[type=radio]+.facet-radio-custom>.icon {
	opacity: 0
}

.facet-selector-dropdown .facet-radio label input[type=radio]:checked+.facet-radio-custom>.icon {
	opacity: .8
}

.facet-selector-dropdown .facet-radio label input[type=radio]:disabled+.facet-radio-custom {
	opacity: .5
}

.facet-selector-dropdown .facet-radio label:after {
	content: '';
	display: table;
	clear: both
}

.facet-selector-dropdown .facet-radio .facet-radio-count {
	color: #878787
}

.facet-selector-dropdown .facet-radio .facet-radio-custom {
	position: relative;
	top: 2px;
	display: inline-block;
	background-color: #f8f8f8;
	border: 1px solid #cd0000;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	cursor: pointer
}

.facet-selector-dropdown .facet-radio .facet-radio-custom .icon {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	background-color: #cd0000;
	border-radius: 50%
}

.single-filter-panel {
	background-color: #fff;
	position: relative;
	width: 346px;
	height: auto;
	padding: 30px;
	border-radius: 5px;
	margin-top: 75px;
	margin-left: auto;
	margin-right: auto
}

.single-filter-panel .modal-panel-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: none;
	background-size: 28px;
	background: url(../icons/close-delete.svg);
	background-repeat: no-repeat;
	background-position: center;
	outline: 0;
	box-shadow: none;
	font-weight: 700
}

.single-filter-panel .modal-panel-title {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	padding-left: 21px;
	margin-bottom: 10px
}

.single-filter-panel .facet-list,
.single-filter-panel .sort-list {
	list-style: none;
	margin-bottom: 10px
}

.single-filter-panel .facet-list:last-child,
.single-filter-panel .sort-list:last-child {
	margin-bottom: 0
}

.single-filter-panel .facet-list li,
.single-filter-panel .sort-list li {
	font-size: .1px;
	line-height: 16px;
	margin-bottom: 10px
}

.single-filter-panel .facet-list li:last-child,
.single-filter-panel .sort-list li:last-child {
	margin-bottom: 0
}

.single-filter-panel .facet-list-hidden {
	display: none
}

.single-filter-panel .facet-list-more {
	color: #cd0000;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	border-style: none;
	margin-left: 21px;
	outline: 0;
	box-shadow: none
}

.single-filter-panel .facet-list-more.active {
	background-image: url(../icons/arrow_up.svg);
	background-repeat: no-repeat;
	background-position: 0 90%;
	background-size: 11px 11px;
	padding-left: 16px
}

.single-filter-panel .facet-list-more:active,
.single-filter-panel .facet-list-more:focus {
	outline: 0;
	box-shadow: none
}

.single-filter-panel .facet-radio label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
	margin: 0;
	cursor: pointer
}

.single-filter-panel .facet-radio label input[type=radio] {
	display: none
}

.single-filter-panel .facet-radio label input[type=radio]+.facet-radio-custom>.icon {
	opacity: 0
}

.single-filter-panel .facet-radio label input[type=radio]:disabled+.facet-radio-custom {
	opacity: .5
}

.single-filter-panel .facet-radio label input[type=radio]:checked+.facet-radio-custom>.icon {
	opacity: 1
}

.single-filter-panel .facet-radio .facet-radio-count {
	color: #878787
}

.single-filter-panel .facet-radio .facet-radio-custom {
	background-color: #f8f8f8;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	border: 1px solid #cd0000;
	border-radius: 50%;
	margin-right: 7px;
	cursor: pointer
}

.single-filter-panel .facet-radio .facet-radio-custom .icon {
	background-color: #cd0000;
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border-radius: 50%
}

.single-filter-panel .facet-checkbox label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	vertical-align: middle;
	position: relative;
	padding-left: 20px;
	margin: 0;
	cursor: pointer
}

.single-filter-panel .facet-checkbox label input[type=checkbox] {
	display: none
}

.single-filter-panel .facet-checkbox label input[type=checkbox]+.facet-checkbox-custom>.icon {
	opacity: 0
}

.single-filter-panel .facet-checkbox label input[type=checkbox]:disabled+.facet-checkbox-custom {
	opacity: .5
}

.single-filter-panel .facet-checkbox label input[type=checkbox]:checked+.facet-checkbox-custom>.icon {
	opacity: 1
}

.single-filter-panel .facet-checkbox .facet-checkbox-count {
	color: #878787
}

.single-filter-panel .facet-checkbox .facet-checkbox-custom {
	background-image: url(../icons/checkbox_color_unchecked.svg);
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	cursor: pointer
}

.single-filter-panel .facet-checkbox .facet-checkbox-custom.checked {
	background-image: url(../icons/checkbox_color_checked.svg)
}

.modal-facet-panel,
.modal-facet-search {
	padding: 0!important
}

.facet-dropdown-item {
	cursor: pointer
}

.facet-panel {
	background-color: #fff;
	position: relative;
	width: 100%;
	height: 100%;
	padding: 15px 10px 10px;
	margin: 0;
	overflow-y: auto
}

@media (min-width:743px) {
	.facet-panel {
		padding: 45px 60px 60px
	}
}

@media (min-width:1312px) {
	.facet-panel {
		width: 975px;
		height: auto;
		border-radius: 5px;
		border-collapse: separate;
		box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
		margin: 75px auto;
		overflow-y: visible
	}
}

.facet-panel .facet-panel-title {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 3px
}

@media (min-width:743px) {
	.facet-panel .facet-panel-title {
		display: none
	}
}

.facet-panel .reset-filters-btn-container {
	text-align: center
}

@media (min-width:743px) {
	.facet-panel .reset-filters-btn-container {
		text-align: right
	}
}

.facet-panel .facet-panel-close {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 32px;
	height: 32px;
	border: none;
	background-size: 28px;
	background: url(../icons/close-delete.svg);
	background-repeat: no-repeat;
	background-position: center;
	outline: 0;
	box-shadow: none;
	font-weight: 700
}

.facet-panel .facets-search-panel,
.facet-panel .facets-search-panel-mobile,
.facet-panel .facets-search-panel-tablet {
	position: relative;
	margin-top: 0;
	margin-bottom: 30px
}

.facet-panel .facet-boxes-container .reloading {
	display: none
}

.facet-panel .facet-box {
	vertical-align: top
}

@media (min-width:1312px) {
	.facet-panel .facet-box {
		width: 390px
	}
}

.facet-panel .facet-box .facetbox-input-holder {
	display: block;
	margin-bottom: 10px;
	border-radius: 4px;
	border: solid 1px #e9e9e9
}

.facet-panel .facet-box .input-holder {
	margin-left: 8px;
	height: 33px;
	background-image: url(../icons/search.svg);
	background-position: left;
	background-repeat: no-repeat;
	background-size: 14px
}

.facet-panel .facet-box .input-holder input {
	margin-left: 29px;
	line-height: 31px;
	width: 90%;
	color: #cd0000;
	outline: 0;
	border: none
}

.facet-panel .facet-box .input-holder input::placeholder {
	color: #a9a9a9;
	font-style: normal;
	opacity: 1
}

.facet-panel .facet-box .input-holder input:-ms-input-placeholder {
	color: #a9a9a9;
	font-style: normal
}

.facet-panel .facet-box .input-holder input::-ms-input-placeholder {
	color: #a9a9a9;
	font-style: normal
}

.facet-panel .facet-box .facet-title {
	margin-bottom: 10px
}

.facet-panel .facet-box .facet-title span {
	display: inline-block;
	padding-left: 21px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	color: #000
}

.facet-panel .facet-box .facet-box-list {
	margin-bottom: 0;
	list-style: none
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item {
	font-size: .1px
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item .facet-checkbox label {
	position: relative;
	padding-left: 20px;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	cursor: pointer
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item .facet-checkbox label input[type=checkbox] {
	display: none
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item .facet-checkbox label input[type=checkbox]:checked+.facet-checkbox-custom>.icon {
	opacity: 1
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item .facet-checkbox label input[type=checkbox]+.facet-checkbox-custom>.icon {
	opacity: 0
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item .facet-checkbox .facet-checkbox-count {
	color: #878787
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item .facet-checkbox .facet-checkbox-custom {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 2px;
	width: 14px;
	height: 14px;
	cursor: pointer;
	background-image: url(../icons/checkbox_color_unchecked.svg);
	background-repeat: no-repeat;
	background-position: center;
	vertical-align: middle
}

.facet-panel .facet-box .facet-box-list .facet-box-list-item .facet-checkbox .facet-checkbox-custom.checked {
	background-image: url(../icons/checkbox_color_checked.svg)
}

.facet-panel .facet-box .facet-box-list-hidden {
	display: none
}

.facet-panel .facet-box .facet-item-more {
	color: #cd0000;
	background-color: #fff;
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	padding: 0;
	border-style: none;
	margin-left: 21px;
	outline: 0;
	box-shadow: none
}

.facet-panel .facet-box .facet-item-more.active {
	background-image: url(../icons/arrow_up.svg);
	background-repeat: no-repeat;
	background-position: 0 90%;
	background-size: 11px 11px;
	padding-left: 16px
}

.facet-panel .facet-box .facet-item-more:active,
.facet-panel .facet-box .facet-item-more:focus {
	outline: 0;
	box-shadow: none
}

.facet-panel .facet-box-group .facet-box {
	padding-bottom: 15px;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px
}

.facet-panel .facet-box-group .facet-box:last-child {
	padding-bottom: 0;
	border-bottom-style: none;
	margin-bottom: 0
}

.facet-radio label {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	color: #000;
	cursor: pointer
}

.facet-radio label input[type=radio] {
	display: none
}

.facet-radio label input[type=radio]+.facet-radio-custom>.icon {
	opacity: 0
}

.facet-radio label input[type=radio]:checked+.facet-radio-custom>.icon {
	opacity: .8
}

.facet-radio label input[type=radio]:disabled+.facet-radio-custom {
	opacity: .5
}

.facet-radio label:after {
	content: '';
	display: table;
	clear: both
}

.facet-radio .facet-radio-count {
	color: #878787
}

.facet-radio .facet-radio-custom {
	position: relative;
	top: 2px;
	display: inline-block;
	background-color: #f8f8f8;
	border: 1px solid #cd0000;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	margin-right: 7px;
	cursor: pointer
}

.facet-radio .facet-radio-custom .icon {
	display: block;
	position: absolute;
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	background-color: #cd0000;
	border-radius: 50%
}

.reset-filters-btn-container {
	text-align: right;
	margin-bottom: 15px
}

.reset-filters-btn-container .reset-filters-btn {
	color: #cd0000;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none
}

.loader {
	width: 80px;
	height: 80px;
	margin: 50px auto 0;
	border: 8px solid #f3f3f3;
	border-top: 8px solid #cd0000;
	border-radius: 50%;
	animation: spin 2s linear infinite
}

@media (min-width:743px) {
	.loader {
		width: 120px;
		height: 120px;
		margin: 100px auto 100px
	}
}

@keyframes spin {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.ac_results_facets {
	background: #f2f2f2;
	box-shadow: 0 21px 20px 0 rgba(0, 0, 0, .1);
	width: 100%;
	z-index: 100
}

@media (min-width:743px) {
	.ac_results_facets {
		width: 510px;
		max-height: 390px;
		overflow-y: auto
	}
}

@media (min-width:1312px) {
	.ac_results_facets {
		width: 700px
	}
}

.ac_results_facets ul {
	padding-left: 37px;
	list-style: none
}

@media (min-width:743px) {
	.ac_results_facets ul {
		padding-left: 47px
	}
}

.ac_results_facets ul li {
	margin-bottom: 12px;
	font-size: 16px;
	color: #000
}

@media (min-width:743px) {
	.ac_results_facets ul li {
		margin-bottom: 15px;
		font-size: 18px
	}
}

.ac_results_facets .facet-highlight {
	color: #cd0000
}

.ac_results_facets_panel {
	background: #f2f2f2;
	box-shadow: 0 21px 20px 0 rgba(0, 0, 0, .1);
	z-index: 1100;
	left: 0;
	right: 155px;
	max-height: 390px;
	overflow-y: auto
}

.ac_results_facets_panel ul {
	padding-left: 47px;
	list-style: none
}

.ac_results_facets_panel ul li {
	font-size: 18px;
	color: #000;
	margin-bottom: 15px
}

.ac_results_facets_panel .facet-highlight {
	color: #cd0000
}

.ac_results_facets_search_panel {
	width: 100%!important;
	left: 0!important;
	bottom: 0!important;
	z-index: 1200;
	overflow-y: auto
}

.ac_results_facets_search_panel ul {
	list-style: none;
	padding: 0 10px
}

.ac_results_facets_search_panel ul li {
	padding: 15px 0;
	font-size: 16px;
	color: #000;
	border-bottom: 1px solid #e9e9e9
}

.ac_results_facets_search_panel .facet-highlight {
	color: #cd0000
}

.ac_results_facets_search_panel .no-results {
	color: #878787
}

.ac_results_facet_select {
	background: #f9f9f9;
	z-index: 1100;
	padding: 10px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1)
}

.ac_results_facet_select ul {
	list-style: none
}

.ac_results_facet_select ul li {
	font-size: 14px;
	color: #000;
	margin-bottom: 12px
}

@media (min-width:743px) {
	.webinars .facets-searchbox .filters-box .all-facets {
		display: none
	}
}

.webinars .facets-searchbox .facet-selector.all-facets {
	display: none
}

::placeholder {
	font-style: italic
}

:-ms-input-placeholder {
	color: #ccc!important
}

.popover-content {
	text-align: center
}

body {
	background-image: none
}

@media (min-width:743px) {
	body::after {
		content: "";
		filter: brightness(.5);
		background-repeat: no-repeat;
		background-size: 100% auto;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		z-index: -1;
		margin-top: 89px
	}
}

@media (min-width:1312px) {
	body::after {
		margin-top: 225px
	}
}

@media (min-width:743px) {
	body.catalogs::after,
	body.contact::after,
	body.news::after,
	body.products::after,
	body.sciarticles::after,
	body.services::after,
	body.software::after {
		background-image: url(../images/products-detail-bg.jpg)
	}
}

body.marketoverviews,
body.webinars.webinars-index {
	background-color: #fff
}

@media (min-width:743px) {
	body.marketoverviews,
	body.webinars.webinars-index {
		background-color: #f9f9f9
	}
}

@media (min-width:743px) {
	body.marketoverviews::after {
		background-image: url(../images/marketoverviews-detail-bg-tablet.jpg)
	}
}

@media (min-width:1312px) {
	body.marketoverviews::after {
		background-image: url(../images/marketoverviews-detail-bg.jpg)
	}
}

@media (min-width:743px) {
	body.webinars.webinars-index::after {
		background-image: url(../images/webinars-tablet-bg.jpg)
	}
}

@media (min-width:1312px) {
	body.webinars.webinars-index::after {
		background-image: url(../images/webinars-bg.jpg)
	}
}

@media (min-width:743px) {
	body.webinars.webinars-detail::after {
		background-image: url(../images/webinars-detail-bg.jpg)
	}
}

.screen-size-detector {
	visibility: hidden;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	border-style: none;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: -1
}

.main-container.catalogs,
.main-container.contact,
.main-container.error,
.main-container.news,
.main-container.products,
.main-container.sciarticles,
.main-container.services,
.main-container.software,
.main-container.webinars {
	background-color: #fff;
	margin-top: 64px;
	padding-top: 83px;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:743px) {
	.main-container.catalogs,
	.main-container.contact,
	.main-container.error,
	.main-container.news,
	.main-container.products,
	.main-container.sciarticles,
	.main-container.services,
	.main-container.software,
	.main-container.webinars {
		margin-top: 110px;
		padding-top: 30px;
		padding-left: 32px;
		padding-right: 32px
	}
}

@media (min-width:1312px) {
	.main-container.catalogs,
	.main-container.contact,
	.main-container.error,
	.main-container.news,
	.main-container.products,
	.main-container.sciarticles,
	.main-container.services,
	.main-container.software,
	.main-container.webinars {
		margin-top: 87px;
		padding-top: 72px;
		padding-left: 92px;
		padding-right: 92px
	}
}

.main-container.marketoverviews,
.main-container.webinars.webinars-index {
	background-color: transparent;
	margin-top: 64px;
	padding-top: 83px;
	padding-left: 20px;
	padding-right: 20px
}

@media (min-width:743px) {
	.main-container.marketoverviews,
	.main-container.webinars.webinars-index {
		margin-top: 110px;
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0
	}
}

@media (min-width:1312px) {
	.main-container.marketoverviews,
	.main-container.webinars.webinars-index {
		margin-top: 81px;
		padding-top: 0;
		padding-left: 0;
		padding-right: 0
	}
}

.disable-pdw,
.disable-pdw.main-container.catalogs,
.disable-pdw.main-container.contact,
.disable-pdw.main-container.error,
.disable-pdw.main-container.news,
.disable-pdw.main-container.products,
.disable-pdw.main-container.sciarticles,
.disable-pdw.main-container.services,
.disable-pdw.main-container.software,
.disable-pdw.main-container.webinars {
	padding-top: 30px
}

@media (min-width:1312px) {
	.disable-pdw,
	.disable-pdw.main-container.catalogs,
	.disable-pdw.main-container.contact,
	.disable-pdw.main-container.error,
	.disable-pdw.main-container.news,
	.disable-pdw.main-container.products,
	.disable-pdw.main-container.sciarticles,
	.disable-pdw.main-container.services,
	.disable-pdw.main-container.software,
	.disable-pdw.main-container.webinars {
		padding-top: 72px
	}
}

.disable-pdw.main-container.marketoverviews,
.disable-pdw.main-container.webinars-index {
	padding-top: 30px
}

@media (min-width:1312px) {
	.disable-pdw.main-container.marketoverviews,
	.disable-pdw.main-container.webinars-index {
		padding-top: 0
	}
}

.product-company-logo-holder,
.product-company-logo-link-holder {
	margin-top: 8px;
	margin-bottom: 16px
}

@media (min-width:743px) {
	.product-company-logo-holder,
	.product-company-logo-link-holder {
		margin-top: 0;
		margin-bottom: 43px
	}
}

@media (min-width:1312px) {
	.product-company-logo-holder,
	.product-company-logo-link-holder {
		margin-bottom: 59px
	}
}

.product-company-logo-link-holder a {
	display: inline-block
}

.product-company-logo {
	max-width: 150px;
	max-height: 75px
}

@media (min-width:743px) {
	.product-company-logo {
		max-height: 100px
	}
}

@media (min-width:1312px) {
	.product-company-logo {
		max-height: 120px
	}
}

.product-company-name {
	font-size: 17px;
	margin-bottom: 16px
}

@media (min-width:743px) {
	.product-company-name {
		font-size: 18px;
		margin-bottom: 43px
	}
}

@media (min-width:1312px) {
	.product-company-name {
		font-size: 20px;
		margin-bottom: 59px
	}
}

.product-title {
	margin-top: 8px;
	margin-bottom: 19px;
	word-wrap: break-word
}

@media (min-width:743px) {
	.product-title {
		margin-top: 43px
	}
}

@media (min-width:1312px) {
	.product-title {
		margin-top: 59px;
		margin-bottom: 56px
	}
}

#imageCarouselWrapper {
	text-align: center
}

@media (min-width:743px) {
	#imageCarouselWrapper {
		text-align: right;
		float: right
	}
}

@media (min-width:743px) {
	#imageCarouselWrapper.news-images,
	#imageCarouselWrapper.sciarticle-images {
		text-align: left;
		float: left;
		margin: 7px 30px 10px 0
	}
}

@media (min-width:743px) {
	#imageCarouselWrapper.news-images .carousel,
	#imageCarouselWrapper.sciarticle-images .carousel {
		width: 324px
	}
}

@media (min-width:743px) {
	#imageCarouselWrapper.news-images .carousel-inner .image-holder,
	#imageCarouselWrapper.sciarticle-images .carousel-inner .image-holder {
		width: 324px;
		margin-left: 0
	}
}

#imageCarouselWrapper.news-images .carousel-caption p,
#imageCarouselWrapper.sciarticle-images .carousel-caption p {
	color: rgba(0, 0, 0, .8);
	text-align: left
}

.contactbox {
	margin-top: 33px
}

@media (min-width:743px) {
	.contactbox {
		margin-top: 54px;
		text-align: center
	}
}

@media (min-width:1312px) {
	.contactbox {
		margin-top: 0;
		text-align: left
	}
}

.contactbox .btn,
.contactbox .kw-Infomaterial .favNotice a.more.colored,
.contactbox .kw-Infomaterial .favNotice a.more:not(.colored),
.contactbox .links-box a.more.colored,
.contactbox .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .contactbox a.more.colored,
.kw-Infomaterial .favNotice .contactbox a.more:not(.colored),
.links-box .contactbox a.more.colored,
.links-box .contactbox a.more:not(.colored) {
	width: 100%;
	margin: 5px 0
}

@media (min-width:743px) {
	.contactbox .btn,
	.contactbox .kw-Infomaterial .favNotice a.more.colored,
	.contactbox .kw-Infomaterial .favNotice a.more:not(.colored),
	.contactbox .links-box a.more.colored,
	.contactbox .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .contactbox a.more.colored,
	.kw-Infomaterial .favNotice .contactbox a.more:not(.colored),
	.links-box .contactbox a.more.colored,
	.links-box .contactbox a.more:not(.colored) {
		width: auto;
		margin-right: 50px
	}
}

@media (min-width:1312px) {
	.contactbox .btn,
	.contactbox .kw-Infomaterial .favNotice a.more.colored,
	.contactbox .kw-Infomaterial .favNotice a.more:not(.colored),
	.contactbox .links-box a.more.colored,
	.contactbox .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .contactbox a.more.colored,
	.kw-Infomaterial .favNotice .contactbox a.more:not(.colored),
	.links-box .contactbox a.more.colored,
	.links-box .contactbox a.more:not(.colored) {
		margin-right: 30px
	}
}

.contactbox .btn:last-child,
.contactbox .btn:only-child,
.contactbox .kw-Infomaterial .favNotice a.more.colored:last-child,
.contactbox .kw-Infomaterial .favNotice a.more.colored:only-child,
.contactbox .kw-Infomaterial .favNotice a.more:last-child:not(.colored),
.contactbox .kw-Infomaterial .favNotice a.more:only-child:not(.colored),
.contactbox .links-box a.more.colored:last-child,
.contactbox .links-box a.more.colored:only-child,
.contactbox .links-box a.more:last-child:not(.colored),
.contactbox .links-box a.more:only-child:not(.colored),
.kw-Infomaterial .favNotice .contactbox a.more.colored:last-child,
.kw-Infomaterial .favNotice .contactbox a.more.colored:only-child,
.kw-Infomaterial .favNotice .contactbox a.more:last-child:not(.colored),
.kw-Infomaterial .favNotice .contactbox a.more:only-child:not(.colored),
.links-box .contactbox a.more.colored:last-child,
.links-box .contactbox a.more.colored:only-child,
.links-box .contactbox a.more:last-child:not(.colored),
.links-box .contactbox a.more:only-child:not(.colored) {
	margin-right: 0
}

#product-advantages span.heading {
	display: block;
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 28px;
	text-align: center
}

@media (min-width:743px) {
	#product-advantages span.heading {
		margin-top: 66px;
		margin-bottom: 50px;
		font-size: 24px;
		line-height: 35px
	}
}

@media (min-width:1312px) {
	#product-advantages span.heading {
		font-size: 28px;
		text-align: left
	}
}

#product-description {
	margin-bottom: 50px
}

@media (min-width:743px) {
	#product-description {
		margin-bottom: 76px
	}
}

@media (min-width:1312px) {
	#product-description {
		margin-bottom: 120px
	}
}

#product-description h2 {
	margin-top: 50px;
	margin-bottom: 37px
}

@media (min-width:743px) {
	#product-description h2 {
		margin-top: 66px;
		margin-bottom: 30px
	}
}

@media (min-width:1312px) {
	#product-description h2 {
		margin-bottom: 52px
	}
}

#product-description .product-content {
	widows: 2;
	orphans: 2;
	hyphens: auto
}

@media (min-width:743px) {
	#product-description .product-content {
		hyphens: none
	}
}

@media (min-width:1312px) {
	#product-description .product-content {
		column-count: 2;
		column-gap: 77px
	}
}

#product-description .product-content ul {
	font-size: 16px;
	list-style: none;
	padding-left: 1em
}

@media (min-width:743px) {
	#product-description .product-content ul {
		font-size: 18px
	}
}

@media (min-width:1312px) {
	#product-description .product-content ul {
		font-size: 20px
	}
}

#product-description .product-content ul li {
	color: rgba(0, 0, 0, .7);
	line-height: 27px;
	position: relative
}

@media (min-width:1312px) {
	#product-description .product-content ul li {
		line-height: 32px;
		-webkit-column-break-inside: avoid;
		break-inside: avoid-column
	}
}

#product-description .product-content ul li::before {
	content: "\2022";
	color: #cd0000;
	font-weight: 700;
	position: absolute;
	left: -1em
}

.product-fairs-note p {
	color: #000
}

.product-list {
	margin-bottom: 50px
}

@media (min-width:1312px) {
	.product-list {
		margin-bottom: 72px
	}
}

.product-list .heading {
	margin-top: 50px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px
}

@media (min-width:743px) {
	.product-list .heading {
		margin-top: 51px;
		font-size: 22px
	}
}

@media (min-width:1312px) {
	.product-list .heading {
		margin-top: 72px;
		font-size: 24px
	}
}

.contact-supplier {
	margin-top: 50px;
	margin-bottom: 50px
}

.contact-supplier .contact-supplier-title {
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 22px;
	line-height: 28px
}

@media (min-width:743px) {
	.contact-supplier .contact-supplier-title {
		margin-top: 22px;
		font-size: 24px;
		line-height: 35px
	}
}

@media (min-width:1312px) {
	.contact-supplier .contact-supplier-title {
		margin-top: 25px;
		font-size: 28px
	}
}

@media (min-width:743px) {
	.contact-supplier {
		margin-top: 38px;
		margin-bottom: 75px
	}
}

@media (min-width:1312px) {
	.contact-supplier {
		margin-top: 85px;
		margin-bottom: 50px;
		margin-right: 120px
	}
}

.contact-supplier .btn,
.contact-supplier .kw-Infomaterial .favNotice a.more.colored,
.contact-supplier .kw-Infomaterial .favNotice a.more:not(.colored),
.contact-supplier .links-box a.more.colored,
.contact-supplier .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .contact-supplier a.more.colored,
.kw-Infomaterial .favNotice .contact-supplier a.more:not(.colored),
.links-box .contact-supplier a.more.colored,
.links-box .contact-supplier a.more:not(.colored) {
	width: 100%;
	margin: 5px 0
}

@media (min-width:743px) {
	.contact-supplier .btn,
	.contact-supplier .kw-Infomaterial .favNotice a.more.colored,
	.contact-supplier .kw-Infomaterial .favNotice a.more:not(.colored),
	.contact-supplier .links-box a.more.colored,
	.contact-supplier .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .contact-supplier a.more.colored,
	.kw-Infomaterial .favNotice .contact-supplier a.more:not(.colored),
	.links-box .contact-supplier a.more.colored,
	.links-box .contact-supplier a.more:not(.colored) {
		width: auto
	}
}

.contact-supplier .btn .glyphicon,
.contact-supplier .kw-Infomaterial .favNotice a.more.colored .glyphicon,
.contact-supplier .kw-Infomaterial .favNotice a.more:not(.colored) .glyphicon,
.contact-supplier .links-box a.more.colored .glyphicon,
.contact-supplier .links-box a.more:not(.colored) .glyphicon,
.kw-Infomaterial .favNotice .contact-supplier a.more.colored .glyphicon,
.kw-Infomaterial .favNotice .contact-supplier a.more:not(.colored) .glyphicon,
.links-box .contact-supplier a.more.colored .glyphicon,
.links-box .contact-supplier a.more:not(.colored) .glyphicon {
	margin-right: 11px
}

.contact-supplier .btn-primary,
.contact-supplier .kw-Infomaterial .favNotice a.more:not(.colored),
.contact-supplier .links-box a.more:not(.colored),
.kw-Infomaterial .favNotice .contact-supplier a.more:not(.colored),
.links-box .contact-supplier a.more:not(.colored) {
	line-height: 26px
}

@media (min-width:743px) {
	.contact-supplier .btn-primary,
	.contact-supplier .kw-Infomaterial .favNotice a.more:not(.colored),
	.contact-supplier .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .contact-supplier a.more:not(.colored),
	.links-box .contact-supplier a.more:not(.colored) {
		display: block;
		margin: 10px 0;
		line-height: normal;
		max-width: 355px
	}
}

@media (min-width:1312px) {
	.contact-supplier .btn-primary,
	.contact-supplier .kw-Infomaterial .favNotice a.more:not(.colored),
	.contact-supplier .links-box a.more:not(.colored),
	.kw-Infomaterial .favNotice .contact-supplier a.more:not(.colored),
	.links-box .contact-supplier a.more:not(.colored) {
		display: inline-block;
		max-width: none;
		margin-right: 37px
	}
	.contact-supplier .btn-primary:last-child,
	.contact-supplier .btn-primary:only-child,
	.contact-supplier .kw-Infomaterial .favNotice a.more:last-child:not(.colored),
	.contact-supplier .kw-Infomaterial .favNotice a.more:only-child:not(.colored),
	.contact-supplier .links-box a.more:last-child:not(.colored),
	.contact-supplier .links-box a.more:only-child:not(.colored),
	.kw-Infomaterial .favNotice .contact-supplier a.more:last-child:not(.colored),
	.kw-Infomaterial .favNotice .contact-supplier a.more:only-child:not(.colored),
	.links-box .contact-supplier a.more:last-child:not(.colored),
	.links-box .contact-supplier a.more:only-child:not(.colored) {
		margin-right: 0
	}
}

@media (min-width:743px) {
	.contact-supplier .btn-inverse,
	.contact-supplier .kw-Infomaterial .favNotice a.more.colored,
	.contact-supplier .links-box a.more.colored,
	.kw-Infomaterial .favNotice .contact-supplier a.more.colored,
	.links-box .contact-supplier a.more.colored {
		margin: 10px 20px 10px 0
	}
}

@media (min-width:1312px) {
	.contact-supplier .btn-inverse,
	.contact-supplier .kw-Infomaterial .favNotice a.more.colored,
	.contact-supplier .links-box a.more.colored,
	.kw-Infomaterial .favNotice .contact-supplier a.more.colored,
	.links-box .contact-supplier a.more.colored {
		margin-right: 37px
	}
	.contact-supplier .btn-inverse:last-child,
	.contact-supplier .btn-inverse:only-child,
	.contact-supplier .kw-Infomaterial .favNotice a.more.colored:last-child,
	.contact-supplier .kw-Infomaterial .favNotice a.more.colored:only-child,
	.contact-supplier .links-box a.more.colored:last-child,
	.contact-supplier .links-box a.more.colored:only-child,
	.kw-Infomaterial .favNotice .contact-supplier a.more.colored:last-child,
	.kw-Infomaterial .favNotice .contact-supplier a.more.colored:only-child,
	.links-box .contact-supplier a.more.colored:last-child,
	.links-box .contact-supplier a.more.colored:only-child {
		margin-right: 0
	}
}

@media (min-width:743px) {
	.contact-supplier .btn-container {
		margin-top: 20px
	}
}

@media (min-width:1312px) {
	.contact-supplier .btn-container {
		margin-top: 30px
	}
}

.contact-supplier-logo-holder {
	text-align: center
}

@media (min-width:743px) {
	.contact-supplier-logo-holder {
		text-align: right;
		margin-top: 25px
	}
}

.contact-supplier-logo-holder .contact-supplier-logo {
	max-width: 150px;
	max-height: 75px
}

@media (min-width:743px) {
	.contact-supplier-logo-holder .contact-supplier-logo {
		max-height: 100px
	}
}

@media (min-width:1312px) {
	.contact-supplier-logo-holder .contact-supplier-logo {
		max-height: 120px
	}
}

.contact-supplier-logo-holder .contact-supplier-name {
	font-size: 22px;
	line-height: 28px
}

@media (min-width:743px) {
	.contact-supplier-logo-holder .contact-supplier-name {
		font-size: 24px;
		line-height: 30px;
		margin-top: 20px
	}
}

@media (min-width:1312px) {
	.contact-supplier-logo-holder .contact-supplier-name {
		font-size: 28px;
		line-height: 35px
	}
}

#product-video {
	background-color: #f9f9f9;
	padding: 30px 20px 50px;
	margin-right: -20px;
	margin-left: -20px
}

@media (min-width:743px) {
	#product-video {
		padding: 57px 32px 56px;
		margin-right: -32px;
		margin-left: -32px
	}
}

@media (min-width:1312px) {
	#product-video {
		padding: 61px 192px 107px;
		margin-right: -92px;
		margin-left: -92px;
		margin-top: 115px
	}
}

#product-video h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 30px
}

@media (min-width:743px) {
	#product-video h2 {
		margin-bottom: 60px
	}
}

@media (min-width:1312px) {
	#product-video h2 {
		margin-bottom: 56px
	}
}

#product-video .video-wrapper {
	text-align: center
}

#product-video .video-wrapper video {
	max-width: 100%;
	object-fit: cover;
	outline: 0
}

.news-heading,
.sciarticle-heading {
	margin-bottom: 30px
}

.news-heading :first-child,
.sciarticle-heading :first-child {
	margin-top: 0
}

.news-heading :last-child,
.sciarticle-heading :last-child {
	margin-bottom: 0
}

.news-heading .news-publication-info,
.news-heading .sciarticle-publication-info,
.sciarticle-heading .news-publication-info,
.sciarticle-heading .sciarticle-publication-info {
	color: #000;
	font-size: 14px;
	line-height: 1.29
}

.news-heading .sciarticle-publication-info,
.sciarticle-heading .sciarticle-publication-info {
	font-size: 16px
}

.news-heading .news-title,
.news-heading .sciarticle-title,
.sciarticle-heading .news-title,
.sciarticle-heading .sciarticle-title {
	margin: 10px 0
}

@media (min-width:743px) {
	.news-heading .news-title,
	.news-heading .sciarticle-title,
	.sciarticle-heading .news-title,
	.sciarticle-heading .sciarticle-title {
		margin: 5px 0 8px
	}
}

.news-heading .news-subtitle,
.news-heading .sciarticle-subtitle,
.sciarticle-heading .news-subtitle,
.sciarticle-heading .sciarticle-subtitle {
	margin: 0;
	color: rgba(0, 0, 0, .9);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.38
}

@media (min-width:743px) {
	.news-heading .news-subtitle,
	.news-heading .sciarticle-subtitle,
	.sciarticle-heading .news-subtitle,
	.sciarticle-heading .sciarticle-subtitle {
		line-height: 1.75
	}
}

.news-content,
.sciarticle-content {
	margin-bottom: 30px
}

.news-content ul,
.sciarticle-content ul {
	list-style: none;
	padding-left: 1em
}

.news-content ul li,
.sciarticle-content ul li {
	color: rgba(0, 0, 0, .7)
}

.news-content ul li::before,
.sciarticle-content ul li::before {
	content: "\2022";
	color: #cd0000;
	font-weight: 700;
	position: absolute;
	margin-left: -1em
}

.news-content::after,
.sciarticle-content::after {
	content: "";
	display: block;
	clear: both
}

.news-text,
.sciarticle-text {
	margin-top: 20px;
	color: rgba(0, 0, 0, .7);
	font-size: 16px;
	line-height: 27px
}

@media (min-width:743px) {
	.news-text,
	.sciarticle-text {
		margin-top: 0
	}
}

.news-text li,
.news-text p,
.news-text ul,
.sciarticle-text li,
.sciarticle-text p,
.sciarticle-text ul {
	font-size: 16px;
	line-height: 27px
}

.news-text ul,
.sciarticle-text ul {
	margin-top: 20px
}

.news-topics h2 {
	margin: 0;
	font-size: 30px;
	line-height: 34px
}

.news-add,
.sciarticle-add {
	text-align: center;
	max-width: 100%
}

.news-add img,
.sciarticle-add img {
	display: inline-block;
	height: auto;
	max-width: 100%
}

@media (min-width:743px) {
	.news-add,
	.sciarticle-add {
		float: left;
		max-width: 324px
	}
}

.sciarticle-company-logo-holder,
.sciarticle-company-logo-link-holder {
	margin-top: 8px;
	margin-bottom: 16px
}

@media (min-width:743px) {
	.sciarticle-company-logo-holder,
	.sciarticle-company-logo-link-holder {
		margin-top: 0;
		margin-bottom: 43px
	}
}

@media (min-width:1312px) {
	.sciarticle-company-logo-holder,
	.sciarticle-company-logo-link-holder {
		margin-bottom: 59px
	}
}

.sciarticle-company-logo-link-holder a {
	display: inline-block
}

.sciarticle-company-logo {
	max-width: 150px;
	max-height: 75px
}

@media (min-width:743px) {
	.sciarticle-company-logo {
		max-height: 100px
	}
}

@media (min-width:1312px) {
	.sciarticle-company-logo {
		max-height: 120px
	}
}

.heading {
	font-size: 22px;
	font-weight: 400;
	line-height: 28px;
	color: #000;
	display: block
}

.leaderboard {
	display: none
}

.leaderboard.has-ad {
	text-align: center;
	line-height: 120px;
	background-color: #d1d1d1;
	display: block;
	position: fixed;
	top: 0;
	width: 100%;
	height: 120px;
	z-index: 1030
}

@media (min-width:1312px) {
	.leaderboard.has-ad {
		position: relative;
		top: initial
	}
}

.leaderboard.has-ad img.asmbannerimg,
.leaderboard.has-ad object {
	max-height: 110px
}

@media (min-width:743px) {
	.leaderboard.has-ad~#pdw-wrapper {
		top: 125px
	}
}

.leaderboard.has-ad~.navbar.navbar-fixed-top {
	top: 120px
}

.leaderboard.has-ad~.navbar .navbar-collapse.collapse.in {
	height: calc(100vh - 64px - 120px)
}

@media (min-width:743px) {
	.leaderboard.has-ad~.navbar .navbar-collapse.collapse.in {
		height: calc(100vh - 89px - 120px)
	}
}

@media (min-width:1312px) {
	.leaderboard.has-ad~.navbar .navbar-collapse.collapse.in {
		height: calc(100vh - 97px - 120px)
	}
}

@media (min-width:743px) {
	.leaderboard.has-ad~#quick-search-wrapper {
		top: 125px
	}
}

.leaderboard.has-ad~.main-container {
	margin-top: 184px
}

@media (min-width:743px) {
	.leaderboard.has-ad~.main-container {
		margin-top: 230px
	}
}

@media (min-width:1312px) {
	.leaderboard.has-ad~.main-container {
		margin-top: 87px
	}
}

.visual-box strong {
	font-weight: bolder
}

.main-container.error .container-block {
	margin-bottom: 40px
}

.main-container.error .container-block h1 {
	color: #cd0000;
	line-height: 24px;
	font-weight: 400;
	margin: 0 0 17px
}

@media (min-width:1312px) {
	.main-container.error .container-block h1 {
		font-size: 22px
	}
}

.main-container.error .container-block .error-subtitle {
	font-size: 18px!important
}

@media (min-width:743px) {
	.main-container.error .container-block .error-subtitle {
		font-size: 20px!important
	}
}

@media (min-width:1312px) {
	.main-container.error .container-block .error-subtitle {
		font-size: 120%!important
	}
}

.main-container.error .container-block a.more-arrow {
	background-position: 0 5px
}

@media (min-width:743px) {
	.main-container.error .container-block a.more-arrow {
		background-position: 0 6px
	}
}

@media (min-width:1312px) {
	.main-container.error .container-block a.more-arrow {
		background-position: 0 4px
	}
}

.main-container.error .container-block .content-block {
	font-size: 13px;
	line-height: 19px
}

.main-container.error .container-block ul {
	list-style: none
}

.main-container.error .container-block li {
	background: url(/chem/images/bullet-red.gif) no-repeat left 9px/5px 5px;
	padding: 0 14px 3px 15px
}

@media (min-width:1312px) {
	.main-container.error .container-block li {
		background-position: 0 7px
	}
}

.main-container.error .container-block input[type=submit],
.main-container.error .container-block input[type=text] {
	vertical-align: middle;
	outline: 0
}

.main-container.error .container-block #container {
	font-size: .1px;
	height: 34px;
	padding: 21px 10px 0 0
}

.main-container.error .container-block #container .leftlabeled {
	color: #333;
	background: url(../../bootstrap/images/bg-input-text-search.gif) repeat-x;
	font-size: 13px;
	line-height: 18px;
	width: 210px!important;
	height: 28px;
	padding: 4px 5px 2px;
	border: 1px solid #535252;
	border-width: 1px 0 1px 1px
}

@media (min-width:743px) {
	.main-container.error .container-block #container .leftlabeled {
		width: 250px!important
	}
}

.main-container.error .container-block #container .button {
	background: url(../images/bg-button-search.gif) no-repeat;
	font-size: .1px;
	line-height: 0;
	text-indent: -99999px;
	width: 28px;
	height: 28px;
	border: 0;
	cursor: pointer
}

.video-responsive {
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
	height: 0
}

.video-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute
}