@charset "utf-8";

/**
 * jquery.fancybox.css
 */
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	adding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-iframe {
	width: 100%;
	height: 100%;
}

.fancybox-image {
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
+
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/fancy-close.png) no-repeat 0 0 #9dabc0;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif');
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent;
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px;
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px;
	}
}

/**
 * cp_main.css
 */
/* normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}

audio, canvas, video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
	font-family: sans-serif;
}

body {
	margin: 0;
}

a:focus {
	outline: thin dotted;
}

a:active, a:hover {
	outline: 0;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}

h3 {
	font-size: 1.17em;
	margin: 1em 0;
}

h4 {
	font-size: 1em;
	margin: 1.33em 0;
}

h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}

h6 {
	font-size: 0.67em;
	margin: 2.33em 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: bold;
}

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

mark {
	background: #ff0;
	color: #000;
}

p, pre {
	margin: 1em 0;
}

code, kbd, pre, samp {
	font-family: monospace, serif;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}

pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

q {
	quotes: none;
}

q:before, q:after {
	content: '';
	content: none;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl, menu, ol, ul {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}

menu, ol, ul {
	padding: 0 0 0 40px;
}

nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	*overflow: visible;
}

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* cp_clearfix.css */
.cf:before, .cf:after {
	content: " ";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	*zoom: 1;
}

/* /typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/stylesheet.css */
@font-face {
	font-family: 'HelveticaNeueLTPro_Bd';
	src: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-bd-webfont.eot');
	src: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-bd-webfont.eot?#iefix') format('embedded-opentype'),
	url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-bd-webfont.woff') format('woff'),
	url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-bd-webfont.ttf') format('truetype'),
	url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-bd-webfont.svg#helvetica_neue_lt_pro75_bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HelveticaNeueLTPro_Hv';
	src: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-hv-webfont.eot');
	src: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-hv-webfont.eot?#iefix') format('embedded-opentype'),
	url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-hv-webfont.woff') format('woff'),
	url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-hv-webfont.ttf') format('truetype'),
	url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/helveticaneueltpro-hv-webfont.svg#helvetica_neue_lt_pro85_heavy') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* cp_ie_fix.css */
.no-borderraius .carousel-box {
	background: #9dabc0 url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/carousel-round-border.png') no-repeat -5px -5px;
	overflow: hidden;
}

.no-borderraius .carousel-box .tr, .no-borderraius .carousel-box .bl, .no-borderraius .carousel-box .br {
	position: absolute;
	width: 5px;
	height: 5px;
	display: block;
	background: transparent url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/carousel-round-border.png') no-repeat;
	overflow: hidden;
}

.no-borderraius .carousel-box .tr {
	background-position: 0 -5px;
	top: 0;
	right: 0;
}

.no-borderraius .carousel-box .bl {
	background-position: -5px 0;
	bottom: 0;
	left: 0;
}

.no-borderraius .carousel-box .br {
	right: 0;
	bottom: 0;
}

/*.no-borderraius .search-form button { background-color: transparent; background-position: -40px bottom; }*/
.no-boxsadow .inner-wrapper {
	box-shadow: #bcbcbc 0px 0px 7px;
}

/* cp_sprite.css */
.login, .flag-de, .search-form button, .mainnav-subnav-item.multilevel.hover > a, .slide-goto, .arrow-icon, .carousel-goto, .footer-nav-item > a, .email, .facebook, .chat, .phone, .youtube, .blogger, .twitter, .pinterest, .vk, .linkedin {
	background: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png') no-repeat;
}

.arrow-icon {
	background-position: right -313px;
}

.carousel-goto {
	background-position: right -14px;
}

.footer-nav-item > a {
	background-position: 1px -266px;
}

.mainnav-subnav-item.multilevel.hover > a {
	background-position: right -160px;
}

.blogger {
	background-position: -242px -10px;
}

.chat {
	background-position: -294px -8px;
}

.email {
	background-position: -345px -8px;
}

.facebook {
	background-position: -390px -8px;
}

.flag-de {
	background-position: 12px -163px;
}

.slide-goto {
	background-position: right -258px;
}

.login {
	background-position: 12px -214px;
}

.phone {
	background-position: -494px -8px;
}

.search-form button {
	background-position: -441px -13px;
}

.twitter {
	background-position: -542px -9px;
}

.youtube {
	background-position: 6px -57px;
}

.vk {
	background-position: -546px -67px;
}

.linkedin {
	background-position: -73px -57px;
}


/* general purpose classes */
.nodisplay {
	display: none;
}

.nodisplay_strict {
	display: none !important;
}

.hiddenElement {
	position: absolute;
	left: -9999px;
	top: -9999px;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

input {
	outline: none;
}

.column {
	float: left;
	margin-left: 10px;
	position: relative;
}

.column:first-child {
	margin-left: 0px !important;
}

.column.include-margin {
	margin-left: 0px;
}

.quarter {
	width: 222px;
}

.quarter.include-margin {
	width: 232px;
}

p {
	color: #666666;
}

a {
	color: #666666;
}

a:hover {
	text-decoration: none;
}

figure {
	text-align: center;
}

/* Typography */
body {
	font: normal 14px/120% Arial, Helvetica, sans-serif;
	background-color: #f3f3f3;
	text-align: center;
}

::-webkit-input-placeholder {
	font-size: 12px;
	color: #666666;
}

::-moz-placeholder {
	font-size: 12px;
	color: #666666;
}

:-ms-input-placeholder {
	font-size: 12px;
	color: #666666;
}

input:-moz-placeholder {
	font-size: 12px;
	color: #666666;
}

input.placeholder {
	font-size: 12px;
	color: #666666;
	line-height: 26px;
}

/* Wrappers */
.outer-wrapper {
	position: relative;
	margin: 30px auto;
	width: auto;
	max-width: 1020px; /*width: 1020px;*/
}

.inner-wrapper {
	position: relative;
	margin: 0px 30px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-webkit-box-shadow: rgba(0, 0, 0, .2) 0px 0px 7px;
	-moz-box-shadow: rgba(0, 0, 0, .2) 0px 0px 7px;
	box-shadow: rgba(0, 0, 0, .2) 0px 0px 7px;
	background: #FFFFFF;
	behavior: url(PIE.htc);
	z-index: 2;
	left: 0;
	top: 0;
}

.wrapper {
	width: 920px;
	margin: 0 auto;
}

.main-header {
}

/* Headings */
.main-header div.nxs-logo {
	margin: 0 25px;
	height: 114px;
	vertical-align: middle;
}

div.nxs-logo .logo {
	margin-top: 20px;
}

.content-title {
	margin: 0px 0px 3px 0px;
	font-family: 'HelveticaNeueLTPro_Hv', sans-serif;
	font-weight: normal;
	font-size: 18px;
	line-height: 100%;
}

.content-subtitle {
	margin: 0px;
	font-family: "HelveticaNeueLTPro_Bd", sans-serif;
	font-weight: normal;
	font-size: 14px;
	color: #666666;
	line-height: 100%;
}

.carousel-box-title, .footer-column-title {
	margin: 0px;
	color: #fff;
	font-family: 'HelveticaNeueLTPro_Bd', sans-serif;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 120%;
	margin: 18px 20px 0px 20px;
}

.footer-column-title {
	font-size: 16px;
	margin-top: 18px;
}

/* Branding */
.logo, .logo-footer {
	background: transparent url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/logo.svg') no-repeat top left;
	background-size: contain;
	width: 199px;
	height: 74px;
	color: transparent;
	font-size: 0px;
	line-height: 0px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
	position: relative;
}

.logo-footer {
	width: 154px;
	height: 56px;
}

/* Main Nav */
.firstnav {
	margin-right: 25px;
	z-index: 9999999;
}

.firstnav ul {
	padding: 0px;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

.firstnav > ul {
	margin-top: 8px;
}

.firstnav-item {
	float: left;
	background-color: transparent;
	position: relative;
	padding: 0 0 0 20px;
}

.firstnav-item:last-child {
	padding-left: 38px;
}

.firstnav-item a {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	display: block;
	height: 15px;
	text-decoration: none;
	text-align: left;
}

.firstnav-item a.icon {
	padding: 0 20px 0 0;
}

.firstnav-item:first-child a {
	padding-left: 0;
}

.firstnav-item a:hover {
	text-decoration: underline;
}

.firstnav-item > a span {
	display: block;
}

a.icon {
	padding-left: 35px;
}

.firstnav-subnav {
	display: none;
	border: 1px solid #e4e4e4;
	border-top: none;
	position: absolute;
	top: 15px;
	right: -10px;
}

.firstnav-subnav-item {
	border-top: 1px solid #E4E4E4;
}

.hover .firstnav-subnav {
	display: block;
}

.search-form {
	position: absolute;
	top: 50px;
	right: 25px;
	margin: 0;
	width: 470px;
}

.search-form.static {
	position: relative;
	top: auto;
	right: auto;
	width: auto;
}

.search-form fieldset, .search-form span {
	border: 1px solid #969695;
	overflow: hidden;
}

.search-form label {
	display: none;
}

.search-field {
	height: 22px;
	line-height: 22px;
	padding: 0;
	width: 100%;
	border: none;
	text-indent: 10px;
	font-size: 12px;
}

.safari.no-chrome .search-field {
	line-height: 100%;
}

.search-form button, .search-form input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 36px;
	background-color: #f8ab1e;
	border: none;
	padding: 0;
	font-size: 0;
	color: transparent;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.search-form button:hover, .search-form button:focus, .search-form input[type="submit"]:hover, .search-form input[type="submit"]:focus {
	background-color: #fac056;
}

.search-form input[type="submit"] {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png) no-repeat -441px -13px #f8ab1e;
}

.mainnav {
	margin: 0px;
	background: #474747;
	display: table;
	width: 100%;
	behavior: url("display-table.htc");
	z-index: 98;
}

.mainnav ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
}

.mainnav > ul {
	display: table-row;
	z-index: 99;
}

.mainnav-item {
	display: table-cell;
	-dt-display: table-cell;
	height: 50px;
	min-width: 129px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	text-align: left;
	position: relative;
}

.mainnav-item.orange {
	border-bottom-color: #edbb60;
}

.mainnav-item.hover.orange > a, .mainnav-item.hover.orange > a span, .mainnav-item.hover.orange > a .SPAN {
	background-color: #edbb60;
	border-color: #edbb60;
}

.mainnav-item.green {
	border-bottom-color: #bdd664;
}

.mainnav-item.hover.green > a, .mainnav-item.hover.green > a span, .mainnav-item.hover.green > a .SPAN {
	background-color: #bdd664;
	border-color: #bdd664;
}

.mainnav-item.blue {
	border-bottom-color: #0098d1;
}

.mainnav-item.hover.blue > a, .mainnav-item.hover.blue > a span, .mainnav-item.hover.blue > a .SPAN {
	background-color: #0098d1;
	border-color: #0098d1;
}

.mainnav-item.dark-blue {
	border-bottom-color: #3262ba;
}

.mainnav-item.hover.dark-blue > a, .mainnav-item.hover.dark-blue > a span, .mainnav-item.hover.dark-blue > a .SPAN {
	background-color: #3262ba;
	border-color: #3262ba;
}

.mainnav-item.red {
	border-bottom-color: #c30416;
}

.mainnav-item.hover.red > a, .mainnav-item.hover.red > a span, .mainnav-item.hover.red > a .SPAN {
	background-color: #c30416;
	border-color: #c30416;
}

.mainnav-item.purple {
	border-bottom-color: #c594e0;
}

.mainnav-item.hover.purple > a, .mainnav-item.hover.purple > a span, .mainnav-item.hover.purple > a .SPAN {
	background-color: #c594e0;
	border-color: #c594e0;
}

.mainnav-item > a {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 12px;
	line-height: 15px;
	font-family: 'HelveticaNeueLTPro_Bd', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	z-index: 101;
}

.mainnav-item > a strong {
	display: table;
	-dt-display: table;
	width: 100%;
	height: 100%;
	behavior: url("display-table.htc");
	z-index: 102;
}

.mainnav-item > a .STRONG {
	width: 100%;
	height: 100%;
	z-index: 102;
}

.mainnav-item > a span, .mainnav-item > a .SPAN {
	line-height: 120%;
	display: table-cell;
	-dt-display: table-cell;
	padding: 10px 15px;
	vertical-align: bottom;
	border: 1px solid #919191;
	border-width: 0px 1px;
	z-index: 103;
	font-weight: normal;
}

.mainnav-item > a .SPAN {
	cursor: pointer;
	z-index: 103;
}

.mainnav-item.first-child > a span, .mainnav-item.first-child > a .SPAN {
	border-left: 0px;
}

.mainnav-item.last-child > a span, .mainnav-item.last-child > a .SPAN {
	border-right: 0px;
}

.innerWrapperTable {
	display: none;
}

.hover .innerWrapperTable {
	display: block;
}

.mainnav-subnav {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transform: translate3d(0, 0, 0);
	display: none;
	position: absolute;
	margin: 0;
	padding: 12px 0 0 0;
	left: 0;
	width: 100%;
	min-width: 195px;
	background-color: #fff;
	min-height: 407px;
	border-width: 2px 2px 2px 1px;
	border-style: solid;
	border-color: transparent;
	z-index: 9;
}

.orange .mainnav-subnav {
	border-color: #edbb60;
}

.green .mainnav-subnav {
	border-color: #bdd664;
}

.blue .mainnav-subnav {
	border-color: #0098d1;
}

.dark-blue .mainnav-subnav {
	border-color: #3262ba;
}

.red .mainnav-subnav {
	border-color: #c30416;
}

.purple .mainnav-subnav {
	border-color: #c594e0;
}

*:first-child + html .mainnav-subnav {
	left: 0px;
}

.hover .mainnav-subnav {
	display: block;
}

.mainnav-subnav.multicolumn-item-hover {
	background: #fff url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/multilevel-first-column-bg.png') repeat-y right 0;
	right: -10px;
	min-width: 205px
}

.mainnav-subnav-item-box {
	display: none;
	position: absolute;
	left: 100%;
	top: -2px;
	padding-left: 5px;
	min-height: 403px;
	height: auto !important;
	border-width: 2px 2px 2px 0px;
	border-style: solid;
	z-index: 9999999;
	margin-left: -10px;
}

.orange .mainnav-subnav-item-box {
	border-color: #edbb60;
}

.green .mainnav-subnav-item-box {
	border-color: #bdd664;
}

.blue .mainnav-subnav-item-box {
	border-color: #0098d1;
}

.dark-blue .mainnav-subnav-item-box {
	border-color: #3262ba;
}

.red .mainnav-subnav-item-box {
	border-color: #c30416;
}

.purple .mainnav-subnav-item-box {
	border-color: #c594e0;
}

.hover > .mainnav-subnav-item-box {
	display: block;
}

.mainnav-subnav-item-box-wrapper {
	margin-left: 5px;
	padding-left: 5px;
	background: #fff;
	min-height: 403px;
	height: auto !important;
	height: 332px;
}

.mainnav-subnav-item-box .column {
	padding: 0;
	margin: 12px 0px 0px 0px;
	background: transparent url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/multilevel-column-bg.png') repeat-y 100% 0;
}

.mainnav-subnav-item-box .column.last-child {
	background: none;
}

.mainnav-subnav-item-box .column .internal-subnav {
	margin: 0px 10px 0 10px;
}

.mainnav-subnav-item > a {
	display: block;
	height: 29px;
	line-height: 29px;
	color: #474747;
	font-size: 14px;
	text-decoration: none;
	border-top: 1px solid #e3e3e3;
	margin: 0 20px;
}

.mainnav-subnav-item:first-child > a {
	border-top-color: transparent;
}

.mainnav-subnav-item.hover > a {
	margin: 0px;
	border-top-width: 1px !important;
	padding: 0px 20px;
	color: #fff;
}

.multicolumn-item-hover .mainnav-subnav-item > a {
	margin: 0 30px 0 20px;
}

.orange .mainnav-subnav-item.hover > a {
	border-color: #edbb60;
	background-color: #edbb60;
}

.green .mainnav-subnav-item.hover > a {
	border-color: #bdd664;
	background-color: #bdd664;
}

.blue .mainnav-subnav-item.hover > a {
	border-color: #0098d1;
	background-color: #0098d1;
}

.dark-blue .mainnav-subnav-item.hover > a {
	border-color: #3262ba;
	background-color: #3262ba;
}

.red .mainnav-subnav-item.hover > a {
	border-color: #c30416;
	background-color: #c30416;
}

.purple .mainnav-subnav-item.hover > a {
	border-color: #c594e0;
	background-color: #c594e0;
}

.mainnav-subnav-item.multilevel.hover > a {
	border-top: 1px solid #fff;
	margin: 0;
}

.internal-subnav {
	margin: 0;
	padding: 0px;
}

.internal-subnav-item > a, .internal-subnav-item > strong {
	display: block;
	height: 26px;
	line-height: 26px;
	color: #474747;
	font-size: 14px;
	text-decoration: none;
}

.internal-subnav-item > strong {
	text-transform: uppercase;
	border-bottom: 1px solid #e3e3e3;
	line-height: 29px;
	height: 29px;
}

.orange .internal-subnav-item > strong {
	color: #edbb60;
}

.green .internal-subnav-item > strong {
	color: #bdd664;
}

.blue .internal-subnav-item > strong {
	color: #0098d1;
}

.dark-blue .internal-subnav-item > strong {
	color: #3262ba;
}

.red .internal-subnav-item > strong {
	color: #c30416;
}

.purple .internal-subnav-item > strong {
	color: #c594e0;
}

.internal-subnav-item > a:hover {
	text-decoration: underline;
}

/* SLIDERS */
.slider {
	height: 420px;
	position: relative;
}

.slide {
	position: relative;
}

.slide-text {
	position: absolute;
	left: 40px;
	top: 140px;
	text-align: left;
	width: 350px;
}

.slide-text h2 {
	margin: 0px 0px 15px;
	line-height: 100%;
	font-family: 'HelveticaNeueLTPro_Hv', sans-serif;
	font-weight: normal;
	font-size: 36px; /*text-shadow: rgba(0,0,0,.4) 0 1px 1px;*/
	z-index: 9999; /*filter: shadow(color=#000000,direction=135,strength=3); -ms-filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=3);*/
}

.slide-text sup {
	font-size: 59%;
	left: -10px;
}

.slide-text h3 {
	margin: 0px;
	line-height: 100%;
	font-family: 'HelveticaNeueLTPro_Bd', sans-serif;
	font-weight: normal;
	color: #666666;
	font-size: 18px;
}

.slide-text p {
	color: #666666;
	line-height: 120%;
	margin: 14px 0 16px
}

.slide-goto {
	color: #fff;
	text-decoration: none;
	font-family: 'HelveticaNeueLTPro_Hv', sans-serif;
	font-weight: normal;
	font-size: 13px;
	height: 29px;
	line-height: 29px;
	background-color: #f8ab1e;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	behavior: url("PIE.htc");
	display: inline-block;
	*display: inline;
	zoom: 1;
	padding: 0px 35px 0 23px;
	position: relative;
}

.slide-goto:hover {
	text-decoration: underline;
	background-color: #fac056;
}

.carousel {
	margin: 15px 15px 10px;
	position: relative;
}

.carousel-wrap {
	height: 100%;
}

.carousel-box {
	height: 120px;
	background-color: #e7e7e7;
	text-align: left;
	cursor: pointer;
	overflow: hidden;
	position: relative;
	margin-left: 15px;
}

.arrow-icon {
	background-color: transparent;
	padding-right: 20px;
	zoom: 1;
	display: inline;
	vertical-align: top;
}

.carousel-box .slider-image {
	float: left;
	width: 130px;
	height: 120px;
	display: table;
}

.carousel-box .slider-image figure {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.carousel-box .slider-text {
	margin: 3px 5px;
	float: left;
	width: 290px;
}

.carousel-box .slider-image ~ .slider-text {
	width: 160px;
}

.carousel-box form ~ .slider-text {
	margin-left: 135px;
	width: 160px;
}

.carousel-box p {
	font-size: 13px;
	line-height: 125%;
	color: #666;
	margin: 0;
}

.carousel-goto {
	text-indent: 100%;
	overflow: hidden;
	white-space: nowrap;
	display: inline-block;
	background: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/carousel-box-link-arrow.png') no-repeat;
	width: 12px;
	height: 18px;
	position: absolute;
	right: 8px;
	bottom: 2px;
}

/* Main Content */
.content {
	margin: 42px 20px 5px 20px;
	text-align: left;
}

.content p {
	margin: 10px 0px 13px 0px;
	line-height: 125%;
}

/* Footer */
.main-footer {
	margin: 0px 20px 20px 20px;
	text-align: left;
	background-color: #e2e2e2;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-radius: 0px 0px 10px 10px;
	behavior: url("PIE.htc");
	overflow: hidden;
}

.footer-nav {
	list-style: none;
	list-style-type: none;
	margin: 13px 20px 11px 20px;
	padding: 0px;
}

.footer-nav-item > a {
	text-decoration: none;
	display: block;
	padding-left: 9px;
	color: #fff;
	background-color: transparent;
	font-size: 12px;
	line-height: 18px;
}

.footer-nav-item > a:hover {
	text-decoration: underline;
}

.map-bg {
	height: 135px;
	background: transparent url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/map.png') no-repeat right 1px;
}

.main-footer .logo-footer {
	margin-top: 35px;
	margin-left: 30px;
}

.address, .contacts {
	margin-left: 20px;
	font-size: 12px;
	line-height: 150%;
}

.address {
	margin-top: 20px;
}

.contacts {
	margin-top: 38px;
	width: 282px;
}

.contacts > span {
	width: 73px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

/* Forms */
fieldset {
	border: 1px solid transparent;
	margin: 0;
	padding: 0;
}

/* Additional 1 */
.dark-bg {
	background-color: #474747;
}

.additions {
	position: absolute;
	top: 213px;
	right: 0px;
	z-index: 0;
}

.contact-options, .social-options {
	list-style: none;
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0px;
}

.options-item {
	margin: 0 0 3px 0;
	display: block;
}

.options-item > a {
	display: block;
	color: transparent;
	font-size: 0px;
	line-height: 0px;
	text-indent: -99px;
	overflow: hidden;
	width: 30px;
	height: 33px;
	background-color: #9dabc0;
	background-repeat: no-repeat;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-radius: 0px 3px 3px 0px;
	behavior: url("PIE.htc");
}

.options-item > a:hover {
	background-color: #73ccf3;
}

/**
 * flowplayer.css
 */
.flowplayer {
	position: relative;
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
}

.flowplayer * {
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	text-decoration: inherit;
	font-size: 100%;
	padding: 0;
	border: 0;
	margin: 0;
	list-style-type: none
}

.flowplayer a:focus {
	outline: 0
}

.flowplayer video {
	width: 100%
}

.flowplayer.is-ipad video {
	-webkit-transform: translateX(-2048px);
}

.is-ready.flowplayer.is-ipad video {
	-webkit-transform: translateX(0)
}

.flowplayer .fp-engine, .flowplayer .fp-ui, .flowplayer .fp-message {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 1
}

.flowplayer .fp-message {
	display: none;
	text-align: center;
	padding-top: 5%;
	cursor: default;
}

.flowplayer .fp-message h2 {
	font-size: 120%;
	margin-bottom: 1em
}

.flowplayer .fp-message p {
	color: #666;
	font-size: 95%
}

.flowplayer .fp-controls {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.no-background.flowplayer .fp-controls {
	background-color: transparent !important;
	background-image: -moz-linear-gradient(transparent, transparent) !important;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), to(transparent)) !important
}

.is-fullscreen.flowplayer .fp-controls {
	bottom: 3px
}

.is-mouseover.flowplayer .fp-controls {
	bottom: 0
}

.flowplayer .fp-waiting {
	display: none;
	margin: 19% auto;
	text-align: center;
}

.flowplayer .fp-waiting * {
	-webkit-box-shadow: 0 0 5px #333;
	-moz-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333
}

.flowplayer .fp-waiting em {
	width: 1em;
	height: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	border-radius: 1em;
	background-color: rgba(255, 255, 255, 0.8);
	display: inline-block;
	-webkit-animation: pulse .6s infinite;
	-moz-animation: pulse .6s infinite;
	animation: pulse .6s infinite;
	margin: .3em;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.flowplayer .fp-waiting em:nth-child(1) {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s
}

.flowplayer .fp-waiting em:nth-child(2) {
	-webkit-animation-delay: .45s;
	-moz-animation-delay: .45s;
	animation-delay: .45s
}

.flowplayer .fp-waiting em:nth-child(3) {
	-webkit-animation-delay: .6s;
	-moz-animation-delay: .6s;
	animation-delay: .6s
}

.flowplayer .fp-waiting p {
	color: #ccc;
	font-weight: bold
}

.flowplayer .fp-speed {
	font-size: 30px;
	background-color: #333;
	background-color: rgba(51, 51, 51, 0.8);
	color: #eee;
	margin: 0 auto;
	text-align: center;
	width: 120px;
	padding: .1em 0 0;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	transition: opacity .5s;
}

.flowplayer .fp-speed.fp-hilite {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.flowplayer .fp-help {
	position: absolute;
	top: 0;
	left: -9999em;
	z-index: 100;
	background-color: #333;
	background-color: rgba(51, 51, 51, 0.9);
	width: 100%;
	height: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
	text-align: center;
}

.is-help.flowplayer .fp-help {
	left: 0;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.flowplayer .fp-help .fp-help-section {
	margin: 3%;
	direction: ltr
}

.flowplayer .fp-help .fp-help-basics {
	margin-top: 6%
}

.flowplayer .fp-help p {
	color: #eee;
	margin: .5em 0;
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
	margin: 1% 2%
}

.flowplayer .fp-help em {
	background: #eee;
	-webkit-border-radius: .3em;
	-moz-border-radius: .3em;
	border-radius: .3em;
	margin-right: .4em;
	padding: .3em .6em;
	color: #333
}

.flowplayer .fp-help small {
	font-size: 90%;
	color: #aaa
}

.flowplayer .fp-help .fp-close {
	display: block
}

@media (max-width: 600px) {
	.flowplayer .fp-help p {
		font-size: 9px
	}
}

.flowplayer .fp-subtitle {
	position: absolute;
	bottom: 40px;
	left: -99999em;
	z-index: 10;
	text-align: center;
	width: 100%;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	transition: opacity .3s;
}

.flowplayer .fp-subtitle p {
	display: inline;
	background-color: #333;
	background-color: rgba(51, 51, 51, 0.9);
	color: #eee;
	padding: .1em .4em;
	font-size: 16px;
	line-height: 1.6;
}

.flowplayer .fp-subtitle p:after {
	content: '';
	clear: both
}

.flowplayer .fp-subtitle.fp-active {
	left: 0;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-mute, .flowplayer .fp-embed, .flowplayer .fp-close, .flowplayer .fp-play {
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/white.png);
	background-size: 37px 300px;
}

.is-rtl.flowplayer .fp-fullscreen, .is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-mute, .is-rtl.flowplayer .fp-embed, .is-rtl.flowplayer .fp-close, .is-rtl.flowplayer .fp-play {
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/white_rtl.png)
}

.color-light.flowplayer .fp-fullscreen, .color-light.flowplayer .fp-unload, .color-light.flowplayer .fp-mute, .color-light.flowplayer .fp-embed, .color-light.flowplayer .fp-close, .color-light.flowplayer .fp-play {
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/black.png);
}

.is-rtl.color-light.flowplayer .fp-fullscreen, .is-rtl.color-light.flowplayer .fp-unload, .is-rtl.color-light.flowplayer .fp-mute, .is-rtl.color-light.flowplayer .fp-embed, .is-rtl.color-light.flowplayer .fp-close, .is-rtl.color-light.flowplayer .fp-play {
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/black_rtl.png)
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.color-light.flowplayer .fp-fullscreen, .color-light.flowplayer .fp-unload, .color-light.flowplayer .fp-mute, .color-light.flowplayer .fp-embed, .color-light.flowplayer .fp-close, .color-light.flowplayer .fp-play {
		background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/black@x2.png)
	}

	.is-rtl.color-light.flowplayer .fp-fullscreen, .is-rtl.color-light.flowplayer .fp-unload, .is-rtl.color-light.flowplayer .fp-mute, .is-rtl.color-light.flowplayer .fp-embed, .is-rtl.color-light.flowplayer .fp-close, .is-rtl.color-light.flowplayer .fp-play {
		background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/black_rtl@x2.png)
	}
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-mute, .flowplayer .fp-embed, .flowplayer .fp-close, .flowplayer .fp-play {
		background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/white@x2.png)
	}

	.is-rtl.flowplayer .fp-fullscreen, .is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-mute, .is-rtl.flowplayer .fp-embed, .is-rtl.flowplayer .fp-close, .is-rtl.flowplayer .fp-play {
		background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/white_rtl@x2.png)
	}
}

