﻿/*@import url(/assets/global/lib/glyphicons/glyphicons_pro_1_9_2/css/glyphicons.css);
*/
@font-face {
	font-family:'Montserrat';font-display:fallback;font-style:normal;font-weight:300;src:local("Montserrat Light"),local("Montserrat-Light"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-300.woff2") format("woff2"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-300.woff") format("woff")
}

@font-face {
	font-family:'Montserrat';font-display:fallback;font-style:normal;font-weight:400;src:local("Montserrat Regular"),local("Montserrat-Regular"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-regular.woff2") format("woff2"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-regular.woff") format("woff")
}

@font-face {
	font-family:'Montserrat';font-display:fallback;font-style:normal;font-weight:500;src:local("Montserrat Medium"),local("Montserrat-Medium"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-500.woff2") format("woff2"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-500.woff") format("woff")
}

@font-face {
	font-family:'Montserrat';font-display:fallback;font-style:normal;font-weight:700;src:local("Montserrat Bold"),local("Montserrat-Bold"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-700.woff2") format("woff2"),url("/assets/global/all/web-2018/fonts/Montserrat/montserrat-v14-cyrillic-ext_latin-ext_latin_cyrillic_vietnamese-700.woff") format("woff")
}

.fancybox-enabled {
	overflow: hidden
}

.fancybox-enabled body {
	overflow: visible;
	height: 100%
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99993;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0)
}

.fancybox-container ~ .fancybox-container {
	z-index: 99992
}

.fancybox-outer,.fancybox-inner,.fancybox-bg,.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71)
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.87;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1)
}

.fancybox-infobar,.fancybox-toolbar,.fancybox-caption-wrap {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility 0s linear .25s;
	box-sizing: border-box
}

.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar,.fancybox-show-caption .fancybox-caption-wrap {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 50%;
	margin-left: -79px
}

.fancybox-infobar__body {
	display: inline-block;
	width: 70px;
	line-height: 44px;
	font-size: 13px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	text-align: center;
	color: #ddd;
	background-color: rgba(30,30,30,0.7);
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
	top: 0;
	right: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: none;
	white-space: normal;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,.fancybox-slide--previous,.fancybox-slide--current,.fancybox-slide--next {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image::before {
	display: none
}

.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe {
	background: #E5E3DF
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0 44px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: #fff
}

.fancybox-error {
	margin: 0;
	padding: 40px;
	width: 100%;
	max-width: 380px;
	background: #fff;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	outline: none;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background: #fff;
	transition: background .25s;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
	background: transparent;
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
	color: #fff
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 30px 0 30px;
	background: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.2) 40%, rgba(0,0,0,0.6) 80%, rgba(0,0,0,0.8) 100%);
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255,255,255,0.4);
	font-size: 14px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,.fancybox-caption button,.fancybox-caption select {
	pointer-events: all
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-button {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	border: 0;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: transparent;
	color: #ddd;
	border-radius: 0;
	cursor: pointer;
	vertical-align: top;
	outline: none
}

.fancybox-button[disabled] {
	cursor: default;
	pointer-events: none
}

.fancybox-infobar__body,.fancybox-button {
	background: rgba(30,30,30,0.6)
}

.fancybox-button:hover:not([disabled]) {
	color: #fff;
	background: rgba(0,0,0,0.8)
}

.fancybox-button::before,.fancybox-button::after {
	content: '';
	pointer-events: none;
	position: absolute;
	background-color: currentColor;
	color: currentColor;
	opacity: 0.9;
	box-sizing: border-box;
	display: inline-block
}

.fancybox-button[disabled]::before,.fancybox-button[disabled]::after {
	opacity: 0.3
}

.fancybox-button--left::after,.fancybox-button--right::after {
	top: 18px;
	width: 6px;
	height: 6px;
	background: transparent;
	border-top: solid 2px currentColor;
	border-right: solid 2px currentColor
}

.fancybox-button--left::after {
	left: 20px;
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg)
}

.fancybox-button--right::after {
	right: 20px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--left {
	border-bottom-left-radius: 5px
}

.fancybox-button--right {
	border-bottom-right-radius: 5px
}

.fancybox-button--close::before,.fancybox-button--close::after {
	content: '';
	display: inline-block;
	position: absolute;
	height: 2px;
	width: 16px;
	top: calc(50% - 1px);
	left: calc(50% - 8px)
}

.fancybox-button--close::before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.fancybox-button--close::after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.fancybox-arrow {
	position: absolute;
	top: 50%;
	margin: -50px 0 0 0;
	height: 100px;
	width: 54px;
	padding: 0;
	border: 0;
	outline: none;
	background: none;
	cursor: pointer;
	z-index: 99995;
	opacity: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: opacity .25s
}

.fancybox-arrow::after {
	content: '';
	position: absolute;
	top: 28px;
	width: 44px;
	height: 44px;
	background-color: rgba(30,30,30,0.8);
	background-image: url(data:image/svg+xml;
	base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat: no-repeat;
	background-position: center center;
	background-size: 24px 24px
}

.fancybox-arrow--right {
	right: 0
}

.fancybox-arrow--left {
	left: 0;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.fancybox-arrow--right::after,.fancybox-arrow--left::after {
	left: 0
}

.fancybox-show-nav .fancybox-arrow {
	opacity: 0.6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
	opacity: 0.3
}

.fancybox-loading {
	border: 6px solid rgba(100,100,100,0.4);
	border-top: 6px solid rgba(255,255,255,0.6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: fancybox-rotate .8s infinite linear;
	animation: fancybox-rotate .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, 0.25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--previous,.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-360deg);
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width: 800px) {
	.fancybox-infobar {
		left: 0;
		margin-left: 0
	}

	.fancybox-button--left,.fancybox-button--right {
		display: none !important
	}

	.fancybox-caption {
		padding: 20px 0;
		margin: 0
	}
}

.fancybox-button--fullscreen::before {
	width: 15px;
	height: 11px;
	left: calc(50% - 7px);
	top: calc(50% - 6px);
	border: 2px solid;
	background: none
}

.fancybox-button--play::before,.fancybox-button--pause::before {
	top: calc(50% - 6px);
	left: calc(50% - 4px);
	background: transparent
}

.fancybox-button--play::before {
	width: 0;
	height: 0;
	border-top: 6px inset transparent;
	border-bottom: 6px inset transparent;
	border-left: 10px solid;
	border-radius: 1px
}

.fancybox-button--pause::before {
	width: 7px;
	height: 11px;
	border-style: solid;
	border-width: 0 2px 0 2px
}

.fancybox-thumbs {
	display: none
}

.fancybox-button--thumbs {
	display: none
}

@media all and (min-width: 800px) {
	.fancybox-button--thumbs {
		display: inline-block
	}

	.fancybox-button--thumbs span {
		font-size: 23px
	}

	.fancybox-button--thumbs::before {
		width: 3px;
		height: 3px;
		top: calc(50% - 2px);
		left: calc(50% - 2px);
		box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
	}

	.fancybox-thumbs {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: auto;
		width: 220px;
		margin: 0;
		padding: 5px 5px 0 0;
		background: #fff;
		word-break: normal;
		-webkit-tap-highlight-color: transparent;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		box-sizing: border-box;
		z-index: 99995
	}

	.fancybox-show-thumbs .fancybox-thumbs {
		display: block
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 220px
	}

	.fancybox-thumbs>ul {
		list-style: none;
		position: absolute;
		position: relative;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		overflow-x: hidden;
		overflow-y: auto;
		font-size: 0
	}

	.fancybox-thumbs>ul>li {
		float: left;
		overflow: hidden;
		max-width: 50%;
		padding: 0;
		margin: 0;
		width: 105px;
		height: 75px;
		position: relative;
		cursor: pointer;
		outline: none;
		border: 5px solid transparent;
		border-top-width: 0;
		border-right-width: 0;
		-webkit-tap-highlight-color: transparent;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		box-sizing: border-box
	}

	li.fancybox-thumbs-loading {
		background: rgba(0,0,0,0.1)
	}

	.fancybox-thumbs>ul>li>img {
		position: absolute;
		top: 0;
		left: 0;
		min-width: 100%;
		min-height: 100%;
		max-width: none;
		max-height: none;
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none
	}

	.fancybox-thumbs>ul>li:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		border-radius: 2px;
		border: 4px solid #4ea7f9;
		z-index: 99991;
		opacity: 0;
		transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94)
	}

	.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
		opacity: 1
	}
}

.select2-container {
	margin: 0;
	position: relative;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle
}

.select2-container,.select2-drop,.select2-search,.select2-search input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.select2-container .select2-choice {
	display: block;
	height: 26px;
	padding: 0 0 0 8px;
	overflow: hidden;
	position: relative;
	border: 1px solid #aaa;
	white-space: nowrap;
	line-height: 26px;
	color: #444;
	text-decoration: none;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #fff;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.5, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
	background-image: linear-gradient(to top, #eee 0%, #fff 50%)
}

html[dir="rtl"] .select2-container .select2-choice {
	padding: 0 8px 0 0
}

.select2-container.select2-drop-above .select2-choice {
	border-bottom-color: #aaa;
	border-radius: 0 0 4px 4px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eee), color-stop(0.9, #fff));
	background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
	background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
	background-image: linear-gradient(to bottom, #eee 0%, #fff 90%)
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
	margin-right: 42px
}

.select2-container .select2-choice>.select2-chosen {
	margin-right: 26px;
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: none;
	width: auto
}

html[dir="rtl"] .select2-container .select2-choice>.select2-chosen {
	margin-left: 26px;
	margin-right: 0
}

.select2-container .select2-choice abbr {
	display: none;
	width: 12px;
	height: 12px;
	position: absolute;
	right: 24px;
	top: 8px;
	font-size: 1px;
	text-decoration: none;
	border: 0;
	background: url("select2.png") right top no-repeat;
	cursor: pointer;
	outline: 0
}

.select2-container.select2-allowclear .select2-choice abbr {
	display: inline-block
}

.select2-container .select2-choice abbr:hover {
	background-position: right -11px;
	cursor: pointer
}

.select2-drop-mask {
	border: 0;
	margin: 0;
	padding: 0;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 9998;
	background-color: #fff;
	filter: alpha(opacity=0)
}

.select2-drop {
	width: 100%;
	margin-top: -1px;
	position: absolute;
	z-index: 9999;
	top: 100%;
	background: #fff;
	color: #000;
	border: 1px solid #aaa;
	border-top: 0;
	border-radius: 0 0 4px 4px;
	-webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.15);
	box-shadow: 0 4px 5px rgba(0,0,0,0.15)
}

.select2-drop.select2-drop-above {
	margin-top: 1px;
	border-top: 1px solid #aaa;
	border-bottom: 0;
	border-radius: 4px 4px 0 0;
	-webkit-box-shadow: 0 -4px 5px rgba(0,0,0,0.15);
	box-shadow: 0 -4px 5px rgba(0,0,0,0.15)
}

.select2-drop-active {
	border: 1px solid #5897fb;
	border-top: none
}

.select2-drop.select2-drop-above.select2-drop-active {
	border-top: 1px solid #5897fb
}

.select2-drop-auto-width {
	border-top: 1px solid #aaa;
	width: auto
}

.select2-drop-auto-width .select2-search {
	padding-top: 4px
}

.select2-container .select2-choice .select2-arrow {
	display: inline-block;
	width: 18px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	border-left: 1px solid #aaa;
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
	background: #ccc;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
	background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
	background-image: linear-gradient(to top, #ccc 0%, #eee 60%)
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
	left: 0;
	right: auto;
	border-left: none;
	border-right: 1px solid #aaa;
	border-radius: 4px 0 0 4px
}

.select2-container .select2-choice .select2-arrow b {
	display: block;
	width: 100%;
	height: 100%;
	background: url("select2.png") no-repeat 0 1px
}

html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
	background-position: 2px 1px
}

.select2-search {
	display: inline-block;
	width: 100%;
	min-height: 26px;
	margin: 0;
	padding-left: 4px;
	padding-right: 4px;
	position: relative;
	z-index: 10000;
	white-space: nowrap
}

.select2-search input {
	width: 100%;
	height: auto !important;
	min-height: 26px;
	padding: 4px 20px 4px 5px;
	margin: 0;
	outline: 0;
	font-family: sans-serif;
	font-size: 1em;
	border: 1px solid #aaa;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #fff url("select2.png") no-repeat 100% -22px;
	background: url("select2.png") no-repeat 100% -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("select2.png") no-repeat 100% -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("select2.png") no-repeat 100% -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("select2.png") no-repeat 100% -22px,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

html[dir="rtl"] .select2-search input {
	padding: 4px 5px 4px 20px;
	background: #fff url("select2.png") no-repeat -37px -22px;
	background: url("select2.png") no-repeat -37px -22px,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("select2.png") no-repeat -37px -22px,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("select2.png") no-repeat -37px -22px,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("select2.png") no-repeat -37px -22px,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-drop.select2-drop-above .select2-search input {
	margin-top: 4px
}

.select2-search input.select2-active {
	background: #fff url("select2-spinner.gif") no-repeat 100%;
	background: url("select2-spinner.gif") no-repeat 100%,-webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
	background: url("select2-spinner.gif") no-repeat 100%,-webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("select2-spinner.gif") no-repeat 100%,-moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
	background: url("select2-spinner.gif") no-repeat 100%,linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0
}

.select2-container-active .select2-choice,.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.select2-dropdown-open .select2-choice {
	border-bottom-color: transparent;
	-webkit-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-color: #eee;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to top, #fff 0%, #eee 50%)
}

.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices {
	border: 1px solid #5897fb;
	border-top-color: transparent;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #eee));
	background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
	background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
	background-image: linear-gradient(to bottom, #fff 0%, #eee 50%)
}

.select2-dropdown-open .select2-choice .select2-arrow {
	background: transparent;
	border-left: none;
	filter: none
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
	border-right: none
}

.select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -18px 1px
}

html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
	background-position: -16px 1px
}

.select2-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.select2-results {
	max-height: 200px;
	padding: 0 0 0 4px;
	margin: 4px 4px 4px 0;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-tap-highlight-color: transparent
}

html[dir="rtl"] .select2-results {
	padding: 0 4px 0 0;
	margin: 4px 0 4px 4px
}

.select2-results ul.select2-result-sub {
	margin: 0;
	padding-left: 0
}

.select2-results li {
	list-style: none;
	display: list-item;
	background-image: none
}

.select2-results li.select2-result-with-children>.select2-result-label {
	font-weight: bold
}

.select2-results .select2-result-label {
	padding: 3px 7px 4px;
	margin: 0;
	cursor: pointer;
	min-height: 1em;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.select2-results-dept-1 .select2-result-label {
	padding-left: 20px
}

.select2-results-dept-2 .select2-result-label {
	padding-left: 40px
}

.select2-results-dept-3 .select2-result-label {
	padding-left: 60px
}

.select2-results-dept-4 .select2-result-label {
	padding-left: 80px
}

.select2-results-dept-5 .select2-result-label {
	padding-left: 100px
}

.select2-results-dept-6 .select2-result-label {
	padding-left: 110px
}

.select2-results-dept-7 .select2-result-label {
	padding-left: 120px
}

.select2-results .select2-highlighted {
	background: #3875d7;
	color: #fff
}

.select2-results li em {
	background: #feffde;
	font-style: normal
}

.select2-results .select2-highlighted em {
	background: transparent
}

.select2-results .select2-highlighted ul {
	background: #fff;
	color: #000
}

.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-ajax-error,.select2-results .select2-selection-limit {
	background: #f4f4f4;
	display: list-item;
	padding-left: 5px
}

.select2-results .select2-disabled.select2-highlighted {
	color: #666;
	background: #f4f4f4;
	display: list-item;
	cursor: default
}

.select2-results .select2-disabled {
	background: #f4f4f4;
	display: list-item;
	cursor: default
}

.select2-results .select2-selected {
	display: none
}

.select2-more-results.select2-active {
	background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%
}

.select2-results .select2-ajax-error {
	background: rgba(255,50,50,0.2)
}

.select2-more-results {
	background: #f4f4f4;
	display: list-item
}

.select2-container.select2-container-disabled .select2-choice {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
	background-color: #f4f4f4;
	background-image: none;
	border-left: 0
}

.select2-container.select2-container-disabled .select2-choice abbr {
	display: none
}

.select2-container-multi .select2-choices {
	height: auto !important;
	height: 1%;
	margin: 0;
	padding: 0 5px 0 0;
	position: relative;
	border: 1px solid #aaa;
	cursor: text;
	overflow: hidden;
	background-color: #fff;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
	background-image: linear-gradient(to bottom, #eee 1%, #fff 15%)
}

html[dir="rtl"] .select2-container-multi .select2-choices {
	padding: 0 0 0 5px
}

.select2-locked {
	padding: 3px 5px 3px 5px !important
}

.select2-container-multi .select2-choices {
	min-height: 26px
}

.select2-container-multi.select2-container-active .select2-choices {
	border: 1px solid #5897fb;
	outline: none;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}

.select2-container-multi .select2-choices li {
	float: left;
	list-style: none
}

html[dir="rtl"] .select2-container-multi .select2-choices li {
	float: right
}

.select2-container-multi .select2-choices .select2-search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.select2-container-multi .select2-choices .select2-search-field input {
	padding: 5px;
	margin: 1px 0;
	font-family: sans-serif;
	font-size: 100%;
	color: #666;
	outline: 0;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent !important
}

.select2-container-multi .select2-choices .select2-search-field input.select2-active {
	background: #fff url("select2-spinner.gif") no-repeat 100% !important
}

.select2-default {
	color: #999 !important
}

.select2-container-multi .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 18px;
	margin: 3px 0 3px 5px;
	position: relative;
	line-height: 13px;
	color: #333;
	cursor: default;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
	box-shadow: 0 0 2px #fff inset,0 1px 0 rgba(0,0,0,0.05);
	background-clip: padding-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e4e4e4;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
	background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: linear-gradient(to top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%)
}

html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 18px 3px 5px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
	cursor: default
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
	background: #d4d4d4
}

.select2-search-choice-close {
	display: block;
	width: 12px;
	height: 13px;
	position: absolute;
	right: 3px;
	top: 4px;
	font-size: 1px;
	outline: none;
	background: url("select2.png") right top no-repeat
}

html[dir="rtl"] .select2-search-choice-close {
	right: auto;
	left: 3px
}

.select2-container-multi .select2-search-choice-close {
	left: 3px
}

html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
	left: auto;
	right: 2px
}

.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
	background-position: right -11px
}