.is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_white.png) center no-repeat;
	background-size: 12%;
}

.is-rtl.is-splash.flowplayer .fp-ui, .is-rtl.is-paused.flowplayer .fp-ui {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_white_rtl.png) center no-repeat;
	background-size: 12%
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.is-splash.flowplayer .fp-ui, .is-paused.flowplayer .fp-ui {
		background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_white@x2.png) center no-repeat;
		background-size: 12%
	}

	.is-rtl.is-splash.flowplayer .fp-ui, .is-rtl.is-paused.flowplayer .fp-ui {
		background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_white_rtl@x2.png) center no-repeat;
		background-size: 12%
	}
}

.color-light.is-splash.flowplayer .fp-ui, .color-light.is-paused.flowplayer .fp-ui {
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_black.png);
}

.is-rtl.color-light.is-splash.flowplayer .fp-ui, .is-rtl.color-light.is-paused.flowplayer .fp-ui {
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_black_rtl.png)
}

@media (-webkit-min-device-pixel-ratio: 2) {
	.color-light.is-splash.flowplayer .fp-ui, .color-light.is-paused.flowplayer .fp-ui {
		background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_black@x2.png);
	}

	.is-rtl.color-light.is-splash.flowplayer .fp-ui, .is-rtl.color-light.is-paused.flowplayer .fp-ui {
		background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/flowplayer/play_black_rtl@x2.png)
	}
}

.is-fullscreen.flowplayer .fp-ui {
	background-size: auto
}

.is-seeking.flowplayer .fp-ui, .is-loading.flowplayer .fp-ui {
	background-image: none
}

.flowplayer .fp-logo {
	position: absolute;
	top: auto;
	left: 15px;
	bottom: 40px;
	cursor: pointer;
	display: none;
	z-index: 100;
}

.flowplayer .fp-logo img {
	width: 100%
}

.is-embedded.flowplayer .fp-logo {
	display: block
}

.fixed-controls.flowplayer .fp-logo {
	bottom: 15px
}

.flowplayer .fp-fullscreen, .flowplayer .fp-unload, .flowplayer .fp-close {
	position: absolute;
	top: 10px;
	left: auto;
	right: 10px;
	display: block;
	width: 30px;
	height: 23px;
	background-position: 12px -197px;
	cursor: pointer;
}

.is-rtl.flowplayer .fp-fullscreen, .is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-close {
	right: auto;
	left: 10px;
	background-position: 18px -197px
}

.flowplayer .fp-unload, .flowplayer .fp-close {
	background-position: 14px -175px;
	display: none;
}

.is-rtl.flowplayer .fp-unload, .is-rtl.flowplayer .fp-close {
	background-position: 14px -175px
}

.flowplayer .fp-play {
	display: none;
	width: 27px;
	height: 30px;
	background-position: 9px -24px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.is-rtl.flowplayer .fp-play {
	background-position: 18px -24px;
	left: auto;
	right: 0
}

.play-button.flowplayer .fp-play {
	display: block
}

.is-paused.flowplayer .fp-play {
	background-position: 9px 7px;
}

.is-rtl.is-paused.flowplayer .fp-play {
	background-position: 18px 7px
}

.flowplayer.is-ready.is-closeable .fp-unload {
	display: block
}

.flowplayer.is-ready.is-closeable .fp-fullscreen {
	display: none
}

.flowplayer.is-fullscreen .fp-fullscreen {
	background-position: 10px -217px;
	display: block !important;
}

.is-rtl.flowplayer.is-fullscreen .fp-fullscreen {
	background-position: 21px -217px
}

.flowplayer.is-fullscreen .fp-unload, .flowplayer.is-fullscreen .fp-close {
	display: none !important
}

.flowplayer .fp-timeline {
	height: 3px;
	position: relative;
	overflow: hidden;
	top: 10px;
	height: 10px;
	margin: 0 165px 0 55px;
}

.no-volume.flowplayer .fp-timeline {
	margin-right: 75px
}

.no-mute.flowplayer .fp-timeline {
	margin-right: 155px
}

.no-mute.no-volume.flowplayer .fp-timeline {
	margin-right: 55px
}

.play-button.flowplayer .fp-timeline {
	margin-left: 72px
}

.is-rtl.flowplayer .fp-timeline {
	margin: 0 55px 0 165px;
}

.no-volume.is-rtl.flowplayer .fp-timeline {
	margin-left: 75px
}

.no-mute.is-rtl.flowplayer .fp-timeline {
	margin-left: 155px
}

.no-mute.no-volume.is-rtl.flowplayer .fp-timeline {
	margin-left: 55px
}

.play-button.is-rtl.flowplayer .fp-timeline {
	margin-right: 72px
}

.is-long.flowplayer .fp-timeline {
	margin: 0 195px 0 85px;
}

.no-volume.is-long.flowplayer .fp-timeline {
	margin-right: 105px
}

.no-mute.is-long.flowplayer .fp-timeline {
	margin-right: 85px
}

.play-button.is-long.flowplayer .fp-timeline {
	margin-left: 102px
}

.is-rtl.is-long.flowplayer .fp-timeline {
	margin: 85px 0 195px 0;
}

.no-volume.is-rtl.is-long.flowplayer .fp-timeline {
	margin-left: 105px
}

.no-mute.is-rtl.is-long.flowplayer .fp-timeline {
	margin-left: 85px
}

.play-button.is-rtl.is-long.flowplayer .fp-timeline {
	margin-left: 102px
}

.aside-time.flowplayer .fp-timeline, .no-time.flowplayer .fp-timeline {
	margin: 0 120px 0 10px
}

.aside-time.no-volume.flowplayer .fp-timeline, .no-time.no-volume.flowplayer .fp-timeline {
	margin-right: 30px
}

.aside-time.no-mute.flowplayer .fp-timeline, .no-time.no-mute.flowplayer .fp-timeline {
	margin-right: 10px
}

.play-button.no-time.flowplayer .fp-timeline, .play-button.aside-time.flowplayer .fp-timeline {
	margin-left: 27px
}

.is-rtl.aside-time.flowplayer .fp-timeline, .is-rtl.no-time.flowplayer .fp-timeline {
	margin: 0 10px 0 120px
}

.is-rtl.aside-time.no-volume.flowplayer .fp-timeline, .is-rtl.no-time.no-volume.flowplayer .fp-timeline {
	margin-left: 30px
}

.is-rtl.aside-time.no-mute.flowplayer .fp-timeline, .is-rtl.no-time.no-mute.flowplayer .fp-timeline {
	margin-left: 10px
}

.is-rtl.play-button.no-time.flowplayer .fp-timeline, .is-rtl.play-button.aside-time.flowplayer .fp-timeline {
	margin-right: 27px
}

.flowplayer .fp-buffer, .flowplayer .fp-progress {
	position: absolute;
	top: 0;
	left: auto;
	height: 100%;
	cursor: col-resize
}

.flowplayer .fp-buffer {
	-webkit-transition: width .25s linear;
	-moz-transition: width .25s linear;
	transition: width .25s linear
}

.flowplayer.is-touch .fp-timeline {
	overflow: visible
}

.flowplayer.is-touch .fp-progress {
	-webkit-transition: width .2s linear;
	-moz-transition: width .2s linear;
	transition: width .2s linear
}

.flowplayer.is-touch .fp-timeline.is-dragging .fp-progress {
	-webkit-transition: right .1s linear, border .1s linear, top .1s linear, left .1s linear;
	-moz-transition: right .1s linear, border .1s linear, top .1s linear, left .1s linear;
	transition: right .1s linear, border .1s linear, top .1s linear, left .1s linear
}

.flowplayer.is-touch.is-mouseover .fp-progress:after, .flowplayer.is-touch.is-mouseover .fp-progress:before {
	content: '';
	display: block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	right: -5px
}

.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after, .flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:before {
	right: auto;
	left: -5px
}

.flowplayer.is-touch.is-rtl.is-mouseover .fp-progress:after {
	left: -10px;
	-webkit-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: -1px 0 4px rgba(0, 0, 0, 0.5)
}

.flowplayer.is-touch.is-mouseover .fp-progress:before {
	width: 10px;
	height: 10px
}

.flowplayer.is-touch.is-mouseover .fp-progress:after {
	height: 10px;
	width: 10px;
	top: -5px;
	right: -10px;
	border: 5px solid rgba(255, 255, 255, 0.65);
	-webkit-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 0 4px rgba(0, 0, 0, 0.5)
}

.flowplayer.is-touch.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
	border: 10px solid #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	transition: inherit;
	top: -10px;
	right: -15px
}

.flowplayer.is-touch.is-rtl.is-mouseover .fp-timeline.is-dragging .fp-progress:after {
	left: -15px;
	right: auto;
	border: 10px solid #fff
}

.flowplayer .fp-volume {
	position: absolute;
	top: 11px;
	right: 10px;
}

.is-rtl.flowplayer .fp-volume {
	right: auto;
	left: 10px
}

.flowplayer .fp-mute {
	position: relative;
	width: 10px;
	height: 15px;
	float: left;
	top: -3.5px;
	cursor: pointer;
	background-position: -2px -99px;
}

.is-rtl.flowplayer .fp-mute {
	float: right;
	background-position: -25px -99px
}

.no-mute.flowplayer .fp-mute {
	display: none
}

.flowplayer .fp-volumeslider {
	width: 90px;
	height: 8px;
	cursor: col-resize;
	float: left;
}

.is-rtl.flowplayer .fp-volumeslider {
	float: right
}

.no-volume.flowplayer .fp-volumeslider {
	display: none
}

.flowplayer .fp-volumelevel {
	height: 100%
}

.flowplayer .fp-time {
	text-shadow: 0 0 1px #000;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 100%;
}

.flowplayer .fp-time.is-inverted .fp-duration {
	display: none
}

.flowplayer .fp-time.is-inverted .fp-remaining {
	display: inline
}

.flowplayer .fp-time em {
	width: 35px;
	height: 10px;
	line-height: 10px;
	text-align: center;
	position: absolute;
	bottom: 10px
}

.no-time.flowplayer .fp-time {
	display: none
}

.is-long.flowplayer .fp-time em {
	width: 65px
}

.flowplayer .fp-elapsed {
	left: 10px;
}

.play-button.flowplayer .fp-elapsed {
	left: 27px
}

.is-rtl.flowplayer .fp-elapsed {
	left: auto;
	right: 10px;
}

.play-button.is-rtl.flowplayer .fp-elapsed {
	right: 27px
}

.flowplayer .fp-remaining, .flowplayer .fp-duration {
	right: 120px;
	color: #eee;
}

.no-volume.flowplayer .fp-remaining, .no-volume.flowplayer .fp-duration {
	right: 30px
}

.no-mute.flowplayer .fp-remaining, .no-mute.flowplayer .fp-duration {
	right: 110px
}

.no-mute.no-volume.flowplayer .fp-remaining, .no-mute.no-volume.flowplayer .fp-duration {
	right: 10px
}

.is-rtl.flowplayer .fp-remaining, .is-rtl.flowplayer .fp-duration {
	right: auto;
	left: 120px;
}

.no-volume.is-rtl.flowplayer .fp-remaining, .no-volume.is-rtl.flowplayer .fp-duration {
	left: 30px
}

.no-mute.is-rtl.flowplayer .fp-remaining, .no-mute.is-rtl.flowplayer .fp-duration {
	left: 110px
}

.no-mute.no-volume.is-rtl.flowplayer .fp-remaining, .no-mute.no-volume.is-rtl.flowplayer .fp-duration {
	left: 10px
}

.flowplayer .fp-remaining {
	display: none
}

.flowplayer.color-light .fp-time {
	color: #222;
	text-shadow: 0 0 1px #fff
}

.flowplayer.color-light .fp-remaining, .flowplayer.color-light .fp-duration {
	color: #666
}

.flowplayer.aside-time .fp-time {
	position: absolute;
	top: 10px;
	left: 10px;
	bottom: auto !important;
	width: 100px;
}

.flowplayer.aside-time .fp-time strong, .flowplayer.aside-time .fp-time em {
	position: static
}

.flowplayer.aside-time .fp-time .fp-elapsed {
	margin-right: 10px;
}

.is-rtl.flowplayer.aside-time .fp-time .fp-elapsed {
	margin-right: auto;
	margin-left: 10px
}

.flowplayer.is-long.aside-time .fp-time {
	width: 130px
}

.flowplayer.is-splash, .flowplayer.is-poster {
	cursor: pointer;
}

.flowplayer.is-splash .fp-controls, .flowplayer.is-poster .fp-controls, .flowplayer.is-splash .fp-fullscreen, .flowplayer.is-poster .fp-fullscreen, .flowplayer.is-splash .fp-unload, .flowplayer.is-poster .fp-unload, .flowplayer.is-splash .fp-time, .flowplayer.is-poster .fp-time, .flowplayer.is-splash .fp-embed, .flowplayer.is-poster .fp-embed {
	display: none !important
}

.flowplayer.is-poster .fp-engine {
	top: -9999em
}

.flowplayer.is-loading .fp-waiting {
	display: block
}

.flowplayer.is-loading .fp-controls, .flowplayer.is-loading .fp-time {
	display: none
}

.flowplayer.is-loading .fp-ui {
	background-position: -9999em
}

.flowplayer.is-seeking .fp-waiting {
	display: block
}

.flowplayer.is-fullscreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	border: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	max-width: 100% !important;
	z-index: 99999 !important;
	-webkit-box-shadow: 0 !important;
	-moz-box-shadow: 0 !important;
	box-shadow: 0 !important;
	background-image: none !important;
	background-color: #333;
}

.is-rtl.flowplayer.is-fullscreen {
	left: auto !important;
	right: 0 !important
}

.flowplayer.is-error {
	border: 1px solid #909090;
	background: #fdfdfd !important;
}

.flowplayer.is-error h2 {
	font-weight: bold;
	font-size: large;
	margin-top: 10%
}

.flowplayer.is-error .fp-message {
	display: block
}

.flowplayer.is-error object, .flowplayer.is-error video, .flowplayer.is-error .fp-controls, .flowplayer.is-error .fp-time, .flowplayer.is-error .fp-subtitle {
	display: none
}

.flowplayer.is-ready.is-muted .fp-mute {
	opacity: .5;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50)
}

.flowplayer.is-mouseout .fp-controls {
	height: 0;
	-webkit-transition: height .15s .3s;
	-moz-transition: height .15s .3s;
	transition: height .15s .3s
}

.flowplayer.is-mouseout .fp-timeline {
	margin: 0 !important
}

.flowplayer.is-mouseout .fp-timeline {
	-webkit-transition: height .15s .3s, top .15s .3s, margin .15s .3s;
	-moz-transition: height .15s .3s, top .15s .3s, margin .15s .3s;
	transition: height .15s .3s, top .15s .3s, margin .15s .3s;
	height: 4px;
	top: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0
}

.flowplayer.is-mouseout .fp-fullscreen, .flowplayer.is-mouseout .fp-unload, .flowplayer.is-mouseout .fp-elapsed, .flowplayer.is-mouseout .fp-remaining, .flowplayer.is-mouseout .fp-duration, .flowplayer.is-mouseout .fp-embed, .flowplayer.is-mouseout .fp-volume, .flowplayer.is-mouseout .fp-play {
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	-webkit-transition: opacity .15s .3s;
	-moz-transition: opacity .15s .3s;
	transition: opacity .15s .3s
}

.flowplayer.is-mouseover .fp-controls, .flowplayer.fixed-controls .fp-controls {
	height: 30px
}

.flowplayer.is-mouseover .fp-fullscreen, .flowplayer.fixed-controls .fp-fullscreen, .flowplayer.is-mouseover .fp-unload, .flowplayer.fixed-controls .fp-unload, .flowplayer.is-mouseover .fp-elapsed, .flowplayer.fixed-controls .fp-elapsed, .flowplayer.is-mouseover .fp-remaining, .flowplayer.fixed-controls .fp-remaining, .flowplayer.is-mouseover .fp-duration, .flowplayer.fixed-controls .fp-duration, .flowplayer.is-mouseover .fp-embed, .flowplayer.fixed-controls .fp-embed, .flowplayer.is-mouseover .fp-logo, .flowplayer.fixed-controls .fp-logo, .flowplayer.is-mouseover .fp-volume, .flowplayer.fixed-controls .fp-volume, .flowplayer.is-mouseover .fp-play, .flowplayer.fixed-controls .fp-play {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.flowplayer.fixed-controls .fp-volume {
	display: block
}

.flowplayer.fixed-controls .fp-controls {
	bottom: -30px;
}

.is-fullscreen.flowplayer.fixed-controls .fp-controls {
	bottom: 0
}

.flowplayer.fixed-controls .fp-time em {
	bottom: -20px;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}

.is-fullscreen.flowplayer.fixed-controls .fp-time em {
	bottom: 10px
}

.flowplayer.is-disabled .fp-progress {
	background-color: #999
}

.flowplayer .fp-embed {
	position: absolute;
	top: 10px;
	left: 10px;
	display: block;
	width: 25px;
	height: 20px;
	background-position: 3px -237px;
}

.is-rtl.flowplayer .fp-embed {
	background-position: 22px -237px;
	left: auto;
	right: 10px
}

.flowplayer .fp-embed-code {
	position: absolute;
	display: none;
	top: 10px;
	left: 40px;
	background-color: #333;
	padding: 3px 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 3px #ccc;
	-moz-box-shadow: 0 0 3px #ccc;
	box-shadow: 0 0 3px #ccc;
	font-size: 12px;
}

.flowplayer .fp-embed-code:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	top: 2px;
	left: -10px;
	border: 5px solid transparent;
	border-right-color: #333
}

.is-rtl.flowplayer .fp-embed-code {
	left: auto;
	right: 40px;
}

.is-rtl.flowplayer .fp-embed-code:before {
	left: auto;
	right: -10px;
	border-right-color: transparent;
	border-left-color: #333
}

.flowplayer .fp-embed-code textarea {
	width: 400px;
	height: 16px;
	font-family: monaco, "courier new", verdana;
	color: #777;
	white-space: nowrap;
	resize: none;
	overflow: hidden;
	border: 0;
	outline: 0;
	background-color: transparent;
	color: #ccc
}

.flowplayer .fp-embed-code label {
	display: block;
	color: #999
}

.flowplayer.is-embedding .fp-embed, .flowplayer.is-embedding .fp-embed-code {
	display: block;
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.flowplayer.aside-time .fp-embed {
	left: 100px;
}

.is-rtl.flowplayer.aside-time .fp-embed {
	left: auto;
	right: 100px
}

.flowplayer.aside-time .fp-embed-code {
	left: 130px;
}

.is-rtl.flowplayer.aside-time .fp-embed-code {
	left: auto;
	right: 130px
}

.flowplayer.aside-time.is-embedding .fp-time {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100)
}

.flowplayer.is-long.aside-time .fp-embed {
	left: 130px;
}

.is-rtl.flowplayer.is-long.aside-time .fp-embed {
	left: auto;
	right: 130px
}

.flowplayer.no-time .fp-embed {
	left: 10px !important;
}

.is-rtl.flowplayer.no-time .fp-embed {
	left: auto;
	right: 10px !important
}

@-moz-keyframes pulse {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-webkit-keyframes pulse {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-o-keyframes pulse {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@-ms-keyframes pulse {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

@keyframes pulse {
	0% {
		opacity: 0
	}
	100% {
		opacity: 1
	}
}

.flowplayer .fp-controls {
	background-color: #111
}

.flowplayer .fp-timeline {
	background-color: #555
}

.flowplayer .fp-buffer {
	background-color: #eee
}

.flowplayer .fp-progress {
	background-color: #4da5d8
}

.flowplayer.is-touch.is-mouseover .fp-progress:before {
	background-color: #4da5d8
}

.flowplayer .fp-volumelevel {
	background-color: #fff
}

.flowplayer .fp-volumeslider {
	background-color: #555
}

.flowplayer .fp-timeline, .flowplayer .fp-volumeslider {
	border: 1px inset;
	border-color: rgba(0, 0, 0, 0.2) rgba(17, 17, 17, 0.05)
}

.flowplayer .fp-controls, .flowplayer .fp-progress {
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.01));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255, 255, 255, 0.4)), to(rgba(255, 255, 255, 0.01)))
}

.flowplayer .fp-timeline, .flowplayer .fp-buffer, .flowplayer .fp-progress, .flowplayer .fp-volumeslider, .flowplayer .fp-volumelevel {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px
}

.flowplayer.color-light .fp-controls {
	background-color: #eee;
	background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.01), rgba(0, 0, 0, 0.3));
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0, 0, 0, 0.01)), to(rgba(0, 0, 0, 0.3)))
}

.flowplayer.color-light .fp-timeline, .flowplayer.color-light .fp-volumeslider {
	border-color: #eee #ccc
}

.flowplayer.color-light .fp-timeline, .flowplayer.color-light .fp-volumeslider {
	background-color: #ccc;
	font-size: 10px
}