.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
	background-position: right -11px
}

.select2-container-multi.select2-container-disabled .select2-choices {
	background-color: #f4f4f4;
	background-image: none;
	border: 1px solid #ddd;
	cursor: default
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
	padding: 3px 5px 3px 5px;
	border: 1px solid #ddd;
	background-image: none;
	background-color: #f4f4f4
}

.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
	display: none;
	background: none
}

.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match {
	text-decoration: underline
}

.select2-offscreen,.select2-offscreen:focus {
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	position: absolute !important;
	outline: 0 !important;
	left: 0px !important;
	top: 0px !important
}

.select2-display-none {
	display: none
}

.select2-measure-scrollbar {
	position: absolute;
	top: -10000px;
	left: -10000px;
	width: 100px;
	height: 100px;
	overflow: scroll
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
	.select2-search input,.select2-search-choice-close,.select2-container .select2-choice abbr,.select2-container .select2-choice .select2-arrow b {
		background-image: url("select2x2.png") !important;
		background-repeat: no-repeat !important;
		background-size: 60px 40px !important
	}

	.select2-search input {
		background-position: 100% -21px !important
	}
}

.video-js .vjs-big-play-button:before,.video-js .vjs-control:before,.video-js .vjs-modal-dialog,.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.video-js .vjs-big-play-button:before,.video-js .vjs-control:before {
	text-align: center
}

@font-face {
	font-family:VideoJS;src:url("font/VideoJS.eot?#iefix") format("eot")
}

@font-face {
	font-family:VideoJS;src:url(data:application/font-woff;charset=utf-8;base64,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) format("woff"),url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAAKAIAAAwAgT1MvMlGRXgUAAAEoAAAAVmNtYXDiMBC2AAAB/AAAAUpnbHlmW/HoBwAAA4gAAA9QaGVhZAyD6V8AAADQAAAANmhoZWEOogcgAAAArAAAACRobXR42QAAAAAAAYAAAAB8bG9jYTDINOoAAANIAAAAQG1heHABMAB5AAABCAAAACBuYW1l1cf1oAAAEtgAAAIKcG9zdGZEjeMAABTkAAABgQABAAAHAAAAAKEHAAAAAAAHAAABAAAAAAAAAAAAAAAAAAAAHwABAAAAAQAAwdxheF8PPPUACwcAAAAAANMyzzEAAAAA0zLPMQAAAAAHAAcAAAAACAACAAAAAAAAAAEAAAAfAG0ABwAAAAAAAgAAAAoACgAAAP8AAAAAAAAAAQcAAZAABQAIBHEE5gAAAPoEcQTmAAADXABXAc4AAAIABQMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAUGZFZABA8QHxHgcAAAAAoQcAAAAAAAABAAAAAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAcAAAAHAAAABwAAAAAAAAMAAAADAAAAHAABAAAAAABEAAMAAQAAABwABAAoAAAABgAEAAEAAgAA8R7//wAAAADxAf//AAAPAAABAAAAAAAAAAABBgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAOAFAAZgCyAMYA5gEeAUgBdAGcAfICLgKOAroDCgOOA7AD6gQ4BHwEuAToBQwFogXoBjYGbAbaB3IHqAABAAAAAAWLBYsAAgAAAREBAlUDNgWL++oCCwAAAwAAAAAGawZrAAIADgAaAAAJAhMEAAMSAAUkABMCAAEmACc2ADcWABcGAALrAcD+QJX+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgIwAVABUAGbCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAAAAgAAAAAFQAWLAAMABwAAASERKQERIREBwAEr/tUCVQErAXUEFvvqBBYAAAAEAAAAAAYgBiAABgATACQAJwAAAS4BJxUXNjcGBxc+ATUmACcVFhIBBwEhESEBEQEGBxU+ATcXNwEHFwTQAWVVuAO7AidxJSgF/t/lpc77t18BYf6fASsBdQE+TF1OijuZX/1gnJwDgGSeK6W4GBhqW3FGnFT0AWM4mjT+9AHrX/6f/kD+iwH2/sI7HZoSRDGYXwSWnJwAAAEAAAAABKsF1gAFAAABESEBEQECCwEqAXb+igRg/kD+iwSq/osAAAACAAAAAAVmBdYABgAMAAABLgEnET4BAREhAREBBWUBZVRUZfwRASsBdf6LA4Bkniv9piueAUT+QP6LBKr+iwAAAwAAAAAGIAYPAAUADAAaAAATESEBEQEFLgEnET4BAxUWEhcGAgcVNgA3JgDgASsBdf6LAsUBZVVVZbqlzgMDzqXlASEFBf7fBGD+QP6LBKr+i+Bkniv9piueAvOaNP70tbX+9DSaOAFi9fUBYgAAAAQAAAAABYsFiwAFAAsAEQAXAAABIxEhNSMDMzUzNSEBIxUhESMDFTMVMxECC5YBduCWluD+igOA4AF2luDglgLr/oqWAgrglvyAlgF2AqCW4AF2AAQAAAAABYsFiwAFAAsAEQAXAAABMxUzESETIxUhESMBMzUzNSETNSMRITUBdeCW/org4AF2lgHAluD+ipaWAXYCVeABdgHAlgF2++rglgHA4P6KlgAAAAACAAAAAAXWBdYADwATAAABIQ4BBxEeARchPgE3ES4BAyERIQVA/IA/VQEBVT8DgD9VAQFVP/yAA4AF1QFVP/yAP1UBAVU/A4A/VfvsA4AAAAYAAAAABmsGawAHAAwAEwAbACAAKAAACQEmJw4BBwElLgEnAQUhATYSNyYFAQYCBxYXIQUeARcBMwEWFz4BNwECvgFkTlSH8GEBEgOONemh/u4C5f3QAXpcaAEB/BP+3VxoAQEOAjD95DXpoQESeP7dTlSH8GH+7gPwAmgSAQFYUP4nd6X2Pv4nS/1zZAEBk01NAfhk/v+TTUhLpfY+Adn+CBIBAVhQAdkAAAAFAAAAAAZrBdYADwATABcAGwAfAAABIQ4BBxEeARchPgE3ES4BASEVIQEhNSEFITUhNSE1IQXV+1ZAVAICVEAEqkBUAgJU+xYBKv7WAur9FgLqAcD+1gEq/RYC6gXVAVU//IA/VQEBVT8DgD9V/ayV/tWVlZWWlQADAAAAAAYgBdYADwAnAD8AAAEhDgEHER4BFyE+ATcRLgEBIzUjFTM1MxUUBgcjLgEnET4BNzMeARUFIzUjFTM1MxUOAQcjLgE1ETQ2NzMeARcFi/vqP1QCAlQ/BBY/VAICVP1rcJWVcCog4CAqAQEqIOAgKgILcJWVcAEqIOAgKiog4CAqAQXVAVU//IA/VQEBVT8DgD9V/fcl4CVKICoBASogASogKgEBKiBKJeAlSiAqAQEqIAEqICoBASogAAAGAAAAAAYgBPYAAwAHAAsADwATABcAABMzNSMRMzUjETM1IwEhNSERITUhERUhNeCVlZWVlZUBKwQV++sEFfvrBBUDNZb+QJUBwJX+QJb+QJUCVZWVAAAAAQAAAAAGIAZsAC4AAAEiBgcBNjQnAR4BMz4BNy4BJw4BBxQXAS4BIw4BBx4BFzI2NwEGBx4BFz4BNy4BBUArSh797AcHAg8eTixffwICf19ffwIH/fEeTixffwICf18sTh4CFAUBA3tcXHsDA3sCTx8bATcZNhkBNB0gAn9fX38CAn9fGxn+zRwgAn9fX38CIBz+yhcaXHsCAntcXXsAAAIAAAAABlkGawBDAE8AAAE2NCc3PgEnAy4BDwEmLwEuASchDgEPAQYHJyYGBwMGFh8BBhQXBw4BFxMeAT8BFh8BHgEXIT4BPwE2NxcWNjcTNiYnBS4BJz4BNx4BFw4BBasFBZ4KBgeWBxkNujpEHAMUD/7WDxQCHEU5ug0aB5UHBQudBQWdCwUHlQcaDbo5RRwCFA8BKg8UAhxFOboNGgeVBwUL/ThvlAIClG9vlAIClAM3JEokewkaDQEDDAkFSy0cxg4RAQERDsYcLUsFCQz+/QwbCXskSiR7CRoN/v0MCQVLLRzGDhEBAREOxhwtSwUJDAEDDBsJQQKUb2+UAgKUb2+UAAAAAAEAAAAABmsGawALAAATEgAFJAATAgAlBACVCAGmAT0BPQGmCAj+Wv7D/sP+WgOA/sP+WggIAaYBPQE9AaYICP5aAAAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAASYAJzYANxYAFwYAA4D+w/5aCAgBpgE9AT0BpggI/lr+w/3+rgYGAVL9/QFSBgb+rgZrCP5a/sP+w/5aCAgBpgE9AT0BpvrIBgFS/f0BUgYG/q79/f6uAAADAAAAAAZrBmsACwAXACMAAAEEAAMSAAUkABMCAAEmACc2ADcWABcGAAMOAQcuASc+ATceAQOA/sP+WggIAaYBPQE9AaYICP5a/sP9/q4GBgFS/f0BUgYG/q4dAn9fX38CAn9fX38Gawj+Wv7D/sP+WggIAaYBPQE9Aab6yAYBUv39AVIGBv6u/f3+rgJPX38CAn9fX38CAn8AAAAEAAAAAAYgBiAADwAbACUAKQAAASEOAQcRHgEXIT4BNxEuAQEjNSMVIxEzFTM1OwEhHgEXEQ4BByE3MzUjBYv76j9UAgJUPwQWP1QCAlT9a3CVcHCVcJYBKiAqAQEqIP7WcJWVBiACVD/76j9UAgJUPwQWP1T8gpWVAcC7uwEqIP7WICoBcOAAAgAAAAAGawZrAAsAFwAAAQQAAxIABSQAEwIAEwcJAScJATcJARcBA4D+w/5aCAgBpgE9AT0BpggI/lo4af70/vRpAQv+9WkBDAEMaf71BmsI/lr+w/7D/loICAGmAT0BPQGm/BFpAQv+9WkBDAEMaf71AQtp/vQAAQAAAAAF1ga2ABYAAAERCQERHgEXDgEHLgEnIxYAFzYANyYAA4D+iwF1vv0FBf2+vv0FlQYBUf7+AVEGBv6vBYsBKv6L/osBKgT9v779BQX9vv7+rwYGAVH+/gFRAAAAAQAAAAAFPwcAABQAAAERIyIGHQEhAyMRIREjETM1NDYzMgU/nVY8ASUn/v7O///QrZMG9P74SEi9/tj9CQL3ASjaus0AAAAABAAAAAAGjgcAADAARQBgAGwAAAEUHgMVFAcGBCMiJicmNTQ2NzYlLgE1NDcGIyImNTQ2Nz4BMyEHIx4BFRQOAycyNjc2NTQuAiMiBgcGFRQeAxMyPgI1NC4BLwEmLwImIyIOAxUUHgIBMxUjFSM1IzUzNTMDH0BbWkAwSP7qn4TlOSVZSoMBESAfFS4WlMtIP03TcAGiioNKTDFFRjGSJlAaNSI/akAqURkvFCs9WTY6a1s3Dg8THgocJU4QIDVob1M2RnF9A2vV1WnU1GkD5CRFQ1CATlpTenNTYDxHUYouUhIqQCkkMQTBlFKaNkJAWD+MWkhzRztAPiEbOWY6hn1SJyE7ZS5nZ1I0/JcaNF4+GTAkGCMLFx04Ag4kOF07Rms7HQNsbNvbbNkAAwAAAAAGgAZsAAMADgAqAAABESERARYGKwEiJjQ2MhYBESERNCYjIgYHBhURIRIQLwEhFSM+AzMyFgHd/rYBXwFnVAJSZGemZASP/rdRVj9VFQv+twIBAQFJAhQqR2c/q9AEj/whA98BMkliYpNhYfzd/cgCEml3RTMeM/3XAY8B8DAwkCAwOB/jAAABAAAAAAaUBgAAMQAAAQYHFhUUAg4BBCMgJxYzMjcuAScWMzI3LgE9ARYXLgE1NDcWBBcmNTQ2MzIXNjcGBzYGlENfAUyb1v7SrP7x4SMr4bBpph8hHCsqcJNETkJOLHkBW8YIvYaMYG1gJWldBWhiRQ4cgv797rdtkQSKAn1hBQsXsXUEJgMsjlNYS5WzCiYkhr1mFTlzPwoAAAABAAAAAAWABwAAIgAAARcOAQcGLgM1ESM1PgQ3PgE7AREhFSERFB4CNzYFMFAXsFlorXBOIahIckQwFAUBBwT0AU3+sg0gQzBOAc/tIz4BAjhceHg6AiDXGlddb1ctBQf+WPz9+h40NR4BAgABAAAAAAaABoAASgAAARQCBCMiJzY/AR4BMzI+ATU0LgEjIg4DFRQWFxY/ATY3NicmNTQ2MzIWFRQGIyImNz4CNTQmIyIGFRQXAwYXJgI1NBIkIAQSBoDO/p/Rb2s7EzYUaj15vmh34o5ptn9bK1BNHggIBgIGETPRqZepiWs9Sg4IJRc2Mj5WGWMRBM7+zgFhAaIBYc4DgNH+n84gXUfTJzmJ8JZyyH46YH2GQ2ieIAwgHxgGFxQ9WpfZpIOq7lc9I3VZHzJCclVJMf5eRmtbAXzp0QFhzs7+nwAABwAAAAAHAATPAA4AFwAqAD0AUABaAF0AAAERNh4CBw4BBwYmIycmNxY2NzYmBxEUBRY2Nz4BNy4BJyMGHwEeARcOARcWNjc+ATcuAScjBh8BHgEXFAYXFjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");font-weight:normal;font-style:normal
}

.vjs-icon-play,.video-js .vjs-big-play-button,.video-js .vjs-play-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-play:before,.video-js .vjs-big-play-button:before,.video-js .vjs-play-control:before {
	content: "\f101"
}

.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-play-circle:before {
	content: "\f102"
}

.vjs-icon-pause,.video-js .vjs-play-control.vjs-playing {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing:before {
	content: "\f103"
}

.vjs-icon-volume-mute,.video-js .vjs-mute-control.vjs-vol-0,.video-js .vjs-volume-menu-button.vjs-vol-0 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-mute:before,.video-js .vjs-mute-control.vjs-vol-0:before,.video-js .vjs-volume-menu-button.vjs-vol-0:before {
	content: "\f104"
}

.vjs-icon-volume-low,.video-js .vjs-mute-control.vjs-vol-1,.video-js .vjs-volume-menu-button.vjs-vol-1 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-low:before,.video-js .vjs-mute-control.vjs-vol-1:before,.video-js .vjs-volume-menu-button.vjs-vol-1:before {
	content: "\f105"
}

.vjs-icon-volume-mid,.video-js .vjs-mute-control.vjs-vol-2,.video-js .vjs-volume-menu-button.vjs-vol-2 {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-mid:before,.video-js .vjs-mute-control.vjs-vol-2:before,.video-js .vjs-volume-menu-button.vjs-vol-2:before {
	content: "\f106"
}

.vjs-icon-volume-high,.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-volume-high:before,.video-js .vjs-mute-control:before,.video-js .vjs-volume-menu-button:before {
	content: "\f107"
}

.vjs-icon-fullscreen-enter,.video-js .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control:before {
	content: "\f108"
}

.vjs-icon-fullscreen-exit,.video-js.vjs-fullscreen .vjs-fullscreen-control {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "\f109"
}

.vjs-icon-square {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-square:before {
	content: "\f10a"
}

.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-spinner:before {
	content: "\f10b"
}

.vjs-icon-subtitles,.video-js .vjs-subtitles-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-subtitles:before,.video-js .vjs-subtitles-button:before {
	content: "\f10c"
}

.vjs-icon-captions,.video-js .vjs-captions-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-captions:before,.video-js .vjs-captions-button:before {
	content: "\f10d"
}

.vjs-icon-chapters,.video-js .vjs-chapters-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-chapters:before,.video-js .vjs-chapters-button:before {
	content: "\f10e"
}

.vjs-icon-share {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-share:before {
	content: "\f10f"
}

.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-cog:before {
	content: "\f110"
}

.vjs-icon-circle,.video-js .vjs-mouse-display,.video-js .vjs-play-progress,.video-js .vjs-volume-level {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-circle:before,.video-js .vjs-mouse-display:before,.video-js .vjs-play-progress:before,.video-js .vjs-volume-level:before {
	content: "\f111"
}

.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-circle-outline:before {
	content: "\f112"
}

.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-circle-inner-circle:before {
	content: "\f113"
}

.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-hd:before {
	content: "\f114"
}

.vjs-icon-cancel,.video-js .vjs-control.vjs-close-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-cancel:before,.video-js .vjs-control.vjs-close-button:before {
	content: "\f115"
}

.vjs-icon-replay {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-replay:before {
	content: "\f116"
}

.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-facebook:before {
	content: "\f117"
}

.vjs-icon-gplus {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-gplus:before {
	content: "\f118"
}

.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-linkedin:before {
	content: "\f119"
}

.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-twitter:before {
	content: "\f11a"
}

.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-tumblr:before {
	content: "\f11b"
}

.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-pinterest:before {
	content: "\f11c"
}

.vjs-icon-audio-description,.video-js .vjs-descriptions-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-audio-description:before,.video-js .vjs-descriptions-button:before {
	content: "\f11d"
}

.vjs-icon-audio,.video-js .vjs-audio-button {
	font-family: VideoJS;
	font-weight: normal;
	font-style: normal
}

.vjs-icon-audio:before,.video-js .vjs-audio-button:before {
	content: "\f11e"
}

.video-js {
	display: block;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.video-js:-moz-full-screen {
	position: absolute
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important
}

.video-js *,.video-js *:before,.video-js *:after {
	box-sizing: inherit
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}

.video-js.vjs-fluid,.video-js.vjs-16-9,.video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 0
}

.video-js.vjs-16-9 {
	padding-top: 56.25%
}

.video-js.vjs-4-3 {
	padding-top: 75%
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important
}

.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}

.vjs-hidden {
	display: none !important
}

.vjs-disabled {
	opacity: 0.5;
	cursor: default
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto
}

.vjs-no-js a,.vjs-no-js a:visited {
	color: #66A8CC
}

.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: 0.06666em solid #fff;
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.7);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -0.75em;
	margin-left: -1.5em
}

.video-js:hover .vjs-big-play-button,.video-js .vjs-big-play-button:focus {
	outline: 0;
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}

.vjs-controls-disabled .vjs-big-play-button,.vjs-has-started .vjs-big-play-button,.vjs-using-native-controls .vjs-big-play-button,.vjs-error .vjs-big-play-button {
	display: none
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 2
}

.vjs-menu-button {
	cursor: pointer
}

.vjs-menu-button.vjs-disabled {
	cursor: default
}

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
	font-family: Arial, Helvetica, sans-serif
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none
}

.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: 0.2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase
}

.vjs-menu li:focus,.vjs-menu li:hover {
	outline: 0;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5)
}

.vjs-menu li.vjs-selected,.vjs-menu li.vjs-selected:focus,.vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2B333F
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0em;
	margin-bottom: 1.5em;
	border-top-color: rgba(43,51,63,0.7)
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}

.vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu,.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block
}

.video-js .vjs-menu-button-inline {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}

.video-js .vjs-menu-button-inline:hover,.video-js .vjs-menu-button-inline:focus,.video-js .vjs-menu-button-inline.vjs-slider-active,.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s
}

.vjs-menu-button-inline:hover .vjs-menu,.vjs-menu-button-inline:focus .vjs-menu,.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	width: auto
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}

.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3.0em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.7)
}

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility 0.1s, opacity 0.1s;
	-moz-transition: visibility 0.1s, opacity 0.1s;
	-o-transition: visibility 0.1s, opacity 0.1s;
	transition: visibility 0.1s, opacity 0.1s
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.vjs-controls-disabled .vjs-control-bar,.vjs-using-native-controls .vjs-control-bar,.vjs-error .vjs-control-bar {
	display: none !important
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}

.video-js .vjs-control {
	outline: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-control:before {
	font-size: 1.8em;
	line-height: 1.67
}

.video-js .vjs-control:focus:before,.video-js .vjs-control:hover:before,.video-js .vjs-control:focus {
	text-shadow: 0em 0em 1em white
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}

.video-js .vjs-custom-control-spacer {
	display: none
}

.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 4em
}

.vjs-live .vjs-progress-control {
	display: none
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: 0.3em
}

.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.666666666666666666em
}

.video-js .vjs-progress-control:hover .vjs-time-tooltip,.video-js .vjs-progress-control:hover .vjs-mouse-display:after,.video-js .vjs-progress-control:hover .vjs-play-progress:after {
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	font-size: 0.6em
}

.video-js .vjs-progress-holder .vjs-play-progress,.video-js .vjs-progress-holder .vjs-load-progress,.video-js .vjs-progress-holder .vjs-tooltip-progress-bar,.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 0.3em;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0
}

.video-js .vjs-mouse-display:before {
	display: none
}

.video-js .vjs-play-progress {
	background-color: #fff
}

.video-js .vjs-play-progress:before {
	position: absolute;
	top: -0.333333333333333em;
	right: -0.5em;
	font-size: 0.9em
}

.video-js .vjs-time-tooltip,.video-js .vjs-mouse-display:after,.video-js .vjs-play-progress:after {
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	top: -3.4em;
	right: -1.9em;
	font-size: 0.9em;
	color: #000;
	content: attr(data-current-time);
	padding: 6px 8px 8px 8px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	border-radius: 0.3em
}

.video-js .vjs-time-tooltip,.video-js .vjs-play-progress:before,.video-js .vjs-play-progress:after {
	z-index: 1
}

.video-js .vjs-progress-control .vjs-keep-tooltips-inside:after {
	display: none
}

.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115,133,159,0.5)
}

.video-js .vjs-load-progress div {
	background: white;
	background: rgba(115,133,159,0.75)
}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto
}

.video-js .vjs-time-tooltip {
	display: inline-block;
	height: 2.4em;
	position: relative;
	float: right;
	right: -1.9em
}

.vjs-tooltip-progress-bar {
	visibility: hidden
}

.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none
}

.vjs-mouse-display .vjs-time-tooltip,.video-js .vjs-progress-control .vjs-mouse-display:after {
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,0.8)
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em 0 0.45em;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5)
}

.video-js .vjs-slider:focus {
	text-shadow: 0em 0em 1em white;
	-webkit-box-shadow: 0 0 1em #fff;
	-moz-box-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}

.video-js .vjs-mute-control,.video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.video-js .vjs-volume-bar {
	margin: 1.35em 0.45em
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: 0.3em
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 0.3em;
	height: 5em;
	margin: 1.35em auto
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}

.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: 0.9em
}

.vjs-slider-vertical .vjs-volume-level {
	width: 0.3em
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -0.5em;
	left: -0.3em
}

.vjs-slider-horizontal .vjs-volume-level {
	height: 0.3em
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -0.3em;
	right: -0.5em
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: 0.5em;
	height: 8em
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,.vjs-volume-menu-button-vertical:focus .vjs-menu-content,.vjs-volume-menu-button-vertical.vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
	height: 8em;
	width: 2.9em
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,.vjs-volume-menu-button-horizontal:focus .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-slider-active .vjs-menu-content,.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
	height: 2.9em;
	width: 8em
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important
}

.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}

.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}

.vjs-has-started .vjs-poster {
	display: none
}

.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}

.vjs-controls-disabled .vjs-poster {
	display: none
}

.vjs-using-native-controls .vjs-poster {
	display: none
}

.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}

.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em
}

.vjs-live .vjs-time-control {
	display: none
}

.video-js .vjs-current-time,.vjs-no-flex .vjs-current-time {
	display: none
}

.video-js .vjs-duration,.vjs-no-flex .vjs-duration {
	display: none
}

.vjs-time-divider {
	display: none;
	line-height: 3em
}

.vjs-live .vjs-time-divider {
	display: none
}

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000;
	background-color: rgba(0,0,0,0.5)
}

.vjs-subtitles {
	color: #fff
}

.vjs-captions {
	color: #fc6
}

.vjs-tt-cue {
	display: block
}

video::-webkit-media-text-track-display {
	-moz-transform: translateY(-3em);
	-ms-transform: translateY(-3em);
	-o-transform: translateY(-3em);
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em)
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-moz-transform: translateY(-1.5em);
	-ms-transform: translateY(-1.5em);
	-o-transform: translateY(-1.5em);
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em)
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 1.5em;
	line-height: 2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center
}

.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0em
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%
}

.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: 0.85;
	text-align: left;
	border: 6px solid rgba(43,51,63,0.7);
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px
}

.vjs-seeking .vjs-loading-spinner,.vjs-waiting .vjs-loading-spinner {
	display: block
}

.vjs-loading-spinner:before,.vjs-loading-spinner:after {
	content: "";
	position: absolute;
	margin: -6px;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:after {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite,vjs-spinner-fade 1.1s linear infinite
}

.vjs-seeking .vjs-loading-spinner:before,.vjs-waiting .vjs-loading-spinner:before {
	border-top-color: white
}

.vjs-seeking .vjs-loading-spinner:after,.vjs-waiting .vjs-loading-spinner:after {
	border-top-color: white;
	-webkit-animation-delay: 0.44s;
	animation-delay: 0.44s
}

@keyframes vjs-spinner-spin {
	100% {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes vjs-spinner-spin {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: white
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

@-webkit-keyframes vjs-spinner-fade {
	0% {
		border-top-color: #73859f
	}

	20% {
		border-top-color: #73859f
	}

	35% {
		border-top-color: white
	}

	60% {
		border-top-color: #73859f
	}

	100% {
		border-top-color: #73859f
	}
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button {
	display: none
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-menu-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button {
	display: none
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button {
	display: none
}

.vjs-caption-settings {
	position: relative;
	top: 1em;
	background-color: #2B333F;
	background-color: rgba(43,51,63,0.75);
	color: #fff;
	margin: 0 auto;
	padding: 0.5em;
	height: 16em;
	font-size: 12px;
	width: 40em
}

.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 1em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto
}

.vjs-caption-settings .vjs-tracksettings-colors,.vjs-caption-settings .vjs-tracksettings-font {
	float: left
}

.vjs-caption-settings .vjs-tracksettings-colors:after,.vjs-caption-settings .vjs-tracksettings-font:after,.vjs-caption-settings .vjs-tracksettings-controls:after {
	clear: both
}

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em
}

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
	border: none
}

.vjs-caption-settings .vjs-tracksetting label,.vjs-caption-settings .vjs-tracksetting legend {
	display: block;
	width: 100px;
	margin-bottom: 5px
}

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px;
	vertical-align: top;
	float: right
}

.vjs-caption-settings .vjs-tracksetting>div {
	margin-bottom: 5px;
	min-height: 20px
}

.vjs-caption-settings .vjs-tracksetting>div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0
}

.vjs-caption-settings label>input {
	margin-right: 10px
}

.vjs-caption-settings fieldset {
	margin-top: 1em;
	margin-left: .5em
}

.vjs-caption-settings fieldset .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}

.vjs-caption-settings input[type="button"] {
	width: 40px;
	height: 40px
}

.video-js .vjs-modal-dialog {
	background: rgba(0,0,0,0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.8), rgba(255,255,255,0));
	background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(255,255,255,0))
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1
}

@media print {
	.video-js>*:not(.vjs-tech):not(.vjs-poster) {
		visibility: hidden
	}
}

@media \0screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
		content: ""
	}
}

@media \0screen {
	.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
		visibility: hidden
	}
}