.flowplayer.color-alt .fp-progress {
	background-image: -moz-linear-gradient(#999, #111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#111))
}

.flowplayer.color-alt.is-touch.is-mouseover .fp-progress:before {
	background-image: -moz-linear-gradient(#999, #111);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#999), to(#111))
}

.flowplayer.color-alt .fp-timeline, .flowplayer.color-alt .fp-volumeslider {
	background-color: #111
}

.flowplayer.color-alt2 .fp-progress {
	background-color: #900
}

.flowplayer.color-alt2.is-touch.is-mouseover .fp-progress:before {
	background-color: #900
}

/**
 * jquery.mCustomScrollbar.css
 */
.mCSB_container {
	width: auto;
	margin-right: 30px;
	overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
	margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
	margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
	width: 16px;
	height: 100%;
	top: 0;
	right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 100%;
	height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown {
	display: block;
	position: relative;
	height: 20px;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
	top: 100%;
	margin-top: -40px;
}

.mCSB_horizontal > .mCSB_container {
	height: auto;
	margin-right: 0;
	margin-bottom: 30px;
	overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
	margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar, .mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
	margin-right: 0;
	margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
	width: 100%;
	height: 16px;
	top: auto;
	right: auto;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 2px;
	margin: 7px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
	width: 30px;
	height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
	display: block;
	position: relative;
	width: 20px;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
	margin-left: -40px;
	float: right;
}

.mCustomScrollBox {
	-ms-touch-action: none;
}

.mCustomScrollBox > .mCSB_scrollTools {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, 0.4);
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, 0.85);
	filter: "alpha(opacity=85)";
	-ms-filter: "alpha(opacity=85)";
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(255, 255, 255, 0.9);
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight {
	background-image: url(mCSB_buttons.png);
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
}

.mCSB_scrollTools .mCSB_buttonUp {
	background-position: 0 0;
}

.mCSB_scrollTools .mCSB_buttonDown {
	background-position: 0 -20px;
}

.mCSB_scrollTools .mCSB_buttonLeft {
	background-position: 0 -40px;
}

.mCSB_scrollTools .mCSB_buttonRight {
	background-position: 0 -56px;
}

.mCSB_scrollTools .mCSB_buttonUp:hover, .mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover {
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active, .mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active {
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
}

.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background: #000;
	background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
	background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
	background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -40px -56px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 4px;
	margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
	background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
	background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -120px -56px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #fff;
	background: rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #fff;
	background: rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
	background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
	background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -20px -56px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
	width: 4px;
	background: #000;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 6px;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
	height: 4px;
	margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 6px;
	margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
	background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
	background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -100px -56px;
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
	background: #fff;
	background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
	background: #000;
	background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 2px;
	background: #000;
	background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
	width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	width: 100%;
	height: 2px;
	margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
	background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
	background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
	background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
	background-position: -80px -56px;
}

/**
 * font-awesome.css
 */
@font-face {
	font-family: 'FontAwesome';
	src: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/fontawesome-webfont.eot?v=4.0.3');
	src: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-lg {
	font-size: 1.3333333333333333em;
	line-height: 0.75em;
	vertical-align: -15%;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-fw {
	width: 1.2857142857142858em;
	text-align: center;
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.142857142857143em;
	list-style-type: none;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	position: absolute;
	left: -2.142857142857143em;
	width: 2.142857142857143em;
	top: 0.14285714285714285em;
	text-align: center;
}

.fa-li.fa-lg {
	left: -1.8571428571428572em;
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid 0.08em #eeeeee;
	border-radius: .1em;
}

.pull-right {
	float: right;
}

.pull-left {
	float: left;
}

.fa.pull-left {
	margin-right: .3em;
}

.fa.pull-right {
	margin-left: .3em;
}

.fa-spin {
	-webkit-animation: spin 2s infinite linear;
	-moz-animation: spin 2s infinite linear;
	-o-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
	}
	100% {
		-moz-transform: rotate(359deg);
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(359deg);
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
	}
	100% {
		-o-transform: rotate(359deg);
	}
}

@-ms-keyframes spin {
	0% {
		-ms-transform: rotate(0deg);
	}
	100% {
		-ms-transform: rotate(359deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(359deg);
	}
}

.fa-rotate-90 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.fa-rotate-180 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.fa-rotate-270 {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
	-webkit-transform: scale(-1, 1);
	-moz-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
	-webkit-transform: scale(1, -1);
	-moz-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	-o-transform: scale(1, -1);
	transform: scale(1, -1);
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: #ffffff;
}

.fa-glass:before {
	content: "\f000";
}

.fa-music:before {
	content: "\f001";
}

.fa-search:before {
	content: "\f002";
}

.fa-envelope-o:before {
	content: "\f003";
}

.fa-heart:before {
	content: "\f004";
}

.fa-star:before {
	content: "\f005";
}

.fa-star-o:before {
	content: "\f006";
}

.fa-user:before {
	content: "\f007";
}

.fa-film:before {
	content: "\f008";
}

.fa-th-large:before {
	content: "\f009";
}

.fa-th:before {
	content: "\f00a";
}

.fa-th-list:before {
	content: "\f00b";
}

.fa-check:before {
	content: "\f00c";
}

.fa-times:before {
	content: "\f00d";
}

.fa-search-plus:before {
	content: "\f00e";
}

.fa-search-minus:before {
	content: "\f010";
}

.fa-power-off:before {
	content: "\f011";
}

.fa-signal:before {
	content: "\f012";
}

.fa-gear:before, .fa-cog:before {
	content: "\f013";
}

.fa-trash-o:before {
	content: "\f014";
}

.fa-home:before {
	content: "\f015";
}

.fa-file-o:before {
	content: "\f016";
}

.fa-clock-o:before {
	content: "\f017";
}

.fa-road:before {
	content: "\f018";
}

.fa-download:before {
	content: "\f019";
}

.fa-arrow-circle-o-down:before {
	content: "\f01a";
}

.fa-arrow-circle-o-up:before {
	content: "\f01b";
}

.fa-inbox:before {
	content: "\f01c";
}

.fa-play-circle-o:before {
	content: "\f01d";
}

.fa-rotate-right:before, .fa-repeat:before {
	content: "\f01e";
}

.fa-refresh:before {
	content: "\f021";
}

.fa-list-alt:before {
	content: "\f022";
}

.fa-lock:before {
	content: "\f023";
}

.fa-flag:before {
	content: "\f024";
}

.fa-headphones:before {
	content: "\f025";
}

.fa-volume-off:before {
	content: "\f026";
}

.fa-volume-down:before {
	content: "\f027";
}

.fa-volume-up:before {
	content: "\f028";
}

.fa-qrcode:before {
	content: "\f029";
}

.fa-barcode:before {
	content: "\f02a";
}

.fa-tag:before {
	content: "\f02b";
}

.fa-tags:before {
	content: "\f02c";
}

.fa-book:before {
	content: "\f02d";
}

.fa-bookmark:before {
	content: "\f02e";
}

.fa-print:before {
	content: "\f02f";
}

.fa-camera:before {
	content: "\f030";
}

.fa-font:before {
	content: "\f031";
}

.fa-bold:before {
	content: "\f032";
}

.fa-italic:before {
	content: "\f033";
}

.fa-text-height:before {
	content: "\f034";
}

.fa-text-width:before {
	content: "\f035";
}

.fa-align-left:before {
	content: "\f036";
}

.fa-align-center:before {
	content: "\f037";
}

.fa-align-right:before {
	content: "\f038";
}

.fa-align-justify:before {
	content: "\f039";
}

.fa-list:before {
	content: "\f03a";
}

.fa-dedent:before, .fa-outdent:before {
	content: "\f03b";
}

.fa-indent:before {
	content: "\f03c";
}

.fa-video-camera:before {
	content: "\f03d";
}

.fa-picture-o:before {
	content: "\f03e";
}

.fa-pencil:before {
	content: "\f040";
}

.fa-map-marker:before {
	content: "\f041";
}

.fa-adjust:before {
	content: "\f042";
}

.fa-tint:before {
	content: "\f043";
}

.fa-edit:before, .fa-pencil-square-o:before {
	content: "\f044";
}

.fa-share-square-o:before {
	content: "\f045";
}

.fa-check-square-o:before {
	content: "\f046";
}

.fa-arrows:before {
	content: "\f047";
}

.fa-step-backward:before {
	content: "\f048";
}

.fa-fast-backward:before {
	content: "\f049";
}

.fa-backward:before {
	content: "\f04a";
}

.fa-play:before {
	content: "\f04b";
}

.fa-pause:before {
	content: "\f04c";
}

.fa-stop:before {
	content: "\f04d";
}

.fa-forward:before {
	content: "\f04e";
}

.fa-fast-forward:before {
	content: "\f050";
}

.fa-step-forward:before {
	content: "\f051";
}

.fa-eject:before {
	content: "\f052";
}

.fa-chevron-left:before {
	content: "\f053";
}

.fa-chevron-right:before {
	content: "\f054";
}

.fa-plus-circle:before {
	content: "\f055";
}

.fa-minus-circle:before {
	content: "\f056";
}

.fa-times-circle:before {
	content: "\f057";
}

.fa-check-circle:before {
	content: "\f058";
}

.fa-question-circle:before {
	content: "\f059";
}

.fa-info-circle:before {
	content: "\f05a";
}

.fa-crosshairs:before {
	content: "\f05b";
}

.fa-times-circle-o:before {
	content: "\f05c";
}

.fa-check-circle-o:before {
	content: "\f05d";
}

.fa-ban:before {
	content: "\f05e";
}

.fa-arrow-left:before {
	content: "\f060";
}

.fa-arrow-right:before {
	content: "\f061";
}

.fa-arrow-up:before {
	content: "\f062";
}

.fa-arrow-down:before {
	content: "\f063";
}

.fa-mail-forward:before, .fa-share:before {
	content: "\f064";
}

.fa-expand:before {
	content: "\f065";
}

.fa-compress:before {
	content: "\f066";
}

.fa-plus:before {
	content: "\f067";
}

.fa-minus:before {
	content: "\f068";
}

.fa-asterisk:before {
	content: "\f069";
}

.fa-exclamation-circle:before {
	content: "\f06a";
}

.fa-gift:before {
	content: "\f06b";
}

.fa-leaf:before {
	content: "\f06c";
}

.fa-fire:before {
	content: "\f06d";
}

.fa-eye:before {
	content: "\f06e";
}

.fa-eye-slash:before {
	content: "\f070";
}

.fa-warning:before, .fa-exclamation-triangle:before {
	content: "\f071";
}

.fa-plane:before {
	content: "\f072";
}

.fa-calendar:before {
	content: "\f073";
}

.fa-random:before {
	content: "\f074";
}

.fa-comment:before {
	content: "\f075";
}

.fa-magnet:before {
	content: "\f076";
}

.fa-chevron-up:before {
	content: "\f077";
}

.fa-chevron-down:before {
	content: "\f078";
}

.opened .fa-chevron-down:before {
	content: "\f077";
}

.fa-retweet:before {
	content: "\f079";
}

.fa-shopping-cart:before {
	content: "\f07a";
}

.fa-folder:before {
	content: "\f07b";
}

.fa-folder-open:before {
	content: "\f07c";
}

.fa-arrows-v:before {
	content: "\f07d";
}

.fa-arrows-h:before {
	content: "\f07e";
}

.fa-bar-chart-o:before {
	content: "\f080";
}

.fa-twitter-square:before {
	content: "\f081";
}

.fa-facebook-square:before {
	content: "\f082";
}

.fa-camera-retro:before {
	content: "\f083";
}

.fa-key:before {
	content: "\f084";
}

.fa-gears:before, .fa-cogs:before {
	content: "\f085";
}

.fa-comments:before {
	content: "\f086";
}

.fa-thumbs-o-up:before {
	content: "\f087";
}

.fa-thumbs-o-down:before {
	content: "\f088";
}

.fa-star-half:before {
	content: "\f089";
}

.fa-heart-o:before {
	content: "\f08a";
}

.fa-sign-out:before {
	content: "\f08b";
}

.fa-linkedin-square:before {
	content: "\f08c";
}

.fa-thumb-tack:before {
	content: "\f08d";
}

.fa-external-link:before {
	content: "\f08e";
}

.fa-sign-in:before {
	content: "\f090";
}

.fa-trophy:before {
	content: "\f091";
}

.fa-github-square:before {
	content: "\f092";
}

.fa-upload:before {
	content: "\f093";
}

.fa-lemon-o:before {
	content: "\f094";
}

.fa-phone:before {
	content: "\f095";
}

.fa-square-o:before {
	content: "\f096";
}

.fa-bookmark-o:before {
	content: "\f097";
}

.fa-phone-square:before {
	content: "\f098";
}

.fa-twitter:before {
	content: "\f099";
}

.fa-facebook:before {
	content: "\f09a";
}

.fa-github:before {
	content: "\f09b";
}

.fa-unlock:before {
	content: "\f09c";
}

.fa-credit-card:before {
	content: "\f09d";
}

.fa-rss:before {
	content: "\f09e";
}

.fa-hdd-o:before {
	content: "\f0a0";
}

.fa-bullhorn:before {
	content: "\f0a1";
}

.fa-bell:before {
	content: "\f0f3";
}

.fa-certificate:before {
	content: "\f0a3";
}

.fa-hand-o-right:before {
	content: "\f0a4";
}

.fa-hand-o-left:before {
	content: "\f0a5";
}

.fa-hand-o-up:before {
	content: "\f0a6";
}

.fa-hand-o-down:before {
	content: "\f0a7";
}

.fa-arrow-circle-left:before {
	content: "\f0a8";
}

.fa-arrow-circle-right:before {
	content: "\f0a9";
}

.fa-arrow-circle-up:before {
	content: "\f0aa";
}

.fa-arrow-circle-down:before {
	content: "\f0ab";
}

.fa-globe:before {
	content: "\f0ac";
}

.fa-wrench:before {
	content: "\f0ad";
}

.fa-tasks:before {
	content: "\f0ae";
}

.fa-filter:before {
	content: "\f0b0";
}

.fa-briefcase:before {
	content: "\f0b1";
}

.fa-arrows-alt:before {
	content: "\f0b2";
}

.fa-group:before, .fa-users:before {
	content: "\f0c0";
}

.fa-chain:before, .fa-link:before {
	content: "\f0c1";
}

.fa-cloud:before {
	content: "\f0c2";
}

.fa-flask:before {
	content: "\f0c3";
}

.fa-cut:before, .fa-scissors:before {
	content: "\f0c4";
}

.fa-copy:before, .fa-files-o:before {
	content: "\f0c5";
}

.fa-paperclip:before {
	content: "\f0c6";
}

.fa-save:before, .fa-floppy-o:before {
	content: "\f0c7";
}

.fa-square:before {
	content: "\f0c8";
}

.fa-bars:before {
	content: "\f0c9";
}

.fa-list-ul:before {
	content: "\f0ca";
}

.fa-list-ol:before {
	content: "\f0cb";
}

.fa-strikethrough:before {
	content: "\f0cc";
}

.fa-underline:before {
	content: "\f0cd";
}

.fa-table:before {
	content: "\f0ce";
}

.fa-magic:before {
	content: "\f0d0";
}

.fa-truck:before {
	content: "\f0d1";
}

.fa-pinterest:before {
	content: "\f0d2";
}

.fa-pinterest-square:before {
	content: "\f0d3";
}

.fa-google-plus-square:before {
	content: "\f0d4";
}

.fa-google-plus:before {
	content: "\f0d5";
}

.fa-money:before {
	content: "\f0d6";
}

.fa-caret-down:before {
	content: "\f0d7";
}

.fa-caret-up:before {
	content: "\f0d8";
}

.fa-caret-left:before {
	content: "\f0d9";
}

.fa-caret-right:before {
	content: "\f0da";
}

.fa-columns:before {
	content: "\f0db";
}

.fa-unsorted:before, .fa-sort:before {
	content: "\f0dc";
}

.fa-sort-down:before, .fa-sort-asc:before {
	content: "\f0dd";
}

.fa-sort-up:before, .fa-sort-desc:before {
	content: "\f0de";
}

.fa-envelope:before {
	content: "\f0e0";
}

.fa-linkedin:before {
	content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
	content: "\f0e2";
}

.fa-legal:before, .fa-gavel:before {
	content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
	content: "\f0e4";
}

.fa-comment-o:before {
	content: "\f0e5";
}

.fa-comments-o:before {
	content: "\f0e6";
}

.fa-flash:before, .fa-bolt:before {
	content: "\f0e7";
}

.fa-sitemap:before {
	content: "\f0e8";
}

.fa-umbrella:before {
	content: "\f0e9";
}

.fa-paste:before, .fa-clipboard:before {
	content: "\f0ea";
}

.fa-lightbulb-o:before {
	content: "\f0eb";
}

.fa-exchange:before {
	content: "\f0ec";
}

.fa-cloud-download:before {
	content: "\f0ed";
}

.fa-cloud-upload:before {
	content: "\f0ee";
}

.fa-user-md:before {
	content: "\f0f0";
}

.fa-stethoscope:before {
	content: "\f0f1";
}

.fa-suitcase:before {
	content: "\f0f2";
}

.fa-bell-o:before {
	content: "\f0a2";
}

.fa-coffee:before {
	content: "\f0f4";
}

.fa-cutlery:before {
	content: "\f0f5";
}

.fa-file-text-o:before {
	content: "\f0f6";
}

.fa-building-o:before {
	content: "\f0f7";
}

.fa-hospital-o:before {
	content: "\f0f8";
}

.fa-ambulance:before {
	content: "\f0f9";
}

.fa-medkit:before {
	content: "\f0fa";
}

.fa-fighter-jet:before {
	content: "\f0fb";
}

.fa-beer:before {
	content: "\f0fc";
}

.fa-h-square:before {
	content: "\f0fd";
}

.fa-plus-square:before {
	content: "\f0fe";
}

.fa-angle-double-left:before {
	content: "\f100";
}

.fa-angle-double-right:before {
	content: "\f101";
}

.fa-angle-double-up:before {
	content: "\f102";
}

.fa-angle-double-down:before {
	content: "\f103";
}

.fa-angle-left:before {
	content: "\f104";
}

.fa-angle-right:before {
	content: "\f105";
}

.fa-angle-up:before {
	content: "\f106";
}

.fa-angle-down:before {
	content: "\f107";
}

.fa-desktop:before {
	content: "\f108";
}

.fa-laptop:before {
	content: "\f109";
}

.fa-tablet:before {
	content: "\f10a";
}

.fa-mobile-phone:before, .fa-mobile:before {
	content: "\f10b";
}

.fa-circle-o:before {
	content: "\f10c";
}

.fa-quote-left:before {
	content: "\f10d";
}

.fa-quote-right:before {
	content: "\f10e";
}

.fa-spinner:before {
	content: "\f110";
}

.fa-circle:before {
	content: "\f111";
}

.fa-mail-reply:before, .fa-reply:before {
	content: "\f112";
}

.fa-github-alt:before {
	content: "\f113";
}

.fa-folder-o:before {
	content: "\f114";
}

.fa-folder-open-o:before {
	content: "\f115";
}

.fa-smile-o:before {
	content: "\f118";
}

.fa-frown-o:before {
	content: "\f119";
}

.fa-meh-o:before {
	content: "\f11a";
}

.fa-gamepad:before {
	content: "\f11b";
}

.fa-keyboard-o:before {
	content: "\f11c";
}

.fa-flag-o:before {
	content: "\f11d";
}

.fa-flag-checkered:before {
	content: "\f11e";
}

.fa-terminal:before {
	content: "\f120";
}

.fa-code:before {
	content: "\f121";
}

.fa-reply-all:before {
	content: "\f122";
}

.fa-mail-reply-all:before {
	content: "\f122";
}

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
	content: "\f123";
}

.fa-location-arrow:before {
	content: "\f124";
}

.fa-crop:before {
	content: "\f125";
}

.fa-code-fork:before {
	content: "\f126";
}

.fa-unlink:before, .fa-chain-broken:before {
	content: "\f127";
}

.fa-question:before {
	content: "\f128";
}

.fa-info:before {
	content: "\f129";
}

.fa-exclamation:before {
	content: "\f12a";
}

.fa-superscript:before {
	content: "\f12b";
}

.fa-subscript:before {
	content: "\f12c";
}

.fa-eraser:before {
	content: "\f12d";
}

.fa-puzzle-piece:before {
	content: "\f12e";
}

.fa-microphone:before {
	content: "\f130";
}

.fa-microphone-slash:before {
	content: "\f131";
}

.fa-shield:before {
	content: "\f132";
}

.fa-calendar-o:before {
	content: "\f133";
}

.fa-fire-extinguisher:before {
	content: "\f134";
}

.fa-rocket:before {
	content: "\f135";
}

.fa-maxcdn:before {
	content: "\f136";
}

.fa-chevron-circle-left:before {
	content: "\f137";
}

.fa-chevron-circle-right:before {
	content: "\f138";
}

.fa-chevron-circle-up:before {
	content: "\f139";
}

.fa-chevron-circle-down:before {
	content: "\f13a";
}

.fa-html5:before {
	content: "\f13b";
}

.fa-css3:before {
	content: "\f13c";
}

.fa-anchor:before {
	content: "\f13d";
}

.fa-unlock-alt:before {
	content: "\f13e";
}

.fa-bullseye:before {
	content: "\f140";
}

.fa-ellipsis-h:before {
	content: "\f141";
}

.fa-ellipsis-v:before {
	content: "\f142";
}

.fa-rss-square:before {
	content: "\f143";
}

.fa-play-circle:before {
	content: "\f144";
}

.fa-ticket:before {
	content: "\f145";
}

.fa-minus-square:before {
	content: "\f146";
}

.fa-minus-square-o:before {
	content: "\f147";
}

.fa-level-up:before {
	content: "\f148";
}

.fa-level-down:before {
	content: "\f149";
}

.fa-check-square:before {
	content: "\f14a";
}

.fa-pencil-square:before {
	content: "\f14b";
}

.fa-external-link-square:before {
	content: "\f14c";
}

.fa-share-square:before {
	content: "\f14d";
}

.fa-compass:before {
	content: "\f14e";
}

.fa-toggle-down:before, .fa-caret-square-o-down:before {
	content: "\f150";
}

.fa-toggle-up:before, .fa-caret-square-o-up:before {
	content: "\f151";
}

.fa-toggle-right:before, .fa-caret-square-o-right:before {
	content: "\f152";
}

.fa-euro:before, .fa-eur:before {
	content: "\f153";
}

.fa-gbp:before {
	content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
	content: "\f155";
}

.fa-rupee:before, .fa-inr:before {
	content: "\f156";
}

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
	content: "\f157";
}

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
	content: "\f158";
}

.fa-won:before, .fa-krw:before {
	content: "\f159";
}

.fa-bitcoin:before, .fa-btc:before {
	content: "\f15a";
}

.fa-file:before {
	content: "\f15b";
}

.fa-file-text:before {
	content: "\f15c";
}

.fa-sort-alpha-asc:before {
	content: "\f15d";
}

.fa-sort-alpha-desc:before {
	content: "\f15e";
}

.fa-sort-amount-asc:before {
	content: "\f160";
}

.fa-sort-amount-desc:before {
	content: "\f161";
}

.fa-sort-numeric-asc:before {
	content: "\f162";
}

.fa-sort-numeric-desc:before {
	content: "\f163";
}

.fa-thumbs-up:before {
	content: "\f164";
}

.fa-thumbs-down:before {
	content: "\f165";
}

.fa-youtube-square:before {
	content: "\f166";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-xing:before {
	content: "\f168";
}

.fa-xing-square:before {
	content: "\f169";
}

.fa-youtube-play:before {
	content: "\f16a";
}

.fa-dropbox:before {
	content: "\f16b";
}

.fa-stack-overflow:before {
	content: "\f16c";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-flickr:before {
	content: "\f16e";
}

.fa-adn:before {
	content: "\f170";
}

.fa-bitbucket:before {
	content: "\f171";
}

.fa-bitbucket-square:before {
	content: "\f172";
}

.fa-tumblr:before {
	content: "\f173";
}

.fa-tumblr-square:before {
	content: "\f174";
}

.fa-long-arrow-down:before {
	content: "\f175";
}

.fa-long-arrow-up:before {
	content: "\f176";
}

.fa-long-arrow-left:before {
	content: "\f177";
}

.fa-long-arrow-right:before {
	content: "\f178";
}

.fa-apple:before {
	content: "\f179";
}

.fa-windows:before {
	content: "\f17a";
}

.fa-android:before {
	content: "\f17b";
}

.fa-linux:before {
	content: "\f17c";
}

.fa-dribbble:before {
	content: "\f17d";
}

.fa-skype:before {
	content: "\f17e";
}

.fa-foursquare:before {
	content: "\f180";
}

.fa-trello:before {
	content: "\f181";
}

.fa-female:before {
	content: "\f182";
}

.fa-male:before {
	content: "\f183";
}

.fa-gittip:before {
	content: "\f184";
}

.fa-sun-o:before {
	content: "\f185";
}

.fa-moon-o:before {
	content: "\f186";
}

.fa-archive:before {
	content: "\f187";
}

.fa-bug:before {
	content: "\f188";
}

.fa-vk:before {
	content: "\f189";
}

.fa-weibo:before {
	content: "\f18a";
}

.fa-renren:before {
	content: "\f18b";
}

.fa-pagelines:before {
	content: "\f18c";
}

.fa-stack-exchange:before {
	content: "\f18d";
}

.fa-arrow-circle-o-right:before {
	content: "\f18e";
}

.fa-arrow-circle-o-left:before {
	content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
	content: "\f191";
}

.fa-dot-circle-o:before {
	content: "\f192";
}

.fa-wheelchair:before {
	content: "\f193";
}

.fa-vimeo-square:before {
	content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
	content: "\f195";
}

.fa-plus-square-o:before {
	content: "\f196";
}

/**
 * styles.css
 */
.suggested-search {
	white-space: initial;
	display: none;
	width: 934px;
	padding: 0 10px;
	position: absolute;
	top: 60px;
	right: -25px;
	border-left: 3px solid #9dabc0;
	border-right: 3px solid #9dabc0;
	border-top: 3px solid #9dabc0;
	border-bottom: 3px solid #9dabc0;
	z-index: 500;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	background: #fff;
	text-align: left;
	behavior: url(PIE.htc);
}

.suggested-search a {
	font-size: 12px;
	color: #4b4b4b;
	text-transform: uppercase;
	line-height: 39px;
	display: block;
	height: 39px;
	text-decoration: none;
	padding: 0 20px;
}

.suggested-search .res-title {
	color: #9dabc0;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #e3e3e3;
	display: block;
	padding-bottom: 6px;
}

.suggested-search .category-results,
.suggested-search .page-results,
.suggested-search .products-results {
	float: left;
	width: 215px;
	padding: 18px 10px 0 10px;
	min-height: 384px;
	overflow: hidden;
	position: relative;
}

.suggested-search .products-results {
	width: 444px;
}

.searched-product {
	border-color: #e1e1e1 !important;
	display: block;
	padding: 0 10px;
	color: #474747;
	font-size: 14px;
	border-bottom: 1px solid #e3e3e3;
}

.searched-product a {
	display: inline !important;
	padding: 0;
	text-transform: none;
	text-decoration: underline;
	font-size: 15px;
}

.category-results .result-box {
	min-height: 191px;
}

.result-box ul {
	padding: 5px 0 38px 0;
	margin: 0;
	list-style: none;
	list-style-type: none;
}

.result-box ul li {
	padding-bottom: 5px;
}

.result-box ul li a {
	text-transform: none;
	padding: 0;
	height: auto;
	line-height: 22px;
	line-height: 20px;
	font-size: 14px !important;
}

.result-box ul li a:hover {
	text-decoration: underline;
}

.page-results .result-box ul li {
	background: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/arrow-search.png') no-repeat 0 4px;
	padding: 0 0 12px 12px;
}

.page-results .result-box ul li a {
	font-size: 13px !important;
}

/* Products result box */
.products-results a.all-products, .category-results a.all-pages {
	font-weight: bold;
	color: #474747;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-transform: none;
	padding: 0;
}

.products-results a.all-products:after, .category-results a.all-pages:after {
	content: ' ›';
}

.products-results a.all-products:hover {
	text-decoration: none;
}

.products-results .result-box {
	height: 351px;
	overflow-y: scroll;
}

.products-results .result-box ul {
	padding: 0 !important;
}

.products-results .result-box img {
	float: left;
	padding: 5px 14px 5px 15px;
}

.products-results .inner-result {
	float: left;
	width: 300px;
}

.products-results .inner-result .article-no {
	font-size: 11px;
	color: #9dabc0;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
}

.products-results .result-box li {
	border-bottom: 1px solid #ddd;
	padding: 5px 0;
}

.products-results .inner-result .title {
	color: #4b4b4b;
	font-size: 14px;
	display: block;
	font-family: 'HelveticaNeueLTPro_Bd';
}

.products-results .inner-result p {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 4px 0;
	line-height: 14px;
}

.products-results .inner-result span {
	text-decoration: underline;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
}

.products-results .inner-result a:hover {
	text-decoration: none;
}

/* Container */
.container {
	padding: 20px 20px 5px 20px;
	margin-top: 20px \9;
}

.container ul {
	list-style-type: none;
	text-align: left;
	margin: 0;
	padding: 0;
}

/* Sidebar */
#sidebar {
	width: 212px;
	float: left;
	margin-right: 20px;
	text-align: left;
	margin-top: -20px;
	min-height: 25px;
}

#sidebar hr {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 0;
	margin: 0;
	margin: 10px 0 \9;
}

.side-box {
	border: 2px solid #d0d0d0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 20px 0;
	behavior: url(PIE.htc);
	position: relative;
	top: 0;
	left: 0;
}

.side-box:last-child {
	margin-bottom: 20px;
}

.side-box .side-title {
	color: #fff;
	font-size: 14px;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-transform: uppercase;
	display: block;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	padding: 8px;
	margin: -2px 0 0 -2px;
	width: 196px;
	behavior: url(PIE.htc);
	position: relative;
	top: 0;
	left: 0;
}

.side-box.gray .side-title {
	background: #9dabc0;
}

.side-box ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.side-box > ul {
	list-style-type: none;
}

.side-box > ul > li {
	border-top: 1px solid #e3e3e3;
}

.side-box > ul > li:first-child {
	border-top: none;
}

.side-box > ul > li.active > a {
	color: #000;
	background: #eaeaea;
	border-bottom: 1px solid #e3e3e3;
}

.side-box > ul > li > a {
	color: #474747;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 0 7px;
	display: block;
	line-height: 29px;
}

.side-box > ul > li.active > a {
	background: #eaeaea;
}

.side-box > ul > li > a:hover {
	background: #eaeaea;
	color: #000;
}

.side-box > ul > li > ul {
	display: none;
	padding: 0 21px;
}

.side-box > ul > li.active > ul {
	display: block;
}

.side-box > ul > li ul li {
	padding: 0 0 2px;
}

.side-box > ul > li ul li:first-child {
	border-top: none;
}

.side-box > ul > li ul li a {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	padding: 6px 0;
}

.side-box > ul > li ul li a:hover, .side-box > ul > li ul li.active a {
	color: #000;
}

.side-box .inner {
	padding: 10px;
}

.side-box .inner > a, .side-box .inner > h3 {
	font-size: 18px;
	font-family: 'HelveticaNeueLTPro_Bd';
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 6px 0 6px 0;
	line-height: 22px;
}

.side-box .inner.wishlist {
	padding: 10px 10px 9px;
}

.side-box .inner.wishlist > a {
	margin: 6px 0 3px 0;
}

.side-box .inner.newsletter {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 11px 22px;
}

.side-box .inner.newsletter > a, .side-box .inner.newsletter > h3 {
	padding-left: 41px;
	*background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/arrows-right.png) no-repeat right 25px;
}

.side-box .inner a i {
	padding-left: 10px;
}

.side-box .inner img {
	display: block;
	margin: -2px auto 11px;
	padding: 0 0 0 6px;
}

.side-box .inner p {
	margin: 0;
	line-height: 18px;
}

.side-box .newsletter-form {
	padding: 5px 0 0 0;
}

.side-box .newsletter-form input[type="text"] {
	padding: 0 8px;
	height: 26px;
	width: 169px;
	line-height: 26px \9;
	border: 1px solid #e1e1e1;
}

.side-box .submit {
	margin-top: 9px;
	border: none;
	display: block;
	height: 25px;
	background: #9dabc0;
	min-width: 188px;
	text-align: center;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 12px !important;
	line-height: 11px !important;
	color: #fff;
	text-transform: uppercase;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	behavior: url(PIE.htc);
	position: relative;
	top: 0;
	left: 0;
}

.side-box.search-filter > ul > li > ul > li {
	padding: 3px 7px;
}

.side-box.search-filter .custom-label {
	color: #4b4b4b;
	padding-left: 0px;
	display: block;
	width: calc(100% - 20px);
	float: right;
	text-transform: none;
}

.side-box.search-filter .custom-label .fa {
	/*display: none;*/
	opacity: 0;
}

.side-box.search-filter > ul > li > ul > li:hover,
.side-box.search-filter > ul > li > ul > li.active {
	background: none;
}

.side-box.search-filter > ul > li > a {
	color: #666;
	font-family: Arial,Helvetica,sans-serif;
	position: relative;
	padding-right: 25px;
	outline: none;
	font-weight: bold;
}

.side-box.search-filter > ul > li > a .arrow {
	position: absolute;
	right: 5px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.side-box.search-filter > ul > li > a .arrow-inner {
	transition: all 0.3s ease-out;
	-moz-animation: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.side-box.search-filter > ul > li.open > a .arrow-inner {
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}

.side-box.search-filter > ul > li > a .arrow-inner.no-transition {
	transition: none;
	-moz-animation: none;
	-webkit-transition: none;
}

/* Main Content */
#main-content {
	width: 688px;
	float: left;
}

#main-content {
	text-align: left;
}

#main-content p {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

#main-content .description {
	padding: 6px 0;
}

#main-content .description .description-inner {
	margin-bottom: 15px;
	overflow: hidden;
	position: relative;
	left: 0;
	top: 0;
}

#main-content .description h2 {
	line-height: 1.2;
}

#main-content .description ul,
#main-content .description p {
	margin-bottom: 12px;
}

#main-content .description ul {
	list-style: disc;
	padding-left: 16px;
	color: #666666;
}

/* Breadcrumbs */
.breadcrumbs {
	margin: 9px 0;
}

.breadcrumbs.top {
	margin: 0 0 9px 0;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
}

.breadcrumbs ul {
	float: left;
}

.breadcrumbs ul li {
	float: left;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
	line-height: 12px;
	font-family: arial;
}

.breadcrumbs ul li .home {
	height: 11px;
	overflow: hidden;
	display: block;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 0 -147px;
}

.breadcrumbs ul li a {
	font-size: 11px;
	color: #666666;
	display: block;
	line-height: 12px;
	font-family: arial;
	text-decoration: none;
	font-weight: normal;
}

.breadcrumbs ul li a:hover {
	text-decoration: underline;
}

.breadcrumbs ul li a i {
	padding: 0 5px 0 2px;
}

.breadcrumbs ul li a.home i {
	padding: 0 8px 0 18px;
}

.back-link {
	float: right;
	padding-left: 16px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 0 -737px;
	color: #666666;
	font-size: 11px;
	text-decoration: underline;
}

/* Main Image */
.main-image {
	height: 300px;
	overflow: hidden;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	position: relative;
	top: 0;
	left: 0;
	behavior: url(PIE.htc);
}

.main-image h1 {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/transparent_bg.png) repeat;
	font-size: 36px;
	font-family: 'HelveticaNeueLTPro_Bd';
	position: absolute;
	bottom: 0;
	margin: 0;
	left: 0;
	line-height: 64px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
}

/* Product area */
.products-area {
	padding: 22px 0 0 0;
}

.products-area .categories {
	padding-bottom: 22px;
	position: relative;
	z-index: 20;
}

.products-area .categories > p {
	float: left;
	font-family: 'HelveticaNeueLTPro_Bd' !important;
	text-transform: uppercase;
	padding-top: 6px !important;
	font-size: 12px;
}

.products-area .categories > ul {
	float: left;
}

.products-area .categories > ul > li {
	float: left;
	margin-left: 10px;
}

.products-area .categories > ul > li > a {
	display: block;
	padding: 0 30px 0 10px;
	height: 24px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat right -905px #EEEEEE;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	position: relative;
	top: 0;
	left: 0;
	behavior: url(PIE.htc);
	line-height: 24px;
	text-decoration: none;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-transform: uppercase;
}

.products-area .products {
	padding-bottom: 30px;
	position: relative;
	z-index: 10;
}

.products-area .products.series {
	padding-bottom: 77px;
}

.products-area .products ul {
	margin-left: -10px;
	margin-top: -48px;
}

.products-area .products ul li {
	float: left;
	width: 222px;
	width: 218px \9;
	margin-left: 10px;
	margin-top: 48px;
}

.products-area .products ul li:nth-child(3n+4) {
	clear: left;
}