.odometer.odometer-auto-theme,.odometer.odometer-theme-default {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit,.odometer.odometer-theme-default .odometer-digit {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	position: relative
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
	visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
	text-align: left;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
	display: block
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
	display: block;
	-webkit-backface-visibility: hidden
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,.odometer.odometer-theme-default .odometer-digit .odometer-value {
	display: block;
	-webkit-transform: translateZ(0)
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
	position: absolute
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%)
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
	-webkit-transition: -webkit-transform 2s;
	-moz-transition: -moz-transform 2s;
	-ms-transition: -ms-transform 2s;
	-o-transition: -o-transform 2s;
	transition: transform 2s;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

.odometer.odometer-auto-theme,.odometer.odometer-theme-default {
	font-family: "Helvetica Neue", sans-serif;
	line-height: 1.1em
}

.odometer.odometer-auto-theme .odometer-value,.odometer.odometer-theme-default .odometer-value {
	text-align: center
}

svg {
	touch-action: none
}

.jvectormap-container {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	touch-action: none
}

.jvectormap-tip {
	position: absolute;
	display: none;
	border: solid 1px #CDCDCD;
	border-radius: 3px;
	background: #292929;
	color: white;
	font-family: sans-serif, Verdana;
	font-size: smaller;
	padding: 3px
}

.jvectormap-zoomin,.jvectormap-zoomout,.jvectormap-goback {
	position: absolute;
	left: 10px;
	border-radius: 3px;
	background: #292929;
	padding: 3px;
	color: white;
	cursor: pointer;
	line-height: 10px;
	text-align: center;
	box-sizing: content-box
}

.jvectormap-zoomin,.jvectormap-zoomout {
	width: 10px;
	height: 10px
}

.jvectormap-zoomin {
	top: 10px
}

.jvectormap-zoomout {
	top: 30px
}

.jvectormap-goback {
	bottom: 10px;
	z-index: 1000;
	padding: 6px
}

.jvectormap-spinner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: center no-repeat url(data:image/gif;
	base64,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)
}

.jvectormap-legend-title {
	font-weight: bold;
	font-size: 14px;
	text-align: center
}

.jvectormap-legend-cnt {
	position: absolute
}

.jvectormap-legend-cnt-h {
	bottom: 0;
	right: 0
}

.jvectormap-legend-cnt-v {
	top: 0;
	right: 0
}

.jvectormap-legend {
	background: black;
	color: white;
	border-radius: 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend {
	float: left;
	margin: 0 10px 10px 0;
	padding: 3px 3px 1px 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend .jvectormap-legend-tick {
	float: left
}

.jvectormap-legend-cnt-v .jvectormap-legend {
	margin: 10px 10px 0 0;
	padding: 3px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick {
	width: 40px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-sample {
	height: 15px
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-sample {
	height: 20px;
	width: 20px;
	display: inline-block;
	vertical-align: middle
}

.jvectormap-legend-tick-text {
	font-size: 12px
}

.jvectormap-legend-cnt-h .jvectormap-legend-tick-text {
	text-align: center
}

.jvectormap-legend-cnt-v .jvectormap-legend-tick-text {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 3px
}

.box-wrap {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-left: 30px;
	background-color: #ededed
}

.text-image .box-wrap {
	padding-left: 15px;
	padding-right: 15px
}

.text-image .box-wrap h1,.text-image .box-wrap h2,.text-image .box-wrap h3 {
	margin-top: 0
}

.contains-box-wrap+.contains-box-wrap .box-wrap {
	padding-top: 0
}

.content .company-hexagon {
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto
}

.content .company-hexagon.hide {
	display: none
}

.content .company-hexagon.inline {
	display: inline-block
}

.content .company-hexagon.verder-scientific {
	background-image: url("../images/verder-scientific.svg");
	background-size: contain
}

.content .company-hexagon.atm {
	background-image: url("../images/atm.svg");
	background-size: contain
}

.content .company-hexagon.carbolite {
	background-image: url("../images/carbolite.svg");
	background-size: contain
}

.content .company-hexagon.eltra {
	background-image: url("../images/eltra.svg");
	background-size: contain
}

.content .company-hexagon.microtrac {
	background-image: url("../images/microtrac.svg");
	background-size: contain
}

.content .company-hexagon.qness {
	background-image: url("../images/qness.svg");
	background-size: contain
}

.content .company-hexagon.retsch {
	background-image: url("../images/logo-1x.png");
	background-size: contain
}

.content .company-hexagon.retsch-technology {
	background-image: url("../images/retsch-technology.svg");
	background-size: contain
}

.content .company-hexagon,.content .company-hexagon.standard {
	width: 116px;
	height: 132px
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon,.content .company-hexagon.standard {
		width: 145px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon,.content .company-hexagon.standard {
		height: 165px
	}
}

.content .company-hexagon.small {
	width: 93px;
	height: 108px
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon.small {
		width: 116.25px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon.small {
		height: 135px
	}
}

.content .company-hexagon.tiny {
	width: 150px;
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon.tiny {
		width: 77.5px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon.tiny {
		height: 87.5px
	}
}

.content .company-hexagon.large {
	width: 240px;
	height: 273px
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon.large {
		width: 300px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-hexagon.large {
		height: 341.25px
	}
}

.mini-hexagon {
	position: relative;
	width: 20px;
	height: 11.55px;
	background-color: #000000;
	margin: 0;
	margin-top: 5.77px;
	margin-bottom: 5.77px
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon {
		width: 25px
	}
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon {
		height: 14.4375px
	}
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon {
		margin-top: 7.2125px
	}
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon {
		margin-bottom: 7.2125px
	}
}

.mini-hexagon:before,.mini-hexagon:after {
	content: "";
	position: absolute;
	width: 0;
	left: 0;
	border-left-style: solid;
	border-right-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	border-left-width: 10px;
	border-right-width: 10px
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon:before,.mini-hexagon:after {
		border-left-width: 12.5px
	}
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon:before,.mini-hexagon:after {
		border-right-width: 12.5px
	}
}

.mini-hexagon:before {
	bottom: 100%;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-bottom-width: 5.77px
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon:before {
		border-bottom-width: 7.2125px
	}
}

.mini-hexagon:after {
	top: 100%;
	width: 0;
	border-top-style: solid;
	border-top-color: #000000;
	border-top-width: 5.77px
}

@media only screen and (min-width: 1215px) {
	.mini-hexagon:after {
		border-top-width: 7.2125px
	}
}

.mini-hexagon.verder-scientific {
	background-color: #00529c
}

.mini-hexagon.verder-scientific:before {
	border-bottom-color: #00529c
}

.mini-hexagon.verder-scientific:after {
	border-top-color: #00529c
}

.mini-hexagon.atm {
	background-color: #822a3a
}

.mini-hexagon.atm:before {
	border-bottom-color: #822a3a
}

.mini-hexagon.atm:after {
	border-top-color: #822a3a
}

.mini-hexagon.carbolite {
	background-color: #e30613
}

.mini-hexagon.carbolite:before {
	border-bottom-color: #e30613
}

.mini-hexagon.carbolite:after {
	border-top-color: #e30613
}

.mini-hexagon.eltra {
	background-color: #f39200
}

.mini-hexagon.eltra:before {
	border-bottom-color: #f39200
}

.mini-hexagon.eltra:after {
	border-top-color: #f39200
}

.mini-hexagon.endecotts {
	background-color: #014e2f
}

.mini-hexagon.endecotts:before {
	border-bottom-color: #014e2f
}

.mini-hexagon.endecotts:after {
	border-top-color: #014e2f
}

.mini-hexagon.microtrac {
	background-color: #00b4cd
}

.mini-hexagon.microtrac:before {
	border-bottom-color: #00b4cd
}

.mini-hexagon.microtrac:after {
	border-top-color: #00b4cd
}

.mini-hexagon.qness {
	background-color: #e25303
}

.mini-hexagon.qness:before {
	border-bottom-color: #e25303
}

.mini-hexagon.qness:after {
	border-top-color: #e25303
}

.mini-hexagon.retsch {
	background-color: #dd3018
}

.mini-hexagon.retsch:before {
	border-bottom-color: #dd3018
}

.mini-hexagon.retsch:after {
	border-top-color: #dd3018
}

.mini-hexagon.retsch-technology {
	background-color: #40c0f0
}

.mini-hexagon.retsch-technology:before {
	border-bottom-color: #40c0f0
}

.mini-hexagon.retsch-technology:after {
	border-top-color: #40c0f0
}

.content .company-logo {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto
}

.content .company-logo.hide {
	display: none
}

.content .company-logo.inline {
	display: inline-block
}

.content .company-logo,.content .company-logo.standard {
	width: 174px;
	height: 132px
}

@media only screen and (min-width: 1215px) {
	.content .company-logo,.content .company-logo.standard {
		width: 217.5px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-logo,.content .company-logo.standard {
		height: 165px
	}
}

.content .company-logo.verder-scientific,.content .company-logo.standard.verder-scientific {
	background-image: url("/assets/verder-scientific/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/verder-scientific/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.atm,.content .company-logo.standard.atm {
	background-image: url("/assets/atm/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/atm/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.carbolite,.content .company-logo.standard.carbolite {
	background-image: url("/assets/carbolite/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/carbolite/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.eltra,.content .company-logo.standard.eltra {
	background-image: url("/assets/eltra/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/eltra/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.microtrac,.content .company-logo.standard.microtrac {
	background-image: url("/assets/microtrac/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/microtrac/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.qness,.content .company-logo.standard.qness {
	background-image: url("/assets/qness/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/qness/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.retsch,.content .company-logo.standard.retsch {
	background-image: url("/assets/retsch/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/retsch/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.retsch-technology,.content .company-logo.standard.retsch-technology {
	background-image: url("/assets/retsch-technology/all/web-2018/img/logo-1x.png");
	background-image: url("/assets/retsch-technology/all/web-2018/img/logo.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.verder-scientific {
	background-image: url("../images/ft_logo.png"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.atm {
	background-image: url("../images/ft_logo.png"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.carbolite {
	background-image: url("../images/ft_logo.png"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.eltra {
	background-image: url("/assets/eltra/all/web-2018/img/logo-white.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.microtrac {
	background-image: url("/assets/microtrac/all/web-2018/img/logo-white.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.qness {
	background-image: url("/assets/qness/all/web-2018/img/logo-white.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.retsch {
	background-image: url("/assets/retsch/all/web-2018/img/logo-white.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.white.retsch-technology {
	background-image: url("/assets/retsch-technology/all/web-2018/img/logo-white.svg"),linear-gradient(transparent, transparent)
}

.content .company-logo.small {
	width: 139.5px;
	height: 108px
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.small {
		width: 174.375px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.small {
		height: 135px
	}
}

.content .company-logo.tiny {
	width: 93px;
	height: 70px
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.tiny {
		width: 116.25px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.tiny {
		height: 87.5px
	}
}

.content .company-logo.hex-large-width {
	width: 240px;
	height: 273px
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.hex-large-width {
		width: 300px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.hex-large-width {
		height: 341.25px
	}
}

.content .company-logo.large {
	width: 360px;
	height: 273px
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.large {
		width: 450px
	}
}

@media only screen and (min-width: 1215px) {
	.content .company-logo.large {
		height: 341.25px
	}
}

.content .company-term:not(.defaultfont) {
	font-family: FFTradeMarkerWebProLight,Montserrat,Verdana,Arial,sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 3px
}

.content .company-term.atm {
	color: #822a3a
}

.content .company-term.carbolite {
	color: #e30613
}

.content .company-term.eltra {
	color: #f39200
}

.content .company-term.microtrac {
	color: #00b4cd
}

.content .company-term.qness {
	color: #e25303
}

.content .company-term.retsch {
	color: #dd3018
}

.content .company-term.retsch-technology {
	color: #40c0f0
}

.effect.effect-fade {
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 0
}

.effect.effect-fade.effect-finished {
	-moz-transition: opacity 1s;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	opacity: 1
}

.effect.effect-from-top {
	-moz-transition: opacity 1s,margin-top 1s;
	-webkit-transition: opacity 1s,margin-top 1s;
	transition: opacity 1s,margin-top 1s;
	margin-top: -100px;
	opacity: 0
}

.effect.effect-from-top.effect-finished {
	-moz-transition: opacity 1s,margin-top 1s;
	-webkit-transition: opacity 1s,margin-top 1s;
	transition: opacity 1s,margin-top 1s;
	margin-top: unset;
	opacity: 1
}

.effect.effect-from-right {
	-moz-transition: opacity 1s,margin-right 1s;
	-webkit-transition: opacity 1s,margin-right 1s;
	transition: opacity 1s,margin-right 1s;
	margin-right: -100px;
	opacity: 0
}

.effect.effect-from-right.effect-finished {
	-moz-transition: opacity 1s,margin-right 1s;
	-webkit-transition: opacity 1s,margin-right 1s;
	transition: opacity 1s,margin-right 1s;
	margin-right: unset;
	opacity: 1
}

.effect.effect-from-bottom {
	-moz-transition: opacity 1s,margin-bottom 1s;
	-webkit-transition: opacity 1s,margin-bottom 1s;
	transition: opacity 1s,margin-bottom 1s;
	margin-bottom: -100px;
	opacity: 0
}

.effect.effect-from-bottom.effect-finished {
	-moz-transition: opacity 1s,margin-bottom 1s;
	-webkit-transition: opacity 1s,margin-bottom 1s;
	transition: opacity 1s,margin-bottom 1s;
	margin-bottom: unset;
	opacity: 1
}

.effect.effect-from-left {
	-moz-transition: opacity 1s,margin-left 1s;
	-webkit-transition: opacity 1s,margin-left 1s;
	transition: opacity 1s,margin-left 1s;
	margin-left: -100px;
	opacity: 0
}

.effect.effect-from-left.effect-finished {
	-moz-transition: opacity 1s,margin-left 1s;
	-webkit-transition: opacity 1s,margin-left 1s;
	transition: opacity 1s,margin-left 1s;
	margin-left: unset;
	opacity: 1
}

.content .content-tabs {
	font-size: 0
}

@media only screen and (max-width: 767px) {
	.content .content-tabs {
		padding-left: 0
	}
}

@media only screen and (min-width: 768px) {
	.content .content-tabs {
		display: table;
		margin: 0 auto;
		width: auto
	}
}

.content .content-tabs li {
	border: 1px solid #ccc;
	font: 12.8px / 1.5 Montserrat,Verdana,Arial,sans-serif
}

@media only screen and (min-width: 1215px) {
	.content .content-tabs li {
		font: 16px / 1.5 Montserrat,Verdana,Arial,sans-serif
	}
}

@media only screen and (max-width: 767px) {
	.content .content-tabs li {
		display: block
	}
}

@media only screen and (min-width: 768px) {
	.content .content-tabs li {
		display: inline-block;
		-moz-transform: skewX(-20deg);
		-webkit-transform: skewX(-20deg);
		-o-transform: skewX(-20deg);
		-ms-transform: skewX(-20deg);
		transform: skewX(-20deg);
		transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-webkit-transform-origin: 0% 100%
	}
}

.content .content-tabs li a {
	color: #ccc;
	display: block
}

.content .content-tabs li a span {
	display: block;
	padding-top: 7.5px;
	padding-bottom: 7.5px
}

@media only screen and (max-width: 767px) {
	.content .content-tabs li a span {
		padding-left: 15px;
		padding-right: 15px
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.content .content-tabs li a span {
		padding-left: 30px;
		padding-right: 15px
	}
}

@media only screen and (min-width: 1025px) {
	.content .content-tabs li a span {
		padding-left: 60px;
		padding-right: 45px
	}
}

@media only screen and (min-width: 768px) {
	.content .content-tabs li a span {
		-moz-transform: skewX(20deg);
		-webkit-transform: skewX(20deg);
		-o-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		transform-origin: 0% 100%;
		-ms-transform-origin: 0% 100%;
		-webkit-transform-origin: 0% 100%
	}
}

.content .content-tabs li a:hover {
	background-color: #f7f7f7;
	text-decoration: none
}

.content .content-tabs li.active {
	border-color: #dd3018 !important
}

.content .content-tabs li.active a {
	color: #dd3018
}

.content .downloads {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.content .downloads>li {
	list-style: none;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-top: 15px
}

.content .downloads>li:first-child {
	margin-top: 0;
	padding-top: 0
}

.content .downloads>li .thumbnail,.content .downloads>li .information {
	display: table-cell;
	vertical-align: top
}

.content .downloads>li .thumbnail {
	min-width: 160px;
	padding-right: 15px
}

.content .downloads>li .information h2 {
	margin-bottom: 7.5px;
	margin-top: 0
}

.content .downloads>li .information small {
	font-size: 12.8px;
	display: block;
	margin: 7.5px 0
}

@media only screen and (min-width: 1215px) {
	.content .downloads>li .information small {
		font-size: 16px
	}
}

@media only screen and (max-width: 767px) {
	.content .downloads.video>li .thumbnail,.content .downloads.video>li .information {
		display: block
	}
}

.content .downloads.image.gallery {
	font-size: 0;
	list-style: none;
	padding: 0
}

.content .downloads.image.gallery li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content .downloads.image.gallery li {
		font-size: 16px
	}
}

.content .downloads.image.gallery>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content .downloads.image.gallery>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content .downloads.image.gallery>li {
		width: 100%;
		margin-right: 15px
	}

	.content .downloads.image.gallery>li:nth-child(1n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content .downloads.image.gallery>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 240px
	}

	.content .downloads.image.gallery>li:nth-child(1n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content .downloads.image.gallery>li {
		width: 32%;
		margin-right: 2%
	}

	.content .downloads.image.gallery>li:nth-child(3n+0) {
		margin-right: 0
	}
}

.content .downloads.image.gallery>li .thumbnail,.content .downloads.image.gallery>li .information {
	display: block
}

.content .downloads.image.gallery>li .thumbnail {
	margin-bottom: 7.5px
}

.content .downloads.image.gallery>li:first-child {
	margin-top: 15px;
	padding-top: 15px
}

.content .download_details .selector {
	margin-bottom: 15px
}

.content .download_details .thumbnail {
	float: right;
	padding: 0 0 15px 15px
}

.content .download_details a.back {
	background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
	background-size: 9px auto;
	background-position: 0 -196px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px
}

@media only screen and (min-width: 1215px) {
	.content .download_details a.back {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5) {
	.content .download_details a.back {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 2dppx) {
	.content .download_details a.back {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .download_details a.back {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
		background-size: 11.25px auto
	}
}

@media only screen and (min-width: 1215px) and (min-width: 1215px) {
	.content .download_details a.back {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 1.5) {
	.content .download_details a.back {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min-resolution: 288dpi), only screen and (min-width: 1215px) and (min-resolution: 2dppx) {
	.content .download_details a.back {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .download_details a.back {
		background-position: 0 -245px
	}
}

table.video_details {
	border-collapse: collapse;
	width: 100%
}

table.video_details td {
	padding-left: 15px
}

table.video_details td:first-child {
	padding-left: 0
}

table.video_details #video_stream {
	margin: 0 auto
}

table.video_details div.video_language {
	margin-bottom: 15px
}

table.video_details ul.video_downloads {
	list-style: none;
	padding-left: 0
}

table.video_details ul.video_downloads a {
	display: block
}

.fancybox-slide .fancybox-default-width {
	width: 500px
}

.fancybox-slide .fancybox-mid-width {
	width: 700px
}

.fancybox-slide .fancybox-large-width {
	width: 900px
}

.fancybox-slide .fancybox-default-height {
	height: 500px
}

.fancybox-slide .fancybox-image-wrap {
	background-color: #fff
}

.fancybox-slide--iframe .fancybox-content {
	margin: 0;
	min-height: 100px;
	min-width: 100px
}

@media only screen and (min-width: 768px) {
	.fancybox-slide--iframe .fancybox-content {
		max-width: 95%;
		max-height: 95%
	}
}

@media only screen and (max-width: 767px) {
	.fancybox-slide--iframe .fancybox-content {
		width: 98%;
		max-width: 98%;
		height: 98%;
		max-height: 98%
	}
}

.content .foldBox h4 {
	background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
	background-size: 9px auto;
	background-position: 0 -92.5px;
	background-repeat: no-repeat;
	color: #1d1d1b;
	cursor: pointer;
	font-weight: bold;
	line-height: 2;
	padding-left: 15px
}

@media only screen and (min-width: 1215px) {
	.content .foldBox h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5) {
	.content .foldBox h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 2dppx) {
	.content .foldBox h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .foldBox h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
		background-size: 11.25px auto
	}
}

@media only screen and (min-width: 1215px) and (min-width: 1215px) {
	.content .foldBox h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 1.5) {
	.content .foldBox h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min-resolution: 288dpi), only screen and (min-width: 1215px) and (min-resolution: 2dppx) {
	.content .foldBox h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .foldBox h4 {
		background-position: 0 -115.625px
	}
}

.content .foldBox.closed h4 {
	background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
	background-size: 9px auto;
	background-position: 0 7.5px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc
}

@media only screen and (min-width: 1215px) {
	.content .foldBox.closed h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5) {
	.content .foldBox.closed h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 2dppx) {
	.content .foldBox.closed h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .foldBox.closed h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
		background-size: 11.25px auto
	}
}

@media only screen and (min-width: 1215px) and (min-width: 1215px) {
	.content .foldBox.closed h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 1.5) {
	.content .foldBox.closed h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min-resolution: 288dpi), only screen and (min-width: 1215px) and (min-resolution: 2dppx) {
	.content .foldBox.closed h4 {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .foldBox.closed h4 {
		background-position: 0 9.375px
	}
}

.content .foldBox .foldBoxContent {
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px
}

.content .foldBox.closed .foldBoxContent {
	display: none
}

.content form {
	padding: 15px;
	background-color: #ededed
}

@media only screen and (max-width: 767px) {
	.content form {
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width: 768px) {
	.content form {
		width: 500px;
		margin-left: auto;
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) and (min-width: 1215px) {
	.content form {
		width: 625px
	}
}

.sidebar-column .content form {
	width: auto
}

.content form.nostyle {
	padding: 0;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	background-color: transparent
}

@media only screen and (max-width: 767px) {
	.content form.nostyle {
		margin-left: 0;
		margin-right: 0
	}
}

.content form fieldset {
	border: none
}

.content form h2 {
	text-transform: none
}

.content form div.rform {
	clear: both;
	margin-bottom: 3.75px
}

.content form div.rform div {
	display: block;
	float: left;
	clear: none
}

.content form div.rform-label {
	margin: 15px 0 3.75px 0;
	font-size: 20px;
	display: block;
	float: none
}

@media only screen and (min-width: 1215px) {
	.content form div.rform-label {
		font-size: 25px
	}
}

.content form div.rform div.rform-labelfield {
	display: block;
	font-size: 12.8px
}

@media only screen and (min-width: 1215px) {
	.content form div.rform div.rform-labelfield {
		font-size: 16px
	}
}

.content form div.rform-inputrow div.rform-labelfield {
	display: block
}

@media only screen and (min-width: 768px) {
	.content form div.rform-inputrow div.rform-labelfield {
		width: 150px
	}
}

.content form div.rform-inputrow.rform-comment div.rform-labelfield,.content form div.rform-inputrow.rform-check div.rform-labelfield {
	display: block
}

@media only screen and (min-width: 768px) {
	.content form div.rform-inputrow.rform-comment div.rform-labelfield,.content form div.rform-inputrow.rform-check div.rform-labelfield {
		width: auto
	}
}

@media only screen and (max-width: 767px) {
	.content form div.rform-inputrow.rform-comment div.rform-labelfield,.content form div.rform-inputrow.rform-check div.rform-labelfield {
		width: 90%
	}
}

.content form div.rform-check {
	padding: 0 3.75px 3.75px 0
}

.content form input.rform-input,.content form textarea,.content form select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.content form input.rform-input,.content form textarea {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 12.8px;
	background-color: #fff
}

.content form input.rform-input:focus,.content form textarea:focus {
	border-color: #dd3018
}

.content form div.rform-required .rform-input,.content form div.rform-required textarea {
	background-color: #fff
}

@media only screen and (min-width: 768px) {
	.content form div.rform-inputrow .rform-input {
		margin-left: 5px;
		width: 345px
	}
}

@media only screen and (max-width: 767px) {
	.content form div.rform-inputrow .rform-input {
		width: 100%
	}
}

.content form textarea {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 15px;
	height: 50px
}

@media only screen and (min-width: 768px) {
	.content form textarea {
		width: 500px
	}
}

@media only screen and (max-width: 767px) {
	.content form textarea {
		width: 100%
	}
}

@media only screen and (min-width: 768px) {
	.content form div.rform-inputrow select {
		width: 345px;
		margin-left: 5px
	}
}

@media only screen and (max-width: 767px) {
	.content form div.rform-inputrow select {
		width: 100%
	}
}

.content form div.msg_error div p {
	font-weight: bold;
	color: #c00
}

.content form div.rform table {
	width: auto
}

.content form div.rform table td {
	padding: 0 3.75px 0 0
}

.content form>ol,.content form fieldset>ol {
	display: block;
	list-style: none;
	padding-left: 0;
	margin: 0;
	top: auto;
	position: inherit
}

.content form>ol:before,.content form>ol:after,.content form fieldset>ol:before,.content form fieldset>ol:after {
	content: " ";
	display: table;
	clear: both
}

.content form>ol>li.csc-form-element,.content form fieldset>ol>li.csc-form-element {
	display: block;
	margin-top: 3.75px;
	clear: both
}

.content form>ol>li.csc-form-element:before,.content form>ol>li.csc-form-element:after,.content form fieldset>ol>li.csc-form-element:before,.content form fieldset>ol>li.csc-form-element:after {
	content: " ";
	display: table;
	clear: both
}

.content form>ol>li.csc-form-element h2,.content form fieldset>ol>li.csc-form-element h2 {
	margin: 11px 0 0 0
}

.content form>ol>li.csc-form-element label,.content form>ol>li.csc-form-element input,.content form>ol>li.csc-form-element textarea,.content form>ol>li.csc-form-element select,.content form fieldset>ol>li.csc-form-element label,.content form fieldset>ol>li.csc-form-element input,.content form fieldset>ol>li.csc-form-element textarea,.content form fieldset>ol>li.csc-form-element select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.content form>ol>li.csc-form-element.csc-form-element-fieldset,.content form fieldset>ol>li.csc-form-element.csc-form-element-fieldset {
	display: inline;
	float: none;
	clear: none;
	margin-bottom: 1em
}

.content form>ol>li.csc-form-element.csc-form-element-fieldset:before,.content form>ol>li.csc-form-element.csc-form-element-fieldset:after,.content form fieldset>ol>li.csc-form-element.csc-form-element-fieldset:before,.content form fieldset>ol>li.csc-form-element.csc-form-element-fieldset:after {
	clear: none;
	display: inline
}

.content form>ol>li.csc-form-element fieldset,.content form>ol>li.csc-form-element fieldset.fieldset-subgroup,.content form fieldset>ol>li.csc-form-element fieldset,.content form fieldset>ol>li.csc-form-element fieldset.fieldset-subgroup {
	margin-bottom: 15px
}

.content form>ol>li.csc-form-element fieldset:before,.content form>ol>li.csc-form-element fieldset:after,.content form>ol>li.csc-form-element fieldset.fieldset-subgroup:before,.content form>ol>li.csc-form-element fieldset.fieldset-subgroup:after,.content form fieldset>ol>li.csc-form-element fieldset:before,.content form fieldset>ol>li.csc-form-element fieldset:after,.content form fieldset>ol>li.csc-form-element fieldset.fieldset-subgroup:before,.content form fieldset>ol>li.csc-form-element fieldset.fieldset-subgroup:after {
	content: " ";
	display: table;
	clear: both
}

.content form>ol>li.csc-form-element fieldset legend,.content form>ol>li.csc-form-element fieldset.fieldset-subgroup legend,.content form fieldset>ol>li.csc-form-element fieldset legend,.content form fieldset>ol>li.csc-form-element fieldset.fieldset-subgroup legend {
	width: auto;
	font-weight: bold
}

.content form>ol>li.csc-form-element fieldset legend:before,.content form>ol>li.csc-form-element fieldset legend:after,.content form>ol>li.csc-form-element fieldset.fieldset-subgroup legend:before,.content form>ol>li.csc-form-element fieldset.fieldset-subgroup legend:after,.content form fieldset>ol>li.csc-form-element fieldset legend:before,.content form fieldset>ol>li.csc-form-element fieldset legend:after,.content form fieldset>ol>li.csc-form-element fieldset.fieldset-subgroup legend:before,.content form fieldset>ol>li.csc-form-element fieldset.fieldset-subgroup legend:after {
	content: " ";
	display: table;
	clear: both
}

.content form>ol>li.csc-form-element.csc-form-element-textblock,.content form fieldset>ol>li.csc-form-element.csc-form-element-textblock {
	font-size: 12.8px
}

@media only screen and (min-width: 1215px) {
	.content form>ol>li.csc-form-element.csc-form-element-textblock,.content form fieldset>ol>li.csc-form-element.csc-form-element-textblock {
		font-size: 16px
	}
}

.content form>ol>li.csc-form-element label,.content form fieldset>ol>li.csc-form-element label {
	display: block;
	float: left;
	font-size: 12.8px
}

@media only screen and (min-width: 1215px) {
	.content form>ol>li.csc-form-element label,.content form fieldset>ol>li.csc-form-element label {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px) {
	.content form>ol>li.csc-form-element label,.content form fieldset>ol>li.csc-form-element label {
		width: 150px
	}
}

.content form>ol>li.csc-form-element strong.form-error,.content form>ol>li.csc-form-element label strong,.content form fieldset>ol>li.csc-form-element strong.form-error,.content form fieldset>ol>li.csc-form-element label strong {
	text-transform: none;
	color: #f00;
	font-weight: normal;
	font-size: 0.85em;
	top: unset;
	position: relative
}

@media only screen and (min-width: 768px) {
	.content form>ol>li.csc-form-element label strong.form-error,.content form>ol>li.csc-form-element label strong,.content form fieldset>ol>li.csc-form-element label strong.form-error,.content form fieldset>ol>li.csc-form-element label strong {
		width: 500px;
		margin-top: 4px;
		margin-left: 155px;
		display: inline-block
	}
}

@media only screen and (min-width: 768px) {
	.content form>ol>li.csc-form-element input[type=text],.content form fieldset>ol>li.csc-form-element input[type=text] {
		margin-left: 5px;
		width: 345px
	}
}

@media only screen and (max-width: 767px) {
	.content form>ol>li.csc-form-element input[type=text],.content form fieldset>ol>li.csc-form-element input[type=text] {
		width: 100%
	}
}

.content form>ol>li.csc-form-element textarea,.content form fieldset>ol>li.csc-form-element textarea {
	display: block;
	float: left;
	clear: both;
	margin-bottom: 15px;
	height: 50px
}

@media only screen and (min-width: 768px) {
	.content form>ol>li.csc-form-element textarea,.content form fieldset>ol>li.csc-form-element textarea {
		width: 500px
	}
}

@media only screen and (max-width: 767px) {
	.content form>ol>li.csc-form-element textarea,.content form fieldset>ol>li.csc-form-element textarea {
		width: 100%
	}
}

@media only screen and (min-width: 768px) {
	.content form>ol>li.csc-form-element select,.content form fieldset>ol>li.csc-form-element select {
		width: 345px;
		margin-left: 5px
	}
}

@media only screen and (max-width: 767px) {
	.content form>ol>li.csc-form-element select,.content form fieldset>ol>li.csc-form-element select {
		width: 100%
	}
}

.content form>ol>li.csc-form-element.csc-form-element-checkbox input,.content form>ol>li.csc-form-element.csc-form-element-radio input,.content form fieldset>ol>li.csc-form-element.csc-form-element-checkbox input,.content form fieldset>ol>li.csc-form-element.csc-form-element-radio input {
	float: left;
	margin-top: 5px
}

.content form>ol>li.csc-form-element.csc-form-element-checkbox label,.content form>ol>li.csc-form-element.csc-form-element-radio label,.content form fieldset>ol>li.csc-form-element.csc-form-element-checkbox label,.content form fieldset>ol>li.csc-form-element.csc-form-element-radio label {
	float: right
}

@media only screen and (min-width: 768px) {
	.content form>ol>li.csc-form-element.csc-form-element-checkbox label,.content form>ol>li.csc-form-element.csc-form-element-radio label,.content form fieldset>ol>li.csc-form-element.csc-form-element-checkbox label,.content form fieldset>ol>li.csc-form-element.csc-form-element-radio label {
		width: 475px
	}
}

@media only screen and (min-width: 1215px) {
	.content form>ol>li.csc-form-element.csc-form-element-checkbox label,.content form>ol>li.csc-form-element.csc-form-element-radio label,.content form fieldset>ol>li.csc-form-element.csc-form-element-checkbox label,.content form fieldset>ol>li.csc-form-element.csc-form-element-radio label {
		width: 590px
	}
}

@media only screen and (max-width: 767px) {
	.content form>ol>li.csc-form-element.csc-form-element-checkbox label,.content form>ol>li.csc-form-element.csc-form-element-radio label,.content form fieldset>ol>li.csc-form-element.csc-form-element-checkbox label,.content form fieldset>ol>li.csc-form-element.csc-form-element-radio label {
		width: 90%
	}
}

.content form .input {
	clear: both
}

.content form .input h2,.content form .input h3 {
	margin-bottom: 0
}

.content form .input label {
	display: block;
	width: 35%;
	float: left;
	clear: left
}

.content form .input.top-label label,.content form .input.textarea label {
	width: auto;
	float: none
}

.content form .input.checkbox label {
	width: auto;
	float: none;
	display: block;
	clear: none;
	margin-left: 30px
}

.content form .input input[type="text"],.content form .input input[type="password"],.content form .input input[type="file"],.content form .input input[type="email"],.content form .input select {
	width: 40%
}

.content form .input.radio input[type="radio"] {
	margin-right: 7.5px
}

@media only screen and (min-width: 1215px) {
	.content form .input.radio input[type="radio"] {
		margin-top: 6px
	}
}

.content form .input.checkbox input[type="checkbox"] {
	float: left
}

@media only screen and (min-width: 1215px) {
	.content form .input.checkbox input[type="checkbox"] {
		margin-top: 6px
	}
}

.content form .input textarea {
	width: 78%;
	float: none
}

.content form .input input[type="submit"],.content form .input input[type="reset"],.content form .input .info,.content form .submit {
	margin-left: 35%
}

.content form .submit {
	margin-top: 15px
}

.content form .input input.required[type="text"],.content form .input textarea.required {
	background-color: #fff
}

.content .simple-button,.content form button[type="submit"],.content form .submit input[type="submit"],.content form .csc-form-element-submit input[type="submit"] {
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: none;
	padding: 3.75px 15px;
	background-color: #dd3018;
	cursor: pointer;
	font-size: 12.8px;
	line-height: 1.5;
	display: inline-block;
	text-align: center;
	text-decoration: none
}

.content .simple-button,.content .simple-button *,.content form button[type="submit"],.content form button[type="submit"] *,.content form .submit input[type="submit"],.content form .submit input[type="submit"] *,.content form .csc-form-element-submit input[type="submit"],.content form .csc-form-element-submit input[type="submit"] * {
	color: #fff
}

.content .simple-button:hover,.content form button[type="submit"]:hover,.content form .submit input[type="submit"]:hover,.content form .csc-form-element-submit input[type="submit"]:hover {
	background-color: #008eec;
	color: #fff
}

@media only screen and (min-width: 1215px) {
	.content .simple-button,.content form button[type="submit"],.content form .submit input[type="submit"],.content form .csc-form-element-submit input[type="submit"] {
		font-size: 16px
	}
}

.content .simple-button.block-button,.content form button[type="submit"].block-button,.content form .submit input[type="submit"].block-button,.content form .csc-form-element-submit input[type="submit"].block-button {
	display: block
}

.content .simple-button.big-button,.content form button[type="submit"].big-button,.content form .submit input[type="submit"].big-button,.content form .csc-form-element-submit input[type="submit"].big-button {
	font-size: 20px
}

@media only screen and (min-width: 1215px) {
	.content .simple-button.big-button,.content form button[type="submit"].big-button,.content form .submit input[type="submit"].big-button,.content form .csc-form-element-submit input[type="submit"].big-button {
		font-size: 25px
	}
}

.content .simple-button.icon-button,.content form button[type="submit"].icon-button,.content form .submit input[type="submit"].icon-button,.content form .csc-form-element-submit input[type="submit"].icon-button {
	padding: 0
}

.content .simple-button.disabled,.content .simple-button.disabled:hover,.content form button[type="submit"].disabled,.content form button[type="submit"].disabled:hover,.content form .submit input[type="submit"].disabled,.content form .submit input[type="submit"].disabled:hover,.content form .csc-form-element-submit input[type="submit"].disabled,.content form .csc-form-element-submit input[type="submit"].disabled:hover {
	pointer-events: none;
	cursor: default;
	background-color: #878787
}

div.error span.important {
	display: block;
	padding: 20px;
	background-color: #f00;
	font-weight: bold;
	color: #fff
}

@media only screen and (min-width: 768px) {
	.content .csc-textpic-image a>img:hover,.content .news-home a>img:hover,.content .exhibition a>img:hover,.content a.company-hexagon:hover,.content .text-image a>img:hover,.content a.company-logo:hover {
		opacity: .75
	}
}

div.loading {
	position: absolute;
	top: 0;
	left: 0;
	right: 0
}

div.loading.inline {
	position: static
}

div.loading div {
	margin: 15px auto;
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 7.5px 15px;
	min-height: 31px;
	max-width: 31px;
	background-color: #ededed;
	background-image: url(/assets/global/all/web-2017/img/loading.gif);
	background-position: 15px 7.5px;
	background-repeat: no-repeat
}

div.loading.text div {
	max-width: 300px;
	padding-left: 61px;
	font-size: 12.8px;
	line-height: 31px
}

.sidebar-column .content img.made-in-germany {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%
}

.footer-area .content img.made-in-germany {
	display: block;
	height: auto;
	margin: 0 auto;
	width: 130px
}

.content div.msg {
	background-clip: padding-box;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0;
	padding: 7.5px 15px
}

.content div.msg.narrow {
	padding: 2.5px 15px
}

.content div.msg.default,.content div.msg {
	background-color: #f93
}

.content div.msg.error {
	background-color: #f33
}

.content div.msg.info {
	background-color: #cfff31
}

.content div.msg.indentTotal {
	background-color: #9fc7ed
}

.content div.msg.indentSingle {
	background-color: #ffffc0
}

.content div.msg.import {
	background-color: #a1ffff
}

.counter-container {
	margin-bottom: 15px;
	margin-top: 30px;
	text-align: center
}

.counter-container .odometer.odometer-auto-theme,.counter-container .odometer.odometer-theme-default {
	font-family: Montserrat,Verdana,Arial,sans-serif
}

.counter-container h1 {
	font-size: 64px;
	margin-bottom: 0
}

.counter-container .subline {
	text-align: center
}

table.product-selection tr.hasLink {
	cursor: pointer
}

table.product-selection td,table.product-selection th {
	line-height: 16px;
	white-space: nowrap
}

table.product-selection td {
	padding: 7.5px !important
}

table.product-selection td.bullet {
	text-align: center;
	width: 32px
}

table.product-selection td:nth-child(odd) {
	background-color: #ededed
}

table.product-selection td:nth-child(even) {
	background-color: #fff
}

table.product-selection td:last-child {
	width: 100%
}

table.product-selection th {
	padding: 15px 7.5px 7.5px 7.5px !important;
	font-weight: bold
}

table.product-selection td:last-child,table.product-selection tr.nobg td {
	background-color: #fff
}

table.product-selection tbody tr td,table.product-selection tbody tr th {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc
}

table.product-selection tr:last-child td {
	border-bottom: none
}

table.product-selection td.vertical span {
	display: block
}

table.product-selection th,table.product-selection td.blue {
	color: #dd3018
}

table.product-selection td.green {
	color: #7ab51d
}

.content .selector {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	z-index: 500;
	height: 25.6px
}

.content .selector.open {
	z-index: 501
}

@media only screen and (min-width: 1215px) {
	.content .selector {
		height: 32px
	}
}

.content .selector,.content .selector ul {
	width: 250px
}

.content .selector.short,.content .selector.short ul {
	width: 180px
}

.content .selector.very-short,.content .selector.very-short ul {
	width: 160px
}

@media only screen and (max-width: 767px) {
	.content .selector,.content .selector ul {
		width: 200px
	}

	.content .selector.short,.content .selector.short ul {
		width: 144px
	}

	.content .selector.very-short,.content .selector.very-short ul {
		width: 128px
	}
}

.content .selector ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	border: 1px solid #ccc;
	background-color: #fff
}

.content .selector.selector-up ul {
	bottom: -2px
}

.content .selector.open ul {
	-webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1)
}

.content .selector li {
	display: none !important;
	padding: 0
}

.content .selector.open li,.content .selector li.label {
	display: block !important
}

.content .selector.open li.label {
	border-bottom: 1px solid #ccc
}

.content .selector a {
	display: block !important;
	padding: 0 7.5px;
	line-height: 25.6px;
	text-decoration: none;
	color: #333;
}

@media only screen and (min-width: 1215px) {
	.content .selector a {
		line-height: 32px
	}
}

@media only screen and (min-width: 1025px) {
	.content .selector a:hover {
		background-color: #e6e5e5
	}
}

.spacer.spacer-small {
	height: 25px
}

.spacer.spacer-medium {
	height: 50px
}

.spacer.spacer-large {
	height: 75px
}

.area.claim h1 {
	margin: 45px 0;
	font-family: FFTradeMarkerWebProLight,Montserrat,Verdana,Arial,sans-serif;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 3px;
	font-size: 44.8px;
	text-align: center
}

@media only screen and (min-width: 1215px) {
	.area.claim h1 {
		font-size: 56px
	}
}

@media only screen and (max-width: 767px) {
	.area.claim h1 {
		font-size: 32px
	}
}

@media only screen and (max-width: 767px) and (min-width: 1215px) {
	.area.claim h1 {
		font-size: 40px
	}
}

.area.bg-dark h1,.area.bg-accent h1 {
	color: #fff
}

.area.bg-dark h1,.area.bg-dark a,.area.bg-dark a strong {
	color: #fff
}

.area.bg-dark h1,.area.bg-dark a,.area.bg-dark a strong {
	color: #fff
}

.area.bg-accent h1,.area.bg-accent a,.area.bg-accent a strong {
	color: #fff
}

.area.bg-dark a:hover {
	text-decoration: underline
}

.area.bg-accent a:hover {
	text-decoration: underline
}

.content .sub-nav-bar {
	display: none
}

.area.fullwidth.sub-nav-bar {
	padding-top: 0;
	padding-bottom: 0;
	border-bottom: 1px solid #ccc;
	z-index: 111;
	text-transform: uppercase
}

@media only screen and (max-width: 767px) {
	.area.fullwidth.sub-nav-bar .grid-container .grid-100 {
		padding-left: 0;
		padding-right: 0
	}

	.area.fullwidth.sub-nav-bar .grid-container .grid-100 ul {
		padding-left: 0
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.area.fullwidth.sub-nav-bar .grid-container {
		margin-right: 44.5px
	}
}

@media only screen and (min-width: 1025px) {
	.area.fullwidth.sub-nav-bar .grid-container {
		margin-right: 115px
	}
}

@media only screen and (max-width: 767px) {
	.area.fullwidth.sub-nav-bar .grid-container {
		margin-right: auto
	}
}

.area.fullwidth.sub-nav-bar ul {
	font-size: 0;
	margin: 0
}

.area.fullwidth.sub-nav-bar ul li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.area.fullwidth.sub-nav-bar ul li {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px) {
	.area.fullwidth.sub-nav-bar ul {
		text-align: right
	}
}

@media only screen and (max-width: 767px) {
	.area.fullwidth.sub-nav-bar ul li {
		font-size: 8.5333333333px
	}
}

@media only screen and (min-width: 768px) {
	.area.fullwidth.sub-nav-bar ul li {
		font-size: 11.2px
	}
}

@media only screen and (min-width: 768px) and (min-width: 1215px) {
	.area.fullwidth.sub-nav-bar ul li {
		font-size: 14px
	}
}

.area.fullwidth.sub-nav-bar ul li a {
	line-height: 32px;
	display: block;
	color: #333;
	border-bottom: 1px solid #fff
}

@media only screen and (min-width: 1215px) {
	.area.fullwidth.sub-nav-bar ul li a {
		line-height: 40px
	}
}

@media only screen and (max-width: 767px) {
	.area.fullwidth.sub-nav-bar ul li a {
		padding: 0 7.5px
	}
}

@media only screen and (min-width: 768px) {
	.area.fullwidth.sub-nav-bar ul li a {
		padding: 0 15px
	}
}

.area.fullwidth.sub-nav-bar ul li a:hover {
	background-color: #EEE
}

.area.fullwidth.sub-nav-bar ul li.current a {
	border-bottom-color: #dd3018
}

.area.fullwidth.sub-nav-bar ul li.btn-style {
	background-color: #dd3018
}

.area.fullwidth.sub-nav-bar ul li.btn-style a {
	color: #fff;
	border-bottom-color: #dd3018
}

.area.fullwidth.sub-nav-bar ul li.btn-style a:hover {
	color: #fff;
	background-color: #008eec
}

.area.fullwidth.sub-nav-bar::after {
	content: none
}

@media only screen and (min-width: 1025px) {
	body.scrolledDown-subNavBar .area.fullwidth.sub-nav-bar {
		left: 0;
		position: fixed;
		right: 0;
		top: 39.984px
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1215px) {
	body.scrolledDown-subNavBar .area.fullwidth.sub-nav-bar {
		top: 49.98px
	}
}

.content ul.tabs {
	clear: both;
	margin: 15px 0;
	padding: 0;
	list-style: none
}

@media only screen and (max-width: 767px) {
	.content ul.tabs {
		margin-left: -15px;
		margin-right: -15px
	}

	.content ul.tabs li a {
		display: block;
		padding: 0 15px;
		font-size: 11.7333333333px;
		line-height: 2.5;
		background-color: #f7f7f7
	}

	.content ul.tabs li a:before {
		content: "> "
	}

	.content ul.tabs li.current a {
		background-color: #ededed;
		font-weight: bold
	}
}

@media only screen and (min-width: 768px) {
	.content ul.tabs {
		font-size: 0;
		border-bottom: 1px solid #ccc
	}

	.content ul.tabs li {
		font-size: 12.8px;
		display: inline-block;
		vertical-align: top
	}
}

@media only screen and (min-width: 768px) and (min-width: 1215px) {
	.content ul.tabs li {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px) {
	.content ul.tabs li {
		background-clip: padding-box;
		-webkit-border-top-left-radius: 3px;
		border-top-left-radius: 3px;
		background-clip: padding-box;
		-webkit-border-top-right-radius: 3px;
		border-top-right-radius: 3px;
		margin-right: 7.5px;
		margin-bottom: -1px;
		border: 1px solid #ccc
	}

	.content ul.tabs li a {
		display: block;
		line-height: 3;
		padding: 0 7.5px;
		background-color: #fff;
		color: #333
	}
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
	.content ul.tabs li a {
		font-size: 11.7333333333px
	}
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
	.content ul.tabs li a {
		padding: 0 30px;
		font-size: 12.8px
	}
}

@media only screen and (min-width: 768px) and (min-width: 1025px) and (min-width: 1215px) {
	.content ul.tabs li a {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px) {
	.content ul.tabs li a:hover {
		background-color: #ededed;
		color: #dd3018
	}

	.content ul.tabs li.current a {
		background-color: #ededed;
		color: #dd3018
	}

	.content ul.tabs.has-content li.current {
		border-bottom-color: #ededed
	}

	.content ul.tabs.small-tabs li a {
		line-height: 2.5
	}
}

@media only screen and (min-width: 768px) and (min-width: 1025px) {
	.content ul.tabs.small-tabs li a {
		padding: 0 7.5px
	}
}

.content .tab-content,.content .tab-loading {
	position: relative;
	min-height: 100px
}

@media only screen and (min-width: 768px) {
	.content .tab-content,.content .tab-loading {
		background: #ededed;
		background: -webkit-linear-gradient(-90deg, #ededed 0%,#fff 100px,#fff 100%);
		background: linear-gradient(180deg, #ededed 0%,#fff 100px,#fff 100%);
		margin: -15px 0 15px 0;
		padding: 15px 15px 0 15px;
		border-left: 1px solid #fff;
		border-right: 1px solid #fff
	}

	.content .tab-content:before,.content .tab-content:after,.content .tab-loading:before,.content .tab-loading:after {
		content: "";
		position: absolute;
		top: 0;
		display: block;
		width: 1px;
		height: 200px;
		background: #ccc;
		background: -webkit-linear-gradient(-90deg, #ccc 0%,#fff 100%);
		background: linear-gradient(180deg, #ccc 0%,#fff 100%)
	}

	.content .tab-content:before,.content .tab-loading:before {
		left: -1px
	}

	.content .tab-content:after,.content .tab-loading:after {
		right: -1px
	}
}

.content .tab-loading {
	display: none;
	padding-top: 90px;
	padding-bottom: 90px
}

.content ul.table-list {
	font-size: 0;
	padding-left: 0
}

.content ul.table-list li {
	font-size: 12.8px;
	padding: 5px;
	display: inline-block;
	box-shadow: 1px 0 0 0 #e0e1e4, 0 1px 0 0 #e0e1e4, 1px 1px 0 0 #e0e1e4, 1px 0 0 0 #e0e1e4 inset, 0 1px 0 0 #e0e1e4 inset
}

@media only screen and (min-width: 1215px) {
	.content ul.table-list li {
		font-size: 16px
	}
}

.content ul.toc {
	font-size: 0;
	list-style: none;
	padding: 0
}

.content ul.toc li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content ul.toc li {
		font-size: 16px
	}
}

.content ul.toc>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content ul.toc>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content ul.toc>li {
		width: 100%;
		margin-right: 15px
	}

	.content ul.toc>li:nth-child(1n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content ul.toc>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 240px
	}

	.content ul.toc>li:nth-child(1n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content ul.toc>li {
		width: 32%;
		margin-right: 2%
	}

	.content ul.toc>li:nth-child(3n+0) {
		margin-right: 0
	}
}

.content ul.toc li {
	position: relative
}

.content ul.toc li>a {
	display: block;
	text-decoration: none
}

@media only screen and (min-width: 1025px) {
	.content ul.toc li>a:hover {
		opacity: .75
	}
}

.content ul.toc li>a img {
	display: block;
	margin: 0 auto;
	width: 100%;
	height: auto
}

.content ul.toc li>a span {
	display: block;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	background-color: #dd3018;
	padding: 7.5px;
	line-height: 1.5
}

.content ul.toc li ul {
	padding: 15px 0;
	margin-bottom: 0;
	list-style: none
}

.content ul.toc li ul li {
	margin: 0;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.content ul.toc li ul li a {
	display: block;
	padding-left: 15px;
	background-image: url(/assets/global/all/web-2018/img/toc-list-bullet-1x.png);
	background-size: 8px 9px;
	background-repeat: no-repeat;
	background-position: 0 4px;
	color: #333
}

@media only screen and (min-width: 1215px) {
	.content ul.toc li ul li a {
		background-image: url(/assets/global/all/web-2018/img/toc-list-bullet-1x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5) {
	.content ul.toc li ul li a {
		background-image: url(/assets/global/all/web-2018/img/toc-list-bullet-1x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 2dppx) {
	.content ul.toc li ul li a {
		background-image: url(/assets/global/all/web-2018/img/toc-list-bullet-1x.png) !important
	}
}

@media only screen and (min-width: 1025px) {
	.content ul.toc li ul li a:hover {
		color: #dd3018;
		opacity: 1
	}
}

@media only screen and (min-width: 1215px) {
	.content ul.toc li ul li a {
		background-position: 0 7px
	}
}

.content ul.toc.font-large li span,.content ul.toc li.font-large span,.content ul.toc li span {
	font-size: 25.6px
}

@media only screen and (min-width: 1215px) {
	.content ul.toc.font-large li span,.content ul.toc li.font-large span,.content ul.toc li span {
		font-size: 32px
	}
}

.content ul.toc.font-medium li span,.content ul.toc li.font-medium span {
	font-size: 17.0666666667px
}

@media only screen and (min-width: 1215px) {
	.content ul.toc.font-medium li span,.content ul.toc li.font-medium span {
		font-size: 21.3333333333px
	}
}

.content ul.toc.font-small li span,.content ul.toc li.font-small span {
	font-size: 12.8px
}

@media only screen and (min-width: 1215px) {
	.content ul.toc.font-small li span,.content ul.toc li.font-small span {
		font-size: 16px
	}
}

.content ul.toc.toc.wide {
	font-size: 0;
	list-style: none;
	padding: 0
}

.content ul.toc.toc.wide li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content ul.toc.toc.wide li {
		font-size: 16px
	}
}

.content ul.toc.toc.wide>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content ul.toc.toc.wide>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content ul.toc.toc.wide>li {
		width: 100%;
		margin-right: 15px
	}

	.content ul.toc.toc.wide>li:nth-child(1n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content ul.toc.toc.wide>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 367px
	}

	.content ul.toc.toc.wide>li:nth-child(1n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content ul.toc.toc.wide>li {
		width: 48.9333333333%;
		margin-right: 2%
	}

	.content ul.toc.toc.wide>li:nth-child(2n+0) {
		margin-right: 0
	}
}

.content ul.toc.light li>a span {
	background-color: transparent;
	color: #333
}

.content .video-player {
	margin: 0 auto;
	font-size: 0
}

.content .video-player video {
	width: 100%;
	height: auto
}

.content .video-player.hasIframe {
	position: relative;
	padding-bottom: 56.25%;
	height: 0
}

.content .video-player.hasIframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.content .video-tools {
	padding-bottom: 15px
}

.content .video-tools .video-tools-inner {
	background-color: #ccc;
	padding-top: 15px
}

.content .video-download ul {
	list-style: none;
	padding-left: 0
}

.area.content.vs-info {
	background-color: #02254d;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99;
	color: #fff
}

.area.content.vs-info .dynamic-image-source {
	display: none !important;
	background-image: url("/assets/global/all/web-2018/img/vs-info-background.jpg")
}

@media only screen and (min-width: 768px) {
	.area.content.vs-info::before {
		top: -20px;
		content: '';
		display: block;
		height: 20px;
		position: absolute;
		z-index: 101;
		left: 0;
		right: 0;
		background: linear-gradient(30deg, #02254d 0%, #02254d 73px, rgba(255,255,255,0) 73px),linear-gradient(330deg, #02254d 0%, #02254d 73px, rgba(255,255,255,0) 73px)
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.area.content.vs-info::before {
		background: linear-gradient(30deg, #02254d 0%, #02254d 36.5px, rgba(255,255,255,0) 36.5px),linear-gradient(330deg, #02254d 0%, #02254d 36.5px, rgba(255,255,255,0) 36.5px)
	}
}

@media only screen and (min-width: 768px) {
	.area.content.vs-info::after {
		border-bottom-width: 0;
		border-left-color: transparent;
		border-left-width: 35px;
		border-right-color: transparent;
		border-right-width: 35px;
		border-style: solid;
		border-top-color: #02254d;
		border-top-width: 20px;
		bottom: -20px;
		content: '';
		display: block;
		height: 0;
		left: 73px;
		position: absolute;
		right: 73px
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.area.content.vs-info::after {
		left: 36.5px;
		right: 36.5px
	}
}

.area.content.vs-info h1,.area.content.vs-info h2 {
	color: #fff;
	line-height: 1.25;
	padding-top: 9px
}

.area.content.vs-info .company-hexagon {
	margin-bottom: 7.5px;
	margin-top: 30px
}

.area.content.vs-info p.term {
	font-size: 11.7333333333px
}

.content .glyphicons.success {
	color: #3b8916
}

.content .glyphicons.warning {
	color: #ffc406
}

.content .glyphicons.error {
	color: #c00
}

.content .glyphicons.off {
	color: #000
}

.content .glyphicons.disabled {
	color: #ccc
}

.content .glyphicons.delivery {
	color: #4c281e
}

.content .glyphicons.document {
	color: #066
}

.content .application_db .filter,.content .application_db .filter-info {
	margin-bottom: 15px;
	padding: 7.5px 7.5px 0 7.5px;
	background-color: #ededed
}

.content .application_db .filter form.form,.content .application_db .filter-info form.form {
	margin: 0;
	padding: 0;
	width: auto
}

.content .application_db .filter dl,.content .application_db .filter-info dl {
	margin: 0
}

.content .application_db .filter select,.content .application_db .filter-info select {
	width: 220px;
	margin-right: 15px
}

.content .application_db .filter dd input[type="text"],.content .application_db .filter-info dd input[type="text"] {
	width: 214px;
	margin-right: 15px
}

.content .application_db .filter-info {
	padding-bottom: 7.5px
}

.content .application_db .filter-info p {
	margin: 0
}

.content .application_db ul li {
	margin-top: 0;
	border-top: 1px solid #ccc
}

.content .application_db ul li:first-child {
	border-top: none
}

.content .application_db ul li li {
	border-top: none
}

.content .application_db #progressbar {
	display: none;
	text-align: center
}

.content .application_db #appDbResults {
	display: none;
	margin-bottom: 15px
}

.content .contacts-worldmap {
	margin: 0 auto;
	position: relative;
	background-image: url(/assets/retsch/all/web-2018/img/contacts-worldmap.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain
}

@media only screen and (min-width: 768px) {
	.content .contacts-worldmap {
		width: 500px;
		height: 295px
	}

	.content .contacts-worldmap span {
		position: absolute
	}

	.content .contacts-worldmap span.africa {
		top: 180px;
		left: 210px
	}

	.content .contacts-worldmap span.america {
		top: 87px;
		left: 20px
	}

	.content .contacts-worldmap span.asia {
		top: 76px;
		left: 325px
	}

	.content .contacts-worldmap span.australia {
		top: 260px;
		left: 330px
	}

	.content .contacts-worldmap span.europe {
		top: 30px;
		left: 180px
	}

	.content .contacts-worldmap select {
		width: 165px
	}
}

@media only screen and (max-width: 767px) {
	.content .contacts-worldmap {
		padding: 15px 0;
		background-position: center left;
		text-align: right
	}

	.content .contacts-worldmap span {
		display: block;
		margin-bottom: 7.5px
	}

	.content .contacts-worldmap select {
		margin: 0;
		width: 60%
	}
}

.content .contacts-worldmap form {
	background: none;
	padding: 0;
	margin: 0;
	width: auto
}

.content .contacts-choose-country a {
	display: block;
	line-height: 46px;
	padding-left: 90px;
	background: url(/assets/retsch/all/web-2018/img/contacts-worldmap-small.jpg) no-repeat 0 0
}

.content table.contact-details {
	width: 100%
}

.content table.contact-details td.left,.content table.contact-details td.right {
	width: 50%
}

.content table.contact-details td.left {
	padding-right: 15px
}

.content table.contact-details ul.contact-address {
	list-style: none;
	padding-left: 0
}

.content table.contact-details table.contact-means {
	width: 100%
}

.content table.contact-details table.contact-means th,.content table.contact-details table.contact-means td {
	padding: 0
}

.content table.contact-details table.contact-means th {
	padding-right: 15px;
	width: 33%
}

.content table.contact-details table.contact-means td {
	width: 66%
}

.content table.contact-details a.vcf {
	background-image: url(/assets/global/all/web-2018/img/silk/vcard.png);
	background-position: 0 center;
	background-repeat: no-repeat;
	padding-left: 22.5px
}

.content table.contact-details.with-image td.image {
	padding-right: 15px;
	width: 80px;
	display: block
}

.content table.contact-details.with-image td.image img {
	width: 80px
}

.content table.contact-details td.right ul {
	text-align: left
}

.content table.contact-details.hidden {
	display: none
}

.jvectormap-tip {
	z-index: 150;
	font-family: Montserrat,Verdana,Arial,sans-serif
}

.jvectormap-zoomin,.jvectormap-zoomout,.jvectormap-goback {
	position: absolute;
	left: 10px;
	border-radius: 1px;
	background: #dd3018;
	padding: 1px;
	color: white;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
	box-sizing: content-box
}

.jvectormap-zoomin,.jvectormap-zoomout {
	width: 36px;
	height: 36px
}

.jvectormap-zoomin {
	top: 10px
}

.jvectormap-zoomout {
	top: 50px
}

.jvectormap-goback {
	bottom: 10px;
	z-index: 1000;
	padding: 6px
}

.content .close {
	text-align: left;
	text-indent: -9999px;
	white-space: nowrap;
	float: right;
	width: 40px;
	height: 40px;
	background-color: #dd3018;
	background-image: url("/assets/global/all/web-2018/img/contacts/icon-close.svg");
	background-size: 10px 10px;
	background-repeat: no-repeat;
	background-position: center center;
	cursor: pointer
}

.content form.dates-filter {
	padding: 7.5px;
	width: auto;
	background-color: #ededed
}

.content form.dates-filter ul {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin-bottom: 0
}

.content form.dates-filter ul li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content form.dates-filter ul li {
		font-size: 16px
	}
}

.content form.dates-filter ul>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content form.dates-filter ul>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content form.dates-filter ul>li {
		width: 100%;
		margin-right: 15px
	}

	.content form.dates-filter ul>li:nth-child(1n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content form.dates-filter ul>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 240px
	}

	.content form.dates-filter ul>li:nth-child(1n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content form.dates-filter ul>li {
		width: 32%;
		margin-right: 2%
	}

	.content form.dates-filter ul>li:nth-child(3n+0) {
		margin-right: 0
	}
}

.content form.dates-filter ul li {
	margin-bottom: 0
}

.content form.dates-filter ul li label,.content form.dates-filter ul li select {
	display: block
}

.content form.dates-filter ul li select {
	margin-left: 0;
	width: 100%
}

.content ul.dates-list {
	padding-left: 0;
	list-style: none
}

.content ul.dates-list>li {
	margin-top: 15px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
	clear: both
}

.content ul.dates-list>li:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0
}

.content ul.dates-list>li .btn {
	float: right
}

@media only screen and (min-width: 768px) {
	.content ul.dates-list>li .image,.content ul.dates-list>li .information,.content ul.dates-list>li .actions {
		display: table-cell;
		vertical-align: top
	}
}

@media only screen and (min-width: 768px) {
	.content ul.dates-list>li .image {
		min-width: 200px;
		padding-right: 15px
	}
}

@media only screen and (max-width: 767px) {
	.content ul.dates-list>li .image {
		margin-bottom: 7.5px
	}
}

@media only screen and (max-width: 767px) {
	.content ul.dates-list>li .image img {
		display: block;
		margin: 0 auto
	}
}

.content .faqBox ul {
	list-style: none
}

.content .faqBox dt,.content .faqBox dd {
	width: auto;
	display: block;
	padding-left: 30px
}

.content .faqBox dt {
	padding-top: 3.75px;
	font-weight: bold;
	position: relative
}

.content .faqBox dt .glyphicons {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 0;
	padding-top: 0;
	font-size: 20px
}

.content .faqBox dd {
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px
}

.content .faqBox dd:last-child {
	border-bottom: none
}

.content ul.job-list {
	list-style: none;
	padding-left: 0
}

.content ul.job-list>li {
	border-top: 1px solid #ccc;
	margin-top: 15px
}

.content ul.job-list>li:first-child {
	margin-top: 0
}

.content ul.job-list>li p.logo {
	float: right;
	margin: 0
}

.content ul.job-list>li ul {
	list-style: circle;
	margin: 15px 0;
	padding-left: 15px
}

.content .form_submission {
	margin: 15px 0
}

.content ul.news-home {
	font-size: 0;
	list-style: none;
	padding: 0
}

.content ul.news-home li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content ul.news-home li {
		font-size: 16px
	}
}

.content ul.news-home>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content ul.news-home>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content ul.news-home>li {
		width: 100%;
		margin-right: 15px
	}

	.content ul.news-home>li:nth-child(1n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content ul.news-home>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 323px
	}

	.content ul.news-home>li:nth-child(1n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content ul.news-home>li {
		width: 32.3%;
		margin-right: 1.5%
	}

	.content ul.news-home>li:nth-child(3n+0) {
		margin-right: 0
	}
}

.content ul.news-home,.content ul.news-home * {
	color: #000
}

@media only screen and (max-width: 767px) {
	.content ul.news-home {
		margin-left: 15px;
		margin-right: 15px
	}
}

.content ul.news-home li {
	position: relative;
	overflow: hidden
}

@media only screen and (max-width: 767px) {
	.content ul.news-home li {
		width: auto;
		display: block
	}
}

.content ul.news-home li::before {
	z-index: 2;
	background-color: #fff;
	content: '';
	display: block;
	transform: skew(-60deg);
	height: 50px;
	left: -80px;
	right: 30%;
	position: absolute
}

@media only screen and (min-width: 1215px) {
	.content ul.news-home li::before {
		height: 62.5px
	}
}

.content ul.news-home li img,.content ul.news-home li span {
	display: block
}

.content ul.news-home li img {
	z-index: 1;
	margin: 0;
	width: 100%;
	height: auto
}

.content ul.news-home li span {
	z-index: 3;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 30%;
	height: 36px;
	overflow: hidden;
	padding: 7.5px 0 0 15px
}

@media only screen and (min-width: 1215px) {
	.content ul.news-home li span {
		height: 45px
	}
}

@media only screen and (min-width: 1025px) {
	.content ul.news-home li a:hover {
		color: #dd3018
	}
}

.content ul.news-list {
	padding-left: 0;
	list-style: none
}

.content ul.news-list>li {
	margin-top: 45px;
	border-top: 1px solid #ccc;
	padding-top: 45px
}

.content ul.news-list>li:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0
}

@media only screen and (min-width: 768px) {
	.content ul.news-list>li .image,.content ul.news-list>li .information {
		display: table-cell;
		vertical-align: top
	}
}

@media only screen and (min-width: 768px) {
	.content ul.news-list>li .image {
		min-width: 425px;
		padding-right: 15px
	}
}

@media only screen and (max-width: 767px) {
	.content ul.news-list>li .image {
		margin-bottom: 7.5px
	}
}

@media only screen and (max-width: 767px) {
	.content ul.news-list>li .image img {
		display: block;
		margin: 0 auto
	}
}

.content ul.news-list>li .information h2 {
	color: #1d1d1b;
	margin-top: 0
}

.content ul.news-list>li .information h2 a {
	color: #1d1d1b
}

@media only screen and (min-width: 1025px) {
	.content ul.news-list>li .information h2 a:hover {
		color: #dd3018
	}
}

.content ul.news-list>li .flags {
	float: right;
	padding: 0 0 15px 15px
}

@media only screen and (min-width: 768px) {
	.content .news-detail .flags {
		float: right;
		padding: 0 0 15px 15px
	}
}

@media only screen and (max-width: 767px) {
	.content .news-detail .flags {
		margin-bottom: 7.5px
	}
}

@media only screen and (min-width: 768px) {
	.content .news-detail .image {
		float: right;
		padding: 0 0 15px 15px
	}
}

@media only screen and (max-width: 767px) {
	.content .news-detail .image {
		margin-bottom: 7.5px
	}
}

.content .news-detail .image img {
	-webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1)
}

@media only screen and (max-width: 767px) {
	.content .news-detail .image img {
		display: block;
		margin: 0 auto
	}
}

.content .news-detail p.back a {
	background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
	background-size: 9px auto;
	background-position: 0 -196px;
	background-repeat: no-repeat;
	display: block;
	padding-left: 15px
}

@media only screen and (min-width: 1215px) {
	.content .news-detail p.back a {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5) {
	.content .news-detail p.back a {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 2dppx) {
	.content .news-detail p.back a {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .news-detail p.back a {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-1x.png);
		background-size: 11.25px auto
	}
}

@media only screen and (min-width: 1215px) and (min-width: 1215px) {
	.content .news-detail p.back a {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 1.5) {
	.content .news-detail p.back a {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-2x.png) !important
	}
}

@media only screen and (min-width: 1215px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 1215px) and (min-device-pixel-ratio: 2), only screen and (min-width: 1215px) and (min-resolution: 288dpi), only screen and (min-width: 1215px) and (min-resolution: 2dppx) {
	.content .news-detail p.back a {
		background-image: url(/assets/global/all/web-2018/img/arrow/blue-3x.png) !important
	}
}

@media only screen and (min-width: 1215px) {
	.content .news-detail p.back a {
		background-position: 0 -245px
	}
}

.content ul.productlist {
	font-size: 0;
	list-style: none;
	padding: 0
}

.content ul.productlist li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content ul.productlist li {
		font-size: 16px
	}
}

.content ul.productlist>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content ul.productlist>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content ul.productlist>li {
		width: 100%;
		margin-right: 15px
	}

	.content ul.productlist>li:nth-child(1n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content ul.productlist>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 240px
	}

	.content ul.productlist>li:nth-child(1n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content ul.productlist>li {
		width: 32%;
		margin-right: 2%
	}

	.content ul.productlist>li:nth-child(3n+0) {
		margin-right: 0
	}
}

.content ul.productlist p {
	cursor: pointer
}

.content .product_accessories form {
	background-color: transparent;
	padding: 0;
	width: auto
}

.content .product_accessories table {
	border-collapse: collapse
}

.content .product_accessories table td {
	padding: 3.75px 7.5px
}

.content .product_accessories table td.spacer {
	height: 7.5px
}

.content .product_accessories table td.right {
	text-align: right
}

.content .product_accessories table td.center {
	text-align: center
}

.content .product_accessories table td.accTableHead {
	background-color: #ededed
}

.content .product_accessories table td.noborder {
	background-color: transparent !important
}

.content .product_accessories table h2 {
	margin: 0
}

.content .product_accessories table small {
	font-size: 12.8px
}

@media only screen and (min-width: 1215px) {
	.content .product_accessories table small {
		font-size: 16px
	}
}

.content .product-comparison h1,.content .product-comparison h2,.content .product-comparison p {
	margin: 0 0 3.75px 0
}

.content .product-comparison h1,.content .product-comparison h2 {
	text-align: center
}

.content .product-comparison table {
	margin: 15px 0;
	border-collapse: collapse
}

.content .product-comparison table tr th,.content .product-comparison table tr td {
	padding: 0 7.5px;
	border-left: 1px solid #ccc
}

.content .product-comparison table tr th:first-child,.content .product-comparison table tr td:first-child {
	border-left: none
}

.content .product-comparison table tr:nth-child(odd) th,.content .product-comparison table tr:nth-child(odd) td {
	background-color: #fff
}

.content .product-comparison table tr:nth-child(even) th,.content .product-comparison table tr:nth-child(even) td {
	background-color: #ededed
}

@media only screen and (min-width: 768px) {
	.content div.product_details .side {
		float: right
	}
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.content div.product_details .side {
		width: 33.333%
	}
}

@media only screen and (min-width: 1025px) {
	.content div.product_details .side {
		width: 220px
	}
}

@media only screen and (min-width: 1215px) {
	.content div.product_details .side {
		width: 271.25px
	}
}

@media only screen and (min-width: 1025px) {
	.content div.product_details .btn-block {
		margin-right: 15px;
		margin-bottom: 15px
	}
}

@media only screen and (max-width: 1024px) {
	.content div.product_details .btn-block {
		margin-right: 7.5px;
		margin-bottom: 7.5px
	}
}

.content div.product_details .mediaContainer {
	display: none
}

@media only screen and (min-width: 768px) {
	.content div.product_details .mediaContainer {
		margin-bottom: 30px
	}
}

@media only screen and (max-width: 767px) {
	.content div.product_details .mediaContainer .media {
		font-size: 0;
		margin-bottom: 15px
	}

	.content div.product_details .mediaContainer .media a {
		font-size: 12.8px;
		display: inline-block;
		vertical-align: top
	}
}

@media only screen and (max-width: 767px) and (min-width: 1215px) {
	.content div.product_details .mediaContainer .media a {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px) {
	.content div.product_details .mediaContainer .media {
		margin-left: 15px;
		margin-bottom: 7.5px;
		position: relative;
		overflow: hidden
	}
}

.content div.product_details .mediaContainer .media a {
	overflow: hidden
}

@media only screen and (max-width: 767px) {
	.content div.product_details .mediaContainer .media a {
		width: 30%;
		margin-right: 3%
	}
}

@media only screen and (min-width: 768px) {
	.content div.product_details .mediaContainer .media a {
		display: none
	}

	.content div.product_details .mediaContainer .media a.active {
		display: block
	}

	.content div.product_details .mediaContainer .media a:hover {
		opacity: .75
	}
}

.content div.product_details .mediaContainer .media a img,.content div.product_details .mediaContainer .media a picture {
	display: block;
	width: 100%
}

.content div.product_details .mediaContainer .media a .caption {
	padding: 7.5px 0;
	text-align: center;
	font-size: 11.7333333333px
}

@media only screen and (max-width: 767px) {
	.content div.product_details .mediaContainer .media .zoomIcon {
		display: none
	}
}

@media only screen and (min-width: 768px) {
	.content div.product_details .mediaContainer .media .zoomIcon {
		display: block;
		pointer-events: none;
		position: absolute;
		top: 0;
		right: 15px;
		width: 54px;
		height: 69px;
		background-image: url(/assets/global/all/web-2018/img/zoom-1x.png);
		background-size: 54px 54px;
		background-repeat: no-repeat;
		background-position: 0 0
	}
}

@media only screen and (min-width: 768px) and (min-width: 1215px) {
	.content div.product_details .mediaContainer .media .zoomIcon {
		background-image: url(/assets/global/all/web-2018/img/zoom-2x.png) !important
	}
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 1.5) {
	.content div.product_details .mediaContainer .media .zoomIcon {
		background-image: url(/assets/global/all/web-2018/img/zoom-2x.png) !important
	}
}

@media only screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (min-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-width: 768px) and (min-device-pixel-ratio: 2), only screen and (min-width: 768px) and (min-resolution: 288dpi), only screen and (min-width: 768px) and (min-resolution: 2dppx) {
	.content div.product_details .mediaContainer .media .zoomIcon {
		background-image: url(/assets/global/all/web-2018/img/zoom-3x.png) !important
	}
}

.content div.product_details .mediaContainer .thumbnails {
	display: none;
	font-size: 0;
	margin-left: 15px
}

.content div.product_details .mediaContainer .thumbnails img {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content div.product_details .mediaContainer .thumbnails img {
		font-size: 16px
	}
}

@media only screen and (min-width: 768px) {
	.content div.product_details .mediaContainer .thumbnails.active {
		display: block
	}
}

.content div.product_details .mediaContainer .thumbnails img {
	display: inline-block;
	margin: 0 0 3.4090909091% 3.4090909091%;
	border: 1px solid #ccc;
	cursor: pointer;
	vertical-align: top;
	background-color: #fff
}

.content div.product_details .mediaContainer .thumbnails img.active {
	border-color: #dd3018
}

@media only screen and (min-width: 1025px) {
	.content div.product_details .mediaContainer .thumbnails img:hover {
		opacity: .75
	}
}

.content div.product_details .mediaContainer .thumbnails.image img {
	width: 27.2727272727%
}

.content div.product_details .mediaContainer .thumbnails.video img {
	width: 42.7272727273%
}

@media only screen and (max-width: 1024px) {
	.content div.product_details .buttons {
		margin: 0
	}
}

.content div.product_details .pdf_form_container {
	position: relative
}

.content div.product_details .pdf_form {
	display: none
}

.content div.product_details .pdf_form.open {
	display: block
}

@media only screen and (max-width: 767px) {
	.content div.product_details .pdf_form {
		background-color: #ededed;
		padding: 7.5px 15px;
		margin-left: -15px;
		margin-right: -15px
	}
}

@media only screen and (min-width: 768px) {
	.content div.product_details .pdf_form {
		position: absolute;
		top: 15px;
		width: 230px;
		background-color: #fff;
		border: 1px solid #ccc;
		-webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
		box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
		padding: 0 7.5px
	}
}

.content div.product_details .pdf_form p,.content div.product_details .pdf_form .close {
	margin: 7.5px 0
}

.content div.product_details #intro {
	clear: left
}

.content div.product_details ul li.los {
	background: url(/assets/global/all/web-2018/img/los.jpg) no-repeat 0 5px;
	padding-left: 30px;
	line-height: 2
}

.content div.product_details table {
	border-collapse: collapse;
	border-top: 1px solid #dd3018;
	border-bottom: 1px solid #dd3018
}

.content div.product_details table tr td {
	padding: 0 7.5px;
	border-left: 1px solid #ccc;
	width: 60%
}

.content div.product_details table tr td:first-child {
	border-left: none;
	width: 40%
}

.content div.product_details table tr:nth-child(odd) td {
	background-color: #fff
}

.content div.product_details table tr:nth-child(even) td {
	background-color: #ededed
}

@media only screen and (min-width: 1025px) {
	.content ul.product_group {
		font-size: 0;
		list-style: none;
		padding: 0
	}

	.content ul.product_group li {
		font-size: 12.8px;
		display: inline-block;
		vertical-align: top
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1215px) {
	.content ul.product_group li {
		font-size: 16px
	}
}

@media only screen and (min-width: 1025px) {
	.content ul.product_group>li {
		margin-bottom: 15px;
		vertical-align: top
	}

	.content ul.product_group>li li {
		display: list-item;
		width: auto;
		margin: 0
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1025px) {
	.content ul.product_group>li {
		width: 32%;
		margin-right: 2%
	}

	.content ul.product_group>li:nth-child(3n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 1024px) {
	.content ul.product_group {
		font-size: 0;
		list-style: none;
		padding: 0
	}

	.content ul.product_group li {
		font-size: 12.8px;
		display: inline-block;
		vertical-align: top
	}
}

@media only screen and (max-width: 1024px) and (min-width: 1215px) {
	.content ul.product_group li {
		font-size: 16px
	}
}

@media only screen and (max-width: 1024px) {
	.content ul.product_group>li {
		margin-bottom: 15px;
		vertical-align: top
	}

	.content ul.product_group>li li {
		display: list-item;
		width: auto;
		margin: 0
	}
}

@media only screen and (max-width: 1024px) and (max-width: 767px) {
	.content ul.product_group>li {
		width: 100%;
		margin-right: 15px
	}

	.content ul.product_group>li:nth-child(1n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 1024px) and (max-width: 320px) {
	.content ul.product_group>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 367px
	}

	.content ul.product_group>li:nth-child(1n+0) {
		margin-right: auto
	}
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.content ul.product_group>li {
		width: 48.9333333333%;
		margin-right: 2%
	}

	.content ul.product_group>li:nth-child(2n+0) {
		margin-right: 0
	}
}

.content ul.product_group li.buttons {
	display: none
}

.content ul.product_group li {
	margin-bottom: 30px
}

.content ul.product_group li h2 {
	margin: 0
}

.content ul.product_group li div {
	border: 1px solid #ccc
}

.content ul.product_group li div ul {
	margin: 0;
	border-top: 1px solid #ccc;
	padding: 7.5px 7.5px 7.5px 22.5px;
	background-color: #ededed;
	list-style-type: disc;
	list-style-image: url(/assets/global/all/web-2018/img/list-bullet-rectangle-gray.png)
}

.content ul.product_group li div ul li {
	font-size: 11.7333333333px
}

@media only screen and (min-width: 1215px) {
	.content ul.product_group li div ul li {
		font-size: 14.6666666667px
	}
}

.content ul.product_group li img {
	width: 100%;
	height: 100%
}

@media only screen and (min-width: 1025px) {
	.content ul.product_group li a:hover img {
		opacity: .75
	}
}

.content .search .form {
	background-color: #ededed;
	margin-bottom: 15px;
	padding: 7.5px;
	width: auto
}

.content .search .form h3 {
	margin: 0
}

.content .search .form table {
	margin: 0
}

.content .search .form ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}

.content .search .form ul ul {
	padding-left: 30px
}

.content .search .form label {
	margin-left: 7.5px
}

.content .search p.jumpto {
	background-color: #ededed;
	padding: 7.5px
}

#vs-search-background {
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
	display: none;
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1000000
}

#vs-search {
	-webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	display: none;
	left: 50%;
	margin-left: -384px;
	position: absolute;
	text-align: left;
	top: 0;
	width: 768px;
	z-index: 1000001
}

@media only screen and (max-width: 767px) {
	#vs-search {
		left: 0;
		margin-left: 0;
		width: 100%
	}
}

#vs-search #vs-search-box {
	background: #fff;
	box-sizing: border-box;
	color: #dd3018;
	font-size: 24px;
	padding: 30px
}

@media only screen and (max-width: 767px) {
	#vs-search #vs-search-box {
		font-size: 1.2em;
		padding: 15px
	}
}

#vs-search #vs-search-box input {
	background: none;
	border-bottom: 2px solid #ccc;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	box-sizing: border-box;
	color: inherit;
	font-size: inherit;
	height: 2em;
	line-height: 2em;
	width: 85%
}

@media only screen and (max-width: 767px) {
	#vs-search #vs-search-box input {
		width: 80%
	}
}

#vs-search #vs-search-box input:focus {
	border-bottom: 2px solid #dd3018
}

#vs-search #vs-search-box button {
	background: none;
	border: 0;
	box-sizing: border-box;
	color: inherit;
	float: right;
	font-size: inherit;
	height: 2em;
	outline: 0;
	padding: 0;
	text-align: center;
	width: 2em
}

@media only screen and (max-width: 767px) {
	#vs-search #vs-search-box button {
		height: 1em;
		width: 1em
	}
}

#vs-search #vs-search-box button::-moz-focus-inner {
	border: 0
}

#vs-search #vs-search-box button span {
	display: none
}

#vs-search #vs-search-progressbar {
	background-color: #ccc;
	height: 4px
}

#vs-search #vs-search-progressbar span {
	background-color: #dd3018;
	display: block;
	height: inherit;
	width: 0
}

#vs-search #vs-search-results {
	background-color: #fff;
	box-sizing: border-box;
	display: none
}

#vs-search #vs-search-results li a {
	border-top: 1px solid #ccc;
	box-sizing: border-box;
	color: #666;
	display: block;
	padding: 20px 40px;
	text-decoration: none
}

@media only screen and (max-width: 767px) {
	#vs-search #vs-search-results li a {
		padding: 20px
	}
}

#vs-search #vs-search-results li a strong {
	color: #333
}

#vs-search #vs-search-results li a span {
	color: #dd3018
}

#vs-search #vs-search-results li a:hover {
	background-color: #fff;
	color: #333;
	cursor: pointer
}

#vs-search #vs-search-results li a:hover strong {
	color: #dd3018
}

#vs-search #vs-search-results li a:hover span {
	color: #dd3018
}

DIV.csc-textpic-caption-c .csc-textpic-caption {
	text-align: center
}

DIV.csc-textpic-caption-r .csc-textpic-caption {
	text-align: right
}

DIV.csc-textpic-caption-l .csc-textpic-caption {
	text-align: left
}

DIV.csc-textpic DIV.csc-textpic-imagecolumn {
	float: left;
	display: inline
}

DIV.csc-textpic-border DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	border: 2px solid black;
	padding: 0px 0px
}

DIV.csc-textpic-imagewrap {
	padding: 0
}

DIV.csc-textpic IMG {
	border: none
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DIV.csc-textpic-image {
	float: left
}

DIV.csc-textpic DIV.csc-textpic-imagewrap UL {
	list-style: none;
	margin: 0;
	padding: 0
}

DIV.csc-textpic DIV.csc-textpic-imagewrap UL LI {
	float: left;
	margin: 0;
	padding: 0
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image {
	float: left
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DT {
	float: none
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD {
	float: none
}

DIV.csc-textpic DIV.csc-textpic-imagewrap DL.csc-textpic-image DD IMG {
	border: none
}

DL.csc-textpic-image {
	margin: 0
}

DL.csc-textpic-image DT {
	margin: 0;
	display: inline
}

DL.csc-textpic-image DD {
	margin: 0
}

DIV.csc-textpic-clear {
	clear: both
}

DIV.csc-textpic-left DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-right: 10px
}

DIV.csc-textpic-right DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap .csc-textpic-image,DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-left: 10px
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	display: inline;
	margin-left: 10px
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image .csc-textpic-caption {
	margin: 0
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image IMG {
	margin: 0
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image {
	margin-bottom: 5px
}

DIV.csc-textpic-equalheight DIV.csc-textpic-imagerow {
	margin-bottom: 5px;
	display: block
}

DIV.csc-textpic DIV.csc-textpic-imagerow {
	clear: both
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-firstcol {
	margin-left: 0px !important
}

DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-lastcol {
	margin-right: 0px !important
}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	margin-right: 10px !important
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap,DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	margin-left: 10px !important
}

DIV.csc-textpic-above DIV.csc-textpic-text {
	clear: both
}

DIV.csc-textpic-center {
	text-align: center
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap {
	margin: 0 auto
}

DIV.csc-textpic-center DIV.csc-textpic-imagewrap .csc-textpic-image {
	text-align: left
}

DIV.csc-textpic-center DIV.csc-textpic-text {
	text-align: left
}

DIV.csc-textpic-right DIV.csc-textpic-imagewrap {
	float: right
}

DIV.csc-textpic-right DIV.csc-textpic-text {
	clear: right
}

DIV.csc-textpic-left DIV.csc-textpic-imagewrap {
	float: left
}

DIV.csc-textpic-left DIV.csc-textpic-text {
	clear: left
}

DIV.csc-textpic-intext-left DIV.csc-textpic-imagewrap {
	float: left
}

DIV.csc-textpic-intext-right DIV.csc-textpic-imagewrap {
	float: right
}

DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-imagewrap {
	float: right;
	clear: both
}

* html DIV.csc-textpic-intext-right-nowrap .csc-textpic-text {
	height: 1%
}

DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-imagewrap {
	float: left;
	clear: both
}

* html DIV.csc-textpic-intext-left-nowrap .csc-textpic-text {
	height: 1%
}

DIV.csc-textpic DIV.csc-textpic-imagerow-last {
	margin-bottom: 0
}

.csc-textpic-intext-left ol,.csc-textpic-intext-left ul {
	padding-left: 40px;
	overflow: auto;
	height: 1%
}

#newsletterTeaser {
	display: none
}

@media only screen and (max-width: 1024px) {
	#newsletterTeaser {
		position: relative
	}
}

@media only screen and (min-width: 1025px) {
	#newsletterTeaser {
		position: fixed;
		bottom: 70px;
		right: 0;
		z-index: 589
	}
}

#newsletterTeaser>.content {
	background-color: #ededed;
	background-image: url(/assets/global/site/web-2017/img/newsletter_teaser.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center right
}

@media only screen and (max-width: 1024px) {
	#newsletterTeaser>.content {
		display: none
	}
}

@media only screen and (min-width: 1025px) {
	#newsletterTeaser>.content {
		display: block;
		width: 360px;
		min-height: 184px;
		-webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
		box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1)
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1215px) {
	#newsletterTeaser>.content {
		width: 450px
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1215px) {
	#newsletterTeaser>.content {
		min-height: 230px
	}
}

@media only screen and (min-width: 1215px) {
	#newsletterTeaser>.content {
		background-image: url(/assets/global/site/web-2017/img/newsletter_teaser.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 1.5 / 1), only screen and (min-device-pixel-ratio: 1.5) {
	#newsletterTeaser>.content {
		background-image: url(/assets/global/site/web-2017/img/newsletter_teaser.png) !important
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 288dpi), only screen and (min-resolution: 2dppx) {
	#newsletterTeaser>.content {
		background-image: url(/assets/global/site/web-2017/img/newsletter_teaser.png) !important
	}
}

@media only screen and (min-width: 1025px) {
	#newsletterTeaser>.content a.close-teaser {
		position: absolute;
		top: 8px;
		right: 8px
	}
}

@media only screen and (max-width: 1024px) {
	#newsletterTeaser>.content a.close-teaser {
		display: none
	}
}

#newsletterTeaser>.content div.content {
	padding: 15px
}

@media only screen and (min-width: 1025px) {
	#newsletterTeaser>.content div.content {
		width: 180px
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1215px) {
	#newsletterTeaser>.content div.content {
		width: 225px
	}
}

#newsletterTeaser>.content div.content a.btn {
	margin-right: 30px
}

#newsletterTeaserInline {
	margin-top: 60px
}

@media only screen and (min-width: 768px) {
	.area.fullwidth {
		z-index: 110
	}
}

.content ul.catalogBoxes {
	font-size: 0;
	list-style: none;
	padding: 0
}

.content ul.catalogBoxes li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content ul.catalogBoxes li {
		font-size: 16px
	}
}

.content ul.catalogBoxes>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content ul.catalogBoxes>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content ul.catalogBoxes>li {
		width: 48.9333333333%;
		margin-right: 15px
	}

	.content ul.catalogBoxes>li:nth-child(2n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content ul.catalogBoxes>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 176px
	}

	.content ul.catalogBoxes>li:nth-child(2n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content ul.catalogBoxes>li {
		width: 23.4666666667%;
		margin-right: 2%
	}

	.content ul.catalogBoxes>li:nth-child(4n+0) {
		margin-right: 0
	}
}

.content ul.catalogBoxes li {
	margin-bottom: 30px
}

.content ul.catalogBoxes li h2 {
	margin: 0
}

.content ul.catalogBoxes li div.image {
	border: 1px solid #ccc
}

.content ul.catalogBoxes li div.image img {
	height: 100%;
	width: 100%
}

@media only screen and (min-width: 1025px) {
	.content ul.catalogBoxes li a:hover img {
		opacity: .75
	}
}

.content table.catalog {
	border-collapse: separate !important;
	margin: 0
}

.content table.catalog>tbody {
	border-top: 1px solid #ededed
}

.content table.catalog>tbody.heading {
	border-top: 0
}

.content table.catalog tr td {
	border: 0;
	padding: 7.5px 3.75px
}

.content table.catalog tr td.right {
	text-align: right
}

.content table.catalog tr td.short {
	width: 0%
}

.content table.catalog tr .inProgress {
	display: none
}

.content table.catalog tr.addInProgress .inProgress {
	display: inline-block
}

.content table.catalog tr.addInProgress .addCatalogItem {
	display: none
}

.content table.catalog tr td.icon {
	line-height: 0;
	padding-left: 15px;
	padding-right: 15px
}

@media only screen and (min-width: 768px) {
	.content table.catalog tr td.icon {
		white-space: nowrap
	}
}

.content table.catalog tr td.icon img {
	border: 1px solid #ccc
}

.content table.catalog tbody.item.odd tr {
	background-color: #fff
}

.content table.catalog tbody.item.even tr {
	background-color: #ededed
}

.content table.catalog tbody.heading.h2 {
	background-color: #dd3018
}

.content table.catalog tbody.heading.h2 h2 {
	color: #fff
}

.content table.catalog tbody.heading.h3 {
	background-color: #d4d4d4
}

.content table.catalog tbody.heading.h3 h3 {
	color: #1d1d1b
}

.content table.catalog tbody.heading tr.infoText {
	background-color: #fff
}

.content table.catalog tbody.heading tr.infoText td {
	padding: 0
}

.content table.catalog tbody.heading tr.infoText td div.infoText {
	border-bottom: 1px solid #ccc;
	display: none;
	padding: 7.5px 3.75px
}

.content table.catalog h1,.content table.catalog h2,.content table.catalog h3,.content table.catalog h4,.content table.catalog h5,.content table.catalog h6 {
	margin: 0
}

.content table.catalog .nobr {
	white-space: nowrap
}

.content table.catalog a.cannotAddCatalogItem {
	color: #000
}

.content table.catalog table.itemText {
	margin-bottom: 0;
	width: 100% !important
}

.content table.catalog table.itemText td {
	padding: 0 0 0 7.5px !important
}

.content table.catalog table.itemText td:first-child {
	padding-left: 0 !important
}

.content table.catalog.filter {
	display: none
}

.content table.catalog.filter form {
	margin: 0;
	width: auto
}

.content table.catalog.filter ul {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 0
}

.content table.catalog.filter ul li {
	font-size: 12.8px;
	display: inline-block;
	vertical-align: top
}

@media only screen and (min-width: 1215px) {
	.content table.catalog.filter ul li {
		font-size: 16px
	}
}

.content table.catalog.filter ul>li {
	margin-bottom: 15px;
	vertical-align: top
}

.content table.catalog.filter ul>li li {
	display: list-item;
	width: auto;
	margin: 0
}

@media only screen and (max-width: 767px) {
	.content table.catalog.filter ul>li {
		width: 48.9333333333%;
		margin-right: 15px
	}

	.content table.catalog.filter ul>li:nth-child(2n+0) {
		margin-right: 0
	}
}

@media only screen and (max-width: 320px) {
	.content table.catalog.filter ul>li {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 176px
	}

	.content table.catalog.filter ul>li:nth-child(2n+0) {
		margin-right: auto
	}
}

@media only screen and (min-width: 768px) {
	.content table.catalog.filter ul>li {
		width: 23.4666666667%;
		margin-right: 2%
	}

	.content table.catalog.filter ul>li:nth-child(4n+0) {
		margin-right: 0
	}
}

.content table.catalog.filter ul li {
	margin-bottom: 7.5px;
	vertical-align: bottom
}

.content table.catalog.filter ul li input {
	width: 90%
}

.content table.catalog.filter ul li select {
	width: 90%
}

.content table.catalog.filter ul li a.reset {
	display: none
}

.content table.catalog.toc ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.content table.catalog.toc ul li {
	margin: 0
}

.content table.catalog.toc ul li a {
	display: block;
	padding: 0
}

.content table.catalog.toc ul li ul {
	padding-left: 15px
}

.content table.catalog.toc ul li table.tocRow {
	margin: 0
}

.content table.catalog.toc ul li table.tocRow td {
	padding: 0
}

.content table.catalog.toc ul li table.tocRow td.glyph {
	width: 40px
}

.content table.catalog.toc ul li table.tocRow table.itemText {
	margin: 0
}

.content table.catalog.toc ul span.tocText {
	line-height: 2
}

.content table.catalog.items tbody.hidden {
	display: none !important
}

.content #confirmAddition img {
	border: 1px solid #ccc
}

.content #confirmAddition form {
	display: inline-block
}

.content #confirmAddition form.loading {
	background-color: #ededed
}

.content #confirmAddition form.loading a {
	color: #000
}

.area.content.cart-teaser {
	background-color: transparent;
	display: none;
	overflow: visible;
	pointer-events: none;
	z-index: 1999
}

@media only screen and (min-width: 1025px) {
	.area.content.cart-teaser {
		top: 56px;
		-moz-transition: all .25s;
		-webkit-transition: all .25s;
		transition: all .25s;
		left: 0;
		padding-top: 7.5px;
		position: fixed;
		right: 0
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1215px) {
	.area.content.cart-teaser {
		top: 70px
	}
}

@media only screen and (min-width: 1025px) {
	body.scrolledDown .area.content.cart-teaser {
		top: 39.984px;
		padding-top: 0
	}
}

@media only screen and (min-width: 1025px) and (min-width: 1215px) {
	body.scrolledDown .area.content.cart-teaser {
		top: 49.98px
	}
}

@media only screen and (max-width: 1024px) {
	.area.content.cart-teaser {
		padding: 0
	}
}

.area.content.cart-teaser::before,.area.content.cart-teaser::after {
	display: none
}

#cartTeaserContainer {
	text-align: right
}

#cartTeaserContainer #cartTeaser {
	pointer-events: auto
}

@media only screen and (min-width: 1025px) {
	#cartTeaserContainer #cartTeaser {
		display: inline-block
	}
}

#cartTeaserContainer #cartTeaser a {
	-webkit-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	box-shadow: 2px 2px 23px 0 rgba(0,0,0,0.1);
	background-color: #dd3018;
	color: #fff;
	display: block;
	font-size: 12.8px;
	line-height: 25.6px;
	min-height: 30px;
	padding: 7.5px 15px;
	text-decoration: none
}

@media only screen and (min-width: 1025px) {
	#cartTeaserContainer #cartTeaser a:hover {
		background-color: #007ed3
	}
}

@media only screen and (min-width: 1215px) {
	#cartTeaserContainer #cartTeaser a {
		font-size: 16px
	}
}

@media only screen and (min-width: 1215px) {
	#cartTeaserContainer #cartTeaser a {
		line-height: 32px
	}
}

#cartTeaserContainer #cartTeaser a span.glyphicons {
	display: block;
	float: left;
	font-size: 21px;
	line-height: 21px;
	margin-right: 7.5px
}

@media only screen and (min-width: 1215px) {
	#cartTeaserContainer #cartTeaser a span.glyphicons {
		font-size: 26.25px
	}
}

@media only screen and (min-width: 1215px) {
	#cartTeaserContainer #cartTeaser a span.glyphicons {
		line-height: 26.25px
	}
}