.products-area .products ul li a {
	color: #666666;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 18px;
	text-decoration: none;
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.products-area .products ul li a:hover span {
	color: #9dabc0;
	*background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/arrows-right.png) no-repeat right -44px;
}

.products-area .products ul li a img {
	display: block;
}

.products-area .products ul li a hr {
	width: 100%;
	border: 0;
	border-top: 5px solid #9dabc0;
	margin: 0;
}

.products-area .products ul li a span {
	display: inline-block;
	line-height: 33px;
	*background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/arrows-right.png) no-repeat right 11px;
}

.products-area .products ul li a span.prod-title {
	background: #fff;
	width: 100%;
	position: absolute;
	top: 41%;
	text-align: center;
	line-height: 23px;
	display: block;
	left: 0;
}

.products-area .products ul li a span i {
	padding-left: 10px;
	font-weight: normal;
	font-size: 17px;
}

.products-area .category-name {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
	padding-left: 10px;
	line-height: 34px;
}

/* ddslick */
.dd-select, .dd-container, .products-area {
	width: auto !important;
}

.dd-select {
	border: 0 !important;
}

.dd-selected {
	font-weight: normal !important;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 12px;
	text-transform: uppercase;
	padding: 6px 31px 2px 6px !important;
}

.dd-option {
	padding: 7px !important;
	font-weight: normal !important;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 12px;
	text-transform: uppercase;
	color: #666666 !important;
}

.dd-pointer {
	position: absolute !important;
	right: 10px !important;
	top: 45% !important;
	margin-top: -3px !important;
	width: 10px !important;
	height: 10px !important;
}

.dd-pointer-down {
	border-top: 0 !important;
	border-bottom: 0 !important;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat right 2px;
}

.dd-pointer-up {
	border-top: 0 !important;
	border-bottom: 0 !important;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat right -41px;
}

/* Listendseite Page */
.main-title {
	font-size: 36px;
	font-family: 'HelveticaNeueLTPro_Bd';
	left: 0;
	line-height: 29px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	width: 100%;
	text-align: left;
	margin: 0 0 4px 0;
}

.category-filters-holder {
	min-height: 187px;
	margin-top: 14px;
}

.category-filters {
	width: 684px;
	background: #fff;
	border: 2px solid #eaeaea;
	border-radius: 4px;
	behavior: url(PIE.htc);
	height: 187px;
	overflow: hidden;
	position: relative;
	z-index: 99999;
}

.category-filters .bottom-bar {
	background: #9ba9be;
	clear: both;
	height: 33px;
	margin: 0 0 0 -1px;
	width: 665px;
	border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	padding: 0 11px;
	position: absolute;
	bottom: 0;
	right: 0;
	behavior: url(PIE.htc);
	z-index: 999999;
}

.category-filters .bottom-bar a {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 33px;
	float: right;
	padding-left: 20px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 1px -405px;
}

.category-filters .bottom-bar a.see-all-filters {
	float: left;
	margin-right: 10px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -1px -340px;
}

.category-filters .bottom-bar a.see-all-filters.close {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -1px -962px;
}

.category-filters .filter-box {
	width: 217px;
	float: left;
	padding-left: 11px;
	padding-top: 8px;
	border-left: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	position: relative;
	top: 0;
	left: 0;
}

.category-filters .filter-box.nobd-left {
	border-left: 0;
	padding-left: 9px;
}

.category-filters .filter-box:first-child {
	border-left: 0;
	padding-left: 9px;
}

.category-filters .filter-box .delete-filter {
	width: 15px;
	height: 15px;
	display: block;
	position: absolute;
	top: 8px;
	right: 8px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat left -221px;
}

.category-filters .filter-box .title {
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 14px;
	text-transform: uppercase;
	color: #4b4b4b;
}

.content-box {
	height: 109px;
	padding-top: 18px;
	padding-bottom: 5px;
	overflow: hidden;
}

.content-box ul li {
	border-bottom: 1px solid #e3e3e3;
	padding: 8px 0 4px 0;
}

.content-box ul li:first-child {
	padding: 0px 0 4px 0;
}

.content-box .mCSB_buttonUp {
	opacity: 1;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -51px -285px;
}

.content-box .mCSB_buttonDown {
	opacity: 1;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -79px -274px;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
	margin: 12px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #eaeaea;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
	width: 4px;
}

.mCSB_scrollTools .mCSB_dragger {
	cursor: pointer;
	width: 4px;
	left: 6px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
	background: #9dabc0;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
	opacity: 1;
}

.mCSB_container {
	margin-right: 19px;
}

/* Custom imputs css */
.custom-input {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -22px -285px;
	display: inline-block;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	height: 15px;
	width: 15px;
	text-indent: -9999px;
	text-decoration: none;
	cursor: pointer;
}

.filter-box-inner input, .check-form fieldset input {
	display: none;
}

.custom-input:active {
	position: relative;
}

.check-form .custom-input {
	background: url("/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png") no-repeat scroll -449px -72px transparent;
	width: 11px;
	height: 11px;
	margin-top: 27px;
}

.check-form .custom-active .custom-input {
	background: url("/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png") no-repeat scroll -449px -83px transparent;
}

.custom-active .custom-input {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat left -285px;
}

.custom-label {
	color: #666666;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	cursor: pointer;
}

.custom-active .custom-label {
	color: #9dabc0;
}

/* Sort bar */
.sort-bar {
	border: 2px solid #eaeaea;
	border-radius: 4px 4px;
	-moz-border-radius: 4px 4px;
	-webkit-border-radius: 4px 4px;
	margin-top: 11px;
	padding: 4px 10px 2px 8px;
	position: relative;
	top: 0;
	left: 0;
	behavior: url(PIE.htc);
}

.sort-bar p {
	float: left;
	color: #666666;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
}

.sort-bar fieldset {
	float: right;
}

.sort-bar fieldset select, .pagination-holder select {
	float: left;
	width: 136px;
	margin-left: 10px;
	margin-bottom: 2px;
	color: #666666;
	font-size: 12px;
	height: 24px;
	border: 1px solid #eaeaea;
	padding: 2px;
}

.pagination-holder select {
	margin-top: 4px;
}

/* Sorted products */
.sorted-products {
	padding: 10px 0 13px 0;
}

.similar-products {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sorted-products ul li, .similar-products li {
	width: 208px;
	padding: 10px;
	float: left;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	top: 0;
	left: 0;
	min-height: 371px;
}

.similar-products li {
	border-bottom: 0;
	text-align: left;
}

.sorted-products ul li.loading {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/loading.png) no-repeat 94px center;
	border-bottom: none;
}

.sorted-products ul li .badge, .similar-products li .badge {
	width: 40px;
	height: 40px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 10px;
	right: 10px;
}

.sorted-products ul li .badge.new-badge, .similar-products li .badge.new-badge {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/badges.png) no-repeat 0 0;
	top: 10px;
}

.similar-products li .badge.new-badge {
	top: 10px;
}

.sorted-products ul li .badge.top-badge, .similar-products li .badge.top-badge {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/bgi/badges.png) no-repeat 0 -48px;
}

.similar-products li .badge.top-badge {
	top: 10px;
}

.sorted-products ul li:nth-child(3n+3) {
	border-right: 0;
}

.article-no {
	color: #4b4b4b;
	font-size: 11px;
	display: block;
	margin: 4px 0 -2px 0;
}

.sorted-products ul li .title, .similar-products li .title {
	color: #4b4b4b;
	font-size: 14px;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-transform: uppercase;
	display: block;
	min-height: 41px;
	line-height: 20px;
	margin: 0;
}

.sorted-products ul li p, .similar-products li p {
	color: #666666;
	font-size: 12px;
	line-height: 15px;
	min-height: 60px;
}

.sorted-products ul li span.btn, .similar-products li span.btn {
	display: block;
	text-align: center;
	line-height: 29px;
	background: #9dabc0;
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-decoration: none;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin-top: 15px;
	position: relative;
	top: 0;
	left: 0;
	behavior: url(PIE.htc);
}

.sorted-products ul li a, .similar-products li a {
	display: block;
	text-decoration: none;
}

/* Produkt Page */
.product-content {
	padding-top: 11px;
}

/* Product Images */
.product-images {
	width: 460px;
	float: left;
	margin-right: 19px;
}

.product-images .big-image {
	overflow: hidden;
	border: 1px solid #f3f3f3;
	position: relative;
}
.product-images .big-image {
	display: block;
}

.ico-zoom-container {
	display: none;
	width: 458px;
	position: absolute;
	z-index: 100;
	left: 0;
	top: 0;
}

.big-image:hover .ico-zoom-container {
	display: block;
}

.ico-zoom {
	display: block;
	height: 39px;
	float: left;
	padding: 0 10px 0 40px;
	line-height: 39px;
	color: #fff;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/icons/ico-zoom.gif) no-repeat 13px center #9dabc0;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	position: absolute;
	top: 208px;
	left: 150px;
	behavior: url(PIE.htc);
	z-index: 100;
	font-weight: bold;
}

/* Carousel */
.carousel-small, .carousel-fancy {
	width: 430px;
	position: relative;
	top: 0;
	left: 0;
	margin: 10px 0 0 14px;
}

.carousel-fancy {
	width: 440px;
	margin: 10px auto;
}

.carousel-fancy .slides li img {
	display: block;
	margin: 1px 5px;
}

.carousel-fancy .slides li.flex-active-slide img {
	border: 1px solid #9dabc0;
	margin: 0 4px;
}

.carousel-small .flex-direction-nav a.flex-prev, .carousel-fancy .flex-direction-nav a.flex-prev {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -187px -442px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	width: 21px;
}

.carousel-fancy .flex-direction-nav a.flex-prev {
	left: -16px !important;
}

.carousel-small .flex-direction-nav a.flex-next, .carousel-fancy .flex-direction-nav a.flex-next {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -213px -442px;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	width: 21px;
}

.carousel-fancy .flex-direction-nav a.flex-next {
	right: -16px !important;
}

.carousel-box-thumb {
	height: 96px;
	margin-right: 10px;
	border: 1px solid #f3f3f3;
	border-bottom: 2px solid #9dabc0;
	cursor: pointer;
}

.carousel-box-thumb.active {
	border: 1px solid #9dabc0;
	border-bottom: 2px solid #9dabc0;
}

.product-content .carousel-small .carousel-box-thumb img {
	max-width: 100%;
	height: auto;
	max-height: 46px;
}

.product-content .carousel-small .carousel-box-thumb {
	height: 46px;
	margin-right: 4.2px;
	width: 60px !important;
	margin-bottom: 5px;
}

.product-content .carousel-small {
	margin: 10px 0 0 0;
	margin-right: -5px;
}

.product-content .carousel-small,
.product-content .carousel-small .carousel-box-thumb figure {
	width: auto;
	height: auto;
	display: block;
}

.product-content .carousel-small .carousel-wrap {
	width: auto !important;
}

.product-content .carousel-small .flex-direction-nav li a,
.product-content .carousel-small article:nth-child(n+15) {
	display: none !important;
}

.product-content .carousel-small .youtube-thumbnail:after {
	width: 34px;
	height: 23px;
	margin: -12px 0 0 -19px;
	background-size: cover;
}

.article-tabs.product-tabs-container {
	border-bottom: 0px solid #e3e3e3;
}

.article-tabs .product-tabs-links {
	border-left: 1px solid #ddd;
	background-color: transparent;
	position: relative;
	z-index: 5;
}

.article-tabs .product-tabs-links li {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.article-tabs .product-tabs-links li.active {
	border-bottom: 1px solid white;
}

.article-tabs .product-tabs-links > li a {
	text-transform: none;
	outline: none;
	font-size: 16px;
	color: black;
	font-weight: normal !important;
}

.article-tabs .product-tabs-links > li.active a {
	font-weight: bold !important;
}

.article-tabs .tabs-content {
	border: 1px solid #ddd;
	margin-top: -1px;
	text-align: left;
}

.article-tabs .article-logos {
	float: right;
	width: 315px;
}

.article-tabs .article-description {
	float: left;
	width: 585px;
}

.article-tabs .article-description ul {
	list-style-type: disc;
	list-style-position: outside !important;
	margin-left: 15px;
}

.article-tabs .article-description p {
	color: #000;
}

.article-tabs .article-description p.bodytext {
	margin: 0;
}

.article-tabs .article-description-inner {
	padding-left: 10px;
	line-height: 20px;
}

.article-tabs .prod-list {
	padding: 0px 0 8px 0 !important;
	border-top: 0px solid #ddd;
	border-bottom: 0px solid #ddd;
}

.article-tabs .prod-list li.nxs-first {
	border-bottom: 1px solid #ddd;
}

.article-tabs .prod-list li:first-child {
	border-bottom: 1px solid #ddd;
}

.article-tabs .prod-list li {
	float: none;
	border-left: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
}

.article-tabs .download-area table {
	width: 100%;
}

.article-tabs .download-area tr.first {
	border-top-width: 0;
}

.article-tabs .download-area tr {
	border-top: 1px solid #ddd;
}

.article-tabs .download-area td {
	padding: 20px;
}

.article-tabs .download-area .add-to-shop {
	background-image: none;
	padding-left: 17px;
	font-weight: normal !important;
	border-radius: 0;
}

.product-content .carousel-small .article-logo,
.article-tabs .article-logo {
	display: none;
}

.bold {
	font-weight: bold;
}

.product-btns {
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
	margin-top: 15px;
}

span#package {
	padding-top: 10px;
}

/* Fancy popups */
#popup-fancy2 {
	padding-left: 21px;
	padding-right: 20px;
	padding-top: 17px;
	width: auto;
	height: auto;
}

.pricepop-header {
	position: relative;
	text-align: left;
	border-bottom: 1px solid #dddddd;
}

.pricepop-header-image {
	float: left;
	padding-top: 19px;
}

.pricepop-header-image img {
	display: block;
}

.content #main-content .pricepop-header-content, .pricepop-header-content {
	float: left;
	padding-left: 12px;
	max-width: 355px;
}

.content #main-content .pricepop-header-content > span, .content #main-content .pricepop-header-content > b, .pricepop-header-content > span, .pricepop-header-content > b {
	display: block;
}

.content #main-content .pricepop-header-content > span, .pricepop-header-content > span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9dabc0;
}

.content #main-content .pricepop-header-content > b, .content #main-content .pricepop-header-content > h2, .pricepop-header-content > b, .pricepop-header-content > h2 {
	font-family: 'HelveticaNeueLTPro_Bd';
	color: #4b4b4b;
	font-size: 14px;
	letter-spacing: 0.4px;
	line-height: 12px;
}

.content #main-content .pricepop-header-content > h2, .pricepop-header-content > h2 {
	margin: 0;
}

.content #main-content .pricepop-header-content > p, .pricepop-header-content > p {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	margin-bottom: 0;
	margin-top: 28px;
}

.pricepop-header-content .content-bottom {
	position: relative;
}

.pricepop-header-content .content-bottom a {
	display: block;
	float: left;
	margin-left: 1px;
	margin-right: 9px;
	margin-top: 7px;
	border: 1px solid #cccccc;
	display: block;
	height: 18px;
	width: 18px;
	padding: 1px;
}

.pricepop-header-content .content-bottom p {
	float: left;
	margin-bottom: 13px;
	margin-top: 9px;
	font-size: 12px;
}

.pricepop-header > p {
	display: block;
	float: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding-left: 69px;
	padding-top: 44px;
	font-family: arial, helvetica, sans-serif;
}

.pricepop-checkboxes {
	position: relative;
	font-family: arial, helvetica, sans-serif;
}

.pricepop-checkboxes p {
	font-weight: bold;
	float: left;
	color: #666666;
	font-size: 12px;
	margin-left: -2px;
	margin-top: 25px;
}

.check-form {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

.check-form fieldset, .check-form .nxs-fieldset {
	float: left;
	display: block;
	margin: 0;
	padding: 9px 8px 0 17px;
}

.check-form fieldset:last-child, .check-form .nxs-fieldset:last-child {
	padding-right: 0px;
}

.check-form fieldset img, .check-form .nxs-fieldset img {
	display: block;
	margin-bottom: 3px;
	margin-left: 21%;
	*margin-left: 10px;
}

.check-form .custom-label {
	color: #000000;
	cursor: pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: none;
}

.check-form fieldset label, .check-form .nxs-fieldset label {
	font-size: 10px;
	color: #000000;
	float: left;
	line-height: 20px;
	margin-right: 5px;
}

.check-form input[type="checkbox"] {
	float: left;
	margin-top: 26px;
}

.filtered-list {
	position: relative;
	text-align: left;
}

.filtered-list > span {
	color: #4b4b4b;
	font-size: 14px;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-transform: uppercase;
	text-align: left;
	display: block;
	letter-spacing: 0.4px;
	margin-left: -2px;
	margin-top: 16px;
	margin-bottom: 21px;
}

.list-image-holder {
	height: 94px;
	position: relative;
}

.list-image-holder img {
	bottom: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	*position: relative;
	*padding-top: 5px;
}

.filtered-list .list-box {
	height: auto;
	width: 199px;
	text-align: center;
	padding: 0 0 23px;
}

.filtered-list .list-box:first-child {
	width: 198px;
}

.fancy-popup {
	height: 0;
	width: 841px;
}

.fancybox-close {
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/fancy-close.png);
	background-size: cover;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	top: 10px;
	right: 10px;
	behavior: url(PIE.htc);
}

.fancybox-wrap {
	width: 841px !important;
	height: 660px !important;
}

#popup-fancy2 {
	height: auto !important;
	display: none;
}

.fancybox-inner {
	width: 841px !important;
	height: auto !important;
	background: #fff;
	overflow: visible !important;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

.fancy-popup .popup-inner {
	padding: 26px 60px 30px 60px;
}

.fancy-popup .big-image {
	text-align: center;
	width: 721px;
	height: 455px;
}

.fancy-popup .big-image img {
	width: 621px;
	height: 413px;
}

.fancy-popup .popup-inner .carousel-small {
	margin: 0 auto;
}

.fancy-popup .popup-inner .title {
	display: block;
	text-align: center;
	font-size: 36px;
	color: #4b4b4b;
	font-family: 'HelveticaNeueLTPro_Bd';
	line-height: 50px;
	position: relative;
	top: 0;
	left: 0;
}

.fancy-popup .popup-inner .prev-btn {
	width: 23px;
	height: 0;
	display: block;
	position: absolute;
	top: 46%;
	left: -23px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -244px -425px;
	text-indent: -9999px;
	overflow: hidden;
}

.fancy-popup .popup-inner .next-btn {
	width: 23px;
	height: 0;
	display: block;
	position: absolute;
	top: 46%;
	right: -23px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat right -425px;
	text-indent: -9999px;
	overflow: hidden;
}

.fancybox-skin {
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	behavior: url("PIE.htc");
}

.slider-fancy {
	width: 600px;
	margin: 0 auto;
	position: relative;
}

.slider-fancy a.flex-prev {
	width: 23px;
	height: 75px;
	display: block;
	position: absolute;
	top: 45%;
	left: -144px !important;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -244px -425px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.slider-fancy a.flex-next {
	width: 23px;
	height: 75px;
	display: block;
	position: absolute;
	top: 45%;
	right: -143px !important;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat right -425px;
	text-indent: -9999px;
	overflow: hidden;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

/* Product Description */
.product-description {
	width: 441px;
	float: left;
	text-align: left;
}

.product-description .article-no {
	margin-top: -5px;
}

.product-description .title {
	font-size: 36px;
	/*color: #4b4b4b;*/
	font-family: 'HelveticaNeueLTPro_Bd';
	line-height: 44px;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
}

.prod-list {
	padding: 10px 0 8px 0 !important;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.prod-list li {
	float: left;
	border-left: 1px solid #ddd;
}

.prod-list li:first-child {
	border: none;
}

.product-description .description {
	margin: 16px 0 20px 0;
}

.product-description .description p {
	margin-bottom: 10px;
	/*color: #666666;*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 17px;
}

.product-description .description span {
	display: inline;
	/*color: #666666;*/
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 19px;
}

/* Download area */
.download-area {
	position: relative;
	top: 0;
	left: 0;
}

.download-area p {
	color: #474747;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-transform: uppercase;
	padding-left: 30px;
	cursor: pointer;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat left -530px;
}

.download-area p:hover, .download-area p.open {
	color: #9dabc0;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat left -501px;
}

.download-area .download-box {
	display: none;
	position: absolute;
	bottom: 30px;
	left: 0;
	width: 590px;
}

.download-area .download-box .inner {
	background: #fff;
	border: 2px solid #9dabc0;
	padding: 24px 20px 14px 20px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	position: relative;
	top: 0;
	left: 0;
	behavior: url(PIE.htc);
}

.download-area .download-box .inner .close-dl {
	display: block;
	width: 22px;
	height: 22px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 0 -565px;
	border-radius: 0 3px 0 3px;
	-moz-border-radius: 0 3px 0 3px;
	-webkit-border-radius: 0 3px 0 3px;
	behavior: url(PIE.htc);
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.download-area .download-box .inner .bottom-dl {
	display: block;
	width: 24px;
	height: 12px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -28px -573px;
	position: absolute;
	left: 6px;
	bottom: -12px;
	overflow: hidden;
	text-indent: -9999px;
}

.download-box tr td {
	color: #666666;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
	padding: 6px 0;
	border-bottom: 1px solid #e1e1e1;
}

.download-box tr:last-child td {
	border: 0;
}

.download-box tr td:first-child {
	text-align: left;
}

.download-box tr td a {
	color: #9dabc0;
}

.color-area {
	padding: 15px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	margin: 15px 0;
}

.color-area strong {
	display: block;
	font-size: 14px;
	color: #4b4b4b;
	text-transform: uppercase;
	font-family: 'HelveticaNeueLTPro_Bd';
	margin-bottom: 12px;
}

.color-area strong span {
	font-size: 12px;
	color: #666666;
	text-transform: none;
	padding-left: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}

.color-area ul {
	margin: 0;
	margin-top: 10px;
}

.color-area ul li {
	float: left;
	margin-right: 3px;
	border: 1px solid #cccccc;
}

.color-area ul li a {
	display: block;
	width: 18px;
	height: 18px;
	border: 1px solid #fff;
}

.color-area ul li.selected {
	border: 1px solid #000;
}

.buy-btn, .x-btn, .mail-btn, .save-btn {
	display: block;
	height: 39px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 16px -625px #f8ab1e;
	padding: 0 17px 0 43px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(PIE.htc);
	line-height: 39px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 13px;
	float: left;
	margin-right: 10px;
	position: relative;
	left: 0;
	top: 0;
}

.buy-btn:hover, .x-btn:hover, .mail-btn:hover, .save-btn:hover {
	opacity: 0.75;
}

.add-to-shop {
	display: block;
	height: 39px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 16px -679px #eaeaea;
	padding: 0 17px 0 43px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	behavior: url(PIE.htc);
	line-height: 39px;
	color: #474747;
	text-transform: uppercase;
	text-decoration: none;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 13px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
}

.add-to-shop,
.buy-btn {
	background-image: none;
	padding-left: 17px;
}

.product-tabs-container {
	padding: 24px 20px 0 20px;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 20px;
}

.product-tabs-links {
	width: 960px;
	margin: 0 0 0 -20px;
	background: #e2e2e2;
	padding: 1px 0 0 0;
	list-style: none;
}

.product-tabs-links li {
	float: left;
}

.product-tabs-links li a {
	display: block;
	height: 40px;
	padding: 0 14px;
	line-height: 40px;
	font-size: 13px;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-transform: uppercase;
	text-decoration: none;
	color: #474747;
	border-left: 1px solid #fff;
}

.product-tabs-links li a:hover {
	text-decoration: underline;
}

.product-tabs-links li.active a {
	background: #fff;
}

.product-tabs-links li:first-child a {
	border-left: 0;
}

.tabs-content .flex-viewport {
	z-index: 10;
}

.tabs-content {
	position: relative;
}

.tabs-content .white-line {
	height: 100%;
	width: 1px;
	background: #fff;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 20;
}

.similar-products-content {
	position: relative;
}

.similar-products-content .flex-direction-nav .flex-prev {
	width: 23px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat scroll -126px -442px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	behavior: url(PIE.htc);
	top: 112px;
	z-index: 30;
}

.similar-products-content .flex-direction-nav .flex-next {
	width: 23px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat scroll -154px -442px;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	behavior: url(PIE.htc);
	top: 112px;
	z-index: 30;
}

/* garantie page */
#main-content .guarantee h1 {
	font-size: 36px;
	font-family: 'HelveticaNeueLTPro_Bd';
}

.guarantee-text {
	width: 440px;
	float: left;
}

#main-content .guarantee-text p {
	margin-bottom: 14px;
}

.guarantee-text a {
	color: #9dabc0;
	font-weight: bold;
}

.guarantee figure {
	float: right;
	padding-top: 24px;
}

.guarantee strong {
	color: #666666;
}

.guarantee-tabs {
	border: 2px solid #d0d0d0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden;
}

.container .guarantee-tabs-links {
	background: #eaeaea;
	height: 43px;
	margin-left: -4px;
}

.guarantee-tabs-links li {
	float: left;
	border-left: 2px solid #d0d0d0;
}

.guarantee-tabs-links li a {
	display: block;
	height: 43px;
	width: 322px;
	padding: 0 0 0 20px;
	line-height: 43px;
	font-size: 18px;
	font-family: 'HelveticaNeueLTPro_Bd';
	text-decoration: none;
	text-transform: uppercase;
	border-bottom: 2px solid #d0d0d0;
	color: #c8c8c8;
}

.guarantee-tabs-links li a:hover {
	text-decoration: underline;
}

.guarantee-tabs-links li.active a {
	text-decoration: none;
	background: #fff;
	color: #9dabc0;
	border-bottom: 2px solid #fff;
}

.guarantee-tabs-container {
	padding: 8px 18px 18px 18px;
}

.gtab {
	color: #666666;
}

.product-search-form {
	margin: 0;
	color: #666666;
}

#main-content .product-search-form p {
	margin-bottom: 12px;
}

.product-search-form input[type="text"] {
	width: 364px;
	height: 14px;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-left: 1px solid #e1e1e1;
	border-right: 0;
	float: left;
	padding: 7px 12px;
	line-height: 14px;
	font-size: 12px;
	color: #666666;
	margin: 0;
}

.product-search-form input[type="submit"] {
	display: block;
	width: 40px;
	height: 30px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 9px -779px #9dabc0;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	behavior: url(PIE.htc);
	position: relative;
	left: 0;
	top: 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	border-left: 0;
}

.contact-data-form {
	margin: 0;
	color: #666666;
	clear: both;
	padding-bottom: 40px;
}

.contact-form {
	margin: 20px 0 60px 0;
	color: #666666;
}

#main-content .contact-data-form p, #main-content .contact-form p {
	margin-bottom: 12px;
}

.contact-data-form-item {
	float: left;
}

.contact-data-form label {
	display: block;
	width: 314px;
	height: 25px;
	line-height: 20px;
	font-size: 12px;
	color: #000;
}

.contact-data-form select, .contact-form select {
	display: block;
	width: 334px;
	height: 30px;
	clear: both;
	border: 1px solid #e1e1e1;
	padding: 6px;
	margin: 0 100px 20px 0;
	font-size: 12px;
	color: #000;
}

.contact-form select {
	width: 334px;
}

.contact-data-form input[type="text"], .contact-form input[type="text"] {
	display: block;
	width: 312px;
	width: 310px \9;
	height: 14px;
	border: 1px solid #e1e1e1;
	padding: 7px 10px;
	line-height: 14px;
	font-size: 12px;
	color: #000000;
	margin: 0 20px 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}

.contact-form input[type="text"] {
	width: 312px;
}

.contact-data-form input[type="text"].inp1 {
	width: 50px;
	margin-right: 8px;
}

.contact-data-form input[type="text"].inp2 {
	width: 232px;
	margin-right: 0;
}

.contact-data-form input::-webkit-input-placeholder, .contact-form input::-webkit-input-placeholder { /* WebKit browsers */
	color: #000;
}

.contact-data-form input:-moz-placeholder, .contact-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #000;
}

.contact-data-form input::-moz-placeholder, .contact-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #000;
}

.contact-data-form input:-ms-input-placeholder, .contact-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #000;
}

.contact-data-form input.nomarg, .contact-form input.nomarg {
	margin-right: 0;
}

.contact-form textarea {
	display: block;
	width: 664px;
	height: 100px;
	border: 1px solid #e1e1e1;
	padding: 6px 10px;
	line-height: 16px;
	font-size: 12px;
	color: #000000;
	margin: 0 0 20px 0;
	font-family: Arial, Helvetica, sans-serif;
}

.form-btns input[type="submit"], .contact-form input[type="submit"] {
	display: block;
	width: 329px;
	height: 30px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 314px -865px #9dabc0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);
	border: 0;
	color: #fff;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 13px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
}

.contact-data-form .form-msg, .contact-form .form-msg {
	font-size: 12px;
	color: #666666;
	line-height: 30px;
	margin-left: 10px;
	float: left;
}

.contact-data-form .form-msg {
	margin-left: 0;
}

.contact-data-form .error, .contact-form .error {
	background: #ffcbc7 !important;
	border: 1px solid #f3281a !important;
	color: #f3281a !important;
}

.contact-data-form .form-msg span, .contact-form .form-msg span {
	color: #000;
}

.error-msg {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);
	padding: 6px 10px;
	background: #ffcbc7;
	border: 1px solid #f3281a;
	margin-bottom: 20px;
	color: #f3281a;
	position: relative;
	top: 0;
	left: 0;
	font-size: 12px;
}

.contact-data-form input.error-msg::-webkit-input-placeholder, .contact-form input.error-msg::-webkit-input-placeholder { /* WebKit browsers */
	color: #f3281a !important;
}

.contact-data-form input.error-msg:-moz-placeholder, .contact-form input.error-msg:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #f3281a !important;
}

.contact-data-form input.error-msg::-moz-placeholder, .contact-form input.error-msg::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #f3281a !important;
}

.contact-data-form input.error-msg:-ms-input-placeholder, .contact-form input.error-msg:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #f3281a !important;
}

.form-btns {
	clear: both;
	margin-top: 18px;
}

.form-btns .step-back {
	display: block;
	width: 329px;
	height: 30px;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat 10px -820px #eaeaea;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	behavior: url(PIE.htc);
	border: 0;
	color: #fff;
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 13px;
	float: left;
	position: relative;
	left: 0;
	top: 0;
	margin-right: 30px;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	color: #474747;
}

.found-product {
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin: 12px 0;
}

.found-product figure {
	float: left;
	margin-right: 18px;
	padding: 0;
}

.found-product-text {
	width: 376px;
	float: left;
	font-size: 12px;
	color: #666666;
	line-height: 14px;
}

.found-product-text span {
	font-size: 11px;
	color: #9dabc0;
}

.found-product-text strong {
	display: block;
	font-size: 14px;
	color: #4b4b4b;
	margin-bottom: 26px;
}

.found-product-text p {
	margin: 0;
}

.steps-data {
	padding-bottom: 18px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 18px;
	line-height: 20px;
}

.steps-data strong {
	display: block;
	margin-bottom: 14px;
}

.steps-data .label-text {
	width: 240px;
	float: left;
	margin-right: 12px;
	color: #000;
	font-size: 12px;
}

.steps-data .label-info {
	width: 380px;
	float: left;
	color: #666666;
	font-size: 12px;
}

.confirm-section input[type="checkbox"] {
	float: left;
	margin-top: 1px;
}

.confirm-section label {
	width: 510px;
	float: left;
	font-size: 12px;
	color: #666666;
	margin-left: 8px;
	line-height: 14px;
}

.confirm-section .form-msg {
	font-size: 12px;
	float: none;
	clear: both;
	padding-top: 12px;
}

.confirm-section .form-msg span {
	color: #000;
}

/* map area page */
.map-area {
	position: relative;
}

.map-area h1 {
	font-family: 'HelveticaNeueLTPro_Hv';
	font-size: 36px;
	text-transform: uppercase;
	color: #9dabc0;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

.map-area h2, .map-area p, .map-area span {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	text-align: left;
}

.map-area h2 {
	margin: 0;
}

.map-area > p {
	margin-top: 0;
	margin-bottom: 17px;
}

.map-holder {
	left: 0;
	position: relative;
	top: 0;
	padding-top: 54px;
}

#map-canvas, #map {
	width: 100%;
	height: 399px;
	position: relative;
}

#map-canvas, #map .mapinfo-box h1 {
	font-size: 12px;
	color: #000000;
	font-weight: bold;
	text-transform: none;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
}

#map-canvas, #map .mapinfo-box span {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 2px;
}

.map-overlay {
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	box-shadow: 0 0 0px 2px #9dabc0 inset;
	background: #ffffff;
	border: 2px solid #9dabc0 \9;
	width: 916px \9;
}

.map-overlay span {
	font-size: 19px;
	float: left;
	padding-left: 21px;
	padding-top: 16px;
	font-family: 'HelveticaNeueLTPro_Bd';
}

.map-overlay p {
	float: left;
	margin: 19px 0 0 18px;
	font-size: 12px;
}

.search-field-map {
	border: medium none;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	text-indent: 10px;
	width: 100%;
}

.map-overlay form {
	display: block;
	float: right;
	margin-bottom: 12px;
	margin-right: 22px;
	margin-top: 12px;
}

.map-overlay fieldset, {
	margin-right: 40px;
}

.map-overlay input[type="text"] {
	width: 434px;
}

.map-overlay form.pl input[type="text"] {
	width: 355px;
}

.map-overlay button {
	height: 30px;
	top: 0;
	bottom: 0;
}

/* Paginations and list */
.list-area {
	margin-top: 20px;
	margin-bottom: 20px;
}

.pagination-holder {
	border: 2px solid #eaeaea;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.pagination-holder span, .pagination-holder p {
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.pagination-holder span {
	float: left;
	margin-left: 8px;
	margin-top: 7px;
}

.pagination-holder p {
	margin: 0;
	float: right;
	margin-top: 7px;
	margin-right: 10px;
}

.container ul.pagination, .fancy-popup ul.pagination {
	display: block;
	float: right;
	padding-top: 4px;
	padding-bottom: 4px;
}

.fancy-popup ul.pagination {
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	padding-top: 4px;
	text-align: left;
}

.fancy-popup .pagination-holder {
	margin-top: 16px;
}

.pagination li {
	float: left;
}

.pagination li a {
	display: block;
	text-decoration: none;
	color: #474747;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #eaeaea;
	margin-right: 4px;
	width: 23px;
	height: 23px;
	text-align: center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 23px;
}

.pagination li a:hover {
	background: #9dabc0;
	color: #ffffff;
}

.pagination li a.prev {
	text-indent: -9999px;
	position: relative;
	display: block;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png) -226px -318px no-repeat #eaeaea;
	width: 23px;
	height: 23px;
	padding: 0;
	margin-right: 10px;
}

.pagination li a.next {
	text-indent: -9999px;
	position: relative;
	display: block;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png) -311px -318px no-repeat #eaeaea;
	width: 23px;
	height: 23px;
	padding: 0;
	margin-left: 7px;
}

.pagination li.active a {
	background: #9dabc0;
	color: #ffffff;
}

.pagination li a.next:hover {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png) -311px -318px no-repeat #9dabc0;
}

.pagination li a.prev:hover {
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png) -226px -318px no-repeat #9dabc0;
}

.pagination li a.pagination-rest {
	background: none;
}

.pagination li a.pagination-rest:hover {
	background: none;
	color: #474747;
}

/* Boxes */
.list-box-holder {
	margin-top: 20px;
}

.list-box-holder .pagination-holder {
	margin-top: 18px;
}

.list-box-column {
	border-bottom: 1px solid #e6e5e4;
}

.list-box-column:last-child {
	border: none;
	margin-bottom: 19px;
}

.list-box:last-child {
	border-right: none;
}

.list-box:first-child {
	width: 209px;
	margin-left: 0;
}

.list-box {
	width: 209px;
	border-right: 1px solid #e6e5e4;
	display: block;
	height: 98px;
	float: left;
	padding-left: 20px;
}

.list-box span, .list-box strong {
	display: block;
	text-align: left;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.list-box strong {
	line-height: 9px;
	padding-top: 18px;
}

.list-box p {
	margin-bottom: 0;
	text-align: left;
	color: #555555;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Merkliste site */
#main-content.product-listing .description {
	padding: 6px 0 0;
}

.product-img, .product-detail, .product-right {
	float: left;
}

.product .title {
	font-family: 'HelveticaNeueLTPro_Bd';
	font-size: 14px;
	text-transform: uppercase;
	color: #4b4b4b;
}

.product .color-area {
	border: 0;
	float: left;
}

.blue-layout .product-listing .main-title {
	color: #9DABC0;
}

.product-links {
	position: relative;
	padding-bottom: 10px;
}

.product-links .buy-btn {
	float: right;
	margin-right: 0;
	padding-left: 40px;
}

.mail-btn {
	background: url("/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png") no-repeat scroll -205px -152px #9caabf;
	margin-right: 10px;
	float: right;
	padding: 0 17px 0 24px;
}

.save-btn {
	background: url("/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png") no-repeat scroll -205px -102px #9caabf;
	margin-right: 10px;
	float: right;
	padding: 0 17px 0 24px;
}

.x-btn {
	background: url("/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png") no-repeat scroll -209px -54px #eaeaea;
	color: #474747;
	font-size: 13px;
	float: left;
	padding-left: 32px;
	padding-right: 13px;
}

#main-content .pagination-holder p {
	margin: 7px 10px 0 0;
}

/* Products */
.product-listing .pricepop-header {
	padding-bottom: 11px;
}

.wishlist .pricepop-header:last-child {
	border: none;
}

.product-listing .pricepop-header-image {
	padding-top: 25px;
}

.product-listing .pricepop-header-content {
	padding-top: 5px;
}

#main-content.product-listing .pricepop-header-content > p {
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0;
	margin-top: 28px;
}

#main-content.product-listing .pricepop-header-content .content-bottom p {
	margin-bottom: 13px;
	margin-top: 9px;
	*margin-bottom: 0px;
	*padding-bottom: 13px;
}

#main-content.product-listing .pricepop-header > p {
	font-family: arial, helvetica, sans-serif;
	padding-left: 69px;
	padding-top: 62px;
}

.pricepop-product-links {
	position: relative;
}

.save-btn.small, .x-btn.small {
	float: left;
	margin-left: 0;
	margin-right: 10px;
	font-size: 12px;
	height: 24px;
	line-height: 25px;
}

.save-btn.small {
	background: #9caabf;
	padding-left: 12px;
	padding-right: 12px;
}

.x-btn.small {
	background: url("/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png") no-repeat scroll -212px -62px #eaeaea;
	padding-left: 26px;
	padding-right: 12px;
}

.product-links.bottom {
	margin-top: 14px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 49px;
}

.clear {
	clear: both;
}

/* Search results page */
.search-results .breadcrumbs {
	width: 75%;
}

.search-results .breadcrumbs ul li .home {
	margin: 0 6px 0 0;
}

.search-results .main-title {
	color: #9dabc0;
}

.search-results .pagination-holder {
	margin: 19px 0;
}

.search-results .pagination-holder span a {
	color: #9dabc0;
	text-decoration: none;
}

.search-results .pagination-holder span a:hover {
	text-decoration: underline;
}

.search-results .pagination-holder.bottom {
	margin: 0px 0 132px;
}

.search-results .side-box > ul > li {
	border: 0 none;
}

.item {
	border-bottom: 1px solid #e1e1e1;
	margin: 0 0 20px;
}

.item.last {
	border: 0 none;
}

.item-img {
	float: left;
	width: 130px;
	height: 130px;
	margin: 0 19px 0 0;
	overflow: hidden;
	margin-bottom: 20px;
}

.item-date {
	display: block;
	color: #9dabc0;
	font-size: 11px;
	line-height: 11px;
}

.item-title {
	color: #4b4b4b;
	font-size: 14px;
	font-family: 'HelveticaNeueLTPro_Bd';
	line-height: 10px;
	text-transform: uppercase;
	margin: 0;
	padding: 0 0 7px;
}

.item p {
	font-size: 12px;
	line-height: 15px;
}

.item .save-btn.small {
	margin: 6px 0 20px;
}

/* Press page */
.press-page .main-title {
	margin: 0 0 20px 0;
}

.press-page .item {
	margin: 0;
	padding: 10px 0;
}

.press-page .pagination-holder.top {
	margin: 0 0 9px;
}

.press-page .pagination-holder.bottom {
	margin: 9px 0 83px;
}

.press-page .item-title {
	line-height: 17px;
	padding: 0 0 4px;
}

.press-page .item p {
	line-height: 14px;
}

.press-page .item .save-btn.small {
	margin: 8px 0 0;
}

.press-page .side-box .submit {
	margin-bottom: 0 !important;
}

/* Catalogue page */
.catalogue-page .main-title {
	margin: 0 0 9px 0;
}

.catalogue-page .main-text {
	line-height: 17px;
}

.catalogue-page .main-text a {
	color: #9dabc0;
	font-weight: bold;
}

.catalogue-page .pagination-holder.top {
	margin: 8px 0 12px;
}

.catalogue-page .pagination-holder.bottom {
	margin: 18px 0 54px;
}

.catalogue-page .item {
	float: left;
	width: 336px;
	padding: 5px 0 5px 6px;
	margin: 0;
	border-right: 1px solid #e1e1e1;
}

.catalogue-page .item.even {
	border-right: 0 none;
}

.catalogue-page .item-title {
	line-height: 10px;
	margin: 13px 0 0;
}

.catalogue-page .item-img {
	margin: 0 9px 4px 0;
}

.catalogue-page .item .save-btn.small {
	margin: 6px 0 5px;
}

/* Catalogue details page */
.catalogue-details .main-title {
	margin: 0 0 19px 0;
}

.catalogue-details .product-content {
	padding-top: 8px;
}

.catalogue-details .product-images {
	width: 285px;
}

.catalogue-details .product-images .big-image {
	width: 281px;
	height: 281px;
	border: 2px solid #eaeaea;
}

.catalogue-details .product-images .big-image img {
	width: 281px;
	height: auto;
}

.catalogue-details .catalogue-carousel-small, .catalogue-details .carousel-fancy {
	width: 242px;
	height: 59px;
	position: relative;
	top: 0;
	left: 7px;
	margin: 10px 0 0 14px;
}

.catalogue-details .carousel-box-thumb {
	height: 53px;
	overflow: hidden;
	margin: 3px 0 0 2px;
	border: 1px solid #f3f3f3;
	border-bottom: 3px solid #9dabc0 !important;
	cursor: pointer;
}

.catalogue-details .carousel-box-thumb.active {
	border: 1px solid #9dabc0;
}

.catalogue-details .flex-viewport {
	margin: 0 7px;
}

.catalogue-details .flex-direction-nav .flex-next {
	width: 22px;
	height: 43px;
	border-radius: 0 5px 5px 0;
	right: -22px !important;
	background-color: #9dabc0;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -213px -442px;
}

.catalogue-details .flex-direction-nav .flex-prev {
	width: 22px;
	height: 43px;
	border-radius: 5px 0 0 5px;
	background-color: #9dabc0;
	background: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png) no-repeat -187px -442px;
}

.catalogue-details .item-downloads {
	display: block;
	width: 283px;
	padding: 0;
}

.catalogue-details .item-download-box {
	width: 283px;
	height: 44px;
	margin: 0 0 -1px;
}

.catalogue-details .item-downloads input[type="checkbox"] {
	left: 11px;
	bottom: 0;
	top: 10px;
}

.catalogue-details .item-download-box label.download-link {
	width: auto;
	height: auto;
	color: #9dabc0;
	font-size: 12px;
	font-weight: bold;
	border: 0 none;
	margin: 8px 0 0 43px;
}

.catalogue-details .item-download-box span {
	float: left;
	margin: 0 0 0 43px;
}

.catalogue-details .item-download-box a {
	float: left;
	font-size: 12px;
	margin: 0 0 0 10px;
}

.catalogue-details .item-downloads input[type="submit"] {
	text-align: left;
	padding-left: 10px !important;
	margin: 10px 0 26px !important;
	background-image: url(/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png);
}

.catalogue-details .download-area {
	margin: 19px 0 10px;
	padding: 0 0 6px;
	border-bottom: 1px solid #e1e1e1;
}

.catalogue-details .download-area p {
	color: #474747;
	font-family: 'HelveticaNeueLTPro_Bd' !important;
	padding: 0 0 0 26px !important;
}

.description h4 {
	font-size: 12px;
	color: #666666;
	margin: 0 0 20px;
}

.catalogue-details .product-description {
	width: 384px;
}

.product-description .title {
	/*color: #4b4b4b !important;*/
	font-size: 36px;
	line-height: 42px;
	text-transform: none;
}

.product-description .nxs-newsTeaser {
	color: #666666;
	font-size: 12px;
	margin: 4px 0 0;
	text-transform: uppercase;
	font-weight: bold;
}

.product-description .description {
	margin: 6px 0 20px 0;
}

.product-description .description p, .product-description .description li {
	font-size: 12px;
	line-height: 15px;
}

/* Dates-page */
.dates-page .main-title {
	margin: 0 0 11px 0;
}

.dates-page #main-content .search-form {
	width: 430px;
	margin: 17px 0 21px;
}

.dates-page .pagination-holder.top {
	margin-bottom: 14px;
}

.dates-page .pagination-holder.bottom {
	margin-bottom: 45px;
}

.dates-page .item {
	margin: 0 0 6px;
}

.item.last {
	margin: 0;
	border: 0 none;
}

.dates-page .item-title {
	padding: 0 0 27px;
}

.dates-page .item-nr {
	display: block;
	color: #9dabc0;
	font-size: 11px;
	margin: 0 0 3px;
}

.dates-page .item .save-btn.small {
	margin: 10px 0;
}

.dates-page .item .save-btn.small.download-btn {
	min-width: 156px;
	padding-right: 35px;
	background-image: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png');
	background-position: 182px -1064px;
	background-repeat: no-repeat;
}

.dates-page .item .save-btn.small.download-btn.active {
	background-image: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites2.png');
	background-position: 182px -1115px;
	background-repeat: no-repeat;
}

.item-downloads {
	display: none;
	clear: both;
	padding: 10px 0 0 0px;
}

.item-download-box {
	position: relative;
	width: 262px;
	height: 125px;
	float: left;
	border: 1px solid #9dabc0;
	margin: 0 10px 10px 0;
}

.item-download-box.odd {
	margin-right: 0;
}

.item-download-box label {
	float: left;
	width: 106px;
	height: 125px;
	overflow: hidden;
	border-right: 1px solid #9dabc0;
	margin: 0 9px 0 0;
	cursor: pointer;
	text-align: center;
}

.item-download-box a.box-title {
	display: block;
	color: #9dabc0;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin: 8px 0 14px;
	text-decoration: none;
}

.item-download-box span {
	display: block;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}

.item-download-box a.box-more {
	display: block;
	color: #9dabc0;
	font-size: 12px;
	text-decoration: none;
	margin: 7px 0 0;
}

.item-download-box a:hover {
	text-decoration: underline;
}

.item-downloads input[type="submit"] {
	border: 0 none;
	padding-left: 3px !important;
	margin: 0 0 26px !important;
	width: 257px !important;
	background-position: 227px -1149px !important;
}

.item-downloads input[type="checkbox"] {
	position: absolute;
	left: 45px;
	bottom: 10px;
}

/**
 * colors.css
 */
/* blue layout */
.blue-layout {
}

.blue-layout .side-box .side-title {
	background: #0098D1;
}

.blue-layout .side-box.search-filter > ul > li > a .arrow {
	color: #0098D1;
}

.blue-layout .main-title {
	color: #0098D1;
}

.blue-layout .main-image h1 {
	color: #0098D1;
}

.blue-layout .products-area .category-name {
	background: #0098D1;
}

/* orange layout */
.orange-layout {
}

.orange-layout .side-box .side-title {
	background: #edbb60;
}

.orange-layout .side-box.search-filter > ul > li > a .arrow {
	color: #edbb60;
}

.orange-layout .main-title {
	color: #edbb60;
}

.orange-layout .main-image h1 {
	color: #edbb60;
}

.orange-layout .products-area .category-name {
	background: #edbb60;
}

/* green layout */
.green-layout {
}

.green-layout .side-box .side-title {
	background: #bdd664;
}

.green-layout .side-box.search-filter > ul > li > a .arrow {
	color: #bdd664;
}

.green-layout .main-title {
	color: #bdd664;
}

.green-layout .main-image h1 {
	color: #bdd664;
}

.green-layout .products-area .category-name {
	background: #bdd664;
}

/* red layout */
.red-layout {
}

.red-layout .side-box .side-title {
	background: #c30416;
}

.red-layout .side-box.search-filter > ul > li > a .arrow {
	color: #c30416;
}

.red-layout .main-title {
	color: #c30416;
}

.red-layout .main-image h1 {
	color: #c30416;
}

.red-layout .products-area .category-name {
	background: #c30416;
}

/* gray layout */
.gray-layout {
}

.gray-layout .side-box .side-title {
	background: #9dabc0;
}

.gray-layout .side-box.search-filter > ul > li > a .arrow {
	color: #9dabc0;
}

.gray-layout #main-content h1 {
	color: #9dabc0;
}

/**
 * flexslider.css
 */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}

.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flex-direction-nav a, .flex-control-paging li a {
	background: url('/typo3conf/ext/nxs_templates/Resources/Public/Durable/img/sprites.png') no-repeat;
}

.flexslider {
	margin: 0;
	padding: 0;
}

.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides > li:first-child {
	display: block;
}

.flexslider {
	margin: 0 0 60px;
	background: #fff;
	border: 4px solid #fff;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	-o-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
	zoom: 1;
}

.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.loading .flex-viewport {
	max-height: 300px;
}

.flexslider .slides {
	zoom: 1;
}

.carousel li {
	margin-right: 5px;
}

.flex-direction-nav {
	*height: 0;
	padding: 0px;
}

.flex-direction-nav a {
	display: block;
	width: 30px;
	height: 44px;
	margin: -22px 0 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	color: transparent;
	font-size: 0px;
	line-height: 0px;
	overflow: hidden;
	text-indent: -99px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url("PIE.htc");
}

.flex-direction-nav .flex-prev {
	left: -20px !important;
	background-position: -189px -5px;
}

.flex-direction-nav .flex-next {
	right: -20px !important;
	background-position: -620px -102px;
	text-align: right;
}

.flex-direction-nav .flex-disabled {
	opacity: 0 !important;
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}

.flex-pauseplay a:hover {
	opacity: 1;
}

.flex-pauseplay a.flex-play:before {
	content: '\f003';
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 0px;
	text-align: center;
	left: 0;
}

.flex-control-nav li {
	margin: 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	background: #fff;
}

.flex-control-paging {
	z-index: 9999;
}

.flex-control-paging li a {
	width: 20px;
	height: 27px;
	display: block;
	background-color: #fff;
	background-position: -98px -11px;
	cursor: pointer;
	text-indent: -9999px;
}

.flex-control-paging li.first-child {
	padding-left: 7px;
}

.flex-control-paging li.last-child {
	padding-right: 7px;
}

.flex-control-paging li a:hover {
	background-position: -147px -11px;
}

.flex-control-paging li a.flex-active {
	background-position: -147px -11px;
	cursor: default;
}

.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}

.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}

.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}

.flex-control-thumbs img:hover {
	opacity: 1;
}

.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}

@media screen and (max-width: 860px) {
	.flex-direction-nav .flex-prev {
		opacity: 1;
		left: 10px;
	}

	.flex-direction-nav .flex-next {
		opacity: 1;
		right: 10px;
	}
}

.sidebar-teaser .headline {
	font-family: "HelveticaNeueLTPro_Bd", sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	display: inline-block;
}

.sidebar-teaser p {
	font-size: 13px;
	line-height: 16px;
	margin: 0 0 20px 0;
}
