@charset "UTF-8";

@font-face {
    font-family: IRANSans; /*font-main-sans*/
    src:url('fonts/IRANSansWeb(FaNum)_Medium.eot');
    src:local('IRANSansWeb_Medium'),
    url('fonts/IRANSansWeb(FaNum)_Medium.woff2') format('woff'),
    url('fonts/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');

    font-weight:normal;
    font-style:normal;
}

.flex--vertical-centered {
	align-self: center;
	width: 100%
}

.animate-opacity {
	transition: opacity 1s ease
}

[class*=block-grid-] {
	display: block;
	margin: -15px;
	padding: 0 .9375rem
}

[class*=block-grid-]:after,
[class*=block-grid-]:before {
	content: " ";
	display: table
}

[class*=block-grid-]:after {
	clear: both
}

[class*=block-grid-]>* {
	display: inline;
	padding: 15px;
	height: auto;
	float: left;
	list-style: none
}

.block-grid-xs-1>* {
	width: 100%
}

.block-grid-xs-1>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-1>:nth-of-type(1n+1) {
	clear: both
}

.block-grid-xs-2>* {
	width: 50%
}

.block-grid-xs-2>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-2>:nth-of-type(2n+1) {
	clear: both
}

.block-grid-xs-3>* {
	width: 33.333333333333336%
}

.block-grid-xs-3>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-3>:nth-of-type(3n+1) {
	clear: both
}

.block-grid-xs-4>* {
	width: 25%
}

.block-grid-xs-4>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-4>:nth-of-type(4n+1) {
	clear: both
}

.block-grid-xs-5>* {
	width: 20%
}

.block-grid-xs-5>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-5>:nth-of-type(5n+1) {
	clear: both
}

.block-grid-xs-6>* {
	width: 16.666666666666668%
}

.block-grid-xs-6>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-6>:nth-of-type(6n+1) {
	clear: both
}

.block-grid-xs-7>* {
	width: 14.285714285714286%
}

.block-grid-xs-7>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-7>:nth-of-type(7n+1) {
	clear: both
}

.block-grid-xs-8>* {
	width: 12.5%
}

.block-grid-xs-8>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-8>:nth-of-type(8n+1) {
	clear: both
}

.block-grid-xs-9>* {
	width: 11.11111111111111%
}

.block-grid-xs-9>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-9>:nth-of-type(9n+1) {
	clear: both
}

.block-grid-xs-10>* {
	width: 10%
}

.block-grid-xs-10>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-10>:nth-of-type(10n+1) {
	clear: both
}

.block-grid-xs-11>* {
	width: 9.090909090909092%
}

.block-grid-xs-11>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-11>:nth-of-type(11n+1) {
	clear: both
}

.block-grid-xs-12>* {
	width: 8.333333333333334%
}

.block-grid-xs-12>:nth-of-type(n) {
	clear: none
}

.block-grid-xs-12>:nth-of-type(12n+1) {
	clear: both
}

@media (min-width:480px) {
	.block-grid-sm-1>* {
		width: 100%
	}
	.block-grid-sm-1>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-1>:nth-of-type(1n+1) {
		clear: both
	}
	.block-grid-sm-2>* {
		width: 50%
	}
	.block-grid-sm-2>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-2>:nth-of-type(2n+1) {
		clear: both
	}
	.block-grid-sm-3>* {
		width: 33.333333333333336%
	}
	.block-grid-sm-3>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-3>:nth-of-type(3n+1) {
		clear: both
	}
	.block-grid-sm-4>* {
		width: 25%
	}
	.block-grid-sm-4>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-4>:nth-of-type(4n+1) {
		clear: both
	}
	.block-grid-sm-5>* {
		width: 20%
	}
	.block-grid-sm-5>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-5>:nth-of-type(5n+1) {
		clear: both
	}
	.block-grid-sm-6>* {
		width: 16.666666666666668%
	}
	.block-grid-sm-6>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-6>:nth-of-type(6n+1) {
		clear: both
	}
	.block-grid-sm-7>* {
		width: 14.285714285714286%
	}
	.block-grid-sm-7>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-7>:nth-of-type(7n+1) {
		clear: both
	}
	.block-grid-sm-8>* {
		width: 12.5%
	}
	.block-grid-sm-8>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-8>:nth-of-type(8n+1) {
		clear: both
	}
	.block-grid-sm-9>* {
		width: 11.11111111111111%
	}
	.block-grid-sm-9>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-9>:nth-of-type(9n+1) {
		clear: both
	}
	.block-grid-sm-10>* {
		width: 10%
	}
	.block-grid-sm-10>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-10>:nth-of-type(10n+1) {
		clear: both
	}
	.block-grid-sm-11>* {
		width: 9.090909090909092%
	}
	.block-grid-sm-11>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-11>:nth-of-type(11n+1) {
		clear: both
	}
	.block-grid-sm-12>* {
		width: 8.333333333333334%
	}
	.block-grid-sm-12>:nth-of-type(n) {
		clear: none
	}
	.block-grid-sm-12>:nth-of-type(12n+1) {
		clear: both
	}
}

@media (min-width:768px) {
	.block-grid-md-1>* {
		width: 100%
	}
	.block-grid-md-1>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-1>:nth-of-type(1n+1) {
		clear: both
	}
	.block-grid-md-2>* {
		width: 50%
	}
	.block-grid-md-2>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-2>:nth-of-type(2n+1) {
		clear: both
	}
	.block-grid-md-3>* {
		width: 33.333333333333336%
	}
	.block-grid-md-3>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-3>:nth-of-type(3n+1) {
		clear: both
	}
	.block-grid-md-4>* {
		width: 25%
	}
	.block-grid-md-4>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-4>:nth-of-type(4n+1) {
		clear: both
	}
	.block-grid-md-5>* {
		width: 20%
	}
	.block-grid-md-5>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-5>:nth-of-type(5n+1) {
		clear: both
	}
	.block-grid-md-6>* {
		width: 16.666666666666668%
	}
	.block-grid-md-6>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-6>:nth-of-type(6n+1) {
		clear: both
	}
	.block-grid-md-7>* {
		width: 14.285714285714286%
	}
	.block-grid-md-7>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-7>:nth-of-type(7n+1) {
		clear: both
	}
	.block-grid-md-8>* {
		width: 12.5%
	}
	.block-grid-md-8>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-8>:nth-of-type(8n+1) {
		clear: both
	}
	.block-grid-md-9>* {
		width: 11.11111111111111%
	}
	.block-grid-md-9>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-9>:nth-of-type(9n+1) {
		clear: both
	}
	.block-grid-md-10>* {
		width: 10%
	}
	.block-grid-md-10>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-10>:nth-of-type(10n+1) {
		clear: both
	}
	.block-grid-md-11>* {
		width: 9.090909090909092%
	}
	.block-grid-md-11>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-11>:nth-of-type(11n+1) {
		clear: both
	}
	.block-grid-md-12>* {
		width: 8.333333333333334%
	}
	.block-grid-md-12>:nth-of-type(n) {
		clear: none
	}
	.block-grid-md-12>:nth-of-type(12n+1) {
		clear: both
	}
}

@media (min-width:1024px) {
	.block-grid-lg-1>* {
		width: 100%
	}
	.block-grid-lg-1>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-1>:nth-of-type(1n+1) {
		clear: both
	}
	.block-grid-lg-2>* {
		width: 50%
	}
	.block-grid-lg-2>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-2>:nth-of-type(2n+1) {
		clear: both
	}
	.block-grid-lg-3>* {
		width: 33.333333333333336%
	}
	.block-grid-lg-3>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-3>:nth-of-type(3n+1) {
		clear: both
	}
	.block-grid-lg-4>* {
		width: 25%
	}
	.block-grid-lg-4>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-4>:nth-of-type(4n+1) {
		clear: both
	}
	.block-grid-lg-5>* {
		width: 20%
	}
	.block-grid-lg-5>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-5>:nth-of-type(5n+1) {
		clear: both
	}
	.block-grid-lg-6>* {
		width: 16.666666666666668%
	}
	.block-grid-lg-6>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-6>:nth-of-type(6n+1) {
		clear: both
	}
	.block-grid-lg-7>* {
		width: 14.285714285714286%
	}
	.block-grid-lg-7>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-7>:nth-of-type(7n+1) {
		clear: both
	}
	.block-grid-lg-8>* {
		width: 12.5%
	}
	.block-grid-lg-8>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-8>:nth-of-type(8n+1) {
		clear: both
	}
	.block-grid-lg-9>* {
		width: 11.11111111111111%
	}
	.block-grid-lg-9>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-9>:nth-of-type(9n+1) {
		clear: both
	}
	.block-grid-lg-10>* {
		width: 10%
	}
	.block-grid-lg-10>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-10>:nth-of-type(10n+1) {
		clear: both
	}
	.block-grid-lg-11>* {
		width: 9.090909090909092%
	}
	.block-grid-lg-11>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-11>:nth-of-type(11n+1) {
		clear: both
	}
	.block-grid-lg-12>* {
		width: 8.333333333333334%
	}
	.block-grid-lg-12>:nth-of-type(n) {
		clear: none
	}
	.block-grid-lg-12>:nth-of-type(12n+1) {
		clear: both
	}
}

@media (min-width:1200px) {
	.block-grid-xl-1>* {
		width: 100%
	}
	.block-grid-xl-1>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-1>:nth-of-type(1n+1) {
		clear: both
	}
	.block-grid-xl-2>* {
		width: 50%
	}
	.block-grid-xl-2>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-2>:nth-of-type(2n+1) {
		clear: both
	}
	.block-grid-xl-3>* {
		width: 33.333333333333336%
	}
	.block-grid-xl-3>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-3>:nth-of-type(3n+1) {
		clear: both
	}
	.block-grid-xl-4>* {
		width: 25%
	}
	.block-grid-xl-4>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-4>:nth-of-type(4n+1) {
		clear: both
	}
	.block-grid-xl-5>* {
		width: 20%
	}
	.block-grid-xl-5>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-5>:nth-of-type(5n+1) {
		clear: both
	}
	.block-grid-xl-6>* {
		width: 16.666666666666668%
	}
	.block-grid-xl-6>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-6>:nth-of-type(6n+1) {
		clear: both
	}
	.block-grid-xl-7>* {
		width: 14.285714285714286%
	}
	.block-grid-xl-7>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-7>:nth-of-type(7n+1) {
		clear: both
	}
	.block-grid-xl-8>* {
		width: 12.5%
	}
	.block-grid-xl-8>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-8>:nth-of-type(8n+1) {
		clear: both
	}
	.block-grid-xl-9>* {
		width: 11.11111111111111%
	}
	.block-grid-xl-9>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-9>:nth-of-type(9n+1) {
		clear: both
	}
	.block-grid-xl-10>* {
		width: 10%
	}
	.block-grid-xl-10>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-10>:nth-of-type(10n+1) {
		clear: both
	}
	.block-grid-xl-11>* {
		width: 9.090909090909092%
	}
	.block-grid-xl-11>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-11>:nth-of-type(11n+1) {
		clear: both
	}
	.block-grid-xl-12>* {
		width: 8.333333333333334%
	}
	.block-grid-xl-12>:nth-of-type(n) {
		clear: none
	}
	.block-grid-xl-12>:nth-of-type(12n+1) {
		clear: both
	}
}


/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
	font-family: FontAwesome;
	src: url(fonts/fontawesome-webfont.eot?v=4.7.0);
	src: url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff2"), url(fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg");
	font-weight: 400;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

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

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

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

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

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

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

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

.fa-ul>li {
	position: relative
}

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

.fa-li.fa-lg {
	left: -1.85714286em
}

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

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

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

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

.pull-right {
	float: right
}

.pull-left {
	float: left
}

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

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

.fa-spin {
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	animation: fa-spin 1s infinite steps(8)
}

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

.fa-rotate-90 {
	transform: rotate(90deg)
}

.fa-rotate-180 {
	transform: rotate(180deg)
}

.fa-rotate-270 {
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	transform: scale(1, -1)
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
	-webkit-filter: none;
	filter: none
}

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

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

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

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

.fa-inverse {
	color: #fff
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-close:before,
.fa-remove:before,
.fa-times:before {
	content: "\f00d"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
	content: "\f03e"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
	content: "\f0c9"
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-chain-broken:before,
.fa-unlink:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
	content: "\f150"
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
	content: "\f151"
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
	content: "\f152"
}

.fa-eur:before,
.fa-euro:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-inr:before,
.fa-rupee:before {
	content: "\f156"
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
	content: "\f157"
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
	content: "\f158"
}

.fa-krw:before,
.fa-won:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-try:before,
.fa-turkish-lira:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
	content: "\f19c"
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
	content: "\f1c5"
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
	content: "\f1c6"
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
	content: "\f1d0"
}

.fa-empire:before,
.fa-ge:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-paper-plane:before,
.fa-send:before {
	content: "\f1d8"
}

.fa-paper-plane-o:before,
.fa-send-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-bed:before,
.fa-hotel:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-y-combinator:before,
.fa-yc:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-television:before,
.fa-tv:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
	content: "\f2a3"
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-sign-language:before,
.fa-signing:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-address-card:before,
.fa-vcard:before {
	content: "\f2bb"
}

.fa-address-card-o:before,
.fa-vcard-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

.slick-loading .slick-list {
	background: #fff url(ajax-loader.gif) center center no-repeat
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg")
}

.slick-next,
.slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before,
.slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '?'
}

[dir=rtl] .slick-prev:before {
	content: '?'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '?'
}

[dir=rtl] .slick-next:before {
	content: '?'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.noUi-target,
.noUi-target * {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-touch-action: none;
	-ms-user-select: none;
	-moz-user-select: none;
	box-sizing: border-box
}

.noUi-target {
	position: relative;
	direction: ltr
}

.noUi-base {
	width: 100%;
	height: 100%;
	position: relative
}

.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0
}

.noUi-handle {
	position: relative;
	z-index: 1
}

.noUi-stacking .noUi-handle {
	z-index: 10
}

.noUi-state-tap .noUi-origin {
	transition: left .3s, top .3s
}

.noUi-state-drag * {
	cursor: inherit!important
}

.noUi-base {
	transform: translate3d(0, 0, 0)
}

.noUi-horizontal {
	height: 18px
}

.noUi-horizontal .noUi-handle {
	width: 34px;
	height: 28px;
	left: -17px;
	top: -6px
}

.noUi-vertical {
	width: 18px
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 34px;
	left: -6px;
	top: -17px
}

.noUi-background {
	background: #fafafa;
	box-shadow: inset 0 1px 1px #f0f0f0
}

.noUi-connect {
	background: #3fb8af;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45);
	transition: background 450ms
}

.noUi-origin {
	border-radius: 2px
}

.noUi-target {
	border-radius: 4px;
	border: 1px solid #d3d3d3;
	box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb
}

.noUi-target.noUi-connect {
	box-shadow: inset 0 0 3px rgba(51, 51, 51, .45), 0 3px 6px -5px #bbb
}

.noUi-dragable {
	cursor: w-resize
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize
}

.noUi-handle {
	border: 1px solid #d9d9d9;
	border-radius: 3px;
	background: #fff;
	cursor: default;
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb
}

.noUi-active {
	box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #e8e7e6;
	left: 14px;
	top: 6px
}

.noUi-handle:after {
	left: 17px
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px
}

.noUi-vertical .noUi-handle:after {
	top: 17px
}

[disabled] .noUi-connect,
[disabled].noUi-connect {
	background: #b8b8b8
}

[disabled] .noUi-handle {
	cursor: not-allowed
}


/*!
 * Viewer.js v1.5.0
 * https://fengyuanchen.github.io/viewerjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2019-11-23T05:10:21.757Z
 */

.viewer-close::before,
.viewer-flip-horizontal::before,
.viewer-flip-vertical::before,
.viewer-fullscreen-exit::before,
.viewer-fullscreen::before,
.viewer-next::before,
.viewer-one-to-one::before,
.viewer-play::before,
.viewer-prev::before,
.viewer-reset::before,
.viewer-rotate-left::before,
.viewer-rotate-right::before,
.viewer-zoom-in::before,
.viewer-zoom-out::before {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAARgAAAAUCAYAAABWOyJDAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNui8sowAAAQPSURBVHic7Zs/iFxVFMa/0U2UaJGksUgnIVhYxVhpjDbZCBmLdAYECxsRFBTUamcXUiSNncgKQbSxsxH8gzAP3FU2jY0kKKJNiiiIghFlccnP4p3nPCdv3p9778vsLOcHB2bfveeb7955c3jvvNkBIMdxnD64a94GHMfZu3iBcRynN7zAOI7TG15gHCeeNUkr8zaxG2lbYDYsdgMbktBsP03jdQwljSXdtBhLOmtjowC9Mg9L+knSlcD8TNKpSA9lBpK2JF2VdDSR5n5J64m0qli399hNFMUlpshQii5jbXTbHGviB0nLNeNDSd9VO4A2UdB2fp+x0eCnaXxWXGA2X0au/3HgN9P4LFCjIANOJdrLr0zzZ+BEpNYDwKbpnQMeAw4m8HjQtM6Z9qa917zPQwFr3M5KgA6J5rTJCdFZJj9/lyvGhsDvwFNVuV2MhhjrK6b9bFiE+j1r87eBl4HDwCF7/U/k+ofAX5b/EXBv5JoLMuILzf3Ap6Z3EzgdqHMCuF7hcQf4HDgeoHnccncqdK/TvSDWffFXI/exICY/xZyqc6XLWF1UFZna4gJ7q8BsRvgd2/xXpo6P+D9dfT7PpECtA3cnWPM0GXGFZh/wgWltA+cDNC7X+AP4GzjZQe+k5dRxuYPeiuXU7e1qwLpDz7dFjXKRaSwuMLvAlG8zZlG+YmiK1HoFqT7wP2z+4Q45TfEGcMt01xLoNZEBTwRqD4BLpnMLeC1A41UmVxsXgXeBayV/Wx20rpTyrpnWRft7p6O/FdqzGrDukPNtkaMoMo3FBdBSQMOnYBCReyf05s126fU9ytfX98+mY54Kxnp7S9K3kj6U9KYdG0h6UdLbkh7poFXMfUnSOyVvL0h6VtIXHbS6nOP+s/Zm9mvyXW1uuC9ohZ72E9uDmXWLJOB1GxsH+DxPftsB8B6wlGDN02TAkxG6+4D3TWsbeC5CS8CDFce+AW500LhhOW2020TRjK3b21HEmgti9m0RonxbdMZeVzV+/4tF3cBpP7E9mKHNL5q8h5g0eYsCMQz0epq8gQrwMXAgcs0FGXGFRcB9wCemF9PkbYqM/Bas7fxLwNeJPdTdpo4itQti8lPMqTpXuozVRVXPpbHI3KkNTB1NfkL81j2mvhDp91HgV9MKuRIqrykj3WPq4rHyL+axj8/qGPmTqi6F9YDlHOvJU6oYcTsh/TYSzWmTE6JT19CtLTJt32D6CmHe0eQn1O8z5AXgT4sx4Vcu0/EQecMydB8z0hUWkTd2t4CrwNEePqMBcAR4mrBbwyXLPWJa8zrXmmLEhNBmfpkuY2102xxrih+pb+ieAb6vGhuA97UcJ5KR8gZ77K+99xxeYBzH6Q3/Z0fHcXrDC4zjOL3hBcZxnN74F+zlvXFWXF9PAAAAAElFTkSuQmCC);
	background-repeat: no-repeat;
	background-size: 280px;
	color: transparent;
	display: block;
	font-size: 0;
	height: 20px;
	line-height: 0;
	width: 20px
}

.viewer-zoom-in::before {
	background-position: 0 0;
	content: 'Zoom In'
}

.viewer-zoom-out::before {
	background-position: -20px 0;
	content: 'Zoom Out'
}

.viewer-one-to-one::before {
	background-position: -40px 0;
	content: 'One to One'
}

.viewer-reset::before {
	background-position: -60px 0;
	content: 'Reset'
}

.viewer-prev::before {
	background-position: -80px 0;
	content: 'Previous'
}

.viewer-play::before {
	background-position: -100px 0;
	content: 'Play'
}

.viewer-next::before {
	background-position: -120px 0;
	content: 'Next'
}

.viewer-rotate-left::before {
	background-position: -140px 0;
	content: 'Rotate Left'
}

.viewer-rotate-right::before {
	background-position: -160px 0;
	content: 'Rotate Right'
}

.viewer-flip-horizontal::before {
	background-position: -180px 0;
	content: 'Flip Horizontal'
}

.viewer-flip-vertical::before {
	background-position: -200px 0;
	content: 'Flip Vertical'
}

.viewer-fullscreen::before {
	background-position: -220px 0;
	content: 'Enter Full Screen'
}

.viewer-fullscreen-exit::before {
	background-position: -240px 0;
	content: 'Exit Full Screen'
}

.viewer-close::before {
	background-position: -260px 0;
	content: 'Close'
}

.viewer-container {
	bottom: 0;
	direction: ltr;
	font-size: 0;
	left: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	touch-action: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.viewer-container ::-moz-selection,
.viewer-container::-moz-selection {
	background-color: transparent
}

.viewer-container ::-moz-selection,
.viewer-container::-moz-selection {
	background-color: transparent
}

.viewer-container ::selection,
.viewer-container::selection {
	background-color: transparent
}

.viewer-container img {
	display: block;
	height: auto;
	max-height: none!important;
	max-width: none!important;
	min-height: 0!important;
	min-width: 0!important;
	width: 100%
}

.viewer-canvas {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0
}

.viewer-canvas>img {
	height: auto;
	margin: 15px auto;
	max-width: 90%!important;
	width: auto
}

.viewer-footer {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-align: center
}

.viewer-navbar {
	background-color: rgba(0, 0, 0, .5);
	overflow: hidden
}

.viewer-list {
	box-sizing: content-box;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 1px 0
}

.viewer-list>li {
	color: transparent;
	cursor: pointer;
	float: left;
	font-size: 0;
	height: 50px;
	line-height: 0;
	opacity: .5;
	overflow: hidden;
	transition: opacity .15s;
	width: 30px
}

.viewer-list>li:hover {
	opacity: .75
}

.viewer-list>li+li {
	margin-left: 1px
}

.viewer-list>.viewer-loading {
	position: relative
}

.viewer-list>.viewer-loading::after {
	border-width: 2px;
	height: 20px;
	margin-left: -10px;
	margin-top: -10px;
	width: 20px
}

.viewer-list>.viewer-active,
.viewer-list>.viewer-active:hover {
	opacity: 1
}

.viewer-player {
	background-color: #000;
	bottom: 0;
	cursor: none;
	display: none;
	left: 0;
	position: absolute;
	right: 0;
	top: 0
}

.viewer-player>img {
	left: 0;
	position: absolute;
	top: 0
}

.viewer-toolbar>ul {
	display: inline-block;
	margin: 0 auto 5px;
	overflow: hidden;
	padding: 3px 0
}

.viewer-toolbar>ul>li {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer;
	float: left;
	height: 24px;
	overflow: hidden;
	transition: background-color .15s;
	width: 24px
}

.viewer-toolbar>ul>li:hover {
	background-color: rgba(0, 0, 0, .8)
}

.viewer-toolbar>ul>li::before {
	margin: 2px
}

.viewer-toolbar>ul>li+li {
	margin-left: 1px
}

.viewer-toolbar>ul>.viewer-small {
	height: 18px;
	margin-bottom: 3px;
	margin-top: 3px;
	width: 18px
}

.viewer-toolbar>ul>.viewer-small::before {
	margin: -1px
}

.viewer-toolbar>ul>.viewer-large {
	height: 30px;
	margin-bottom: -3px;
	margin-top: -3px;
	width: 30px
}

.viewer-toolbar>ul>.viewer-large::before {
	margin: 5px
}

.viewer-tooltip {
	background-color: rgba(0, 0, 0, .8);
	border-radius: 10px;
	color: #fff;
	display: none;
	font-size: 12px;
	height: 20px;
	left: 50%;
	line-height: 20px;
	margin-left: -25px;
	margin-top: -10px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 50px
}

.viewer-title {
	color: #ccc;
	display: inline-block;
	font-size: 12px;
	line-height: 1;
	margin: 0 5% 5px;
	max-width: 90%;
	opacity: .8;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity .15s;
	white-space: nowrap
}

.viewer-title:hover {
	opacity: 1
}

.viewer-button {
	background-color: rgba(0, 0, 0, .5);
	border-radius: 50%;
	cursor: pointer;
	height: 80px;
	overflow: hidden;
	position: absolute;
	right: -40px;
	top: -40px;
	transition: background-color .15s;
	width: 80px
}

.viewer-button:focus,
.viewer-button:hover {
	background-color: rgba(0, 0, 0, .8)
}

.viewer-button::before {
	bottom: 15px;
	left: 15px;
	position: absolute
}

.viewer-fixed {
	position: fixed
}

.viewer-open {
	overflow: hidden
}

.viewer-show {
	display: block
}

.viewer-hide {
	display: none
}

.viewer-backdrop {
	background-color: rgba(0, 0, 0, .5)
}

.viewer-invisible {
	visibility: hidden
}

.viewer-move {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab
}

.viewer-fade {
	opacity: 0
}

.viewer-in {
	opacity: 1
}

.viewer-transition {
	transition: all .3s
}

@keyframes viewer-spinner {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.viewer-loading::after {
	animation: viewer-spinner 1s linear infinite;
	border: 4px solid rgba(255, 255, 255, .1);
	border-left-color: rgba(255, 255, 255, .5);
	border-radius: 50%;
	content: '';
	display: inline-block;
	height: 40px;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
	position: absolute;
	top: 50%;
	width: 40px;
	z-index: 1
}

@media (max-width:767px) {
	.viewer-hide-xs-down {
		display: none
	}
}

@media (max-width:991px) {
	.viewer-hide-sm-down {
		display: none
	}
}

@media (max-width:1199px) {
	.viewer-hide-md-down {
		display: none
	}
}


/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

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

body {
	margin: 0;
    direction:rtl;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

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

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

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

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

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

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

small {
	font-size: 80%
}

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

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

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

figure {
	margin: 1em 40px
}

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

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

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

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

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

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

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

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

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

td,
th {
	padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
	*,
	:after,
	:before {
		color: #000!important;
		text-shadow: none!important;
		background: 0 0!important;
		box-shadow: none!important
	}
	a,
	a:visited {
		text-decoration: underline
	}
	a[href]:after {
		content: " (" attr(href) ")"
	}
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}
	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid
	}
	thead {
		display: table-header-group
	}
	img,
	tr {
		page-break-inside: avoid
	}
	img {
		max-width: 100%!important
	}
	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	.navbar {
		display: none
	}
	.btn>.caret,
	.dropup>.btn>.caret {
		border-top-color: #000!important
	}
	.label {
		border: 1px solid #000
	}
	.table {
		border-collapse: collapse!important
	}
	.table td,
	.table th {
		background-color: #fff!important
	}
	.table-bordered td,
	.table-bordered th {
		border: 1px solid #ddd!important
	}
}

@font-face {
	font-family: "Glyphicons Halflings";
	src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot);
	src: url(../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.glyphicon-asterisk:before {
	content: "\002a"
}

.glyphicon-plus:before {
	content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
	content: "\20ac"
}

.glyphicon-minus:before {
	content: "\2212"
}

.glyphicon-cloud:before {
	content: "\2601"
}

.glyphicon-envelope:before {
	content: "\2709"
}

.glyphicon-pencil:before {
	content: "\270f"
}

.glyphicon-glass:before {
	content: "\e001"
}

.glyphicon-music:before {
	content: "\e002"
}

.glyphicon-search:before {
	content: "\e003"
}

.glyphicon-heart:before {
	content: "\e005"
}

.glyphicon-star:before {
	content: "\e006"
}

.glyphicon-star-empty:before {
	content: "\e007"
}

.glyphicon-user:before {
	content: "\e008"
}

.glyphicon-film:before {
	content: "\e009"
}

.glyphicon-th-large:before {
	content: "\e010"
}

.glyphicon-th:before {
	content: "\e011"
}

.glyphicon-th-list:before {
	content: "\e012"
}

.glyphicon-ok:before {
	content: "\e013"
}

.glyphicon-remove:before {
	content: "\e014"
}

.glyphicon-zoom-in:before {
	content: "\e015"
}

.glyphicon-zoom-out:before {
	content: "\e016"
}

.glyphicon-off:before {
	content: "\e017"
}

.glyphicon-signal:before {
	content: "\e018"
}

.glyphicon-cog:before {
	content: "\e019"
}

.glyphicon-trash:before {
	content: "\e020"
}

.glyphicon-home:before {
	content: "\e021"
}

.glyphicon-file:before {
	content: "\e022"
}

.glyphicon-time:before {
	content: "\e023"
}

.glyphicon-road:before {
	content: "\e024"
}

.glyphicon-download-alt:before {
	content: "\e025"
}

.glyphicon-download:before {
	content: "\e026"
}

.glyphicon-upload:before {
	content: "\e027"
}

.glyphicon-inbox:before {
	content: "\e028"
}

.glyphicon-play-circle:before {
	content: "\e029"
}

.glyphicon-repeat:before {
	content: "\e030"
}

.glyphicon-refresh:before {
	content: "\e031"
}

.glyphicon-list-alt:before {
	content: "\e032"
}

.glyphicon-lock:before {
	content: "\e033"
}

.glyphicon-flag:before {
	content: "\e034"
}

.glyphicon-headphones:before {
	content: "\e035"
}

.glyphicon-volume-off:before {
	content: "\e036"
}

.glyphicon-volume-down:before {
	content: "\e037"
}

.glyphicon-volume-up:before {
	content: "\e038"
}

.glyphicon-qrcode:before {
	content: "\e039"
}

.glyphicon-barcode:before {
	content: "\e040"
}

.glyphicon-tag:before {
	content: "\e041"
}

.glyphicon-tags:before {
	content: "\e042"
}

.glyphicon-book:before {
	content: "\e043"
}

.glyphicon-bookmark:before {
	content: "\e044"
}

.glyphicon-print:before {
	content: "\e045"
}

.glyphicon-camera:before {
	content: "\e046"
}

.glyphicon-font:before {
	content: "\e047"
}

.glyphicon-bold:before {
	content: "\e048"
}

.glyphicon-italic:before {
	content: "\e049"
}

.glyphicon-text-height:before {
	content: "\e050"
}

.glyphicon-text-width:before {
	content: "\e051"
}

.glyphicon-align-left:before {
	content: "\e052"
}

.glyphicon-align-center:before {
	content: "\e053"
}

.glyphicon-align-right:before {
	content: "\e054"
}

.glyphicon-align-justify:before {
	content: "\e055"
}

.glyphicon-list:before {
	content: "\e056"
}

.glyphicon-indent-left:before {
	content: "\e057"
}

.glyphicon-indent-right:before {
	content: "\e058"
}

.glyphicon-facetime-video:before {
	content: "\e059"
}

.glyphicon-picture:before {
	content: "\e060"
}

.glyphicon-map-marker:before {
	content: "\e062"
}

.glyphicon-adjust:before {
	content: "\e063"
}

.glyphicon-tint:before {
	content: "\e064"
}

.glyphicon-edit:before {
	content: "\e065"
}

.glyphicon-share:before {
	content: "\e066"
}

.glyphicon-check:before {
	content: "\e067"
}

.glyphicon-move:before {
	content: "\e068"
}

.glyphicon-step-backward:before {
	content: "\e069"
}

.glyphicon-fast-backward:before {
	content: "\e070"
}

.glyphicon-backward:before {
	content: "\e071"
}

.glyphicon-play:before {
	content: "\e072"
}

.glyphicon-pause:before {
	content: "\e073"
}

.glyphicon-stop:before {
	content: "\e074"
}

.glyphicon-forward:before {
	content: "\e075"
}

.glyphicon-fast-forward:before {
	content: "\e076"
}

.glyphicon-step-forward:before {
	content: "\e077"
}

.glyphicon-eject:before {
	content: "\e078"
}

.glyphicon-chevron-left:before {
	content: "\e079"
}

.glyphicon-chevron-right:before {
	content: "\e080"
}

.glyphicon-plus-sign:before {
	content: "\e081"
}

.glyphicon-minus-sign:before {
	content: "\e082"
}

.glyphicon-remove-sign:before {
	content: "\e083"
}

.glyphicon-ok-sign:before {
	content: "\e084"
}

.glyphicon-question-sign:before {
	content: "\e085"
}

.glyphicon-info-sign:before {
	content: "\e086"
}

.glyphicon-screenshot:before {
	content: "\e087"
}

.glyphicon-remove-circle:before {
	content: "\e088"
}

.glyphicon-ok-circle:before {
	content: "\e089"
}

.glyphicon-ban-circle:before {
	content: "\e090"
}

.glyphicon-arrow-left:before {
	content: "\e091"
}

.glyphicon-arrow-right:before {
	content: "\e092"
}

.glyphicon-arrow-up:before {
	content: "\e093"
}

.glyphicon-arrow-down:before {
	content: "\e094"
}

.glyphicon-share-alt:before {
	content: "\e095"
}

.glyphicon-resize-full:before {
	content: "\e096"
}

.glyphicon-resize-small:before {
	content: "\e097"
}

.glyphicon-exclamation-sign:before {
	content: "\e101"
}

.glyphicon-gift:before {
	content: "\e102"
}

.glyphicon-leaf:before {
	content: "\e103"
}

.glyphicon-fire:before {
	content: "\e104"
}

.glyphicon-eye-open:before {
	content: "\e105"
}

.glyphicon-eye-close:before {
	content: "\e106"
}

.glyphicon-warning-sign:before {
	content: "\e107"
}

.glyphicon-plane:before {
	content: "\e108"
}

.glyphicon-calendar:before {
	content: "\e109"
}

.glyphicon-random:before {
	content: "\e110"
}

.glyphicon-comment:before {
	content: "\e111"
}

.glyphicon-magnet:before {
	content: "\e112"
}

.glyphicon-chevron-up:before {
	content: "\e113"
}

.glyphicon-chevron-down:before {
	content: "\e114"
}

.glyphicon-retweet:before {
	content: "\e115"
}

.glyphicon-shopping-cart:before {
	content: "\e116"
}

.glyphicon-folder-close:before {
	content: "\e117"
}

.glyphicon-folder-open:before {
	content: "\e118"
}

.glyphicon-resize-vertical:before {
	content: "\e119"
}

.glyphicon-resize-horizontal:before {
	content: "\e120"
}

.glyphicon-hdd:before {
	content: "\e121"
}

.glyphicon-bullhorn:before {
	content: "\e122"
}

.glyphicon-bell:before {
	content: "\e123"
}

.glyphicon-certificate:before {
	content: "\e124"
}

.glyphicon-thumbs-up:before {
	content: "\e125"
}

.glyphicon-thumbs-down:before {
	content: "\e126"
}

.glyphicon-hand-right:before {
	content: "\e127"
}

.glyphicon-hand-left:before {
	content: "\e128"
}

.glyphicon-hand-up:before {
	content: "\e129"
}

.glyphicon-hand-down:before {
	content: "\e130"
}

.glyphicon-circle-arrow-right:before {
	content: "\e131"
}

.glyphicon-circle-arrow-left:before {
	content: "\e132"
}

.glyphicon-circle-arrow-up:before {
	content: "\e133"
}

.glyphicon-circle-arrow-down:before {
	content: "\e134"
}

.glyphicon-globe:before {
	content: "\e135"
}

.glyphicon-wrench:before {
	content: "\e136"
}

.glyphicon-tasks:before {
	content: "\e137"
}

.glyphicon-filter:before {
	content: "\e138"
}

.glyphicon-briefcase:before {
	content: "\e139"
}

.glyphicon-fullscreen:before {
	content: "\e140"
}

.glyphicon-dashboard:before {
	content: "\e141"
}

.glyphicon-paperclip:before {
	content: "\e142"
}

.glyphicon-heart-empty:before {
	content: "\e143"
}

.glyphicon-link:before {
	content: "\e144"
}

.glyphicon-phone:before {
	content: "\e145"
}

.glyphicon-pushpin:before {
	content: "\e146"
}

.glyphicon-usd:before {
	content: "\e148"
}

.glyphicon-gbp:before {
	content: "\e149"
}

.glyphicon-sort:before {
	content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
	content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152"
}

.glyphicon-sort-by-order:before {
	content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
	content: "\e154"
}

.glyphicon-sort-by-attributes:before {
	content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
	content: "\e156"
}

.glyphicon-unchecked:before {
	content: "\e157"
}

.glyphicon-expand:before {
	content: "\e158"
}

.glyphicon-collapse-down:before {
	content: "\e159"
}

.glyphicon-collapse-up:before {
	content: "\e160"
}

.glyphicon-log-in:before {
	content: "\e161"
}

.glyphicon-flash:before {
	content: "\e162"
}

.glyphicon-log-out:before {
	content: "\e163"
}

.glyphicon-new-window:before {
	content: "\e164"
}

.glyphicon-record:before {
	content: "\e165"
}

.glyphicon-save:before {
	content: "\e166"
}

.glyphicon-open:before {
	content: "\e167"
}

.glyphicon-saved:before {
	content: "\e168"
}

.glyphicon-import:before {
	content: "\e169"
}

.glyphicon-export:before {
	content: "\e170"
}

.glyphicon-send:before {
	content: "\e171"
}

.glyphicon-floppy-disk:before {
	content: "\e172"
}

.glyphicon-floppy-saved:before {
	content: "\e173"
}

.glyphicon-floppy-remove:before {
	content: "\e174"
}

.glyphicon-floppy-save:before {
	content: "\e175"
}

.glyphicon-floppy-open:before {
	content: "\e176"
}

.glyphicon-credit-card:before {
	content: "\e177"
}

.glyphicon-transfer:before {
	content: "\e178"
}

.glyphicon-cutlery:before {
	content: "\e179"
}

.glyphicon-header:before {
	content: "\e180"
}

.glyphicon-compressed:before {
	content: "\e181"
}

.glyphicon-earphone:before {
	content: "\e182"
}

.glyphicon-phone-alt:before {
	content: "\e183"
}

.glyphicon-tower:before {
	content: "\e184"
}

.glyphicon-stats:before {
	content: "\e185"
}

.glyphicon-sd-video:before {
	content: "\e186"
}

.glyphicon-hd-video:before {
	content: "\e187"
}

.glyphicon-subtitles:before {
	content: "\e188"
}

.glyphicon-sound-stereo:before {
	content: "\e189"
}

.glyphicon-sound-dolby:before {
	content: "\e190"
}

.glyphicon-sound-5-1:before {
	content: "\e191"
}

.glyphicon-sound-6-1:before {
	content: "\e192"
}

.glyphicon-sound-7-1:before {
	content: "\e193"
}

.glyphicon-copyright-mark:before {
	content: "\e194"
}

.glyphicon-registration-mark:before {
	content: "\e195"
}

.glyphicon-cloud-download:before {
	content: "\e197"
}

.glyphicon-cloud-upload:before {
	content: "\e198"
}

.glyphicon-tree-conifer:before {
	content: "\e199"
}

.glyphicon-tree-deciduous:before {
	content: "\e200"
}

.glyphicon-cd:before {
	content: "\e201"
}

.glyphicon-save-file:before {
	content: "\e202"
}

.glyphicon-open-file:before {
	content: "\e203"
}

.glyphicon-level-up:before {
	content: "\e204"
}

.glyphicon-copy:before {
	content: "\e205"
}

.glyphicon-paste:before {
	content: "\e206"
}

.glyphicon-alert:before {
	content: "\e209"
}

.glyphicon-equalizer:before {
	content: "\e210"
}

.glyphicon-king:before {
	content: "\e211"
}

.glyphicon-queen:before {
	content: "\e212"
}

.glyphicon-pawn:before {
	content: "\e213"
}

.glyphicon-bishop:before {
	content: "\e214"
}

.glyphicon-knight:before {
	content: "\e215"
}

.glyphicon-baby-formula:before {
	content: "\e216"
}

.glyphicon-tent:before {
	content: "\26fa"
}

.glyphicon-blackboard:before {
	content: "\e218"
}

.glyphicon-bed:before {
	content: "\e219"
}

.glyphicon-apple:before {
	content: "\f8ff"
}

.glyphicon-erase:before {
	content: "\e221"
}

.glyphicon-hourglass:before {
	content: "\231b"
}

.glyphicon-lamp:before {
	content: "\e223"
}

.glyphicon-duplicate:before {
	content: "\e224"
}

.glyphicon-piggy-bank:before {
	content: "\e225"
}

.glyphicon-scissors:before {
	content: "\e226"
}

.glyphicon-bitcoin:before {
	content: "\e227"
}

.glyphicon-btc:before {
	content: "\e227"
}

.glyphicon-xbt:before {
	content: "\e227"
}

.glyphicon-yen:before {
	content: "\00a5"
}

.glyphicon-jpy:before {
	content: "\00a5"
}

.glyphicon-ruble:before {
	content: "\20bd"
}

.glyphicon-rub:before {
	content: "\20bd"
}

.glyphicon-scale:before {
	content: "\e230"
}

.glyphicon-ice-lolly:before {
	content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
	content: "\e232"
}

.glyphicon-education:before {
	content: "\e233"
}

.glyphicon-option-horizontal:before {
	content: "\e234"
}

.glyphicon-option-vertical:before {
	content: "\e235"
}


.glyphicon-modal-window:before {
	content: "\e237"
}

.glyphicon-oil:before {
	content: "\e238"
}

.glyphicon-grain:before {
	content: "\e239"
}

.glyphicon-sunglasses:before {
	content: "\e240"
}

.glyphicon-text-size:before {
	content: "\e241"
}

.glyphicon-text-color:before {
	content: "\e242"
}

.glyphicon-text-background:before {
	content: "\e243"
}

.glyphicon-object-align-top:before {
	content: "\e244"
}

.glyphicon-object-align-bottom:before {
	content: "\e245"
}

.glyphicon-object-align-horizontal:before {
	content: "\e246"
}

.glyphicon-object-align-left:before {
	content: "\e247"
}

.glyphicon-object-align-vertical:before {
	content: "\e248"
}

.glyphicon-object-align-right:before {
	content: "\e249"
}

.glyphicon-triangle-right:before {
	content: "\e250"
}

.glyphicon-triangle-left:before {
	content: "\e251"
}

.glyphicon-triangle-bottom:before {
	content: "\e252"
}

.glyphicon-triangle-top:before {
	content: "\e253"
}

.glyphicon-console:before {
	content: "\e254"
}

.glyphicon-superscript:before {
	content: "\e255"
}

.glyphicon-subscript:before {
	content: "\e256"
}

* {
	box-sizing: border-box
}

:after,
:before {
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: IRANSans;
	font-size: 14px;
	line-height: 1.42857;
	color: #333;
	background-color: #fff
}

button,
input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:focus,
a:hover {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role=button] {
	cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-weight: 500;
	line-height: 1.1;
	color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-weight: 400;
	line-height: 1;
	color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin-top: 20px;
	margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
	font-size: 65%
}

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

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
	font-size: 75%
}

.h1,
h1 {
	font-size: 36px
}

.h2,
h2 {
	font-size: 30px
}

.h3,
h3 {
	font-size: 24px
}

.h4,
h4 {
	font-size: 18px
}

.h5,
h5 {
	font-size: 14px
}

.h6,
h6 {
	font-size: 12px
}

p {
	margin: 0 0 10px
}

.lead {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.4
}

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

.small,
small {
	font-size: 85%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.text-center {
	text-align: center
}

.text-justify {
	text-align: justify
}

.text-nowrap {
	white-space: nowrap
}

.text-lowercase {
	text-transform: lowercase
}

.initialism,
.text-uppercase {
	text-transform: uppercase
}

.text-capitalize {
	text-transform: capitalize
}

.text-muted {
	color: #777
}

.text-primary {
	color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
	color: #286090
}

.text-success {
	color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
	color: #2b542c
}

.text-info {
	color: #31708f
}

a.text-info:focus,
a.text-info:hover {
	color: #245269
}

.text-warning {
	color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
	color: #66512c
}

.text-danger {
	color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
	color: #843534
}

.bg-primary {
	color: #fff
}

.bg-primary {
	background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
	background-color: #286090
}

.bg-success {
	background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
	background-color: #c1e2b3
}

.bg-info {
	background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
	background-color: #afd9ee
}

.bg-warning {
	background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
	background-color: #f7ecb5
}

.bg-danger {
	background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
	background-color: #e4b9b9
}

.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eee
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 10px
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px
}

.list-inline>li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px
}

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

dd,
dt {
	line-height: 1.42857
}

dt {
	font-weight: 700
}

dd {
	margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
	display: table;
	content: " "
}

.dl-horizontal dd:after {
	clear: both
}

@media (min-width:768px) {
	.dl-horizontal dt {
		float: left;
		width: 160px;
		clear: left;
		text-align: right;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap
	}
	.dl-horizontal dd {
		margin-left: 180px
	}
}

abbr[data-original-title],
abbr[title] {
	cursor: help
}

.initialism {
	font-size: 90%
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
	margin-bottom: 0
}

blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857;
	color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014 \00A0"
}

.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	text-align: right;
	border-right: 5px solid #eee;
	border-left: 0
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
	content: ""
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
	content: "\00A0 \2014"
}

address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857
}

code,
kbd,
pre,
samp {
	font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
	padding: 2px 4px;
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px
}

kbd {
	padding: 2px 4px;
	font-size: 90%;
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: 700;
	box-shadow: none
}

pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px
}

pre code {
	padding: 0;
	font-size: inherit;
	color: inherit;
	white-space: pre-wrap;
	background-color: transparent;
	border-radius: 0
}

.pre-scrollable {
	max-height: 340px;
	overflow-y: scroll
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.container:after,
.container:before {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:1024px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto
}

.container-fluid:after,
.container-fluid:before {
	display: table;
	content: " "
}

.container-fluid:after {
	clear: both
}

.row {
	margin-right: -15px;
	margin-left: -15px
}

.row:after,
.row:before {
	display: table;
	content: " "
}

.row:after {
	clear: both
}

.row-no-gutters {
	margin-right: 0;
	margin-left: 0
}

.row-no-gutters [class*=col-] {
	padding-right: 0;
	padding-left: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	float: left
}

.col-xs-1 {
	width: 8.33333%
}

.col-xs-2 {
	width: 16.66667%
}

.col-xs-3 {
	width: 25%
}

.col-xs-4 {
	width: 33.33333%
}

.col-xs-5 {
	width: 41.66667%
}

.col-xs-6 {
	width: 50%
}

.col-xs-7 {
	width: 58.33333%
}

.col-xs-8 {
	width: 66.66667%
}

.col-xs-9 {
	width: 75%
}

.col-xs-10 {
	width: 83.33333%
}

.col-xs-11 {
	width: 91.66667%
}

.col-xs-12 {
	width: 100%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-pull-1 {
	right: 8.33333%
}

.col-xs-pull-2 {
	right: 16.66667%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-4 {
	right: 33.33333%
}

.col-xs-pull-5 {
	right: 41.66667%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-7 {
	right: 58.33333%
}

.col-xs-pull-8 {
	right: 66.66667%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-10 {
	right: 83.33333%
}

.col-xs-pull-11 {
	right: 91.66667%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-push-1 {
	left: 8.33333%
}

.col-xs-push-2 {
	left: 16.66667%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-4 {
	left: 33.33333%
}

.col-xs-push-5 {
	left: 41.66667%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-7 {
	left: 58.33333%
}

.col-xs-push-8 {
	left: 66.66667%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-10 {
	left: 83.33333%
}

.col-xs-push-11 {
	left: 91.66667%
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-offset-0 {
	margin-left: 0
}

.col-xs-offset-1 {
	margin-left: 8.33333%
}

.col-xs-offset-2 {
	margin-left: 16.66667%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-4 {
	margin-left: 33.33333%
}

.col-xs-offset-5 {
	margin-left: 41.66667%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-7 {
	margin-left: 58.33333%
}

.col-xs-offset-8 {
	margin-left: 66.66667%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-10 {
	margin-left: 83.33333%
}

.col-xs-offset-11 {
	margin-left: 91.66667%
}

.col-xs-offset-12 {
	margin-left: 100%
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9 {
		float: left
	}
	.col-sm-1 {
		width: 8.33333%
	}
	.col-sm-2 {
		width: 16.66667%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-4 {
		width: 33.33333%
	}
	.col-sm-5 {
		width: 41.66667%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-7 {
		width: 58.33333%
	}
	.col-sm-8 {
		width: 66.66667%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-10 {
		width: 83.33333%
	}
	.col-sm-11 {
		width: 91.66667%
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-pull-1 {
		right: 8.33333%
	}
	.col-sm-pull-2 {
		right: 16.66667%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-4 {
		right: 33.33333%
	}
	.col-sm-pull-5 {
		right: 41.66667%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-7 {
		right: 58.33333%
	}
	.col-sm-pull-8 {
		right: 66.66667%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-10 {
		right: 83.33333%
	}
	.col-sm-pull-11 {
		right: 91.66667%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-push-1 {
		left: 8.33333%
	}
	.col-sm-push-2 {
		left: 16.66667%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-4 {
		left: 33.33333%
	}
	.col-sm-push-5 {
		left: 41.66667%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-7 {
		left: 58.33333%
	}
	.col-sm-push-8 {
		left: 66.66667%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-10 {
		left: 83.33333%
	}
	.col-sm-push-11 {
		left: 91.66667%
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-offset-0 {
		margin-left: 0
	}
	.col-sm-offset-1 {
		margin-left: 8.33333%
	}
	.col-sm-offset-2 {
		margin-left: 16.66667%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333%
	}
	.col-sm-offset-5 {
		margin-left: 41.66667%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333%
	}
	.col-sm-offset-8 {
		margin-left: 66.66667%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333%
	}
	.col-sm-offset-11 {
		margin-left: 91.66667%
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1024px) {
	.col-md-1,
	.col-md-10,
	.col-md-11,
	.col-md-12,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9 {
		float: left
	}
	.col-md-1 {
		width: 8.33333%
	}
	.col-md-2 {
		width: 16.66667%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-4 {
		width: 33.33333%
	}
	.col-md-5 {
		width: 41.66667%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-7 {
		width: 58.33333%
	}
	.col-md-8 {
		width: 66.66667%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-10 {
		width: 83.33333%
	}
	.col-md-11 {
		width: 91.66667%
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-pull-1 {
		right: 8.33333%
	}
	.col-md-pull-2 {
		right: 16.66667%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-4 {
		right: 33.33333%
	}
	.col-md-pull-5 {
		right: 41.66667%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-7 {
		right: 58.33333%
	}
	.col-md-pull-8 {
		right: 66.66667%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-10 {
		right: 83.33333%
	}
	.col-md-pull-11 {
		right: 91.66667%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-push-1 {
		left: 8.33333%
	}
	.col-md-push-2 {
		left: 16.66667%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-4 {
		left: 33.33333%
	}
	.col-md-push-5 {
		left: 41.66667%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-7 {
		left: 58.33333%
	}
	.col-md-push-8 {
		left: 66.66667%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-10 {
		left: 83.33333%
	}
	.col-md-push-11 {
		left: 91.66667%
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-offset-0 {
		margin-left: 0
	}
	.col-md-offset-1 {
		margin-left: 8.33333%
	}
	.col-md-offset-2 {
		margin-left: 16.66667%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-4 {
		margin-left: 33.33333%
	}
	.col-md-offset-5 {
		margin-left: 41.66667%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-7 {
		margin-left: 58.33333%
	}
	.col-md-offset-8 {
		margin-left: 66.66667%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-10 {
		margin-left: 83.33333%
	}
	.col-md-offset-11 {
		margin-left: 91.66667%
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9 {
		float: left
	}
	.col-lg-1 {
		width: 8.33333%
	}
	.col-lg-2 {
		width: 16.66667%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-4 {
		width: 33.33333%
	}
	.col-lg-5 {
		width: 41.66667%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-7 {
		width: 58.33333%
	}
	.col-lg-8 {
		width: 66.66667%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-10 {
		width: 83.33333%
	}
	.col-lg-11 {
		width: 91.66667%
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-pull-1 {
		right: 8.33333%
	}
	.col-lg-pull-2 {
		right: 16.66667%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-4 {
		right: 33.33333%
	}
	.col-lg-pull-5 {
		right: 41.66667%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-7 {
		right: 58.33333%
	}
	.col-lg-pull-8 {
		right: 66.66667%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-10 {
		right: 83.33333%
	}
	.col-lg-pull-11 {
		right: 91.66667%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-push-1 {
		left: 8.33333%
	}
	.col-lg-push-2 {
		left: 16.66667%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-4 {
		left: 33.33333%
	}
	.col-lg-push-5 {
		left: 41.66667%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-7 {
		left: 58.33333%
	}
	.col-lg-push-8 {
		left: 66.66667%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-10 {
		left: 83.33333%
	}
	.col-lg-push-11 {
		left: 91.66667%
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-offset-0 {
		margin-left: 0
	}
	.col-lg-offset-1 {
		margin-left: 8.33333%
	}
	.col-lg-offset-2 {
		margin-left: 16.66667%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333%
	}
	.col-lg-offset-5 {
		margin-left: 41.66667%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333%
	}
	.col-lg-offset-8 {
		margin-left: 66.66667%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333%
	}
	.col-lg-offset-11 {
		margin-left: 91.66667%
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
}

table {
	background-color: transparent
}

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

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

caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}

th {
	text-align: left
}

.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857;
	vertical-align: top;
	border-top: 1px solid #ddd
}

.table>thead>tr>th {
	vertical-align: bottom;
	border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
	border-top: 0
}

.table>tbody+tbody {
	border-top: 2px solid #ddd
}

.table .table {
	background-color: #fff
}

.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
	padding: 5px
}

.table-bordered {
	border: 1px solid #ddd
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border: 1px solid #ddd
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
	border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #f9f9f9
}

.table-hover>tbody>tr:hover {
	background-color: #f5f5f5
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
	background-color: #f5f5f5
}

.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
	background-color: #e8e8e8
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
	background-color: #dff0d8
}

.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
	background-color: #d0e9c6
}

.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
	background-color: #d9edf7
}

.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
	background-color: #c4e3f3
}

.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
	background-color: #fcf8e3
}

.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
	background-color: #faf2cc
}

.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
	background-color: #f2dede
}

.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
	background-color: #ebcccc
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto
}

@media screen and (max-width:767px) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd
	}
	.table-responsive>.table {
		margin-bottom: 0
	}
	.table-responsive>.table>tbody>tr>td,
	.table-responsive>.table>tbody>tr>th,
	.table-responsive>.table>tfoot>tr>td,
	.table-responsive>.table>tfoot>tr>th,
	.table-responsive>.table>thead>tr>td,
	.table-responsive>.table>thead>tr>th {
		white-space: nowrap
	}
	.table-responsive>.table-bordered {
		border: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:first-child,
	.table-responsive>.table-bordered>tbody>tr>th:first-child,
	.table-responsive>.table-bordered>tfoot>tr>td:first-child,
	.table-responsive>.table-bordered>tfoot>tr>th:first-child,
	.table-responsive>.table-bordered>thead>tr>td:first-child,
	.table-responsive>.table-bordered>thead>tr>th:first-child {
		border-left: 0
	}
	.table-responsive>.table-bordered>tbody>tr>td:last-child,
	.table-responsive>.table-bordered>tbody>tr>th:last-child,
	.table-responsive>.table-bordered>tfoot>tr>td:last-child,
	.table-responsive>.table-bordered>tfoot>tr>th:last-child,
	.table-responsive>.table-bordered>thead>tr>td:last-child,
	.table-responsive>.table-bordered>thead>tr>th:last-child {
		border-right: 0
	}
	.table-responsive>.table-bordered>tbody>tr:last-child>td,
	.table-responsive>.table-bordered>tbody>tr:last-child>th,
	.table-responsive>.table-bordered>tfoot>tr:last-child>td,
	.table-responsive>.table-bordered>tfoot>tr:last-child>th {
		border-bottom: 0
	}
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0
}

legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333;
	border: 0;
	border-bottom: 1px solid #e5e5e5
}

label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700
}

input[type=search] {
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=checkbox],
input[type=radio] {
	margin: 4px 0 0;
	line-height: normal
}

fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
	cursor: not-allowed
}

input[type=file] {
	display: block
}

input[type=range] {
	display: block;
	width: 100%
}

select[multiple],
select[size] {
	height: auto
}

input[type=checkbox]:focus,
input[type=file]:focus,
input[type=radio]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555
}

.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #999
}

.form-control::-webkit-input-placeholder {
	color: #999
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1
}

.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed
}

textarea.form-control {
	height: auto
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	input[type=date].form-control,
	input[type=datetime-local].form-control,
	input[type=month].form-control,
	input[type=time].form-control {
		line-height: 34px
	}
	.input-group-sm input[type=date],
	.input-group-sm input[type=datetime-local],
	.input-group-sm input[type=month],
	.input-group-sm input[type=time],
	.input-group-sm>.input-group-btn>input.btn[type=date],
	.input-group-sm>.input-group-btn>input.btn[type=datetime-local],
	.input-group-sm>.input-group-btn>input.btn[type=month],
	.input-group-sm>.input-group-btn>input.btn[type=time],
	.input-group-sm>input.form-control[type=date],
	.input-group-sm>input.form-control[type=datetime-local],
	.input-group-sm>input.form-control[type=month],
	.input-group-sm>input.form-control[type=time],
	.input-group-sm>input.input-group-addon[type=date],
	.input-group-sm>input.input-group-addon[type=datetime-local],
	.input-group-sm>input.input-group-addon[type=month],
	.input-group-sm>input.input-group-addon[type=time],
	input[type=date].input-sm,
	input[type=datetime-local].input-sm,
	input[type=month].input-sm,
	input[type=time].input-sm {
		line-height: 30px
	}
	.input-group-lg input[type=date],
	.input-group-lg input[type=datetime-local],
	.input-group-lg input[type=month],
	.input-group-lg input[type=time],
	.input-group-lg>.input-group-btn>input.btn[type=date],
	.input-group-lg>.input-group-btn>input.btn[type=datetime-local],
	.input-group-lg>.input-group-btn>input.btn[type=month],
	.input-group-lg>.input-group-btn>input.btn[type=time],
	.input-group-lg>input.form-control[type=date],
	.input-group-lg>input.form-control[type=datetime-local],
	.input-group-lg>input.form-control[type=month],
	.input-group-lg>input.form-control[type=time],
	.input-group-lg>input.input-group-addon[type=date],
	.input-group-lg>input.input-group-addon[type=datetime-local],
	.input-group-lg>input.input-group-addon[type=month],
	.input-group-lg>input.input-group-addon[type=time],
	input[type=date].input-lg,
	input[type=datetime-local].input-lg,
	input[type=month].input-lg,
	input[type=time].input-lg {
		line-height: 46px
	}
}

.form-group {
	margin-bottom: 15px
}

.checkbox,
.radio {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px
}

.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
	cursor: not-allowed
}

.checkbox label,
.radio label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	cursor: pointer
}

.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
	position: absolute;
	margin-left: -20px
}

.checkbox+.checkbox,
.radio+.radio {
	margin-top: -5px
}

.checkbox-inline,
.radio-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer
}

.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
	cursor: not-allowed
}

.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
	margin-top: 0;
	margin-left: 10px
}

.form-control-static {
	min-height: 34px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0
}

.form-control-static.input-lg,
.form-control-static.input-sm,
.input-group-lg>.form-control-static.form-control,
.input-group-lg>.form-control-static.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-static.btn,
.input-group-sm>.form-control-static.form-control,
.input-group-sm>.form-control-static.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-static.btn {
	padding-right: 0;
	padding-left: 0
}

.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn,
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

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

.input-group-sm>.input-group-btn>select.btn[multiple],
.input-group-sm>.input-group-btn>textarea.btn,
.input-group-sm>select.form-control[multiple],
.input-group-sm>select.input-group-addon[multiple],
.input-group-sm>textarea.form-control,
.input-group-sm>textarea.input-group-addon,
select[multiple].input-sm,
textarea.input-sm {
	height: auto
}

.form-group-sm .form-control {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.form-group-sm select.form-control {
	height: 30px;
	line-height: 30px
}

.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
	height: auto
}

.form-group-sm .form-control-static {
	height: 30px;
	min-height: 32px;
	padding: 6px 10px;
	font-size: 12px;
	line-height: 1.5
}

.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn,
.input-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

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

.input-group-lg>.input-group-btn>select.btn[multiple],
.input-group-lg>.input-group-btn>textarea.btn,
.input-group-lg>select.form-control[multiple],
.input-group-lg>select.input-group-addon[multiple],
.input-group-lg>textarea.form-control,
.input-group-lg>textarea.input-group-addon,
select[multiple].input-lg,
textarea.input-lg {
	height: auto
}

.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px
}

.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
	height: auto
}

.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.33333
}

.has-feedback {
	position: relative
}

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

.form-control-feedback {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	display: block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	pointer-events: none
}

.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-group-lg>.form-control+.form-control-feedback,
.input-group-lg>.input-group-addon+.form-control-feedback,
.input-group-lg>.input-group-btn>.btn+.form-control-feedback,
.input-lg+.form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px
}

.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-group-sm>.form-control+.form-control-feedback,
.input-group-sm>.input-group-addon+.form-control-feedback,
.input-group-sm>.input-group-btn>.btn+.form-control-feedback,
.input-sm+.form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px
}

.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
	color: #3c763d
}

.has-success .form-control {
	border-color: #3c763d;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-success .form-control:focus {
	border-color: #2b542c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}

.has-success .input-group-addon {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #3c763d
}

.has-success .form-control-feedback {
	color: #3c763d
}

.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
	color: #8a6d3b
}

.has-warning .form-control {
	border-color: #8a6d3b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-warning .form-control:focus {
	border-color: #66512c;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}

.has-warning .input-group-addon {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #8a6d3b
}

.has-warning .form-control-feedback {
	color: #8a6d3b
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #a94442
}

.has-error .form-control {
	border-color: #a94442;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}

.has-error .form-control:focus {
	border-color: #843534;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}

.has-error .input-group-addon {
	color: #a94442;
	background-color: #f2dede;
	border-color: #a94442
}

.has-error .form-control-feedback {
	color: #a94442
}

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

.has-feedback label.sr-only~.form-control-feedback {
	top: 0
}

.help-block {
	display: block;
	margin-top: 5px;
	margin-bottom: 10px;
	color: #737373
}

@media (min-width:768px) {
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.form-inline .form-control-static {
		display: inline-block
	}
	.form-inline .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.form-inline .input-group .form-control,
	.form-inline .input-group .input-group-addon,
	.form-inline .input-group .input-group-btn {
		width: auto
	}
	.form-inline .input-group>.form-control {
		width: 100%
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox,
	.form-inline .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.form-inline .checkbox label,
	.form-inline .radio label {
		padding-left: 0
	}
	.form-inline .checkbox input[type=checkbox],
	.form-inline .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0
	}
}

.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0
}

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

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

.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
	display: table;
	content: " "
}

.form-horizontal .form-group:after {
	clear: both
}

@media (min-width:768px) {
	.form-horizontal .control-label {
		padding-top: 7px;
		margin-bottom: 0;
		text-align: right
	}
}

.form-horizontal .has-feedback .form-control-feedback {
	right: 15px
}

@media (min-width:768px) {
	.form-horizontal .form-group-lg .control-label {
		padding-top: 11px;
		font-size: 18px
	}
}

@media (min-width:768px) {
	.form-horizontal .form-group-sm .control-label {
		padding-top: 6px;
		font-size: 12px
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn.focus,
.btn:focus,
.btn:hover {
	color: #333;
	text-decoration: none
}

.btn.active,
.btn:active {
	background-image: none;
	outline: 0;
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	box-shadow: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default.active,
.btn-default:active,
.open>.btn-default.dropdown-toggle {
	color: #333;
	background-color: #e6e6e6;
	background-image: none;
	border-color: #adadad
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.btn-default.dropdown-toggle.focus,
.open>.btn-default.dropdown-toggle:focus,
.open>.btn-default.dropdown-toggle:hover {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary.focus,
.btn-primary:focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #286090;
	background-image: none;
	border-color: #204d74
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

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

.btn-success.focus,
.btn-success:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success.active,
.btn-success:active,
.open>.btn-success.dropdown-toggle {
	color: #fff;
	background-color: #449d44;
	background-image: none;
	border-color: #398439
}

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

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

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

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info.focus,
.btn-info:focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info.active,
.btn-info:active,
.open>.btn-info.dropdown-toggle {
	color: #fff;
	background-color: #31b0d5;
	background-image: none;
	border-color: #269abc
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.btn-info.dropdown-toggle.focus,
.open>.btn-info.dropdown-toggle:focus,
.open>.btn-info.dropdown-toggle:hover {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

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

.btn-warning.focus,
.btn-warning:focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning.active,
.btn-warning:active,
.open>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ec971f;
	background-image: none;
	border-color: #d58512
}

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

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

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

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

.btn-danger.focus,
.btn-danger:focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #c9302c;
	background-image: none;
	border-color: #ac2925
}

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

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

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

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

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

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

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

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

.btn-group-lg>.btn,
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333;
	border-radius: 6px
}

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

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

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	transition-property: height, visibility;
	transition-duration: .35s;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropdown,
.dropup {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.open>a {
	outline: 0
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 990
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
	content: "";
	border-top: 0;
	border-bottom: 4px dashed
}

.btn-group,
.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group-vertical>.btn,
.btn-group>.btn {
	position: relative;
	float: left
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
	z-index: 2
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar:after,
.btn-toolbar:before {
	display: table;
	content: " "
}

.btn-toolbar:after {
	clear: both
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,
.btn-toolbar>.btn-group,
.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child:not(:first-child)>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group-lg.btn-group>.btn+.dropdown-toggle,
.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-group-lg>.btn .caret,
.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-group-lg>.btn .caret,
.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,
.btn-group-vertical>.btn-group,
.btn-group-vertical>.btn-group>.btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before {
	display: table;
	content: " "
}

.btn-group-vertical>.btn-group:after {
	clear: both
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

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

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

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not(:last-child)>.btn:last-child,
.btn-group-vertical>.btn-group:first-child:not(:last-child)>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

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

.btn-group-justified {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: separate
}

.btn-group-justified>.btn,
.btn-group-justified>.btn-group {
	display: table-cell;
	float: none;
	width: 1%
}

.btn-group-justified>.btn-group .btn {
	width: 100%
}


[data-toggle=buttons]>.btn input[type=checkbox],
[data-toggle=buttons]>.btn input[type=radio],
[data-toggle=buttons]>.btn-group>.btn input[type=checkbox],
[data-toggle=buttons]>.btn-group>.btn input[type=radio] {
	position: absolute;
	clip: rect(0, 0, 0, 0);
	pointer-events: none
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group[class*=col-] {
	float: none;
	padding-right: 0;
	padding-left: 0
}

.input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 100%;
	margin-bottom: 0
}

.input-group .form-control:focus {
	z-index: 3
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
	display: table-cell
}

.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
	border-radius: 0
}

.input-group-addon,
.input-group-btn {
	width: 1%;
	white-space: nowrap;
	vertical-align: middle
}

.input-group-addon {
	padding: 6px 12px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	color: #555;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 4px
}

.input-group-addon.input-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
	padding: 5px 10px;
	font-size: 12px;
	border-radius: 3px
}

.input-group-addon.input-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
	padding: 10px 16px;
	font-size: 18px;
	border-radius: 6px
}

.input-group-addon input[type=checkbox],
.input-group-addon input[type=radio] {
	margin-top: 0
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group-addon:first-child {
	border-right: 0
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child>.btn-group:not(:first-child)>.btn,
.input-group-btn:first-child>.btn:not(:first-child),
.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group>.btn,
.input-group-btn:last-child>.dropdown-toggle {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-addon:last-child {
	border-left: 0
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap
}

.input-group-btn>.btn {
	position: relative
}

.input-group-btn>.btn+.btn {
	margin-left: -1px
}

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
	z-index: 2
}

.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group {
	margin-right: -1px
}

.input-group-btn:last-child>.btn,
.input-group-btn:last-child>.btn-group {
	z-index: 2;
	margin-left: -1px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav:after,
.nav:before {
	display: table;
	content: " "
}

.nav:after {
	clear: both
}

.nav>li {
	position: relative;
	display: block
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px
}

.nav>li>a:focus,
.nav>li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.nav>li.disabled>a {
	color: #777
}

.nav>li.disabled>a:focus,
.nav>li.disabled>a:hover {
	color: #777;
	text-decoration: none;
	cursor: not-allowed;
	background-color: transparent
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: #eee;
	border-color: #337ab7
}

.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.nav>li>a>img {
	max-width: none
}

.nav-tabs {
	border-bottom: 1px solid #ddd
}

.nav-tabs>li {
	float: left;
	margin-bottom: -1px
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent
}

.nav-pills>li {
	float: left
}

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

.nav-pills>li+li {
	margin-left: 2px
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover {
	color: #fff;
	background-color: #337ab7
}

.nav-stacked>li {
	float: none
}

.nav-stacked>li+li {
	margin-top: 2px;
	margin-left: 0
}

.nav-justified,
.nav-tabs.nav-justified {
	width: 100%
}

.nav-justified>li,
.nav-tabs.nav-justified>li {
	float: none
}

.nav-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-bottom: 5px;
	text-align: center
}



@media (min-width:768px) {
	.nav-justified>li,
	.nav-tabs.nav-justified>li {
		display: table-cell;
		width: 1%
	}
	.nav-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		margin-bottom: 0
	}
}

.nav-tabs-justified,
.nav-tabs.nav-justified {
	border-bottom: 0
}

.nav-tabs-justified>li>a,
.nav-tabs.nav-justified>li>a {
	margin-right: 0;
	border-radius: 4px
}

.nav-tabs-justified>.active>a,
.nav-tabs-justified>.active>a:focus,
.nav-tabs-justified>.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover {
	border: 1px solid #ddd
}

@media (min-width:768px) {
	.nav-tabs-justified>li>a,
	.nav-tabs.nav-justified>li>a {
		border-bottom: 1px solid #ddd;
		border-radius: 4px 4px 0 0
	}
	.nav-tabs-justified>.active>a,
	.nav-tabs-justified>.active>a:focus,
	.nav-tabs-justified>.active>a:hover,
	.nav-tabs.nav-justified>.active>a,
	.nav-tabs.nav-justified>.active>a:focus,
	.nav-tabs.nav-justified>.active>a:hover {
		border-bottom-color: #fff
	}
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}



.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 20px;
	border: 1px solid transparent
}

.navbar:after,
.navbar:before {
	display: table;
	content: " "
}

.navbar:after {
	clear: both
}

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

.navbar-header:after,
.navbar-header:before {
	display: table;
	content: " "
}

.navbar-header:after {
	clear: both
}

@media (min-width:768px) {
	.navbar-header {
		float: left
	}
}

.navbar-collapse {
	padding-right: 15px;
	padding-left: 15px;
	overflow-x: visible;
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	-webkit-overflow-scrolling: touch
}

.navbar-collapse:after,
.navbar-collapse:before {
	display: table;
	content: " "
}

.navbar-collapse:after {
	clear: both
}

.navbar-collapse.in {
	overflow-y: auto
}

@media (min-width:768px) {
	.navbar-collapse {
		width: auto;
		border-top: 0;
		box-shadow: none
	}
	.navbar-collapse.collapse {
		display: block!important;
		height: auto!important;
		padding-bottom: 0;
		overflow: visible!important
	}
	.navbar-collapse.in {
		overflow-y: visible
	}
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse,
	.navbar-static-top .navbar-collapse {
		padding-right: 0;
		padding-left: 0
	}
}

.navbar-fixed-bottom,
.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}

.navbar-fixed-bottom .navbar-collapse,
.navbar-fixed-top .navbar-collapse {
	max-height: 340px
}

@media (max-device-width:480px) and (orientation:landscape) {
	.navbar-fixed-bottom .navbar-collapse,
	.navbar-fixed-top .navbar-collapse {
		max-height: 200px
	}
}

@media (min-width:768px) {
	.navbar-fixed-bottom,
	.navbar-fixed-top {
		border-radius: 0
	}
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 1px
}

.navbar-fixed-bottom {
	bottom: 0;
	margin-bottom: 0;
	border-width: 1px 0 0
}

.container-fluid>.navbar-collapse,
.container-fluid>.navbar-header,
.container>.navbar-collapse,
.container>.navbar-header {
	margin-right: -15px;
	margin-left: -15px
}

@media (min-width:768px) {
	.container-fluid>.navbar-collapse,
	.container-fluid>.navbar-header,
	.container>.navbar-collapse,
	.container>.navbar-header {
		margin-right: 0;
		margin-left: 0
	}
}

.navbar-static-top {
	z-index: 1000;
	border-width: 0 0 1px
}

@media (min-width:768px) {
	.navbar-static-top {
		border-radius: 0
	}
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	font-size: 18px;
	line-height: 20px
}

.navbar-brand:focus,
.navbar-brand:hover {
	text-decoration: none
}

.navbar-brand>img {
	display: block
}

@media (min-width:768px) {
	.navbar>.container .navbar-brand,
	.navbar>.container-fluid .navbar-brand {
		margin-left: -15px
	}
}

.navbar-toggle {
	position: relative;
	float: right;
	padding: 9px 10px;
	margin-right: 15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}

.navbar-toggle:focus {
	outline: 0
}

.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
	margin-top: 4px
}

@media (min-width:768px) {
	.navbar-toggle {
		display: none
	}
}

.navbar-nav {
	margin: 7.5px -15px
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px
}



@media (min-width:768px) {
	.navbar-nav {
		float: left;
		margin: 0
	}
	.navbar-nav>li {
		float: left
	}
	.navbar-nav>li>a {
		padding-top: 15px;
		padding-bottom: 15px
	}
}

.navbar-form {
	padding: 10px 15px;
	margin-right: -15px;
	margin-left: -15px;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
	margin-top: 8px;
	margin-bottom: 8px
}

@media (min-width:768px) {
	.navbar-form .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle
	}
	.navbar-form .form-control-static {
		display: inline-block
	}
	.navbar-form .input-group {
		display: inline-table;
		vertical-align: middle
	}
	.navbar-form .input-group .form-control,
	.navbar-form .input-group .input-group-addon,
	.navbar-form .input-group .input-group-btn {
		width: auto
	}
	.navbar-form .input-group>.form-control {
		width: 100%
	}
	.navbar-form .control-label {
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox,
	.navbar-form .radio {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle
	}
	.navbar-form .checkbox label,
	.navbar-form .radio label {
		padding-left: 0
	}
	.navbar-form .checkbox input[type=checkbox],
	.navbar-form .radio input[type=radio] {
		position: relative;
		margin-left: 0
	}
	.navbar-form .has-feedback .form-control-feedback {
		top: 0
	}
}

@media (max-width:767px) {
	.navbar-form .form-group {
		margin-bottom: 5px
	}
	.navbar-form .form-group:last-child {
		margin-bottom: 0
	}
}

@media (min-width:768px) {
	.navbar-form {
		width: auto;
		padding-top: 0;
		padding-bottom: 0;
		margin-right: 0;
		margin-left: 0;
		border: 0;
		box-shadow: none
	}
}

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

.btn-group-sm>.navbar-btn.btn,
.navbar-btn.btn-sm {
	margin-top: 10px;
	margin-bottom: 10px
}

.btn-group-xs>.navbar-btn.btn,
.navbar-btn.btn-xs {
	margin-top: 14px;
	margin-bottom: 14px
}

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

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

@media (min-width:768px) {
	.navbar-left {
		float: left!important
	}
	.navbar-right {
		float: right!important;
		margin-right: -15px
	}
	.navbar-right~.navbar-right {
		margin-right: 0
	}
}

.navbar-default {
	background-color: #f8f8f8;
	border-color: #e7e7e7
}

.navbar-default .navbar-brand {
	color: #777
}

.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
	color: #5e5e5e;
	background-color: transparent
}

.navbar-default .navbar-text {
	color: #777
}

.navbar-default .navbar-nav>li>a {
	color: #777
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #555;
	background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,
.navbar-default .navbar-nav>.disabled>a:focus,
.navbar-default .navbar-nav>.disabled>a:hover {
	color: #ccc;
	background-color: transparent
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
	color: #555;
	background-color: #e7e7e7
}


.navbar-default .navbar-toggle {
	border-color: #ddd
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #888
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7
}

.navbar-default .navbar-link {
	color: #777
}

.navbar-default .navbar-link:hover {
	color: #333
}

.navbar-default .btn-link {
	color: #777
}

.navbar-default .btn-link:focus,
.navbar-default .btn-link:hover {
	color: #333
}

.navbar-default .btn-link[disabled]:focus,
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:focus,
fieldset[disabled] .navbar-default .btn-link:hover {
	color: #ccc
}

.navbar-inverse {
	background-color: #222;
	border-color: #090909
}

.navbar-inverse .navbar-brand {
	color: #9d9d9d
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-text {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a {
	color: #9d9d9d
}

.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fff;
	background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #090909
}

.navbar-inverse .navbar-nav>.disabled>a,
.navbar-inverse .navbar-nav>.disabled>a:focus,
.navbar-inverse .navbar-nav>.disabled>a:hover {
	color: #444;
	background-color: transparent
}

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



.navbar-inverse .navbar-toggle {
	border-color: #333
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #fff
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
	border-color: #101010
}

.navbar-inverse .navbar-link {
	color: #9d9d9d
}

.navbar-inverse .navbar-link:hover {
	color: #fff
}

.navbar-inverse .btn-link {
	color: #9d9d9d
}

.navbar-inverse .btn-link:focus,
.navbar-inverse .btn-link:hover {
	color: #fff
}

.navbar-inverse .btn-link[disabled]:focus,
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover {
	color: #444
}

.breadcrumb {
	padding: 8px 15px;
	margin-bottom: 20px;
	list-style: none;
	background-color: #f5f5f5;
	border-radius: 4px
}

.breadcrumb>li {
	display: inline-block
}

.breadcrumb>li+li:before {
	padding: 0 5px;
	color: #ccc;
	content: "/ "
}

.breadcrumb>.active {
	color: #777
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}

.pagination>li {
	display: inline
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}

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

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

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}

.pagination-lg>li>a,
.pagination-lg>li>span {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33333
}

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

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

.pagination-sm>li>a,
.pagination-sm>li>span {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5
}

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

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

.pager {
	padding-left: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none
}

.pager:after,
.pager:before {
	display: table;
	content: " "
}

.pager:after {
	clear: both
}

.pager li {
	display: inline
}

.pager li>a,
.pager li>span {
	display: inline-block;
	padding: 5px 14px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 15px
}

.pager li>a:focus,
.pager li>a:hover {
	text-decoration: none;
	background-color: #eee
}

.pager .next>a,
.pager .next>span {
	float: right
}

.pager .previous>a,
.pager .previous>span {
	float: left
}

.pager .disabled>a,
.pager .disabled>a:focus,
.pager .disabled>a:hover,
.pager .disabled>span {
	color: #777;
	cursor: not-allowed;
	background-color: #fff
}

.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

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

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

.list-group-item.active>.badge,
.nav-pills>.active>a>.badge {
	color: #337ab7;
	background-color: #fff
}

.list-group-item>.badge {
	float: right
}

.list-group-item>.badge+.badge {
	margin-right: 5px
}

.nav-pills>li>a>.badge {
	margin-left: 3px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.jumbotron {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: inherit;
	background-color: #eee
}

.jumbotron .h1,
.jumbotron h1 {
	color: inherit
}

.jumbotron p {
	margin-bottom: 15px;
	font-size: 21px;
	font-weight: 200
}

.jumbotron>hr {
	border-top-color: #d5d5d5
}

.container .jumbotron,
.container-fluid .jumbotron {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 6px
}

.jumbotron .container {
	max-width: 100%
}

@media screen and (min-width:768px) {
	.jumbotron {
		padding-top: 48px;
		padding-bottom: 48px
	}
	.container .jumbotron,
	.container-fluid .jumbotron {
		padding-right: 60px;
		padding-left: 60px
	}
	.jumbotron .h1,
	.jumbotron h1 {
		font-size: 63px
	}
}

.thumbnail {
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	transition: border .2s ease-in-out
}

.thumbnail a>img,
.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto
}

.thumbnail .caption {
	padding: 9px;
	color: #333
}

a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
	border-color: #337ab7
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert h4 {
	margin-top: 0;
	color: inherit
}

.alert .alert-link {
	font-weight: 700
}

.alert>p,
.alert>ul {
	margin-bottom: 0
}

.alert>p+p {
	margin-top: 5px
}

.alert-dismissable,
.alert-dismissible {
	padding-right: 35px
}

.alert-dismissable .close,
.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-success hr {
	border-top-color: #c9e2b3
}

.alert-success .alert-link {
	color: #2b542c
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.alert-info hr {
	border-top-color: #a6e1ec
}

.alert-info .alert-link {
	color: #245269
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-warning hr {
	border-top-color: #f7e1b5
}

.alert-warning .alert-link {
	color: #66512c
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.alert-danger hr {
	border-top-color: #e4b9c0
}

.alert-danger .alert-link {
	color: #843534
}

@keyframes progress-bar-stripes {
	from {
		background-position: 40px 0
	}
	to {
		background-position: 0 0
	}
}

.progress {
	height: 20px;
	margin-bottom: 20px;
	overflow: hidden;
	background-color: #f5f5f5;
	border-radius: 4px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
	float: left;
	width: 0%;
	height: 100%;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	background-color: #337ab7;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
	transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
	animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
	background-color: #5cb85c
}

.progress-striped .progress-bar-success {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
	background-color: #5bc0de
}

.progress-striped .progress-bar-info {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
	background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
	background-color: #d9534f
}

.progress-striped .progress-bar-danger {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.media {
	margin-top: 15px
}

.media:first-child {
	margin-top: 0
}

.media,
.media-body {
	overflow: hidden;
	zoom: 1
}

.media-body {
	width: 10000px
}

.media-object {
	display: block
}

.media-object.img-thumbnail {
	max-width: none
}

.media-right,
.media>.pull-right {
	padding-left: 10px
}

.media-left,
.media>.pull-left {
	padding-right: 10px
}

.media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top
}

.media-middle {
	vertical-align: middle
}

.media-bottom {
	vertical-align: bottom
}

.media-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.media-list {
	padding-left: 0;
	list-style: none
}

.list-group {
	padding-left: 0;
	margin-bottom: 20px
}

.list-group-item {
	position: relative;
	display: block;
	padding: 10px 15px;
	margin-bottom: -1px;
	background-color: #fff;
	border: 1px solid #ddd
}

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

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

.list-group-item.disabled,
.list-group-item.disabled:focus,
.list-group-item.disabled:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #eee
}

.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading {
	color: inherit
}

.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text {
	color: #777
}

.list-group-item.active,
.list-group-item.active:focus,
.list-group-item.active:hover {
	z-index: 2;
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading>.small,
.list-group-item.active .list-group-item-heading>small,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading>.small,
.list-group-item.active:focus .list-group-item-heading>small,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading>.small,
.list-group-item.active:hover .list-group-item-heading>small {
	color: inherit
}

.list-group-item.active .list-group-item-text,
.list-group-item.active:focus .list-group-item-text,
.list-group-item.active:hover .list-group-item-text {
	color: #c7ddef
}

a.list-group-item,
button.list-group-item {
	color: #555
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
	color: #333
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover {
	color: #555;
	text-decoration: none;
	background-color: #f5f5f5
}

button.list-group-item {
	width: 100%;
	text-align: left
}

.list-group-item-success {
	color: #3c763d;
	background-color: #dff0d8
}

a.list-group-item-success,
button.list-group-item-success {
	color: #3c763d
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
	color: inherit
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
	color: #3c763d;
	background-color: #d0e9c6
}

a.list-group-item-success.active,
a.list-group-item-success.active:focus,
a.list-group-item-success.active:hover,
button.list-group-item-success.active,
button.list-group-item-success.active:focus,
button.list-group-item-success.active:hover {
	color: #fff;
	background-color: #3c763d;
	border-color: #3c763d
}

.list-group-item-info {
	color: #31708f;
	background-color: #d9edf7
}

a.list-group-item-info,
button.list-group-item-info {
	color: #31708f
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
	color: inherit
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
	color: #31708f;
	background-color: #c4e3f3
}

a.list-group-item-info.active,
a.list-group-item-info.active:focus,
a.list-group-item-info.active:hover,
button.list-group-item-info.active,
button.list-group-item-info.active:focus,
button.list-group-item-info.active:hover {
	color: #fff;
	background-color: #31708f;
	border-color: #31708f
}

.list-group-item-warning {
	color: #8a6d3b;
	background-color: #fcf8e3
}

a.list-group-item-warning,
button.list-group-item-warning {
	color: #8a6d3b
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
	color: inherit
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
	color: #8a6d3b;
	background-color: #faf2cc
}

a.list-group-item-warning.active,
a.list-group-item-warning.active:focus,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active,
button.list-group-item-warning.active:focus,
button.list-group-item-warning.active:hover {
	color: #fff;
	background-color: #8a6d3b;
	border-color: #8a6d3b
}

.list-group-item-danger {
	color: #a94442;
	background-color: #f2dede
}

a.list-group-item-danger,
button.list-group-item-danger {
	color: #a94442
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
	color: inherit
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
	color: #a94442;
	background-color: #ebcccc
}

a.list-group-item-danger.active,
a.list-group-item-danger.active:focus,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active,
button.list-group-item-danger.active:focus,
button.list-group-item-danger.active:hover {
	color: #fff;
	background-color: #a94442;
	border-color: #a94442
}

.list-group-item-heading {
	margin-top: 0;
	margin-bottom: 5px
}

.list-group-item-text {
	margin-bottom: 0;
	line-height: 1.3
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05)
}

.panel-body {
	padding: 15px
}

.panel-body:after,
.panel-body:before {
	display: table;
	content: " "
}

.panel-body:after {
	clear: both
}

.panel-heading {
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px
}

.panel-heading>.dropdown .dropdown-toggle {
	color: inherit
}

.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: inherit
}

.panel-title>.small,
.panel-title>.small>a,
.panel-title>a,
.panel-title>small,
.panel-title>small>a {
	color: inherit
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
	border-top: 1px solid #ddd;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px
}

.panel>.list-group,
.panel>.panel-collapse>.list-group {
	margin-bottom: 0
}

.panel>.list-group .list-group-item,
.panel>.panel-collapse>.list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0
}

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

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

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

.panel-heading+.list-group .list-group-item:first-child {
	border-top-width: 0
}

.list-group+.panel-footer {
	border-top-width: 0
}

.panel>.panel-collapse>.table,
.panel>.table,
.panel>.table-responsive>.table {
	margin-bottom: 0
}

.panel>.panel-collapse>.table caption,
.panel>.table caption,
.panel>.table-responsive>.table caption {
	padding-right: 15px;
	padding-left: 15px
}

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

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

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

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

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

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

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

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

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
	border-top: 1px solid #ddd
}

.panel>.table>tbody:first-child>tr:first-child td,
.panel>.table>tbody:first-child>tr:first-child th {
	border-top: 0
}

.panel>.table-bordered,
.panel>.table-responsive>.table-bordered {
	border: 0
}

.panel>.table-bordered>tbody>tr>td:first-child,
.panel>.table-bordered>tbody>tr>th:first-child,
.panel>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-bordered>thead>tr>td:first-child,
.panel>.table-bordered>thead>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:first-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:first-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:first-child {
	border-left: 0
}

.panel>.table-bordered>tbody>tr>td:last-child,
.panel>.table-bordered>tbody>tr>th:last-child,
.panel>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-bordered>thead>tr>td:last-child,
.panel>.table-bordered>thead>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tbody>tr>th:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>td:last-child,
.panel>.table-responsive>.table-bordered>tfoot>tr>th:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>td:last-child,
.panel>.table-responsive>.table-bordered>thead>tr>th:last-child {
	border-right: 0
}

.panel>.table-bordered>tbody>tr:first-child>td,
.panel>.table-bordered>tbody>tr:first-child>th,
.panel>.table-bordered>thead>tr:first-child>td,
.panel>.table-bordered>thead>tr:first-child>th,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>td,
.panel>.table-responsive>.table-bordered>tbody>tr:first-child>th,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>td,
.panel>.table-responsive>.table-bordered>thead>tr:first-child>th {
	border-bottom: 0
}

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

.panel>.table-responsive {
	margin-bottom: 0;
	border: 0
}

.panel-group {
	margin-bottom: 20px
}

.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px
}

.panel-group .panel+.panel {
	margin-top: 5px
}

.panel-group .panel-heading {
	border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
	border-top: 1px solid #ddd
}

.panel-group .panel-footer {
	border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
	border-bottom: 1px solid #ddd
}

.panel-default {
	border-color: #ddd
}

.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ddd
}

.panel-default>.panel-heading .badge {
	color: #f5f5f5;
	background-color: #333
}

.panel-default>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ddd
}

.panel-primary {
	border-color: #337ab7
}

.panel-primary>.panel-heading {
	color: #fff;
	background-color: #337ab7;
	border-color: #337ab7
}

.panel-primary>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #337ab7
}

.panel-primary>.panel-heading .badge {
	color: #337ab7;
	background-color: #fff
}

.panel-primary>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #337ab7
}

.panel-success {
	border-color: #d6e9c6
}

.panel-success>.panel-heading {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #d6e9c6
}

.panel-success>.panel-heading .badge {
	color: #dff0d8;
	background-color: #3c763d
}

.panel-success>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #d6e9c6
}

.panel-info {
	border-color: #bce8f1
}

.panel-info>.panel-heading {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #bce8f1
}

.panel-info>.panel-heading .badge {
	color: #d9edf7;
	background-color: #31708f
}

.panel-info>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #bce8f1
}

.panel-warning {
	border-color: #faebcc
}

.panel-warning>.panel-heading {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.panel-warning>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #faebcc
}

.panel-warning>.panel-heading .badge {
	color: #fcf8e3;
	background-color: #8a6d3b
}

.panel-warning>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #faebcc
}

.panel-danger {
	border-color: #ebccd1
}

.panel-danger>.panel-heading {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.panel-danger>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #ebccd1
}

.panel-danger>.panel-heading .badge {
	color: #f2dede;
	background-color: #a94442
}

.panel-danger>.panel-footer+.panel-collapse>.panel-body {
	border-bottom-color: #ebccd1
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

.well {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #f5f5f5;
	border: 1px solid #e3e3e3;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
}

.well blockquote {
	border-color: #ddd;
	border-color: rgba(0, 0, 0, .15)
}

.well-lg {
	padding: 24px;
	border-radius: 6px
}

.well-sm {
	padding: 9px;
	border-radius: 3px
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2
}

.close:focus,
.close:hover {
	color: #000;
	text-decoration: none;
	cursor: pointer;
	opacity: .5
}

button.close {
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.modal-open {
	overflow: hidden
}

.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0
}

.modal.fade .modal-dialog {
	transform: translate(0, -25%);
	transition: transform .3s ease-out
}

.modal.in .modal-dialog {
	transform: translate(0, 0)
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px
}

.modal-content {
	position: relative;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	outline: 0
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000
}

.modal-backdrop.fade {
	opacity: 0
}

.modal-backdrop.in {
	opacity: .5
}

.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5
}

.modal-header:after,
.modal-header:before {
	display: table;
	content: " "
}

.modal-header:after {
	clear: both
}

.modal-header .close {
	margin-top: -2px
}

.modal-title {
	margin: 0;
	line-height: 1.42857
}

.modal-body {
	position: relative;
	padding: 15px
}

.modal-footer {
	padding: 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5
}

.modal-footer:after,
.modal-footer:before {
	display: table;
	content: " "
}

.modal-footer:after {
	clear: both
}

.modal-footer .btn+.btn {
	margin-bottom: 0;
	margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
	margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
	margin-left: 0
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll
}

@media (min-width:768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto
	}
	.modal-content {
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
	}
	.modal-sm {
		width: 300px
	}
}

@media (min-width:1024px) {
	.modal-lg {
		width: 900px
	}
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 12px;
	opacity: 0
}

.tooltip.in {
	opacity: .9
}

.tooltip.top {
	padding: 5px 0;
	margin-top: -3px
}

.tooltip.right {
	padding: 0 5px;
	margin-left: 3px
}

.tooltip.bottom {
	padding: 5px 0;
	margin-top: 3px
}

.tooltip.left {
	padding: 0 5px;
	margin-left: -3px
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	right: 5px;
	bottom: 0;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 1.42857;
	line-break: auto;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	white-space: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover>.arrow {
	border-width: 11px
}

.popover>.arrow,
.popover>.arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover>.arrow:after {
	content: "";
	border-width: 10px
}

.popover.top>.arrow {
	bottom: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, .25);
	border-bottom-width: 0
}

.popover.top>.arrow:after {
	bottom: 1px;
	margin-left: -10px;
	content: " ";
	border-top-color: #fff;
	border-bottom-width: 0
}

.popover.right>.arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, .25);
	border-left-width: 0
}

.popover.right>.arrow:after {
	bottom: -10px;
	left: 1px;
	content: " ";
	border-right-color: #fff;
	border-left-width: 0
}

.popover.bottom>.arrow {
	top: -11px;
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, .25)
}

.popover.bottom>.arrow:after {
	top: 1px;
	margin-left: -10px;
	content: " ";
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left>.arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, .25)
}

.popover.left>.arrow:after {
	right: 1px;
	bottom: -10px;
	content: " ";
	border-right-width: 0;
	border-left-color: #fff
}

.popover-title {
	padding: 8px 14px;
	margin: 0;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.carousel {
	position: relative
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.carousel-inner>.item {
	position: relative;
	display: none;
	transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
	display: block;
	max-width: 100%;
	height: auto;
	line-height: 1
}

@media all and (transform-3d),
(-webkit-transform-3d) {
	.carousel-inner>.item {
		transition: transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		perspective: 1000px
	}
	.carousel-inner>.item.active.right,
	.carousel-inner>.item.next {
		transform: translate3d(100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active.left,
	.carousel-inner>.item.prev {
		transform: translate3d(-100%, 0, 0);
		left: 0
	}
	.carousel-inner>.item.active,
	.carousel-inner>.item.next.left,
	.carousel-inner>.item.prev.right {
		transform: translate3d(0, 0, 0);
		left: 0
	}
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
	display: block
}

.carousel-inner>.active {
	left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%
}

.carousel-inner>.next {
	left: 100%
}

.carousel-inner>.prev {
	left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
	left: 0
}

.carousel-inner>.active.left {
	left: -100%
}

.carousel-inner>.active.right {
	left: 100%
}

.carousel-control {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	background-color: rgba(0, 0, 0, 0);
	opacity: .5
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
	background-repeat: repeat-x
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
	background-repeat: repeat-x
}

.carousel-control:focus,
.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1
}

.carousel-control .icon-prev:before {
	content: "\2039"
}

.carousel-control .icon-next:before {
	content: "\203a"
}

.carousel-indicators {
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none
}

.carousel-indicators li {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #fff;
	border-radius: 10px
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff
}

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6)
}

.carousel-caption .btn {
	text-shadow: none
}

@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .icon-prev {
		margin-left: -10px
	}
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next {
		margin-right: -10px
	}
	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px
	}
	.carousel-indicators {
		bottom: 20px
	}
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

.pull-right {
	float: right!important
}

.pull-left {
	float: left!important
}

.hide {
	display: none!important
}

.show {
	display: block!important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none!important
}

.affix {
	position: fixed
}

@-ms-viewport {
	width: device-width
}

.visible-xs {
	display: none!important
}

.visible-sm {
	display: none!important
}

.visible-md {
	display: none!important
}

.visible-lg {
	display: none!important
}

.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
	display: none!important
}

@media (max-width:767px) {
	.visible-xs {
		display: block!important
	}
	table.visible-xs {
		display: table!important
	}
	tr.visible-xs {
		display: table-row!important
	}
	td.visible-xs,
	th.visible-xs {
		display: table-cell!important
	}
}

@media (max-width:767px) {
	.visible-xs-block {
		display: block!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline {
		display: inline!important
	}
}

@media (max-width:767px) {
	.visible-xs-inline-block {
		display: inline-block!important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.visible-sm {
		display: block!important
	}
	table.visible-sm {
		display: table!important
	}
	tr.visible-sm {
		display: table-row!important
	}
	td.visible-sm,
	th.visible-sm {
		display: table-cell!important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.visible-sm-block {
		display: block!important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.visible-sm-inline {
		display: inline!important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.visible-sm-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	.visible-md {
		display: block!important
	}
	table.visible-md {
		display: table!important
	}
	tr.visible-md {
		display: table-row!important
	}
	td.visible-md,
	th.visible-md {
		display: table-cell!important
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	.visible-md-block {
		display: block!important
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	.visible-md-inline {
		display: inline!important
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	.visible-md-inline-block {
		display: inline-block!important
	}
}

@media (min-width:1200px) {
	.visible-lg {
		display: block!important
	}
	table.visible-lg {
		display: table!important
	}
	tr.visible-lg {
		display: table-row!important
	}
	td.visible-lg,
	th.visible-lg {
		display: table-cell!important
	}
}

@media (min-width:1200px) {
	.visible-lg-block {
		display: block!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline {
		display: inline!important
	}
}

@media (min-width:1200px) {
	.visible-lg-inline-block {
		display: inline-block!important
	}
}

@media (max-width:767px) {
	.hidden-xs {
		display: none!important
	}
}

@media (min-width:768px) and (max-width:1023px) {
	.hidden-sm {
		display: none!important
	}
}

@media (min-width:1024px) and (max-width:1199px) {
	.hidden-md {
		display: none!important
	}
}

@media (min-width:1200px) {
	.hidden-lg {
		display: none!important
	}
}

.visible-print {
	display: none!important
}

@media print {
	.visible-print {
		display: block!important
	}
	table.visible-print {
		display: table!important
	}
	tr.visible-print {
		display: table-row!important
	}
	td.visible-print,
	th.visible-print {
		display: table-cell!important
	}
}

.visible-print-block {
	display: none!important
}

@media print {
	.visible-print-block {
		display: block!important
	}
}

.visible-print-inline {
	display: none!important
}

@media print {
	.visible-print-inline {
		display: inline!important
	}
}

.visible-print-inline-block {
	display: none!important
}

@media print {
	.visible-print-inline-block {
		display: inline-block!important
	}
}

@media print {
	.hidden-print {
		display: none!important
	}
}

body {
	color: #616268;
	font-family: IRANSans;
}

body,
html {
	font-size: 16px;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale
}

a {
	color: #1A1A1A;
	cursor: pointer
}

a:focus,
a:hover,
a:visited {
	text-decoration: none
}

a:hover {
	color: #41a3bc
}

section a {
	color: #ff6e00
}

.visualhidden {
	opacity: 0;
	visibility: hidden
}

.hidden {
	display: none
}

.wrapper {
	margin: 0 auto;
	max-width: 1280px
}

@media screen and (min-width:1280px) {
	.adaptive .wrapper {
		max-width: 1280px
	}
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.adaptive .wrapper {
		max-width: 1024px
	}
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.adaptive .wrapper {
		max-width: 768px
	}
}

@media screen and (min-width:480px) and (max-width:767px) {
	.adaptive .wrapper {
		max-width: 480px
	}
}

.content--alt-1,
.content--alt-2 {
	padding: 32px 0
}

.content--alt-1 {
	background: #fff
}

.content--alt-2 {
	background: #fbfbfb
}

[class*=block-grid-] {
	display: block;
	margin: -15px;
	padding: 0!important
}

@media screen and (max-width:767px) {
	.nav--main,
	.nav--meta {
		display: none
	}
}

@font-face {
	font-family: icons;
	src: url(../fonts/icons.ttf?sy8olf) format("truetype"), url(../fonts/icons.woff?sy8olf) format("woff"), url(../fonts/icons.svg?sy8olf#icons) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" icon-"],
[class^=icon-] {
	display: inline-block;
	font-family: icons!important;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	speak: none;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-dashboard-user-neutral:before {
	content: "\e915"
}

.icon-dashboard-user-male:before {
	content: "\e905"
}

.icon-dashboard-user-female:before {
	content: "\e906"
}

.icon-dashboard-home:before {
	content: "\e90a"
}

.icon-dashboard-user-data-neutral:before {
	content: "\e917"
}

.icon-dashboard-user-data-male:before {
	content: "\e910"
}

.icon-dashboard-user-data-female:before {
	content: "\e902"
}

.icon-dashboard-addresses:before {
	content: "\e904"
}

.icon-dashboard-orders:before {
	content: "\e903"
}

.icon-dashboard-invoices:before {
	content: "\e90e"
}

.icon-dashboard-offer:before {
	content: "\e90f"
}

.icon-dashboard-bookmarks:before {
	content: "\e908"
}

.icon-dashboard-software:before {
	content: "\e907"
}

.icon-dashboard-products:before {
	content: "\e909"
}

.icon-offer-create:before {
	content: "\e911"
}

.icon-offer-check:before {
	content: "\e912"
}

.icon-offer-error:before {
	content: "\e913"
}

.icon-offer-timeout:before {
	content: "\e914"
}

.icon-attributes-business:before {
	content: "\e90b"
}

.icon-attributes-businessarea:before {
	content: "\e90d"
}

.icon-attributes-position:before {
	content: "\e90c"
}

.icon-bulb:before {
	content: "\e916"
}

.icon-arrow-thin-right:before {
	content: "\e918"
}

.icon-zoom-content:before {
	content: "\e919"
}

.icon-line-social:before {
	content: "\e91a"
}

.icon-zalo:before {
	content: "\e901"
}

.icon-tencent-video:before {
	content: "\e900"
}

html[lang=ja-JP] body {
	font-family: Helvetica, Arial, Meiryo, "????", "Hiragino Kaku Gothic Pro", "?????? Pro", HiraMinProN-W3, "Droid Sans Japanese", sans-serif
}

html[lang=zh-CN] body {
	font-family: Helvetica, Arial, "Microsoft Yahei", "????", SimSun, "??", sans-serif
}

html[lang=ko-KR] body {
	font-family: Helvetica, Arial, Dotum, Hangangche, sans-serif
}

@media print {
	.col-print-1 {
		width: 8%;
		float: left
	}
	.col-print-2 {
		width: 16%;
		float: left
	}
	.col-print-3 {
		width: 25%;
		float: left
	}
	.col-print-4 {
		width: 33%;
		float: left
	}
	.col-print-5 {
		width: 42%;
		float: left
	}
	.col-print-6 {
		width: 50%;
		float: left
	}
	.col-print-7 {
		width: 58%;
		float: left
	}
	.col-print-8 {
		width: 66%;
		float: left
	}
	.col-print-9 {
		width: 75%;
		float: left
	}
	.col-print-10 {
		width: 83%;
		float: left
	}
	.col-print-11 {
		width: 92%;
		float: left
	}
	.col-print-12 {
		width: 100%;
		float: left
	}
	.print-avoid-break {
		page-break-inside: avoid
	}
	.toolbar form.content .field-group select,
	.toolbar form.content label,
	.toolbar form.content p.labels {
		font-size: .75rem!important
	}
	.toolbar--bottom {
		margin-top: 0;
		padding: 0
	}
	.toolbar--bottom>form.content .field-group {
		padding: 0;
		float: right
	}
	.toolbar i {
		display: none
	}
	.toolbar>form.content .toolbar__radiobutton input+.toolbar__display__btn {
		display: none
	}
	.toolbar>form.content .toolbar__radiobutton input:checked[type=radio]+.toolbar__display__btn {
		display: inline
	}
	.shop__product__compare label {
		font-size: .7rem
	}
	.product__item__actions {
		display: none
	}
	.product-list__row {
		border-bottom: 1px solid #dedede
	}
	.product-list__row:last-child {
		border-bottom: 0
	}
	a[href]:after {
		content: ""!important
	}
	.nav--main,
	.nav--meta,
	.nav--tools {
		display: none
	}
	header .col-xs-4 {
		width: 100%!important
	}
	header .logo,
	header .logo img {
		width: 2cm!important;
		margin-bottom: .6cm
	}
	footer .social,
	footer .switch--language-country,
	footer nav {
		display: none
	}
	footer div {
		width: 100%!important
	}
}

.stage img {
	width: 100% !important;
}

.content--alt-1 h1,
.content--alt-2 h1 {
	font-size: 36px;
	font-weight: 500;
	margin: 0 0 24px;
	line-height: 1.2
}

.content--alt-1 h2,
.content--alt-2 h2 {
	margin-bottom: 8px;
	line-height: 1.2
}

.content--alt-1 p,
.content--alt-2 p {
	margin-bottom: 20px
}

.content--alt-1 ol,
.content--alt-1 ul,
.content--alt-2 ol,
.content--alt-2 ul {
	margin-bottom: 32px
}

.content--alt-1 li,
.content--alt-2 li {
	margin-bottom: 8px
}

.content--alt-1 img,
.content--alt-2 img {
	width: 100%
}

.content--alt-1 figcaption,
.content--alt-1 p.bu,
.content--alt-2 figcaption,
.content--alt-2 p.bu {
	color: #7a7b82;
	font-weight: lighter;
	font-size: 14px
}

.content--alt-1 .button-group-alt,
.content--alt-2 .button-group-alt {
	text-align: left
}

.content--alt-1 .button-group-alt .button--primary,
.content--alt-1 .button-group-alt .button--secondary,
.content--alt-1 .button-group-alt .button--tertiary,
.content--alt-1 .button-group-alt a,
.content--alt-1 .button-group-alt button,
.content--alt-2 .button-group-alt .button--primary,
.content--alt-2 .button-group-alt .button--secondary,
.content--alt-2 .button-group-alt .button--tertiary,
.content--alt-2 .button-group-alt a,
.content--alt-2 .button-group-alt button {
	float: none;
	margin-left: 0;
	margin-right: 12px
}

.content--alt-1 .intro,
.content--alt-2 .intro {
	font-weight: 700
}

.content--alt-1 blockquote,
.content--alt-2 blockquote {
	border: 0;
	font-style: italic;
	padding: 0
}

.content--alt-1 blockquote footer,
.content--alt-2 blockquote footer {
	font-style: normal;
	padding: 0;
	text-align: right
}

.content--alt-1 blockquote footer cite,
.content--alt-2 blockquote footer cite {
	font-style: normal
}

.content--alt-1 blockquote p,
.content--alt-2 blockquote p {
	margin-bottom: 8px
}

.content--alt-1 blockquote p:after,
.content--alt-2 blockquote p:after {
	content: "”"
}

.content--alt-1 blockquote p:before,
.content--alt-2 blockquote p:before {
	content: "“"
}

.widget--content {
	margin-bottom: 32px
}

.content--alt-1 .teaser,
.content--alt-2 .teaser {
	display: block;
	margin-bottom: 24px;
	color: #616268
}

.content--alt-1 .teaser figure,
.content--alt-2 .teaser figure {
	background: #fff;
	padding: 15px
}

.content--alt-1 .teaser figure h2,
.content--alt-2 .teaser figure h2 {
	margin: 5px 0 0 0
}

.hint {
	color: #87888f;
	font-size: .8rem
}

form .hint {
	margin-top: -.3rem
}

.no-ident-list {
	list-style: none;
	padding: 0;
	margin: 0 0 0 1em
}

.no-ident-list__item:before {
	content: "\f111";
	display: block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: .4em;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: left;
	margin-left: -2.2em;
	margin-top: .7em
}

.productnews__related h2 {
	margin-bottom: 1rem
}

.accessories__list,
.productnews__related__list {
	list-style: none;
	padding: 0;
	margin: 0
}

.accessories__list__item,
.productnews__related__list__item {
	display: block;
	margin-bottom: 1rem
}

.accessories__list__item a,
.productnews__related__list__item a {
	display: block;
	position: relative;
	padding: .6rem .5rem .5rem 3.25rem;
	background: #7992a4;
	color: #fff
}

.accessories__list__item a:after,
.accessories__list__item a:before,
.productnews__related__list__item a:after,
.productnews__related__list__item a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 1rem;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f061";
	position: absolute;
	top: 50%;
	left: .75rem;
	color: #f06400;
	width: 1.8rem;
	border-radius: 100%;
	height: 1.8rem;
	text-align: center;
	vertical-align: middle;
	margin-top: -.9rem;
	padding-top: .35rem
}

.accessories__list__item a:before,
.productnews__related__list__item a:before {
	content: "\f111";
	color: #fff;
	font-size: 1.8rem;
	margin-top: -.9rem;
	padding-top: 0
}

.accessories__list__item a:active,
.accessories__list__item a:focus,
.accessories__list__item a:hover,
.productnews__related__list__item a:active,
.productnews__related__list__item a:focus,
.productnews__related__list__item a:hover {
	color: #fff;
	background: #ff6e00;
	text-decoration: none
}

.lists_action .button--primary {
	float: none;
	font-weight: 400!important;
	margin-left: 0
}

.lists_action_list {
	font-size: 1rem
}

.cta_recommended {
	text-align: right
}

.cta_recommended .button--tertiary {
	margin-right: 1rem
}

nav:last-child {
	padding-top: 0
}

nav ol,
nav ul {
	list-style: none;
	padding: 0;
	margin: 0
}

nav ol li,
nav ul li {
	/*float: right;*/
	font-size: 14px;
    margin-right: 5px;
    margin-left: 5px;
}

.nav--meta {
	padding: 0 0 0 28px
}

.nav--main {
	clear: left;
	padding: 0 0 0 28px
}

.nav--meta ul {
	right: -84px;
    padding-bottom: 45px;
	position: relative
}

.nav--meta ul li {
	margin: 0;
	position: relative
}

.nav--meta ul li a {
	color: #616268;
	display: block;
	padding: 8px 14px;
	white-space: nowrap
}

.nav--meta ul li a:focus,
.nav--meta ul li a:hover {
	background: #dedede;
	color: #616268
}

.nav--meta ul li a.active {
	background: #e8e8e8
}

.nav--meta ul ul {
	background: #e8e8e8;
	display: none;
	left: 0;
	padding: 12px 0;
	position: absolute;
	z-index: 10
}

.nav--meta ul ul li {
	float: none
}

.nav--meta ul ul li a:focus,
.nav--meta ul ul li a:hover {
	color: #616268;
	background: #c5c5c5
}

.nav--main ol,
.nav--main ul {
	left: -24px;
	position: relative
}

.nav--main ol li,
.nav--main ul li {
	cursor: pointer;
	font-size: 17px;
	font-weight: 700;
	margin: 0
}

@media screen and (max-width:1023px) {
	.nav--main ol li,
	.nav--main ul li {
		font-size: 15px!important
	}
}

.nav--main ol li span,
.nav--main ul li span {
	display: block;
	padding: 8px 18px 24px
}

.nav--main ol li span.active,
.nav--main ol li span:focus,
.nav--main ol li span:hover,
.nav--main ul li span.active,
.nav--main ul li span:focus,
.nav--main ul li span:hover {
	background: #dedede;
	color: #616268
}

.nav--tools {
	padding: 0 15px;
	text-align: right
}

@media screen and (min-width:1024px) {
	.nav--tools .navitem-account:hover>a,
	.nav--tools .navitem-cart--active>a,
	.nav--tools .navitem-cart:hover>a {
		color: #41a3bc
	}
	.nav--tools .navitem-account:hover>a i,
	.nav--tools .navitem-cart--active>a i,
	.nav--tools .navitem-cart:hover>a i {
		transform: scale(1.2)
	}
}

@media screen and (max-width:1023px) {
	.nav--tools .country_lang-button span,
	.nav--tools .navitem-compare {
		display: none
	}
	.nav--tools .button {
		margin: 0 8px 0 0
	}
	.nav--tools .button i {
		margin-right: 0
	}
}

.nav--tools li {
	display: inline-block;
	float: none;
	margin: 0;
	position: relative
}

@media screen and (max-width:1023px) {
	.nav--tools li span:first-of-type {
		border: 0;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px
	}
}

.nav--tools li:last-child a {
	margin-right: 0
}

.nav--tools li a {
	margin: 0;
	position: relative;
	margin-right: 12px
}

.nav--tools li .counter-bubble {
	background: #41a3bc;
	border-radius: 8px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	height: 16px;
	min-width: 16px;
	padding: 0 3px;
	position: absolute;
	right: -6px;
	top: -3px;
	width: auto
}

.nav--tools__notice {
	text-align: left
}

.nav--tools .country_lang-button {
	color: #616268
}

.nav--tools .country_lang-button:hover {
	color: #41a3bc
}

.nav--sub {
	background: #dedede;
	border-bottom: 1px solid #a0a1a4;
	left: 0;
	padding-bottom: 16px;
	position: absolute;
	width: 100%;
	z-index: 100;
	display: none
}

.nav--sub .teaser {
	display: block;
	margin-bottom: 16px
}

.nav--sub .teaser:first-child figure {
	margin-top: 16px
}

.nav--sub figure {
	background: #fff;
	margin-top: 30px;
	padding: 13px;
	position: relative
}

@media screen and (max-width:1023px) {
	.nav--sub figure img {
		display: none
	}
}

.nav--sub figure figcaption {
	font-size: 14px;
	margin: 0 0 8px;
	min-height: 45px;
	overflow: hidden;
	padding: 3px 0 0;
	position: relative;
	text-overflow: ellipsis;
	top: -3px;
	font-weight: 700
}

.nav--sub img {
	width: 100%
}

.nav--sub p {
	border-bottom: 1px solid #a0a1a4;
	font-weight: 700;
	margin: 16px 15px 16px;
	padding-bottom: 12px
}

.nav--sub h2 {
	font-size: 14px;
	font-weight: 700;
	margin: 0
}

@media screen and (max-width:1023px) {
	.nav--sub h2 {
		padding-bottom: 12px;
		font-weight: 400
	}
}

.nav--sub ol {
	margin: 0 0 16px
}

.nav--sub ol li {
	display: block;
	float: none;
	margin-right: 0
}

.nav--sub ol li a {
	display: block;
	padding: 5px 8px 2px;
	overflow: hidden;
	text-overflow: ellipsis
}

.nav--sub ol li a:active,
.nav--sub ol li a:focus,
.nav--sub ol li a:hover {
	color: #616268;
	background: #f7f7f7
}

@media screen and (max-width:1023px) {
	.nav--sub ol {
		display: none
	}
}

.nav--sub ol:last-child {
	margin: 0
}

.nav--sub h2,
.nav--sub ol {
	line-height: 1.1
}

@media screen and (max-width:1023px) {
	.nav--sub h2,
	.nav--sub ol {
		line-height: 1.4
	}
}

.nav--sub .sidebar strong {
	display: block;
	margin: 16px 0;
	border-bottom: none;
	font-weight: 700
}

.nav--sub .sidebar li {
	float: none;
	padding: 0;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 3px
}

@media screen and (max-width:1023px) {
	.nav--sub-products .col-sm-3 {
		width: 50%
	}
}

.nav--sub-products h2 {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 0 8px 0
}

@media screen and (min-width:1024px) {
	.nav--sub-products h2 {
		font-weight: 400;
		font-size: 16px;
		line-height: 20px
	}
	.nav--sub-products h2 a {
		display: block;
		padding: 10px 8px 6px;
		background: #d1d1d1;
		text-overflow: ellipsis;
		overflow: hidden
	}
	.nav--sub-products h2 a:active,
	.nav--sub-products h2 a:focus,
	.nav--sub-products h2 a:hover {
		background: #a8adad;
		color: #fff
	}
}

.nav--sub-productnews>p>a,
.nav--sub-products>p>a {
	font-size: 16px
}

.nav--sub-productnews .sidebar h3 {
	margin-top: 0
}

.nav--sub-productnews a.teaser:first-child figure {
	margin-top: 0
}

.nav--sub-sub li {
	float: none;
	margin: 0
}

.nav--sub-sub .current>a {
	font-weight: 700
}

.nav--sub-sub a:active,
.nav--sub-sub a:focus,
.nav--sub-sub a:hover {
	background: #dedede;
	text-decoration: none
}

.nav--sub-sub ul a {
	overflow: hidden;
	padding-left: 24px;
	padding-right: 16px;
	text-overflow: ellipsis;
	color: #616268
}

.nav--sub-sub li a {
	display: block;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 5px
}

.nav--sub-sub li.active a {
	color: #616268
}

.nav--sub-sub li.node a:active,
.nav--sub-sub li.node a:focus,
.nav--sub-sub li.node a:hover {
	text-decoration: none
}

.nav--sub-sub li.node a:active span,
.nav--sub-sub li.node a:focus span,
.nav--sub-sub li.node a:hover span {
	text-decoration: underline
}

.nav--sub-sub>ul>.current>a {
	background: #a0a1a4;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding-top: 8px;
	margin-bottom: 10px
}

.nav--sub-sub>ul>.current>a:active,
.nav--sub-sub>ul>.current>a:focus,
.nav--sub-sub>ul>.current>a:hover {
	background: #939498
}

.nav--sub-sub ul ul .current>a:before {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "\f078";
	margin-left: -18px;
	float: left;
	width: 16px;
	color: #ff6e00
}

.nav--sub-sub>ul {
	background: #f7f7f7;
	padding-bottom: 8px
}

.nav--sub-sub ul ul {
	margin-bottom: 0
}

.nav--sub-sub ul ul>.active {
	background: #efefef;
	margin: 10px 0
}

.nav--sub-sub ul ul>.active>a {
	background: #dedede
}

.nav--sub-sub ul ul ul a {
	padding-left: 40px
}

.nav--sub-sub ul ul ul ul>.last>a:before,
.nav--sub-sub ul ul ul>.last>a:before,
.nav--sub-sub ul ul>.last>a:before,
.nav--sub-sub ul>.last>a:before {
	font-size: 9px;
	content: "\f111";
	margin-left: -13px;
	margin-top: 3px;
	width: 13px
}

.nav--sub-sub ul ul ul ul a {
	padding-left: 56px
}

.nav--sub-sub ul ul ul ul .current {
	margin: 0
}

.user-nav__item {
	display: block!important
}

.user-nav__item>a {
	display: block;
	padding: .25rem .75rem
}

.user-nav__item.active {
	font-weight: 700
}

.user-nav__item.active a,
.user-nav__item.active a:link,
.user-nav__item.active a:visited {
	color: #ff6e00
}

.nav--main-mobile {
	background: #ccc;
	left: 0;
	transition: left .25s ease-in-out;
	position: absolute;
	top: 0;
	width: 100%;
	min-height: 100%;
	z-index: 20
}

.nav--main-mobile a {
	color: #616268
}

.nav--main-mobile li.current a {
	color: #ff6e00
}

.nav--main-mobile li.current ul li a {
	color: #616268
}

.nav--main-mobile li.current ul li.current a {
	color: #ff6e00
}

@media screen and (max-width:767px) {
	.nav--main-mobile {
		display: block
	}
}

.nav--main-mobile .nav--mobile-meta ul {
	display: block;
	padding: 0
}

.nav--main-mobile .nav--mobile-interaction {
	background: #fff;
	padding: 12px 0
}

.nav--main-mobile .nav--mobile-main {
	background: #dedede
}

.nav--main-mobile .nav--mobile-meta {
	background: #ccc
}

.nav--main-mobile .logout {
	font-weight: 700;
	font-size: 18px
}

.nav--main-mobile .logout a {
	color: #ff6e00
}

.nav--main-mobile--hidden {
	left: -100%
}

.nav--mobile {
	margin: 0 auto
}

.nav--mobile ul {
	margin: 20px 0 20px
}

.nav--mobile ul ul {
	border-top: 0;
	margin: 0;
	padding-left: 16px
}

.nav--mobile ul ul li {
	border-bottom: 0;
	font-size: 16px;
	font-weight: 400
}

.nav--mobile li {
	border-bottom: 1px solid #fff;
	font-size: 18px;
	font-weight: 700;
	float: none;
	margin: 0
}

.nav--mobile li a {
	display: block;
	padding: 8px 0
}

.nav--mobile li i.fa {
	float: right;
	position: relative;
	top: 5px
}

.nav--mobile li:last-child {
	border-bottom: 0
}

.nav--mobile li li .fa {
	float: left;
	margin-right: 7px;
	top: 9px
}

.nav--mobile-meta .hotline {
	font-weight: 700;
	margin-bottom: 24px
}

.nav--sub-content .nav_link_overview {
	color: #ff6e00
}

.nav--sub-content .nav_link_overview:active,
.nav--sub-content .nav_link_overview:focus,
.nav--sub-content .nav_link_overview:hover {
	color: #41a3bc
}

.nav--sub-content aside ul li {
	margin-bottom: 6px!important
}

.products-nav__first {
	background: #f7f7f7
}

.products-nav__first li {
	display: block;
	float: none;
	font-weight: 700;
	margin-right: 0
}

.products-nav__first li>a {
	padding: .5rem .5rem;
	display: block;
	font-size: .875rem
}

.products-nav__first li>a.active,
.products-nav__first li>a:hover {
	background: #dedede;
	color: #616268
}

.products-nav__second-item {
	display: none
}

@media screen and (max-width:1023px) {
	.products-nav__second-item ol {
		display: block
	}
}

.products-nav__second-item ol li>a {
	padding: .2rem .5rem;
	display: block;
	font-size: .875rem
}

.products-nav__second-item ol li>a.active,
.products-nav__second-item ol li>a:hover {
	background: #c5c5c5;
	color: #616268
}

.products-nav__second-item ol li:first-child>a {
	padding: .625rem .5rem
}

.button {
	border: 0;
	font-size: .8333rem;
	font-weight: 400;
	padding: .5rem .4rem;
	display: inline-block;
	text-align: center;
	margin-bottom: .75rem;
	outline: 0
}

.button i {
	margin: 0 5px 0 0;
	transition: transform .15s ease-out
}

.button:hover i {
	transform: scale(1.2)
}

.button:focus {
	outline: 0;
	text-decoration: none
}

.button_inactive {
	opacity: .5
}

.button--more {
	align-items: center;
	background-color: transparent;
	color: #616268;
	display: flex;
	flex-direction: column;
	font-size: inherit;
	font-weight: 700;
	padding-bottom: 12px;
	margin: 0 auto
}

.button--more:hover {
	color: #41a3bc
}

.button--more .text {
	transition: all .15s ease-out
}

.button--more .text--expanded {
	display: none;
	visibility: hidden
}

.button--more[aria-expanded=true] .button__chevron i {
	transform: rotate(180deg)
}

.button--more[aria-expanded=true] .text--expanded {
	display: block;
	visibility: visible
}

.button--more[aria-expanded=true] .text--closed {
	display: none;
	visibility: hidden
}

.button--more[disabled] {
	color: #e7ebee
}

.button--loading {
	background: 0 0;
	border: 1px solid #616268;
	font-weight: 700;
	padding: 7px 12px;
	pointer-events: none
}

.button--loading span {
	animation-duration: 1.4s;
	animation-fill-mode: both;
	animation-iteration-count: infinite;
	animation-name: blink
}

.button--loading span:first-of-type {
	margin-left: 8px
}

.button--loading span:nth-of-type(2) {
	animation-delay: .2s
}

.button--loading span:nth-of-type(3) {
	animation-delay: .4s
}

@keyframes blink {
	0% {
		opacity: .2
	}
	20% {
		opacity: 1
	}
	100% {
		opacity: .2
	}
}

.button--arrow[disabled] {
	background-color: #ff9a4d
}

.button[disabled] {
	cursor: not-allowed
}

.button[disabled]:hover i {
	transform: none
}

.cookie-notice a.button--primary,
.cookie-notice button.button--primary,
.flyout a.button--primary,
.flyout button.button--primary,
.nav-flyout a.button--primary,
.nav-flyout button.button--primary,
.noty_buttons button.button--primary,
.toolbar-ng .button.button--primary,
section a.button--primary,
section button.button--primary,
section[class^=content] a.button--primary {
	background: #ff6e00;
	color: #fff;
	border: 0;
	display: inline-block;
	font-size: .8333rem;
	font-weight: 700;
	margin-left: .75rem;
	padding: .5rem .75rem
}

.cookie-notice a.button--primary:active,
.cookie-notice a.button--primary:focus,
.cookie-notice a.button--primary:hover,
.cookie-notice button.button--primary:active,
.cookie-notice button.button--primary:focus,
.cookie-notice button.button--primary:hover,
.flyout a.button--primary:active,
.flyout a.button--primary:focus,
.flyout a.button--primary:hover,
.flyout button.button--primary:active,
.flyout button.button--primary:focus,
.flyout button.button--primary:hover,
.nav-flyout a.button--primary:active,
.nav-flyout a.button--primary:focus,
.nav-flyout a.button--primary:hover,
.nav-flyout button.button--primary:active,
.nav-flyout button.button--primary:focus,
.nav-flyout button.button--primary:hover,
.noty_buttons button.button--primary:active,
.noty_buttons button.button--primary:focus,
.noty_buttons button.button--primary:hover,
.toolbar-ng .button.button--primary:active,
.toolbar-ng .button.button--primary:focus,
.toolbar-ng .button.button--primary:hover,
section a.button--primary:active,
section a.button--primary:focus,
section a.button--primary:hover,
section button.button--primary:active,
section button.button--primary:focus,
section button.button--primary:hover,
section[class^=content] a.button--primary:active,
section[class^=content] a.button--primary:focus,
section[class^=content] a.button--primary:hover {
	background: #ff9a4d;
	text-decoration: none
}

.cookie-notice a.button--primary:first-child,
.cookie-notice button.button--primary:first-child,
.flyout a.button--primary:first-child,
.flyout button.button--primary:first-child,
.nav-flyout a.button--primary:first-child,
.nav-flyout button.button--primary:first-child,
.noty_buttons button.button--primary:first-child,
.toolbar-ng .button.button--primary:first-child,
section a.button--primary:first-child,
section button.button--primary:first-child,
section[class^=content] a.button--primary:first-child {
	margin-left: 0
}

.cookie-notice a.button--secondary,
.cookie-notice button.button--secondary,
.flyout a.button--secondary,
.flyout button.button--secondary,
.nav-flyout a.button--secondary,
.nav-flyout button.button--secondary,
.noty_buttons button.button--secondary,
.toolbar-ng .button.button--secondary,
section a.button--secondary,
section button.button--secondary,
section[class^=content] a.button--secondary {
	background: #ebebeb;
	color: #616268;
	border: 0;
	display: inline-block;
	font-size: .8333rem;
	font-weight: 700;
	margin-left: .75rem;
	padding: .5rem .75rem
}

.cookie-notice a.button--secondary:active,
.cookie-notice a.button--secondary:focus,
.cookie-notice a.button--secondary:hover,
.cookie-notice button.button--secondary:active,
.cookie-notice button.button--secondary:focus,
.cookie-notice button.button--secondary:hover,
.flyout a.button--secondary:active,
.flyout a.button--secondary:focus,
.flyout a.button--secondary:hover,
.flyout button.button--secondary:active,
.flyout button.button--secondary:focus,
.flyout button.button--secondary:hover,
.nav-flyout a.button--secondary:active,
.nav-flyout a.button--secondary:focus,
.nav-flyout a.button--secondary:hover,
.nav-flyout button.button--secondary:active,
.nav-flyout button.button--secondary:focus,
.nav-flyout button.button--secondary:hover,
.noty_buttons button.button--secondary:active,
.noty_buttons button.button--secondary:focus,
.noty_buttons button.button--secondary:hover,
.toolbar-ng .button.button--secondary:active,
.toolbar-ng .button.button--secondary:focus,
.toolbar-ng .button.button--secondary:hover,
section a.button--secondary:active,
section a.button--secondary:focus,
section a.button--secondary:hover,
section button.button--secondary:active,
section button.button--secondary:focus,
section button.button--secondary:hover,
section[class^=content] a.button--secondary:active,
section[class^=content] a.button--secondary:focus,
section[class^=content] a.button--secondary:hover {
	background: #ff9a4d;
	text-decoration: none
}

.cookie-notice a.button--secondary:first-child,
.cookie-notice button.button--secondary:first-child,
.flyout a.button--secondary:first-child,
.flyout button.button--secondary:first-child,
.nav-flyout a.button--secondary:first-child,
.nav-flyout button.button--secondary:first-child,
.noty_buttons button.button--secondary:first-child,
.toolbar-ng .button.button--secondary:first-child,
section a.button--secondary:first-child,
section button.button--secondary:first-child,
section[class^=content] a.button--secondary:first-child {
	margin-left: 0
}

.cookie-notice a.button--secondary:active,
.cookie-notice a.button--secondary:focus,
.cookie-notice a.button--secondary:hover,
.cookie-notice button.button--secondary:active,
.cookie-notice button.button--secondary:focus,
.cookie-notice button.button--secondary:hover,
.flyout a.button--secondary:active,
.flyout a.button--secondary:focus,
.flyout a.button--secondary:hover,
.flyout button.button--secondary:active,
.flyout button.button--secondary:focus,
.flyout button.button--secondary:hover,
.nav-flyout a.button--secondary:active,
.nav-flyout a.button--secondary:focus,
.nav-flyout a.button--secondary:hover,
.nav-flyout button.button--secondary:active,
.nav-flyout button.button--secondary:focus,
.nav-flyout button.button--secondary:hover,
.noty_buttons button.button--secondary:active,
.noty_buttons button.button--secondary:focus,
.noty_buttons button.button--secondary:hover,
.toolbar-ng .button.button--secondary:active,
.toolbar-ng .button.button--secondary:focus,
.toolbar-ng .button.button--secondary:hover,
section a.button--secondary:active,
section a.button--secondary:focus,
section a.button--secondary:hover,
section button.button--secondary:active,
section button.button--secondary:focus,
section button.button--secondary:hover,
section[class^=content] a.button--secondary:active,
section[class^=content] a.button--secondary:focus,
section[class^=content] a.button--secondary:hover {
	background: #d2d2d2
}

.cookie-notice a.button--tertiary,
.cookie-notice button.button--tertiary,
.flyout a.button--tertiary,
.flyout button.button--tertiary,
.nav-flyout a.button--tertiary,
.nav-flyout button.button--tertiary,
.noty_buttons button.button--tertiary,
.toolbar-ng .button.button--tertiary,
section a.button--tertiary,
section button.button--tertiary,
section[class^=content] a.button--tertiary {
	background: 0 0;
	border: 0;
	color: #616268;
	display: inline-block;
	font-size: .85rem;
	padding: 5px 0
}

.cookie-notice a.button--quaternary,
.cookie-notice button.button--quaternary,
.flyout a.button--quaternary,
.flyout button.button--quaternary,
.nav-flyout a.button--quaternary,
.nav-flyout button.button--quaternary,
.noty_buttons button.button--quaternary,
.toolbar-ng .button.button--quaternary,
section a.button--quaternary,
section button.button--quaternary,
section[class^=content] a.button--quaternary {
	background: #c5c5c5;
	color: #616268;
	border: 0;
	display: inline-block;
	font-size: .8333rem;
	font-weight: 700;
	margin-left: .75rem;
	padding: .5rem .75rem
}

.cookie-notice a.button--quaternary:active,
.cookie-notice a.button--quaternary:focus,
.cookie-notice a.button--quaternary:hover,
.cookie-notice button.button--quaternary:active,
.cookie-notice button.button--quaternary:focus,
.cookie-notice button.button--quaternary:hover,
.flyout a.button--quaternary:active,
.flyout a.button--quaternary:focus,
.flyout a.button--quaternary:hover,
.flyout button.button--quaternary:active,
.flyout button.button--quaternary:focus,
.flyout button.button--quaternary:hover,
.nav-flyout a.button--quaternary:active,
.nav-flyout a.button--quaternary:focus,
.nav-flyout a.button--quaternary:hover,
.nav-flyout button.button--quaternary:active,
.nav-flyout button.button--quaternary:focus,
.nav-flyout button.button--quaternary:hover,
.noty_buttons button.button--quaternary:active,
.noty_buttons button.button--quaternary:focus,
.noty_buttons button.button--quaternary:hover,
.toolbar-ng .button.button--quaternary:active,
.toolbar-ng .button.button--quaternary:focus,
.toolbar-ng .button.button--quaternary:hover,
section a.button--quaternary:active,
section a.button--quaternary:focus,
section a.button--quaternary:hover,
section button.button--quaternary:active,
section button.button--quaternary:focus,
section button.button--quaternary:hover,
section[class^=content] a.button--quaternary:active,
section[class^=content] a.button--quaternary:focus,
section[class^=content] a.button--quaternary:hover {
	background: #ff9a4d;
	text-decoration: none
}

.cookie-notice a.button--quaternary:first-child,
.cookie-notice button.button--quaternary:first-child,
.flyout a.button--quaternary:first-child,
.flyout button.button--quaternary:first-child,
.nav-flyout a.button--quaternary:first-child,
.nav-flyout button.button--quaternary:first-child,
.noty_buttons button.button--quaternary:first-child,
.toolbar-ng .button.button--quaternary:first-child,
section a.button--quaternary:first-child,
section button.button--quaternary:first-child,
section[class^=content] a.button--quaternary:first-child {
	margin-left: 0
}

.cookie-notice a.button--quaternary:active,
.cookie-notice a.button--quaternary:focus,
.cookie-notice a.button--quaternary:hover,
.cookie-notice button.button--quaternary:active,
.cookie-notice button.button--quaternary:focus,
.cookie-notice button.button--quaternary:hover,
.flyout a.button--quaternary:active,
.flyout a.button--quaternary:focus,
.flyout a.button--quaternary:hover,
.flyout button.button--quaternary:active,
.flyout button.button--quaternary:focus,
.flyout button.button--quaternary:hover,
.nav-flyout a.button--quaternary:active,
.nav-flyout a.button--quaternary:focus,
.nav-flyout a.button--quaternary:hover,
.nav-flyout button.button--quaternary:active,
.nav-flyout button.button--quaternary:focus,
.nav-flyout button.button--quaternary:hover,
.noty_buttons button.button--quaternary:active,
.noty_buttons button.button--quaternary:focus,
.noty_buttons button.button--quaternary:hover,
.toolbar-ng .button.button--quaternary:active,
.toolbar-ng .button.button--quaternary:focus,
.toolbar-ng .button.button--quaternary:hover,
section a.button--quaternary:active,
section a.button--quaternary:focus,
section a.button--quaternary:hover,
section button.button--quaternary:active,
section button.button--quaternary:focus,
section button.button--quaternary:hover,
section[class^=content] a.button--quaternary:active,
section[class^=content] a.button--quaternary:focus,
section[class^=content] a.button--quaternary:hover {
	background: #b8b8b8
}

.button--primary {
	font-weight: 700!important
}

.button--quaternary,
.button--secondary {
	color: #fff;
	padding: .5rem .75rem
}

div.button-group {
	margin-bottom: 2rem;
	min-height: 1.75rem;
	text-align: right
}

div.button-group--orderDetail {
	margin: -.5rem 0 0
}

.button--continue {
	float: right
}

.button--big {
	font-size: 1rem!important;
	padding: .75rem 1.33rem!important
}

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

.disabled {
	background: #ccc!important;
	color: #eee!important;
	cursor: not-allowed
}

.disabled:hover i {
	transform: none
}

.button--navigation {
	display: none
}

@media screen and (max-width:767px) {
	.button--navigation {
		display: inline-block
	}
}

.button--cart,
.button--chat,
.button--compare,
.button--lists,
.button--login {
	color: #797a7e
}

.button--cart:focus,
.button--cart:hover,
.button--chat:focus,
.button--chat:hover,
.button--compare:focus,
.button--compare:hover,
.button--lists:focus,
.button--lists:hover,
.button--login:focus,
.button--login:hover {
	color: #41a3bc
}

.button--compare-active {
	color: #ff6e00!important
}

@media screen and (max-width:767px) {
	.button--chat {
		display: none
	}
}

.button--search {
	background: #ff6e00;
	color: #fff;
	font-weight: 400;
	padding: .5rem .75rem
}

.button--search:focus,
.button--search:hover {
	background: #ff9a4d;
	color: #fff
}

.button--wider.button--wider.button--wider {
	padding-left: 5em;
	padding-right: 5em
}

.button--no-margin-bottom.button--no-margin-bottom.button--no-margin-bottom {
	margin-bottom: 0
}

.button--margin-top {
	margin-top: 1em
}

@media screen and (max-width:767px) {
	.button--mobile.button--mobile.button--mobile {
		width: 100%;
		margin-left: 0;
		margin-bottom: .75rem
	}
	.button--mobile.button--mobile.button--mobile:last-of-type {
		margin-bottom: 0
	}
}

.button--search.active {
	background: #ff9a4d;
	color: #fff
}

.button--cta {
	background: #ff6e00;
	color: #fff;
	padding: .5rem .75rem;
	outline: 0
}

.product-sheet .button--cta {
	font-weight: 700;
	width: 100%;
	padding: 13px;
	font-size: 16px;
	margin: 0;
	margin-top: 12px
}

.product-sheet .button--cta:focus,
.product-sheet .button--cta:hover {
	outline: 0;
	text-decoration: none;
	color: #fff
}

.button--cta:hover {
	background: #ff9a4d;
	color: #fff
}

.button--key-hover {
	background: #ff6e00;
	color: #fff;
	padding: .5rem .75rem;
	line-height: 1;
	font-weight: 400
}

.button--key-hover:focus,
.button--key-hover:hover {
	background: #ff9a4d;
	color: #fff
}

.quantityCheck__wrapper {
	display: table
}

.quantityCheck__input,
.quantityCheck__link {
	display: table-cell;
	vertical-align: middle
}

.quantityCheck__input {
	padding: 0 .75rem 0 0
}

.quantityCheck__link {
	color: #ff6e00;
	cursor: pointer;
	position: relative
}

.quantityCheck__link:hover i {
	color: #41a3bc
}

.quantityCheck__link i {
	color: #ff6e00;
	margin-left: .75rem;
	transition: color .25s ease
}

.quantityCheck__link .rotate {
	animation: rotation 1.5s infinite linear
}

@keyframes rotation {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

@keyframes rotation {
	from {
		transform: rotate(0)
	}
	to {
		transform: rotate(359deg)
	}
}

.quantityCheck__link--clicked {
	cursor: default;
	color: #616268
}

.quantityCheck__link--available {
	color: #00c814
}

@media screen and (max-width:767px) {
	.cart p.error {
		left: 0!important
	}
}

.cart .table_order {
	border-bottom: 1px solid #dedede;
	margin-bottom: 32px
}

.cart .table {
	border-right: 1px solid #dedede;
	display: table;
	font-size: 14px;
	position: relative
}

@media screen and (max-width:767px) {
	.cart .table {
		border: 0;
		display: block
	}
}

.cart .table .table--header {
	background: #dedede;
	color: #616268;
	font-weight: 700;
	padding-top: 8px;
	padding-bottom: 8px
}

@media screen and (max-width:767px) {
	.cart .table .table--header {
		display: none
	}
}

.cart .table .table--header.table--label-total {
	width: 12%
}

@media screen and (max-width:1279px) {
	.cart .table .table--header.table--label-total {
		width: 14%
	}
}

@media screen and (max-width:1023px) {
	.cart .table .table--header.table--label-total {
		width: 19%
	}
}

.cart .table .table--header.table--label-price {
	width: 13%
}

@media screen and (max-width:1279px) {
	.cart .table .table--header.table--label-price {
		width: 16%
	}
}

.cart .table .table--label-image {
	width: 112px
}

.cart .table .function {
	margin-left: 8px
}

.cart .table--row {
	display: table-row;
	height: 113px;
	margin: 0
}

@media screen and (max-width:767px) {
	.cart .table--row {
		height: auto
	}
}

.cart .table--row.table--row-header,
.cart .table--row.table--row-total,
.cart .table--row.table--row-total-extended,
.cart .table--row.table--row-total-sum {
	height: auto;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.cart .table--row {
		border: 1px solid #dedede;
		clear: both;
		display: block;
		margin-bottom: 16px;
		overflow: hidden
	}
	.cart .table--row:first-child {
		display: none
	}
}

.cart .table--row .table--label-amount label,
.cart .table--row .table--label-total label {
	float: left;
	margin-right: 10px
}

.cart .table--row .table--label-amount input {
	max-width: 64px
}

.cart .table--row>div {
	border: 1px solid #dedede;
	border-bottom: 0;
	border-right: 0;
	display: table-cell;
	position: relative;
	padding: 8px;
	vertical-align: middle
}

@media screen and (max-width:767px) {
	.cart .table--row>div.table--label-amount {
		text-align: left
	}
	.cart .table--row>div.table--label-price,
	.cart .table--row>div.table--label-total {
		text-align: right
	}
	.cart .table--row>div.table--label-amount,
	.cart .table--row>div.table--label-total {
		width: 128px
	}
}

.cart .table--row>div.table--label-article {
	border-left: 0
}

@media screen and (max-width:767px) {
	.cart .table--row>div {
		border: 0;
		display: block
	}
	.cart .table--row>div.table--label-article {
		padding-top: 32px
	}
	.cart .table--row>div.table--label-article,
	.cart .table--row>div.table--label-image {
		float: left
	}
	.cart .table--row>div.table--label-price {
		display: none
	}
	.cart .table--row>div.table--label-amount {
		clear: left;
		width: 40%
	}
	.cart .table--row>div.table--label-total {
		text-align: right;
		width: 60%;
		display: flex;
		justify-content: flex-end
	}
	.cart .table--row>div.table--label-amount,
	.cart .table--row>div.table--label-total {
		border-top: 1px solid #dedede;
		float: left
	}
	.cart .table--row>div.table--label-availability {
		border-top: 1px solid #dedede;
		clear: left
	}
}

.cart .table--row>div h2,
.cart .table--row>div p {
	margin: 0
}

.cart .table--row>div h2 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px
}

.cart .table--row>div img {
	width: 100%
}

.cart .table--row-total>div {
	border-top: 2px solid #ff6e00!important
}

.cart .table--row-total-extended>div {
	border-top: 0!important
}

.cart .table--row-total-extended>div,
.cart .table--row-total>div {
	border: 0;
	border-top: 2px solid #ff6e00;
	padding-top: 16px;
	padding-bottom: 16px
}

@media screen and (max-width:767px) {
	.cart .table--row-total-extended>div,
	.cart .table--row-total>div {
		display: none
	}
	.cart .table--row-total-extended>div.table--label-head,
	.cart .table--row-total-extended>div.table--label-total,
	.cart .table--row-total>div.table--label-head,
	.cart .table--row-total>div.table--label-total {
		border: 0;
		clear: none;
		display: block;
		float: left
	}
	.cart .table--row-total-extended>div.table--label-head,
	.cart .table--row-total>div.table--label-head {
		width: 65%
	}
	.cart .table--row-total-extended>div.table--label-total,
	.cart .table--row-total>div.table--label-total {
		width: 35%
	}
}

.cart .table--row-total-extended>div.table--label-head,
.cart .table--row-total>div.table--label-head {
	border-left: 1px solid #dedede;
	text-align: right
}

.cart .table--row-total-extended>div.table--label-head span,
.cart .table--row-total>div.table--label-head span {
	display: block;
	font-weight: 400;
	font-size: 14px
}

@media screen and (min-width:768px) {
	.cart .table--row-total-extended>div.table--label-head span,
	.cart .table--row-total>div.table--label-head span {
		display: block
	}
}

.cart .table--row-total-extended>div.table--label-head,
.cart .table--row-total-extended>div.table--label-total,
.cart .table--row-total>div.table--label-head,
.cart .table--row-total>div.table--label-total {
	font-weight: 700
}

.cart .table--row-total-extended>div.table--label-amount,
.cart .table--row-total-extended>div.table--label-head,
.cart .table--row-total-extended>div.table--label-total,
.cart .table--row-total>div.table--label-amount,
.cart .table--row-total>div.table--label-head,
.cart .table--row-total>div.table--label-total {
	border-bottom: 1px solid #dedede
}

.cart .table--row-total-sum {
	font-size: 18px
}

@media screen and (max-width:767px) {
	.cart .table--row-total-sum {
		display: flex
	}
}

.cart__offer__head {
	margin: 0 0 24px
}

.cart__offer p {
	margin: 0
}

.cart__offer .label {
	color: inherit;
	font-size: 12px;
	font-weight: 700;
	padding: 0
}

@media screen and (min-width:1024px) {
	.cart__offer .label {
		font-size: 16px
	}
}

.cart__offer .value {
	font-size: 14px
}

@media screen and (min-width:768px) {
	.cart__offer .value {
		font-size: 16px;
		margin-bottom: 10px
	}
}

@media screen and (min-width:1024px) {
	.cart__offer .bar--button {
		margin: 24px 0
	}
}

@media screen and (max-width:1023px) {
	.cart__offer .button {
		margin-left: 0;
		width: 100%
	}
}

.cart__offer .set-alt h2 {
	margin-bottom: 12px
}

.cart__offer .set-alt .icon-dashboard-invoices {
	font-size: 30px
}

.cart__offer .set-alt hr {
	display: inline-block;
	margin: 15px;
	padding: 0;
	width: calc(100% - 30px)
}

.cart .empty {
	border: 1px solid #dedede;
	font-weight: 700;
	margin-top: -20px;
	padding: 64px 0;
	text-align: center;
	height: 100%;
	position: relative
}

.file_csv .tip,
.quickadd .tip {
	font-size: 15px;
	margin-bottom: 16px
}

.quickadd_input {
	margin-bottom: 16px;
	padding: 6px 12px
}

.quickadd table {
	border-collapse: separate;
	table-layout: fixed;
	margin-bottom: 16px
}

.quickadd th {
	font-size: 13px;
	font-weight: 400;
	padding: 0 4px
}

.quickadd th:first-child {
	width: 75%;
	padding: 0 4px 0 0
}

.quickadd th:last-child {
	padding: 0 0 0 4px
}

.quickadd td {
	padding: 8px 4px
}

.quickadd td:first-child {
	padding: 8px 4px 8px 0
}

.quickadd td:last-child {
	padding: 8px 0 8px 4px
}

.quickadd .field-group {
	margin-bottom: 0!important
}

.quickadd input {
	width: 100%
}

.quickadd form.content .col-sm-6+.col-sm-6 {
	padding-left: 15px
}

.file_csv .button-group {
	margin-bottom: 0
}

.cart_confirmation {
	background: #e7ebee;
	padding: 12px;
	margin-top: 24px;
	overflow: hidden
}

p.cart_confirmation_name {
	margin-bottom: 8px
}

img.cart_confirmation_thumb {
	width: 72px;
	float: left;
	margin: 0 16px 0 0
}

@media screen and (max-width:767px) {
	img.cart_confirmation_thumb {
		margin-bottom: 16px
	}
}

@media screen and (max-width:479px) {
	img.cart_confirmation_thumb {
		float: none;
		width: 100%
	}
}

.cart_confirmation_data {
	font-size: 13px
}

.cart_confirmation_data dt {
	margin-right: 8px
}

@media screen and (max-width:767px) {
	.cart_confirmation_data dt {
		clear: left
	}
}

.cart_confirmation_data dt:after {
	content: ": "
}

.cart_confirmation_data dd {
	margin-right: 48px
}

.cart_confirmation_data dd,
.cart_confirmation_data dt {
	float: left
}

@media screen and (max-width:767px) {
	.cart_confirmation_data {
		clear: left
	}
}

.cart_confirmation_table {
	font-size: 14px;
	width: auto;
	max-width: 100%;
	margin-bottom: 12px
}

.cart_confirmation_table th {
	padding-right: 16px
}

.cart_confirmation_table td,
.cart_confirmation_table th {
	vertical-align: top
}

.cart_confirmation_accessories_headline {
	border-top: 1px solid #dedede;
	padding-top: 48px
}

p.delivery-notice {
	color: red;
	margin-right: 8px;
	border: 1px solid red;
	padding: 4px 8px
}

p.order_parameter {
	margin-bottom: 8px!important
}

textarea {
	padding: 6px 12px
}

label {
	color: #616268
}

.quickadd,
form.content {
	border: 1px solid #ebebeb;
	margin-bottom: 32px;
	padding: 16px
}

.quickadd textarea,
form.content textarea {
	background: #ebebeb;
	border: 0;
	display: block;
	height: 160px;
	min-width: 100%;
	width: 100%
}

.quickadd .container--textarea label,
form.content .container--textarea label {
	display: block;
	margin: 8px 0 24px
}

.quickadd label,
.quickadd p.labels,
form.content label,
form.content p.labels {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0
}

.quickadd label input,
.quickadd p.labels input,
form.content label input,
form.content p.labels input {
	margin-left: 8px
}

.quickadd label input:first-child,
.quickadd p.labels input:first-child,
form.content label input:first-child,
form.content p.labels input:first-child {
	margin-left: 0
}

.quickadd label label,
.quickadd p.labels label,
form.content label label,
form.content p.labels label {
	display: block
}

.quickadd select,
form.content select {
	background: #ebebeb;
	border: 1px solid transparent;
	color: #55565b;
	font-size: 14px;
	height: 32px;
	width: 100%;
	box-shadow: none
}

.quickadd .field-group input,
form.content .field-group input {
	background: #ebebeb;
	border: 1px solid transparent;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #55565b;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.quickadd .field-group input:focus,
form.content .field-group input:focus {
	background: #f3f3f3;
	outline: 0
}

.quickadd .field-group input::-moz-placeholder,
form.content .field-group input::-moz-placeholder {
	color: #999;
	opacity: 1
}

.quickadd .field-group input:-ms-input-placeholder,
form.content .field-group input:-ms-input-placeholder {
	color: #999
}

.quickadd .field-group input::-webkit-input-placeholder,
form.content .field-group input::-webkit-input-placeholder {
	color: #999
}

.quickadd .field-group fieldset[disabled] input,
.quickadd .field-group input[disabled],
.quickadd .field-group input[readonly],
form.content .field-group fieldset[disabled] input,
form.content .field-group input[disabled],
form.content .field-group input[readonly] {
	cursor: not-allowed;
	background-color: #eee;
	opacity: 1
}

.quickadd .field-group textarea,
form.content .field-group textarea {
	height: auto
}

.quickadd .field-group label,
form.content .field-group label {
	margin-left: 0
}

.quickadd .field-group .row label,
form.content .field-group .row label {
	margin-left: 15px
}

.quickadd div.field-group,
form.content div.field-group {
	margin-bottom: 16px
}

.quickadd div.field-group .homepage,
form.content div.field-group .homepage {
	position: absolute;
	left: -100px;
	top: -100px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: inline
}

.quickadd div.button-group,
form.content div.button-group {
	overflow: hidden
}

.quickadd .disabled label,
form.content .disabled label {
	color: #a1a2a7;
	cursor: not-allowed
}

.quickadd input.parsley-error,
.quickadd label.parsley-error,
.quickadd p.parsley-error,
.quickadd select.parsley-error,
form.content input.parsley-error,
form.content label.parsley-error,
form.content p.parsley-error,
form.content select.parsley-error {
	border: 1px solid red
}

.quickadd .parsley-errors-list,
form.content .parsley-errors-list {
	color: red;
	font-size: 14px;
	list-style: none;
	margin-top: 4px;
	margin-bottom: 0;
	padding: 0
}

.quickadd .button-group,
form.content .button-group {
	margin-bottom: 0
}

form.documentation {
	align-items: flex-start;
	display: flex;
	width: 100%
}

@media screen and (min-width:768px) {
	form.documentation {
		max-width: 375px
	}
}

form.documentation div.field-group {
	flex: 2 1;
	margin-bottom: 0
}

form.documentation button {
	margin: 22px 0 0 10px
}

form.documentation button i {
	margin-right: 0
}

form.content--set {
	border: 0;
	padding: 0
}

form.content--set .field-group input {
	position: relative;
	top: auto;
	left: auto
}

form.content--set .button-group {
	margin-bottom: 16px
}

.button-group {
	overflow: hidden;
	text-align: right
}

.button-group a:last-child,
.button-group button:last-child {
	margin-right: 0
}

.form--login .button-group p {
	float: left;
	font-size: 14px;
	text-align: left
}

.form--login .button-group p a {
	color: #616268
}

.flyout .button-group p {
	margin-bottom: 0
}

.set-alt form.content {
	border: 0;
	padding: 0
}

.set-alt form.content h2 label {
	font-size: 20px;
	font-weight: 700
}

.set-alt form.content .field-group {
	margin-bottom: 0
}

input[data-charcounter]+.charcounter {
	display: none;
	position: relative;
	top: -28px;
	float: right;
	padding-right: 16px;
	height: 0;
	overflow: visible;
	font-size: 14px;
	color: #616268
}

@media screen and (min-width:768px) {
	input[data-charcounter]:focus+.charcounter {
		display: block
	}
}

.charcounter-warning {
	border-color: #ff6e00!important
}

.content--alt-2 form {
	background: #fff
}

.field-inline,
.legal {
	margin-bottom: 32px;
	padding: 0 15px
}

.field-inline p,
.legal p {
	font-size: 14px
}

.field-inline label,
.legal label {
	display: block;
	font-size: 14px;
	padding-left: 20px;
	position: relative
}

.field-inline label input,
.legal label input {
	position: absolute;
	top: 0;
	left: 0
}

.field-inline b,
.legal b {
	font-weight: 400
}

.field-inline a,
.legal a {
	cursor: pointer
}

.legal.legal--registration,
.legal.tax-exemption {
	padding: 0
}

.legal.tax-exemption p {
	margin-bottom: 8px
}

.prefilled {
	background: #fafafa!important;
	color: #000!important
}

.field-fineprint {
	font-style: italic
}

.slider-fallback {
	display: none
}

.slider-fallback .button-group {
	margin: 8px 0 0
}

div.wishdate label {
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 6px
}

.input {
	background: #ebebeb;
	border: 1px solid transparent;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #55565b;
	background-image: none;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.input--smaller-width {
	width: initial;
	min-width: 60%
}

.input:focus {
	background: #f3f3f3;
	outline: 0
}

.input::-moz-placeholder {
	color: #999;
	opacity: 1
}

.input:-ms-input-placeholder {
	color: #999
}

.input::-webkit-input-placeholder {
	color: #999
}

.moreselectors {
	margin-bottom: 1rem
}

.moreselectors__trigger {
	margin: 1rem 0;
	position: relative
}

.moreselectors__trigger .moreselectors__open {
	display: inline
}

.moreselectors__trigger .moreselectors__closed {
	display: none
}

.moreselectors__trigger .fa.moreselectors__closed,
.moreselectors__trigger .fa.moreselectors__open {
	position: absolute;
	display: none;
	margin-top: .0625rem
}

.moreselectors__trigger span.moreselectors__closed,
.moreselectors__trigger span.moreselectors__open {
	padding-left: 1.3rem
}

.moreselectors__trigger .fa.moreselectors__open {
	margin-top: -.0625rem;
	display: block
}

.moreselectors__trigger .collapsed .fa.moreselectors__closed {
	display: block
}

.moreselectors__trigger .collapsed .moreselectors__closed {
	display: inline
}

.moreselectors__trigger .collapsed .fa.moreselectors__open,
.moreselectors__trigger .collapsed .moreselectors__open {
	display: none
}

.moreselectors__trigger a {
	cursor: pointer
}

.moreselectors__trigger a:active,
.moreselectors__trigger a:focus,
.moreselectors__trigger a:hover {
	text-decoration: none
}

.moreselectors__container .sliderinput__tooltip,
.sidebar-filter__container .sliderinput__tooltip {
	transition: opacity .3s;
	visibility: hidden;
	opacity: 0
}

.moreselectors__container.in .sliderinput__tooltip,
.sidebar-filter__container.in .sliderinput__tooltip {
	visibility: visible;
	opacity: 1
}

@media screen and (min-width:1024px) {
	.sidebar-filter .sliderinput__tooltip {
		visibility: visible;
		opacity: 1
	}
}

.sidebar-filter__container .moreselectors__container .sliderinput__tooltip {
	visibility: hidden;
	opacity: 0
}

.sidebar-filter__container .moreselectors__container.in .sliderinput__tooltip {
	visibility: visible;
	opacity: 1
}

.filterselector__item {
	margin: 1rem 0;
	background: #f7f7f7;
	padding: .5rem
}

.filterselector__item:first-child {
	margin-top: 0
}

.sidebar-filter__mobile .filterselector__item {
	background: #fff
}

.filterselector__item__headline {
	position: relative;
	margin: .5rem 0;
	padding-left: 1rem
}

.filterselector__item__headline:first-child {
	margin-top: .5rem
}

.filterselector__item__headline a {
	color: #616268
}

.filterselector__item__headline a:active,
.filterselector__item__headline a:focus,
.filterselector__item__headline a:hover {
	color: #ff6e00;
	text-decoration: none
}

.filterselector__item__headline i {
	position: absolute;
	margin-left: -1rem;
	margin-top: -.066666667rem;
	color: #ff6e00
}

.filterselector__item__headline .fa-caret-right {
	display: none
}

.filterselector__item__headline .collapsed .fa-caret-down {
	display: none
}

.filterselector__item__headline .collapsed .fa-caret-right {
	display: inline
}

.filterselector__item__group {
	margin-top: .625rem
}

.filterselector__item__group:first-child {
	margin-top: 0
}

.filterselector__item__group__headline {
	font-size: .85rem;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: .1875rem
}

.selector {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem!important
}

.selector>li {
	margin: 0 0 1rem 0
}

.selector__item {
	font-size: .8333rem;
	position: relative
}

.selector__item ol {
	margin: 0
}

.selector__item--slider {
	background: #ebebeb
}

.selector__item--slider .form-group {
	padding: .5rem
}

.selectors__item__headline {
	background: #94959b;
	color: #fff;
	padding: 8px 32px 8px 8px;
	display: block;
	position: relative
}

.selectors__item__headline:active,
.selectors__item__headline:focus,
.selectors__item__headline:hover {
	color: #fff;
	background: #7a7b82
}

.selectors__item__headline i {
	right: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.selectors__item__headline .fa-caret-right {
	display: inline
}

.selectors__item__headline .fa-caret-down {
	display: none
}

.selectors__options {
	list-style: none;
	padding: 0
}

.selectors__options>li {
	margin: 0
}

.selectors__item--is-open .selectors__item__headline .fa-caret-down {
	display: inline
}

.selectors__item--is-open .selectors__item__headline .fa-caret-right {
	display: none
}

.selectors__options__item {
	margin: 0;
	position: relative
}

.selectors__option,
.selectors__option .selectors__option {
	background: #ebebeb;
	color: #616268;
	display: block;
	padding: 8px 32px 8px 8px
}

.selectors__option .selectors__option:active,
.selectors__option .selectors__option:focus,
.selectors__option .selectors__option:hover,
.selectors__option:active,
.selectors__option:focus,
.selectors__option:hover {
	color: #616268;
	background: #dedede
}

.selectors__option__deselect {
	display: none;
	position: absolute;
	right: 8px;
	top: 8px;
	font-size: .5rem;
	padding: 0;
	background: 0 0;
	color: #616268
}

.selectors__option__deselect:active,
.selectors__option__deselect:focus,
.selectors__option__deselect:hover {
	background: 0 0
}

.selectors__option__deselect:active .fa-stack-2x,
.selectors__option__deselect:focus .fa-stack-2x,
.selectors__option__deselect:hover .fa-stack-2x {
	color: #c5c5c5
}

.selectors__option__deselect:active .fa-stack-1x,
.selectors__option__deselect:focus .fa-stack-1x,
.selectors__option__deselect:hover .fa-stack-1x {
	color: #616268
}

.selectors__option__checkbox,
.selectors__option__radiobox {
	color: #a0a1a4;
	font-size: 1.2rem;
	position: absolute;
	top: 0;
	left: 0;
	height: 2.125rem;
	width: 2.125rem
}

.selectors__option__checkbox .fa,
.selectors__option__radiobox .fa {
	top: -.1875rem
}

.selectors__options__item--is-active .selectors__option {
	font-weight: 700
}

.selectors__options__item--is-active .selectors__option:active,
.selectors__options__item--is-active .selectors__option:focus,
.selectors__options__item--is-active .selectors__option:hover {
	background: #ebebeb;
	color: #616268;
	text-decoration: none
}

.selectors__options__item--is-active .selectors__options.selectors__options--and a,
.selectors__options__item--is-active .selectors__options.selectors__options--or a {
	cursor: pointer!important
}

.selectors__options__item--is-active .selectors__options.selectors__options--and a:active,
.selectors__options__item--is-active .selectors__options.selectors__options--and a:focus,
.selectors__options__item--is-active .selectors__options.selectors__options--and a:hover,
.selectors__options__item--is-active .selectors__options.selectors__options--or a:active,
.selectors__options__item--is-active .selectors__options.selectors__options--or a:focus,
.selectors__options__item--is-active .selectors__options.selectors__options--or a:hover {
	text-decoration: underline
}

.selectors__options__item--is-active .selectors__options.selectors__options--and .selectors__options__item--is-active a {
	font-weight: 700
}

.selectors__options__item--is-active .selectors__options.selectors__options--or .selectors__options__item--is-active a {
	font-weight: 700;
	cursor: default
}

.selectors__options__item--is-active .selectors__options.selectors__options--or .selectors__options__item--is-active a:active,
.selectors__options__item--is-active .selectors__options.selectors__options--or .selectors__options__item--is-active a:focus,
.selectors__options__item--is-active .selectors__options.selectors__options--or .selectors__options__item--is-active a:hover {
	text-decoration: none
}

.selectors__options__item--is-active .selectors__options .selectors__option {
	font-weight: 400
}

.selectors__options__item--is-active .selectors__options .selectors__option:active,
.selectors__options__item--is-active .selectors__options .selectors__option:focus,
.selectors__options__item--is-active .selectors__options .selectors__option:hover {
	cursor: pointer
}

.selectors__options__item--is-active .selectors__options .selectors__option .selectors__option__checkbox {
	color: #a0a1a4!important
}

.selectors__options__item--is-active .selectors__options .selectors__option .selectors__option__checkbox .fa-circle,
.selectors__options__item--is-active .selectors__options .selectors__option .selectors__option__checkbox .fa-dot {
	color: #a0a1a4!important
}

.selectors__options__item--is-active .selectors__options .selectors__option .selectors__option__radiobox {
	color: #a0a1a4!important
}

.selectors__options__item--is-active .selectors__options .selectors__option .selectors__option__radiobox .fa-circle--small {
	color: #a0a1a4!important
}

.selectors__options__item--is-active .selectors__option__deselect {
	display: block
}

.selectors__options__item--is-active .selectors__option__checkbox {
	color: #fff!important
}

.selectors__options__item--is-active .selectors__option__checkbox .fa-circle,
.selectors__options__item--is-active .selectors__option__checkbox .fa-dot {
	color: #ff6e00
}

.selectors__options__item--is-active .selectors__option__radiobox {
	color: #fff!important
}

.selectors__options__item--is-active .selectors__option__radiobox .fa-circle--small {
	color: #ff6e00
}

.selectors__options--or .fa-circle--small {
	font-size: .8rem
}

.selectors__options--or .selectors__option {
	padding-left: 2.125rem
}

.selectors__options--or .selectors__options__item--is-active .selectors__option:active,
.selectors__options--or .selectors__options__item--is-active .selectors__option:focus,
.selectors__options--or .selectors__options__item--is-active .selectors__option:hover {
	cursor: default
}

.selectors__options--and .selectors__option {
	padding-left: 2.125rem
}

.selectors__options--and .selectors__options__item--is-active .selectors__option:active,
.selectors__options--and .selectors__options__item--is-active .selectors__option:focus,
.selectors__options--and .selectors__options__item--is-active .selectors__option:hover {
	background: #dedede;
	text-decoration: underline
}

.selector__slider {
	display: none
}

.selector__slider .form-control {
	border: none;
	padding: 6px 15px;
	background: 0 0
}

.selector__slider .form-control--fallback {
	padding: 0
}

.selector__slider__closed {
	display: block;
	position: relative;
	background: #ebebeb;
	color: #616268;
	padding: .5rem;
	font-weight: 700
}

.selector__slider__closed .selectors__option__deselect {
	display: block
}

.selector__slider--is-open .selectors__item__headline .fa-caret-down {
	display: block
}

.selector__slider--is-open .selectors__item__headline .fa-caret-right {
	display: none
}

.selector__slider--is-open .selector__slider {
	display: block
}

.selector__slider--is-open .selector__slider__closed {
	display: none
}

.selector__slider--is-open .selector__slider__closed .selectors__option__deselect {
	display: none
}

.form-group--slidertooltip {
	margin-top: 2.125rem
}

.noUi-connect {
	background-color: #a0a1a4
}

.noUi-handle {
	box-shadow: none;
	border: 1px solid transparent;
	cursor: -webkit-grab;
	cursor: grab
}

.noUi-handle.noUi-active {
	cursor: -webkit-grabbing;
	cursor: grabbing;
	border-color: #ff6e00;
	transition: border-color .4s linear
}

.noUi-handle:before {
	height: 14px;
	width: 3px;
	position: relative;
	left: auto;
	top: auto;
	margin: 6px auto 0;
	background-color: #ff6e00
}

.noUi-handle:after {
	background: 0 0
}

.noUi-target {
	margin: 3px 5px 0;
	border: none;
	background-color: #a0a1a4
}

.noUi-background {
	background: #d1d1d1
}

.noUi-stacking+.noUi-origin.noUi-background {
	z-index: 1
}

.sliderinput__slider--maxslider {
	background: #d1d1d1
}

.sliderinput__slider--maxslider .noUi-background {
	background-color: #a0a1a4
}

.sliderinput__slider--valueslider {
	background: #d1d1d1
}

.sliderinput__slider--valueslider .noUi-background {
	background: #d1d1d1
}

.sliderinput__rangeslider {
	margin: 3px 22px 0
}

.sliderinput__rangeslider .noUi-handle {
	left: -34px
}

.sliderinput__rangeslider .noUi-handle:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	left: 10px;
	content: "\f061";
	width: auto;
	background: 0 0;
	color: #ff6e00
}

.sliderinput__rangeslider .noUi-handle:after {
	background: 0 0
}

.sliderinput__rangeslider .noUi-handle-upper {
	left: 0
}

.sliderinput__rangeslider .noUi-handle-upper:before {
	left: 9px;
	content: "\f060"
}

.sliderinput--minmaxslider .noUi-connect {
	background-color: #d1d1d1
}

.sliderinput--minmaxslider .noUi-background {
	background: #a0a1a4
}

.sliderinput__minmaxslider {
	margin: 3px 22px 0
}

.sliderinput__minmaxslider .noUi-handle {
	left: -34px
}

.sliderinput__minmaxslider .noUi-handle:before {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	left: 10px;
	content: "\f060";
	width: auto;
	background: 0 0;
	color: #ff6e00
}

.sliderinput__minmaxslider .noUi-handle:after {
	background: 0 0
}

.sliderinput__minmaxslider .noUi-handle-upper {
	left: 0
}

.sliderinput__minmaxslider .noUi-handle-upper:before {
	left: 9px;
	content: "\f061"
}

.sliderinput__tooltip {
	position: relative;
	bottom: 60px
}

.sliderinput__tooltip:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #a0a1a4;
	border-width: 8px;
	margin-left: -8px;
	bottom: -15px
}

.sliderinput__tooltip__value {
	background-color: #a0a1a4;
	color: #f7f7f7;
	padding: 5px 4px 3px;
	display: inline-block;
	min-width: 100%;
	text-align: center
}

.sliderinput__tooltip--side {
	position: absolute;
	bottom: auto;
	right: 40px;
	margin: 0;
	background: 0 0;
	padding: 4px 0 0 0;
	top: 0
}

.sliderinput__tooltip--side:after,
.sliderinput__tooltip--side:before {
	right: auto;
	top: auto;
	left: auto;
	bottom: auto;
	border: 0 transparent;
	content: "";
	margin: 0
}

.sliderinput__tooltip--side .sliderinput__tooltip__value {
	color: #fff;
	background-color: transparent;
	padding: 0;
	margin-left: 0!important;
	margin-top: 1px
}

.sliderinput__tooltip--right {
	right: auto;
	left: 40px
}

.sliderinput__tooltip--right .sliderinput__tooltip__value {
	color: #616268
}

.sliderinput__tooltip--right:after {
	right: 100%;
	left: auto;
	border-left-color: transparent;
	border-right-color: #ddd
}

.sliderinput__slider--maxslider .sliderinput__tooltip--side .sliderinput__tooltip__value {
	color: #616268
}

.sliderinput__slider--maxslider .sliderinput__tooltip--right .sliderinput__tooltip__value {
	color: #fff
}

.product-sheet .item-header {
	align-items: center;
	display: flex;
	margin-bottom: 24px
}

@media screen and (max-width:1023px) {
	.product-sheet .item-header {
		align-items: start
	}
}

@media screen and (max-width:767px) {
	.product-sheet .item-header {
		flex-direction: column
	}
}

.product-sheet .item-additional {
	display: flex;
	flex-direction: column;
	margin-left: 16px
}

@media screen and (max-width:767px) {
	.product-sheet .item-additional {
		margin-left: 0
	}
}

.product-sheet h1,
.product-sheet h2 {
	font-weight: 700
}

.product-sheet h1 {
	font-size: 40px;
	margin: 0
}

@media screen and (max-width:1023px) {
	.product-sheet h1 {
		font-size: 32px
	}
}

@media screen and (max-width:767px) {
	.product-sheet h1 {
		margin: 0 0 12px
	}
}

.product-sheet h2 {
	font-size: 20px
}

.product-sheet h2.item-number {
	color: #c3cdd5
}

.product-sheet h2.item-class {
	font-size: 16px;
	margin: 0
}

.product-sheet h3.item-number {
	color: #c3cdd5;
	font-size: 20px;
	margin: 0
}

.product-sheet .cta {
	text-align: right
}

@media screen and (max-width:1023px) {
	.product-sheet .cta {
		text-align: left
	}
}

.product-sheet .info {
	background: #ebebeb;
	margin: 24px 0 0;
	padding: 16px
}

.product-sheet .info h2 {
	color: #616268
}

.product-sheet .info h2:first-child {
	margin-top: 0
}

.product-sheet .info ul {
	margin-bottom: 0
}

.product-sheet .info__io-link {
	height: 40px;
	width: auto;
	margin: -8px 0 8px 8px
}

.product-sheet .icons {
	color: #000;
	font-size: 24px
}

.product-sheet .icons span {
	margin-right: 8px
}

input.quantity {
	padding: 4px 0 4px 5px;
	position: relative;
	top: .8px;
	width: 64px
}

@media screen and (max-width:1279px) {
	input.quantity {
		margin-bottom: 8px
	}
}

@media screen and (max-width:1023px) {
	input.quantity {
		margin-bottom: 0
	}
}

@media screen and (max-width:479px) {
	input.quantity {
		border: 1px inset #a0a0a0
	}
}

footer {
	padding-top: 24px
}

footer * {
	line-height: 1.75
}

footer nav {
	padding: 0
}

footer nav ol {
	margin-bottom: 24px
}

footer nav li {
	display: block;
	float: none;
	margin-right: 0
}

footer address,
footer h2,
footer p,
footer table {
	font-size: 14px
}

footer table {
	margin-bottom: 20px
}

footer h2 {
	font-weight: 700;
	margin: 0
}

footer a {
	color: #616268
}

footer a:hover {
	color: #41a3bc
}

.switch--language-country {
	font-size: 16px;
	list-style: none;
	margin-bottom: 24px;
	position: relative;
	text-align: right
}

.switch--language-country ul {
	list-style: none
}

.switch--language-country>li {
	float: right
}

.switch--language-country>li>a {
	display: block;
	padding: 7px 16px
}

.switch--language-country>li>a:focus,
.switch--language-country>li>a:hover {
	border-color: #41a3bc
}

.switch--language-country>li>a:focus,
.switch--language-country>li>a:hover {
	background: #dedede
}

.switch--language-country:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.switch--language-country .switch--language {
	text-align: left
}

.switch--language-country .switch--language h2 {
	border: 0;
	font-size: 16px;
	font-weight: 400;
	padding: 8px 12px
}

.switch--language-country .switch--language h2:active,
.switch--language-country .switch--language h2:hover {
	background: 0 0
}

.switch--language-country .switch--language .nav--language-selection li {
	padding-left: 36px
}

.switch--language-country .switch--language .nav--language-selection li a {
	padding: 0
}

.switch--language-country li .nav--language-selection {
	display: block;
	font-size: 14px;
	margin-bottom: 4px;
	padding: 0;
	text-align: left
}

.switch--language-country li .nav--language-selection a {
	display: block;
	padding: 2px 0
}

.switch--language-country li .nav--language-selection a:focus,
.switch--language-country li .nav--language-selection a:hover {
	color: #41a3bc
}

.switch--language-country .switch--country a {
	margin-right: 16px;
	padding: 8px 12px;
	position: relative
}

.switch--language-country .switch--country a:focus,
.switch--language-country .switch--country a:hover {
	text-decoration: none
}

.alternative-products {
	margin-bottom: 32px;
	margin-top: 64px;
	position: relative
}

.alternative-products:first-child {
	margin-top: 0
}

.alternative-products__headline {
	font-size: 20px!important;
	margin-bottom: 32px!important;
	margin-top: 0
}

.alternative-products .slick--recommended {
	margin: 0 8px;
	position: relative;
	width: auto
}

.alternative-products .slick--recommended a:focus,
.alternative-products .slick--recommended a:hover {
	text-decoration: none
}

.alternative-products .slick--recommended a:focus .slide-element-heading,
.alternative-products .slick--recommended a:hover .slide-element-heading {
	color: #ff6e00;
	text-decoration: none
}

@media screen and (max-width:479px) {
	.alternative-products .slick--recommended {
		margin: 0 32px
	}
}

.alternative-products .slick--recommended .slick-slide:focus {
	outline: 0
}

.alternative-products .slick--recommended .slick-slide a:focus,
.alternative-products .slick--recommended .slick-slide div:focus {
	outline: 0
}

.alternative-products .slick--recommended .slick-slide .slide-element {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.1
}

.alternative-products .slick--recommended .slick-slide .slide-element-heading {
	font-weight: 700
}

.alternative-products .slick--recommended figure {
	color: #616268;
	padding: 0 16px;
	text-align: center
}

.alternative-products .slick--recommended figure h2,
.alternative-products .slick--recommended figure h3 {
	font-size: 16px;
	margin: 0
}

.alternative-products .slick--recommended figure h3 {
	font-weight: 400
}

.alternative-products .slick--recommended figure p {
	font-size: 20px;
	font-weight: 700
}

.alternative-products .slick--recommended figure img {
	width: 40%;
	margin: 8px auto
}

.alternative-products .item__headline {
	background: #f7f7f7;
	border: 1px solid #dedede;
	border-bottom: 0;
	padding: 8px;
	width: 100%;
	height: 96px;
	margin-bottom: 0
}

.alternative-products .item__headline:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px
}

.alternative-products .item__headline span {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	text-overflow: ellipsis;
	max-height: 80px;
	overflow: hidden
}

.alternative-products .item__imagecontainer {
	border: 1px solid #dedede;
	border-top: 0;
	padding: 8px 0
}

.searchresults .tab-panel ul.tab-navigation {
	list-style: none;
	margin: 0 0 -1px;
	padding: 0;
	overflow: hidden
}

.searchresults .tab-panel ul.tab-navigation li {
	background: #dedede;
	border: 1px solid #dedede;
	border-bottom: 0;
	float: left;
	margin-right: 1px;
	margin-bottom: 0
}

.searchresults .tab-panel ul.tab-navigation li a {
	color: #616268;
	display: block;
	padding: .33rem 1rem
}

.searchresults .tab-panel ul.tab-navigation li.disabled {
	background: #f8f8f8;
	border-color: #f8f8f8
}

.searchresults .tab-panel ul.tab-navigation li.disabled>span {
	color: #b6b7bb;
	display: block;
	padding: .33rem 1rem
}

.searchresults .tab-panel ul.tab-navigation li.active {
	background: #fff
}

.searchresults .tab-panel ul.tab-navigation li.active:first-child {
	margin-left: 0
}

@media screen and (max-width:767px) {
	.searchresults .tab-panel ul.tab-navigation li {
		float: none
	}
}

.searchresults .tab-content {
	border: 1px solid #dedede
}

.searchresults .tab-content h2,
.searchresults .tab-content table,
.searchresults .tab-content ul {
	color: #616268
}

.searchresults .tab-content ul {
	padding: 0;
	margin-left: .1rem
}

.searchresults .tab-content section.content {
	padding: 1rem 0
}

.searchresults .tab-content h2 {
	line-height: 1.42857
}

.searchresults .tab-content h2:first-child {
	margin-top: 0
}

.product-sheet .tab-content {
	scroll-behavior: smooth
}

.product-sheet .tab-content h2,
.product-sheet .tab-content table,
.product-sheet .tab-content ul {
	color: #616268
}

.product-sheet .tab-content ul {
	padding: 0;
	margin-left: 2px
}

.product-sheet .tab-content section.content {
	padding: 16px 0
}

.product-sheet .tab-content h2 {
	line-height: 1.42857
}

.product-sheet .tab-content h2:first-child {
	margin-top: 0
}

@media screen and (min-width:1024px) {
	.product-sheet .tab-content #downloads.tab-pane.active .container-fluid {
		min-height: 250px
	}
}

.product-sheet .tab-panel__tab-wrapper {
	position: -webkit-sticky;
	position: sticky;
	background-color: #fff;
	top: 0;
	z-index: 20;
	scroll-behavior: smooth
}

@media all and (-ms-high-contrast:none) {
	.product-sheet .tab-panel__tab-wrapper {
		position: relative
	}
}

.product-sheet .tab-navigation,
.product-sheet ul.tab-navigation {
	list-style: none;
	margin: 0 0 -1px;
	padding: 0;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	box-shadow: inset 0 -3px 0 #f7f7f7;
	overflow-x: auto;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none
}

.product-sheet .tab-navigation::-webkit-scrollbar,
.product-sheet ul.tab-navigation::-webkit-scrollbar {
	height: 0
}

.product-sheet .tab-navigation li,
.product-sheet ul.tab-navigation li {
	margin-right: 1px;
	margin-bottom: 0;
	flex: 0 0 auto;
	border: none
}

.product-sheet .tab-navigation li a,
.product-sheet ul.tab-navigation li a {
	color: #6e8ba1;
	display: block;
	padding: 8px 40px;
	text-decoration: none;
	font-size: 22px
}

@media screen and (min-width:768px) {
	.product-sheet .tab-navigation li a,
	.product-sheet ul.tab-navigation li a {
		font-size: 20px;
		padding: 5px 20px
	}
}

@media screen and (min-width:1024px) {
	.product-sheet .tab-navigation li a,
	.product-sheet ul.tab-navigation li a {
		font-size: 24px;
		padding: 5px 50px
	}
}

.product-sheet .tab-navigation li a:active,
.product-sheet .tab-navigation li a:hover,
.product-sheet ul.tab-navigation li a:active,
.product-sheet ul.tab-navigation li a:hover {
	color: #ff6e00;
	text-decoration: none
}

.product-sheet .tab-navigation li.active a,
.product-sheet ul.tab-navigation li.active a {
	color: #ff6e00
}

.product-sheet .tab-navigation li.active:first-child,
.product-sheet ul.tab-navigation li.active:first-child {
	margin-left: 0
}

.product-sheet .tab-navigation__indicator,
.product-sheet ul.tab-navigation__indicator {
	opacity: 0;
	height: 3px;
	display: block;
	background-color: #ff6e00
}

.product-sheet .tab-navigation__indicator--active,
.product-sheet ul.tab-navigation__indicator--active {
	opacity: 1
}

.panel-group .panel {
	border-radius: 0
}

.panel-default {
	border: none;
	box-shadow: none
}

.panel-default>.panel-heading {
	background-color: #ddd;
	border: 1px solid #ddd
}

.panel-default>.panel-heading.active-panel {
	background-color: #fff
}

.panel-default .panel-title {
	font-weight: 400
}

.panel-default a,
.panel-default a:link,
.panel-default a:visited {
	color: #616268
}

.nav-flyout {
	display: none;
	visibility: hidden
}

@media screen and (min-width:1024px) {
	.nav-flyout {
		background: #fff;
		border: 1px solid #ddd;
		box-shadow: 0 0 5px 1px rgba(0, 0, 0, .15);
		display: block;
		font-size: 14px;
		position: absolute;
		right: 0;
		text-align: left;
		top: 60px;
		z-index: 110
	}
	.nav-flyout:before {
		content: "";
		height: 30px;
		position: absolute;
		right: 0;
		top: -30px;
		width: 100%
	}
	.nav-flyout:after {
		background: #fff;
		border-bottom: 0;
		border-left: 1px #ddd solid;
		border-right: 0;
		border-top: 1px #ddd solid;
		bottom: -26px;
		content: "";
		height: 22px;
		position: absolute;
		right: 10%;
		top: -12px;
		transform: rotate(45deg);
		width: 22px;
		z-index: 20
	}
	.nav-flyout--visible {
		transform: translateY(-6px);
		transition: all .3s ease;
		visibility: visible
	}
}

.cke-table {
	border: none;
	font-size: 13px;
	margin-bottom: 32px
}

.cke-table th[scope=col],
.cke-table th[scope=row] {
	background-color: #616268;
	color: #fff;
	font-size: 14px;
	font-weight: 700
}

.cke-table tr {
	vertical-align: middle
}

.cke-table tr:nth-child(odd) {
	background-color: #f0f2f4
}

.cke-table tr:nth-child(even) {
	background-color: #fff
}

.cke-table td,
.cke-table th {
	padding: 8px
}

.cke-table p {
	margin: 4px
}

.cke-table img {
	max-width: 100px;
	width: auto
}

.cke-table ul {
	padding-left: 16px;
	margin-bottom: 14px
}

.cke-table ul li {
	margin-bottom: 4px;
	line-height: 1.2
}

@media screen and (max-width:767px) {
	.pd-table--download .description,
	.pd-table--download .item,
	.pd-table--download .link,
	.pd-table--download .size,
	.pd-table--download .version {
		display: block;
		width: 100%
	}
}

.pd-table--download .item {
	word-break: break-word
}

@media screen and (max-width:767px) {
	.pd-table--download .item {
		font-weight: 700
	}
}

@media screen and (max-width:767px) {
	.pd-table-headlines {
		display: none
	}
}

.dashboard h1 {
	align-items: baseline;
	display: flex;
	line-height: 1;
	margin-top: 32px
}

@media screen and (min-width:768px) {
	.dashboard h1 {
		margin-top: 18px
	}
}

.dashboard h1 i {
	margin-right: 22px
}

.dashboard _:-moz-any-link:-moz-tree-row(hover) {
	position: relative;
	margin-right: 8px;
	line-height: 0
}

.dashboard__tile {
	background-color: #f7f7f7;
	color: inherit;
	cursor: pointer;
	display: block;
	padding-bottom: 100%;
	position: relative;
	width: 100%
}

.dashboard__tile--yellow {
	background-color: #ff6e00
}

.dashboard__tile--petrol {
	background-color: #64a7b1
}

.dashboard__tile--blue {
	background-color: #7fb9d2
}

.dashboard__tile:hover i {
	font-size: 96px
}

.dashboard__tile h2 {
	background-color: #f7f7f7;
	margin: 0;
	padding: 16px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 16px
}

@media screen and (max-width:1279px) {
	.dashboard__tile h2 {
		font-size: 14px
	}
}

@media screen and (max-width:1023px) {
	.dashboard__tile h2 {
		font-size: 12px
	}
}

.dashboard__tile i {
	color: #fff;
	font-size: 5rem;
	left: 50%;
	margin-right: -50%;
	margin: 0;
	position: absolute;
	top: 60%;
	transform: translate(-50%, -50%);
	transition: font-size .15s
}

@media (min-width:990px) and (max-width:1023px) {
	.dashboard__tile i {
		font-size: 32px;
		top: 80%
	}
}

.dashboard .button--back {
	width: 50%
}

.row-eq-height {
	display: flex
}

.account-data,
.invoice-data,
.offer-data,
.order-data {
	position: relative;
	font-size: 14px;
	margin: 0 0 16px
}

.account-data caption,
.invoice-data caption,
.offer-data caption,
.order-data caption {
	color: #616268
}

.account-data caption .description,
.invoice-data caption .description,
.offer-data caption .description,
.order-data caption .description {
	display: block;
	font-size: 16px;
	font-weight: 400
}

.account-data td,
.account-data th,
.invoice-data td,
.invoice-data th,
.offer-data td,
.offer-data th,
.order-data td,
.order-data th {
	padding: 4px 14px 4px 0;
	-webkit-hyphens: auto;
	hyphens: auto;
	-ms-hyphens: auto;
	word-break: break-word
}

@media all and (-ms-high-contrast:none) {
	.account-data td,
	.account-data th,
	.invoice-data td,
	.invoice-data th,
	.offer-data td,
	.offer-data th,
	.order-data td,
	.order-data th {
		word-break: break-all
	}
}

.account-data td:last-child,
.account-data th:last-child,
.invoice-data td:last-child,
.invoice-data th:last-child,
.offer-data td:last-child,
.offer-data th:last-child,
.order-data td:last-child,
.order-data th:last-child {
	padding-right: 0
}

.account-data tr:nth-child(even),
.invoice-data tr:nth-child(even),
.offer-data tr:nth-child(even),
.order-data tr:nth-child(even) {
	background: #f7f7f7
}

.account-data tr.function,
.invoice-data tr.function,
.offer-data tr.function,
.order-data tr.function {
	background: 0 0
}

.account-data a,
.account-data button,
.invoice-data a,
.invoice-data button,
.offer-data a,
.offer-data button,
.order-data a,
.order-data button {
	text-align: center;
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.account-data button,
	.invoice-data button,
	.offer-data button,
	.order-data button {
		width: 170px
	}
}

@media screen and (min-width:1024px) {
	.account-data button,
	.invoice-data button,
	.offer-data button,
	.order-data button {
		width: 100%
	}
}

.invoice-data tbody tr td:nth-child(3) {
	min-width: 100px
}

@media screen and (min-width:480px) {
	.account-data th:first-child {
		width: 33%
	}
}

.account-data td,
.account-data th {
	display: block;
	vertical-align: top
}

@media screen and (min-width:480px) {
	.account-data td,
	.account-data th {
		display: table-cell
	}
}

.offer-data__link {
	font-weight: 700
}

.offer-data__link i {
	margin-right: 6px
}

.offer-data--empty__steps p {
	font-weight: 500;
	margin: 0 0 8px
}

.offer-data--empty__steps hr {
	margin: 8px 0
}

.offer-data--empty__steps ol {
	padding: 0 0 0 20px
}

@media all and (-ms-high-contrast:none) {
	.invoice-data,
	.offer-data,
	.order-data {
		table-layout: auto
	}
}

.softwareData__start {
	background: #f7f7f7
}

.softwareData__start h2 {
	margin-top: 24px!important
}

.softwareData__start form.content {
	padding: 0;
	border: 0;
	margin-bottom: 0
}

.softwareData__start form.content input {
	background: #f0f2f4;
	border: 1px solid #a0a1a4;
	display: inline-block
}

.softwareData__start form.content input:focus {
	background: #fff
}

.softwareData__start form.content input.parsley-error {
	border: 1px solid red
}

@media screen and (min-width:768px) and (max-width:1023px) {
	.softwareData__start form.content {
		display: inline-block;
		width: 100%
	}
}

.softwareData__start button.button--primary {
	margin-left: 0;
	width: 100%
}

.softwareData__licenses,
.softwareData__software,
.softwareData__systems {
	position: relative;
	background-color: #f7f7f7;
	margin-top: 24px
}

.softwareData__licenses h2,
.softwareData__software h2,
.softwareData__systems h2 {
	margin: 0
}

.softwareData__licenses .collapse,
.softwareData__software .collapse,
.softwareData__systems .collapse {
	position: relative
}

.softwareData__section-headline {
	margin: 0;
	padding: 18px 0 20px;
	color: #ff6e00;
	cursor: pointer
}

.softwareData__section-headline:hover {
	color: #41a3bc
}

.softwareData__section-headline i {
	transition: transform .35s
}

.softwareData__section-headline[aria-expanded=true] i {
	transform: rotate(90deg)
}

.softwareData__software table {
	margin: 12px 0 16px
}

.softwareData__software table thead {
	font-size: 16px
}

.softwareData__software table tbody tr {
	font-size: 14px
}

.softwareData--inactive:after {
	background-color: rgba(255, 255, 255, .5);
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.list-bookmarks {
	table-layout: fixed;
	font-size: .85rem
}

.list-bookmarks td,
.list-bookmarks th {
	padding: .5rem;
	vertical-align: top
}

@media screen and (max-width:479px) {
	.list-bookmarks td:last-child {
		vertical-align: middle
	}
}

.list-bookmarks tbody .odd {
	background: #f7f7f7
}

.list-bookmarks__head {
	background: #dedede
}

.list-bookmarks__head--product {
	width: 10%
}

.list-bookmarks__head--description {
	width: 20%
}

@media screen and (max-width:767px) {
	.list-bookmarks__head--description {
		display: none
	}
}

@media screen and (max-width:1023px) {
	.list-bookmarks__head--availability {
		display: none
	}
}

@media screen and (max-width:1023px) {
	.list-bookmarks__head--term {
		display: none
	}
}

.list-bookmarks__head--price {
	width: 20%
}

.list-bookmarks__head--amount {
	width: 15%
}

.list-bookmarks-shared .list-bookmarks__head--amount {
	width: 10%
}

.list-bookmarks-shared .list-bookmarks__head--amount.readonly {
	width: 5%
}

.list-bookmarks__head--delete {
	width: 7%
}

.list-bookmarks-shared .list-bookmarks__head--logged-out-cta {
	width: 17%
}

.list-bookmarks__thumb {
	font-weight: 700
}

.list-bookmarks__thumb img {
	display: block;
	margin: 0;
	width: 3rem
}

.list-bookmarks__description {
	font-weight: 700;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

@media screen and (max-width:767px) {
	.list-bookmarks__description {
		display: none
	}
}

.list-bookmarks__availability {
	position: relative
}

.list-bookmarks__availability__wrapper {
	display: table-cell
}

.list-bookmarks__availability p {
	display: table-cell
}

@media screen and (max-width:1023px) {
	.list-bookmarks__availability {
		display: none
	}
}

@media screen and (max-width:1023px) {
	.list-bookmarks__term {
		display: none
	}
}

.list-bookmarks__cta {
	white-space: nowrap
}

.list-bookmarks__cta .quantity {
	width: 2.7rem;
	border: 1px solid #a0a1a4
}

@media screen and (max-width:479px) {
	.list-bookmarks__cta .quantity {
		display: block;
		width: 100%
	}
}

.list-bookmarks__cta .button--cta {
	padding: .3rem .75rem
}

@media screen and (max-width:479px) {
	.list-bookmarks__cta .button--cta {
		width: 100%;
		margin: .5rem 0 0
	}
}

.list-bookmarks--addproduct.content {
	border: none!important;
	margin-bottom: 0!important;
	padding: 1rem 0!important;
	text-align: right
}

.list-bookmarks--addproduct.content label {
	padding: .5rem 1rem
}

.list-bookmarks--addproduct.content .field-group {
	padding-left: 0
}

@media screen and (max-width:767px) {
	.list-bookmarks--addproduct.content .field-group input {
		margin-bottom: .75rem
	}
}

.list-bookmarks--addproduct.content .button--primary {
	margin-left: 0;
	padding: .45rem .75rem
}

.list-bookmarks--guest {
	table-layout: auto
}

.list-bookmarks--guest .list-bookmarks__head--amount {
	width: auto
}

@media screen and (max-width:767px) {
	.list-bookmarks--guest .list-bookmarks__head--price {
		width: 35%
	}
}

.list-bookmarks .button--edit {
	position: relative;
	bottom: 1px
}

.list-bookmarks form {
	border: 0;
	padding: 0;
	margin-bottom: 0
}

.list-bookmarks form .button-group,
.list-bookmarks form input,
.list-bookmarks form label {
	display: inline-block!important
}

.list-bookmarks form input {
	width: 100%
}

.list-bookmarks form .field-group {
	display: inline-block
}

.list-bookmarks form button {
	margin: 0
}

.list-bookmarks .price {
	font-size: .85rem
}

.list-bookmarks .button--delete {
	padding-top: .4rem
}

.animation-embed iframe {
	width: 100%;
	height: auto
}

.content--alt-1 .hotspots-container,
.content--alt-2 .hotspots-container {
	display: block;
	position: relative
}

.content--alt-1 .hotspots,
.content--alt-2 .hotspots {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: auto;
	height: auto;
	list-style: none;
	padding: 0;
	margin: 0
}

.content--alt-1 .hotspot,
.content--alt-2 .hotspot {
	position: absolute
}

.content--alt-1 .hotspot>a,
.content--alt-2 .hotspot>a {
	position: relative;
	background-color: #ff6e00;
	display: block;
	height: 16px;
	width: 16px;
	left: -8px;
	top: -8px;
	padding-left: 16px;
	overflow: hidden;
	transition: all 150ms ease-out;
	border-radius: 100%;
	box-shadow: 0 0 0 2px #fff
}

@media screen and (max-width:1023px) {
	.content--alt-1 .hotspot>a,
	.content--alt-2 .hotspot>a {
		display: none
	}
}

.content--alt-1 .hotspot>a:hover,
.content--alt-2 .hotspot>a:hover {
	width: 32px;
	height: 32px;
	left: -16px;
	top: -16px;
	padding-left: 32px
}

.content--alt-1 .hotspots .tooltip,
.content--alt-2 .hotspots .tooltip {
	min-width: 100px;
	border-radius: 0
}

.tooltip-inner {
	border-radius: 0;
	background-color: #616268
}

.tooltip.top .tooltip-arrow,
.tooltip.top-left .tooltip-arrow,
.tooltip.top-right .tooltip-arrow {
	border-top-color: #616268
}

.tooltip.right .tooltip-arrow {
	border-right-color: #616268
}

.tooltip.left .tooltip-arrow {
	border-left-color: #616268
}

.tooltip.bottom .tooltip-arrow,
.tooltip.bottom-left .tooltip-arrow,
.tooltip.bottom-right .tooltip-arrow {
	border-bottom-color: #616268
}

.box--applications .sticky {
	width: 100%
}

.nav--applications li {
	float: none;
	margin: 0;
	position: relative
}

.nav--applications li a:active,
.nav--applications li a:focus,
.nav--applications li a:hover {
	background: #dedede;
	text-decoration: none
}

.nav--applications li.active {
	font-weight: 700
}

.nav--applications li.active a.fa-stack {
	float: right;
	font-size: 8px;
	padding: 0;
	background: 0 0;
	color: #616268;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px
}

.nav--applications li.active a.fa-stack:active,
.nav--applications li.active a.fa-stack:focus,
.nav--applications li.active a.fa-stack:hover {
	background: 0 0
}

.nav--applications li.active a.fa-stack:active .fa-stack-2x,
.nav--applications li.active a.fa-stack:focus .fa-stack-2x,
.nav--applications li.active a.fa-stack:hover .fa-stack-2x {
	color: #c5c5c5
}

.nav--applications li.active a.fa-stack:active .fa-stack-1x,
.nav--applications li.active a.fa-stack:focus .fa-stack-1x,
.nav--applications li.active a.fa-stack:hover .fa-stack-1x {
	color: #616268
}

.nav--applications li a {
	background: #ebebeb;
	color: #616268;
	padding: 8px 32px 8px 8px;
	display: block;
	position: relative
}

.nav--applications>li {
	margin-bottom: 16px
}

.nav--applications>li>a {
	background: #616268;
	color: #fff
}

.nav--applications>li>a:active,
.nav--applications>li>a:focus,
.nav--applications>li>a:hover {
	background: #48494e;
	text-decoration: none
}

.nav--applications>li>a i {
	right: 14px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.nav--selector .applications__step>a {
	background: #a0a1a4
}

.applications {
	padding-top: 0!important
}

.applications h2 {
	margin-top: 0;
	margin-bottom: 16px
}

.applications__step-options>li {
	position: relative
}

.applications__step-options>li.active>a:first-child {
	cursor: default;
	font-weight: 700;
	text-decoration: none;
	pointer-events: none
}

.applications--step figcaption p {
	color: #616268;
	font-size: 16px
}

.applications--step h2 {
	margin-bottom: 16px;
	margin-top: 0
}

.applications--prompt {
	font-size: 12px;
	margin-bottom: 11px
}

.applications--teaser>h2:first-child {
	margin-top: 48px;
	margin-bottom: 32px
}

.applications--teaser-text {
	margin-top: 32px
}

.applications--teaser .teaser--product ul {
	padding-left: 16px
}

.applications--teaser .teaser--product .price {
	margin-bottom: 24px
}

.applications--teaser .teaser--product .price th {
	font-weight: 700
}

.applications--teaser .teaser--product .rrp {
	font-size: 16px;
	color: #a0a0a0
}

.applications--teaser .teaser--product .yp td:last-child {
	color: #ff6e00;
	font-size: 24px;
	font-weight: 700
}

.applications--teaser .teaser--product .saving,
.applications--teaser .teaser--product .yp {
	display: table-row!important
}

.teaser--product {
	margin-bottom: 48px
}

.teaser--product h2 {
	margin-bottom: 16px
}

.teaser--product img {
	border: 1px solid #dedede
}

.teaser--news .datetime,
.teaser--news h2 {
	margin: 4px 0 8px
}

.teaser--news .datetime {
	font-size: 14px;
	font-weight: 700
}

.teaser--news p:last-child {
	margin-bottom: 0
}

.teaser--content {
	margin-bottom: 48px
}

.teaser--content h2 {
	font-size: 32px;
	font-weight: 500;
	margin: 16px 0
}

@media screen and (min-width:1024px) {
	.teaser--content h2 {
		margin-top: 0
	}
}

.teaser--content h3 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.33
}

.teaser--content:last-child {
	margin-bottom: 0
}

.results .yp.price.teaser-price p:last-child {
	color: #616268
}

.downloads .table {
	display: table;
	border-right: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	font-size: 14px
}

@media screen and (max-width:767px) {
	.downloads .table {
		display: block;
		border: 0
	}
}

.downloads .table .table--header {
	background: #dedede;
	color: #616268;
	font-weight: 700;
	padding-top: 8px;
	padding-bottom: 8px
}

@media screen and (max-width:767px) {
	.downloads .table .table--header {
		display: none
	}
}

.downloads .table--row {
	color: #616268;
	display: table-row;
	height: 32px;
	margin: 0
}

@media screen and (max-width:767px) {
	.downloads .table--row {
		clear: both;
		display: block;
		margin-bottom: 16px;
		border: 1px solid #dedede;
		height: auto
	}
	.downloads .table--row:first-child {
		display: none
	}
}

@media screen and (max-width:767px) {
	.downloads .table--row {
		display: block
	}
}

.downloads .table--row.table--row-header {
	height: auto
}

.downloads .table--row>div {
	display: table-cell;
	border: 1px solid #dedede;
	border-bottom: 0;
	border-right: 0;
	color: #a0a0a0;
	position: relative;
	padding: 8px;
	vertical-align: middle
}

@media screen and (max-width:767px) {
	.downloads .table--row>div {
		border: 0;
		display: inline-block
	}
	.downloads .table--row>div:first-child {
		display: block
	}
}

.downloads .table--label--title {
	color: #616268
}

.downloads .table--label--size {
	text-align: right
}

@media screen and (max-width:767px) {
	.downloads .table--label--size {
		text-align: left
	}
}

.downloads .table--label--buttons {
	text-align: right
}

@media screen and (max-width:767px) {
	.downloads .table--label--buttons {
		float: right
	}
}

.download-results {
	list-style: none;
	padding: 0
}

.download-results li {
	display: block;
	margin-bottom: 24px
}

.download-results>li {
	display: table
}

@media screen and (max-width:1023px) {
	.download-results>li {
		display: block
	}
}

.download-results .column--content {
	background: #ebebeb
}

.download-results .column--content .download-results--version,
.download-results .column--content h2,
.download-results .column--content h3 {
	margin: 0 0 8px
}

.download-results .column--content,
.download-results .column--link {
	height: 100%;
	display: table-cell;
	float: none
}

@media screen and (max-width:1023px) {
	.download-results .column--content,
	.download-results .column--link {
		display: block
	}
}

.download-results .column--link {
	background: #dedede
}

.download-results .wrapper {
	padding: 16px 0 0
}

.download-results .icon {
	float: left;
	margin-right: 16px
}

.download-results .download-results--item {
	display: table-row;
	overflow: hidden
}

.download-results .download-results--link {
	padding: 0
}

.download-results .download-results--link li {
	font-size: 14px;
	margin-bottom: 8px
}

.download-results .info {
	color: #94959b;
	font-size: 14px
}

.download-results .less a,
.download-results .more a {
	color: #616268;
	font-size: 14px
}

.cookie-notice {
	display: none;
	background-color: #fff;
	padding: 1rem;
	margin-bottom: 1rem;
	margin-top: -1.25rem
}

.cookie-notice .button-group {
	margin-bottom: 0
}

.cookie-notice__more {
	color: #ff6e00
}

.noty_text {
	font-weight: 700
}

.noty_bar button {
	font-size: 1rem;
	margin-bottom: 1rem
}

.noty_buttons {
	background: #ff6e00
}

.noty_type_success .noty_text a {
	display: inline-block;
	color: #fff;
	margin-left: 1rem
}

#updateNotice .modal-backdrop {
	opacity: .65
}

#updateNotice .modal-header {
	background: #dedede
}

#updateNotice .modal-header .fa-internet-explorer {
	color: #1ebbee;
	float: left;
	font-size: 2rem;
	margin-right: 1rem
}

#updateNotice .modal-header h1 {
	font-size: 1.5rem;
	font-weight: 700
}

#updateNotice .modal-content {
	border-radius: 0;
	box-shadow: none
}

#updateNotice .modal-footer {
	background: #dedede;
	text-align: left;
	padding-bottom: 1.5rem;
	padding-top: 2rem
}

#updateNotice .button--primary {
	background: #ff6e00;
	color: #fff;
	text-decoration: none
}

#updateNotice .button--primary:hover {
	background: #ff9a4d
}

.puzzle a:focus,
.puzzle a:hover {
	text-decoration: none
}

.puzzle__title,
.squared-grid__title {
	font-weight: 400
}

.puzzle__item {
	height: 296px;
	margin-bottom: 32px;
	position: relative;
	overflow: hidden;
    border: 1px solid #eee;
	width: 100%
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.puzzle__item {
		height: 270px
	}
}

@media screen and (max-width:1199px) {
	.puzzle__item {
		height: 260px
	}
}

@media screen and (max-width:1023px) {
	.puzzle__item {
		height: initial
	}
}

@media screen and (max-width:767px) {
	.puzzle__item {
		max-height: initial
	}
}

.touch .puzzle__item {
	max-height: initial
}

.puzzle__image img,
.puzzle__item img {
	height: 100%;
	margin-bottom: 0;
	object-fit: cover;
	object-position: top center;
	width: 100%
}

_:-ms-lang(x),
.puzzle__image img,
.puzzle__item img {
	height: auto;
	min-height: 100%
}

.puzzle__caption {
	background: rgba(0, 145, 145, .9);
	color: #fff;
	position: absolute;
	max-height: 18%;
    padding-right:15px;
	width: 100%;
	bottom: 0;
	transition: all .4s ease
}

.puzzle__item--bright .puzzle__caption {
	background: rgba(73, 122, 135, .9)
}

.touch .puzzle__item .puzzle__caption {
	max-height: initial
}

.puzzle__item:hover .puzzle__caption {
	max-height: 100%!important;
	bottom: 0;
	background: #ff6f00
}

@media screen and (max-width:1023px) {
	.puzzle__caption {
		position: relative;
		max-height: initial
	}
}

.puzzle__actions,
.squared-grid__actions {
	position: absolute;
	width: 100%;
	bottom: 0;
	text-transform: none;
	overflow: hidden
}

.puzzle__share {
	float: left;
	position: absolute;
	left: 8px;
	bottom: 0
}

.puzzle__share>i {
	margin-right: 8px
}

.puzzle__more {
	float: right;
	background-color: #fff;
	display: inline-block;
	width: 75px;
	height: 75px;
	transform: translate(37.5px, 37.5px) rotate(45deg)
}

.content--alt-1 .puzzle__more {
	background: #eaeaea
}

.puzzle__item--product .puzzle__more {
	background-color: #616268
}

.puzzle__more .icon__more {
	color: #009191;
	font-size: 20px;
	left: 9px;
	position: absolute;
	top: 21px;
	transform: rotate(-45deg);
	transition: color .1s, font-size .25s, top .25s, left .25s ease
}

.puzzle__item:hover .puzzle__more .icon__more {
	color: #ff6e00;
	font-size: 22px;
	top: 18px;
	left: 6px
}

.puzzle__caption h3,
.squared-grid__title {
	padding: 16px;
	font-size: 18px!important;
	line-height: 19px;
	font-weight: 400!important;
	margin: 0 0 10px
}

.puzzle__title:only-child,
.squared-grid__title:only-child {
	padding-bottom: 18px
}

.puzzle__item--big .puzzle__title,
.puzzle__item--big .squared-grid__title {
	font-size: 24px!important;
	padding: 12px 16px;
	line-height: 28px
}

@media screen and (max-width:1023px) {
	.puzzle__item--big .puzzle__title,
	.puzzle__item--big .squared-grid__title {
		font-size: 20px!important
	}
}

.puzzle__text {
	padding: 0 16px 16px;
	margin-top: -16px;
	opacity: 0;
	transition: opacity .2s ease-in
}

@media screen and (max-width:1023px) {
	.puzzle__text {
		opacity: 1
	}
}

.puzzle__item:hover .puzzle__text,
.touch .puzzle__item .puzzle__text {
	opacity: 1
}

a:active .puzzle__item h2,
a:active .puzzle__item p,
a:focus h2,
a:focus p,
a:hover h2,
a:hover p {
	text-decoration: none!important
}

.puzzle__item--txt {
	border: 2px solid #528998;
	color: #528998;
	height: 263px
}

@media screen and (max-width:1199px) {
	.puzzle__item--txt {
		height: 209px
	}
}

.puzzle__item--txt h2 {
	padding: 32px;
	line-height: 48px;
	font-size: 40px
}

@media screen and (max-width:1199px) {
	.puzzle__item--txt h2 {
		font-size: 32px;
		line-height: 40px;
		padding: 24px
	}
}

a:hover {
	text-decoration: none
}

.puzzle__item--productnews {
	background: #fff
}

.puzzle__item--productnews .puzzle__title,
.puzzle__item--productnews .squared-grid__title {
	line-height: 1.2;
	font-size: 18px
}

.puzzle__item--productnews .puzzle__caption {
	background: #7992a4
}

.puzzle__item--productnews:hover .puzzle__caption,
.puzzle__item--productnews:hover .puzzle__item__productnewscategory {
	background: #5f798b
}

.puzzle__item--productnews .puzzle__more .icon__more {
	color: #5f798b
}

.content--alt-1 .puzzle__item--productnews .puzzle__caption {
	background: #7992a4
}

.content--alt-1 .puzzle__item--productnews:hover .puzzle__caption,
.content--alt-1 .puzzle__item--productnews:hover .puzzle__item__productnewscategory {
	background: #5f798b
}

.content--alt-1 .puzzle__item--productnews:before {
	content: " ";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border: 1px solid #a8adad
}

.puzzle__item--productnews-top::before {
	content: "";
	background-image: url(../images/top-product.png);
	background-size: 66%;
	background-repeat: no-repeat;
	background-position: top right;
	display: block;
	width: 93px;
	height: 93px;
	position: absolute;
	right: 10px;
	top: 10px
}

.puzzle__item--productnews-top .puzzle__more {
	background: #ffa866
}

.puzzle__item--productnews-top .puzzle__more .icon__more {
	color: #fff
}

.productnews__row {
	margin-bottom: 16px
}

.puzzle .productnews__headline {
	color: #5f798b;
	border-bottom: 1px solid #5f798b;
	padding-bottom: 5px
}

.content--alt-1.puzzle .productnews__headline {
	border-bottom: 1px solid #a8adad
}

.puzzle__item__productnewscategory {
	transition: all .2s ease-in-out;
	display: block;
	position: absolute;
	font-size: 12px;
	font-weight: 700;
	top: -16px;
	right: 0;
	background: #7992a4;
	padding: 2px 5px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 19px
}

.stage--carousel .background {
	background: #e7e7e7;
	height: 400px;
	overflow: hidden
}

@media screen and (max-width:479px) {
	.stage--carousel .background {
		height: auto
	}
}

.stage--carousel * {
	color: #ecedf2;
	text-align: center
}

.stage--carousel .item {
	border: 0;
	display: block;
	height: 400px;
	overflow: hidden;
	position: relative;
	width: 100%
}

@media screen and (max-width:479px) {
	.stage--carousel .item {
		height: auto
	}
}

.stage--carousel .item--content {
	background-color: #4e6f87;
	height: 100%;
	position: relative
}

@media all and (-ms-high-contrast:none) {
	.stage--carousel .item--content {
		display: table
	}
}

.stage--carousel .item--content--left .wrapper {
	padding: 24px 32px 24px 60px
}

@media screen and (max-width:767px) {
	.stage--carousel .item--content--left .wrapper {
		padding: 24px 32px
	}
}

.stage--carousel .item--content--right .wrapper {
	padding: 24px 60px 24px 32px
}

@media screen and (max-width:767px) {
	.stage--carousel .item--content--right .wrapper {
		padding: 24px 32px
	}
}

.stage--carousel .item--content--transparent {
	background-color: rgba(78, 111, 135, .75)
}

.stage--carousel .item--content h2 {
	font-size: 28px;
	font-weight: 500;
	margin-top: 0
}

.stage--carousel .item--content * {
	color: #fff
}

.stage--carousel .item--content .wrapper {
	align-items: center;
	display: flex;
	flex-flow: column;
	height: 100%;
	justify-content: center
}

@media all and (-ms-high-contrast:none) {
	.stage--carousel .item--content .wrapper {
		display: table-cell;
		height: auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		vertical-align: middle
	}
}

@media screen and (max-width:1023px) {
	.stage--carousel .item--content h2 {
		font-size: 26px
	}
}

@media screen and (max-width:767px) {
	.stage--carousel .item--content {
		display: table;
		height: auto
	}
	.stage--carousel .item--content h2 {
		font-size: 24px
	}
}

@media all and (-ms-high-contrast:none) {
	.stage--carousel .item--content {
		display: block
	}
}

.stage--carousel .item--content,
.stage--carousel .item--picture {
	float: left
}

.stage--carousel .item--picture {
	height: 100%;
	background-size: cover;
	background-position: center
}

.stage--carousel .item--golden .item--picture {
	position: absolute;
	width: 60%;
	right: 0;
	z-index: 1
}

@media screen and (max-width:1199px) {
	.stage--carousel .item--golden .item--picture {
		width: 60%
	}
}

@media screen and (max-width:1023px) {
	.stage--carousel .item--golden .item--picture {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.stage--carousel .item--golden .item--picture {
		display: none
	}
}

.stage--carousel .item--golden .item--content {
	position: absolute;
	width: 40%;
	left: 0;
	z-index: 10
}

@media screen and (max-width:1199px) {
	.stage--carousel .item--golden .item--content {
		width: 40%
	}
}

@media screen and (max-width:1023px) {
	.stage--carousel .item--golden .item--content {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.stage--carousel .item--golden .item--content {
		position: relative;
		width: 100%;
		height: 100%
	}
}

.stage--carousel .item--golden--flip .item--picture {
	left: 0
}

.stage--carousel .item--golden--flip .item--content {
	right: 0;
	left: auto
}

.stage--carousel .item--bg-1 .item--content,
.stage--carousel .item--bg-2 .item--content {
	height: 100%;
	width: 40%
}

.stage--carousel .item--bg-1 .item--content *,
.stage--carousel .item--bg-2 .item--content * {
	color: #fff
}

@media screen and (max-width:1199px) {
	.stage--carousel .item--bg-1 .item--content,
	.stage--carousel .item--bg-2 .item--content {
		width: 40%
	}
}

@media screen and (max-width:1023px) {
	.stage--carousel .item--bg-1 .item--content,
	.stage--carousel .item--bg-2 .item--content {
		width: 50%
	}
}

@media screen and (max-width:767px) {
	.stage--carousel .item--bg-1 .item--content,
	.stage--carousel .item--bg-2 .item--content {
		width: 100%
	}
}

.stage--carousel .item--bg-1 .item--content {
	float: right
}

@media screen and (max-width:767px) {
	.stage--carousel .item--bg-1 .item--content {
		float: none
	}
}

.stage--carousel .item--bg-2 {
	background-position: left
}

.stage--carousel .item--bg-2 .item--content {
	float: left
}

@media screen and (max-width:767px) {
	.stage--carousel .item--bg-2 .item--content {
		float: non
	}
}

.stage--carousel .button--primary {
	margin: 16px 0 0
}

.slider-background,
.slider-background-image {
	position: absolute;
	background-size: cover;
	background-position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width:767px) {
	.slider-background {
		display: none
	}
}

.product__group__stage .carousel-indicators {
	padding-bottom: 0
}

.slide-toggle {
	display: none
}

.sector-list {
	width: 100%;
	display: block;
	margin: 16px 0
}

.sector-list h2 {
	font-size: 24px;
	margin-bottom: 0
}

.sector-list__toggle {
	display: block
}

.sector-list__toggle i {
	line-height: .5
}

.slide-toggle {
	margin-top: 32px
}

.slide-toggle div {
	margin-bottom: 16px
}

.slide-toggle div>a {
	display: block;
	padding: 8px 0
}

.slide-toggle>div a {
	border-bottom: 1px solid #ff6e00
}

.nav--searchresults .searchresults__stepname {
	color: #fff
}

section .nav--searchresults {
	margin-bottom: 1rem
}

.nav--searchresults .searchresults__step-options {
	margin-bottom: 1rem
}

.nav--searchresults li {
	float: none;
	margin: 0
}

.nav--searchresults li a:active,
.nav--searchresults li a:focus,
.nav--searchresults li a:hover {
	background: #dedede
}

.nav--searchresults li.active {
	font-weight: 700
}

.nav--searchresults li.active a.fa-stack {
	float: right;
	font-size: .5rem;
	padding: 0;
	background-color: transparent
}

.nav--searchresults li.active a.fa-stack:active .fa-stack-2x,
.nav--searchresults li.active a.fa-stack:focus .fa-stack-2x,
.nav--searchresults li.active a.fa-stack:hover .fa-stack-2x {
	color: #c5c5c5
}

.nav--searchresults li.active a.fa-stack:active .fa-stack-1x,
.nav--searchresults li.active a.fa-stack:focus .fa-stack-1x,
.nav--searchresults li.active a.fa-stack:hover .fa-stack-1x {
	color: #616268
}

.nav--searchresults li a,
.nav--searchresults li strong {
	background: #ebebeb;
	color: #616268;
	display: block;
	padding: .5rem
}

.nav--searchresults>li {
	margin-bottom: 1rem
}

.nav--searchresults>li>a {
	background: #616268;
	color: #fff
}

.nav--searchresults>li>a:active,
.nav--searchresults>li>a:focus,
.nav--searchresults>li>a:hover {
	background: #48494e
}

.nav--searchresults>li>a i {
	float: right;
	margin-right: .25rem
}

.searchresults__step-options>li {
	position: relative
}

.searchresults__step-options>li.active>a:first-child {
	cursor: default;
	font-weight: 700;
	text-decoration: none;
	pointer-events: none
}

.searchresults__close-options {
	float: right;
	position: absolute;
	right: 8px;
	top: 8px
}

.searchresults--step figcaption p {
	color: #616268;
	font-size: 1rem
}

@media screen and (max-width:1023px) {
	.searchresults--step {
		padding-left: 15px;
		padding-right: 15px
	}
}

.searchresults--prompt {
	font-size: .8rem;
	margin-bottom: .66rem
}

.searchresults .panel h4 u,
.searchresults .tab-navigation li u {
	text-decoration: none
}

@media screen and (max-width:1023px) {
	.searchresults .panel h4 u,
	.searchresults .tab-navigation li u {
		display: none
	}
}

.searchresults .panel h4.disabled,
.searchresults .tab-navigation li.disabled {
	background: #f1f1f1!important
}

.searchresults .panel-title a:focus,
.searchresults .panel-title a:hover,
.searchresults .tab-navigation a:focus,
.searchresults .tab-navigation a:hover {
	text-decoration: none
}

.searchresults .panel-title a:focus>span,
.searchresults .panel-title a:hover>span,
.searchresults .tab-navigation a:focus>span,
.searchresults .tab-navigation a:hover>span {
	text-decoration: underline
}

.searchresults h2 {
	margin-bottom: 1rem
}

.searchresults--step h2 {
	margin-bottom: 1rem
}

.searchresults--teaser .teaser--product ul {
	padding-left: 1rem
}

.searchresults--teaser .teaser--product .price {
	margin-bottom: 1.5rem
}

.searchresults--teaser .teaser--product .price th {
	font-weight: 700
}

.searchresults--teaser .teaser--product .rrp {
	font-size: 1rem;
	color: #a0a0a0
}

.searchresults--teaser .teaser--product .yp td:last-child {
	color: #ff6e00;
	font-size: 1.5rem;
	font-weight: 700
}

.searchresults--teaser .teaser--product .saving,
.searchresults--teaser .teaser--product .yp {
	display: table-row!important
}

.searchresults--teaser>h2:first-child {
	margin-top: 3rem;
	margin-bottom: 2rem
}

.searchresults--teaser-text {
	margin-top: 2rem
}

.searchresults .panel-body {
	padding: 0
}

@media screen and (max-width:767px) {
	.searchresults .panel-body {
		border: 1px solid #dedede!important;
		border-top: 0!important
	}
}

.tabpanel--wrapper {
	padding: 1rem
}

.results {
	list-style: none
}

@media screen and (max-width:767px) {
	.results {
		padding: 0;
		margin-bottom: 0!important
	}
}

.results img,
.results picture {
	float: left;
	margin: 0;
	width: 100%
}

@media screen and (max-width:1023px) {
	.results img,
	.results picture {
		float: none!important
	}
}

@media screen and (max-width:767px) {
	.results img,
	.results picture {
		margin-bottom: 1rem
	}
}

.results ol {
	list-style: none
}

.results ul {
	list-style: disc
}

.results .tags {
	list-style: none;
	text-align: right;
	margin-bottom: .5rem
}

.results .tags li {
	display: inline-block;
	margin-bottom: .4rem
}

.results .tags a {
	border-radius: .1rem;
	background: #a8adad;
	color: #fff;
	display: inline-block;
	font-size: .85rem;
	padding: .2rem .4rem
}

.results .tags a:focus,
.results .tags a:hover {
	cursor: default;
	text-decoration: none
}

@media screen and (max-width:1023px) {
	.results .tags {
		text-align: left
	}
}

@media screen and (max-width:1023px) {
	.results .price {
		margin-bottom: 1rem
	}
}

.results .price p {
	clear: right;
	margin-bottom: 0
}

.results .price p i {
	font-weight: 700;
	font-style: normal
}

@media screen and (max-width:1023px) {
	.results .price p {
		text-align: right
	}
}

.results .price.yp p {
	color: #ff6e00
}

.results .price.yp p:first-child {
	color: #616268;
	font-weight: 400
}

.results .button-group {
	margin-bottom: 0
}

.results .product-listaddable .button-group {
	margin-top: .5rem
}

.results .description {
	margin-left: 1.1rem;
	padding: 0
}

@media screen and (max-width:767px) {
	.results .description {
		padding: 0
	}
}

.results .lists_action {
	margin-top: .5rem
}

.results .button--compare {
	margin-left: .5rem
}

.results a.button--tertiary {
	padding: .5rem 0!important
}

.product--archiv {
	background: #7992a4!important
}

.archiv {
	border: 1px solid red;
	color: red;
	font-size: .75rem;
	padding: .5rem .75rem;
	text-align: left!important
}

.archiv span {
	white-space: nowrap
}

.archiv--alternative {
	color: #616268
}

.archiv--alternative b {
	color: red
}

.archiv--notice a {
	text-decoration: none
}

.archiv--notice a:hover {
	text-decoration: none
}

.results {
	margin-left: 0;
	padding-left: 0
}

.results>li {
	padding: 1rem
}

.results>li:hover h2 a {
	color: #ff6e00!important
}

li.category,
li.download,
li.downloadpackage,
li.product,
li.topic {
	margin-bottom: 1rem
}

li.category:last-child,
li.download:last-child,
li.downloadpackage:last-child,
li.product:last-child,
li.topic:last-child {
	margin-bottom: 0
}

li.category,
li.product {
	background: #f1f1f1
}

li.topic {
	background: #f8f8f8
}

li.download {
	background: #e6e6e6
}

li.download--secure,
li.downloadpackage {
	background: #f5f5f5
}

li.download--secure .download-data,
li.downloadpackage .download-data {
	background: #fff
}

.results h2,
.results h3,
section.content--alt-1 .panel ol.bc,
section.content--alt-1 .tab-panel ol.bc,
ul.results ol.bc {
	margin: 0
}

.results h2 {
	margin-bottom: 1rem
}

.results h2 span {
	font-size: 1rem;
	font-weight: 400
}

.results h2 span:before {
	content: " | ";
	color: #a0a0a0
}

.results h2 a {
	color: #ff6e00;
	text-decoration: none
}

.results h2 a:active,
.results h2 a:focus,
.results h2 a:hover {
	color: #ff6e00;
	text-decoration: underline
}

strong.highlight {
	background: #ffe2cc;
	font-weight: 400;
	padding: 0 .25rem
}

.download-data {
	background: #f2f2f2;
	margin-bottom: 1rem
}

.download-data td,
.download-data th {
	padding: .5rem
}

@media screen and (max-width:767px) {
	.download-data td.download-date,
	.download-data th.download-date {
		display: none
	}
}

.download-data th {
	padding-bottom: 0
}

.download-data td {
	padding-top: 0
}

@media screen and (max-width:1023px) {
	.searchresults .teaser-price p:last-child a {
		color: #ff6e00
	}
}

.tab-pane .teaser-price .yp {
	display: block
}

.tab-pane .teaser-price .yp i {
	color: #ff6e00
}

.searchresults .panel:first-child .panel-body p:first-of-type {
	color: #a0a0a0
}

.orderHistory-pagination,
.searchresults-pagination {
	float: right;
	color: #616268;
	padding-right: 1rem
}

.orderHistory-pagination>div,
.searchresults-pagination>div {
	height: 2rem
}

.orderHistory-pagination__current,
.searchresults-pagination__current {
	font-size: .75rem;
	float: left;
	line-height: 2.67;
	margin: 0 .5rem;
	text-align: center
}

.orderHistory-pagination__current,
.orderHistory-pagination__next,
.orderHistory-pagination__prev,
.searchresults-pagination__current,
.searchresults-pagination__next,
.searchresults-pagination__prev {
	float: left
}

.orderHistory-pagination__next,
.orderHistory-pagination__prev,
.searchresults-pagination__next,
.searchresults-pagination__prev {
	font-size: 1rem;
	line-height: 2
}

.orderHistory-pagination__prev i,
.searchresults-pagination__prev i {
	padding-right: .5rem
}

.orderHistory-pagination__next i,
.searchresults-pagination__next i {
	padding-left: .5rem
}

.orderHistory-pagination__next a:first-child i,
.orderHistory-pagination__prev a:last-child i,
.searchresults-pagination__next a:first-child i,
.searchresults-pagination__prev a:last-child i {
	font-size: 1.5rem;
	vertical-align: -10%
}

.orderHistory-pagination__bottom,
.searchresults-pagination__bottom {
	margin-top: -2rem;
	margin-bottom: 1rem
}

.fixed-container {
	pointer-events: none
}

.toolbar-ng {
	pointer-events: all
}

.toolbar {
	pointer-events: all;
	overflow: hidden;
	margin-bottom: 1rem
}

.toolbar form {
	margin-bottom: 0;
	padding: 0;
	background-color: #f7f7f7;
	display: block;
	overflow: hidden
}

.toolbar>form.content {
	border: none
}

.toolbar>form.content label {
	height: 2rem;
	line-height: 2rem
}

.toolbar>form.content select {
	width: 50%
}

.toolbar>form.content .toolbar__radiobutton {
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	height: 3rem;
	position: relative
}

.toolbar>form.content .toolbar__radiobutton input[type=radio] {
	height: 10px;
	position: absolute;
	top: -20px
}

.toolbar>form.content .toolbar__radiobutton input[type=radio]+.toolbar__display__btn {
	background-color: #ebebeb;
	padding: .25rem .5rem
}

.toolbar>form.content .toolbar__radiobutton input:checked[type=radio]+.toolbar__display__btn {
	color: #fff;
	background-color: #ff6e00
}

.toolbar>form.content .field-group {
	margin-bottom: 0;
	padding-top: 15px;
	padding-bottom: 15px
}

.toolbar input,
.toolbar label,
.toolbar select {
	margin-bottom: 0
}

.toolbar input,
.toolbar select {
	float: right
}

@media screen and (max-width:1023px) {
	.toolbar__pagination {
		font-size: 1.5rem
	}
}

.toolbar__pagination>div {
	height: 2rem;
	line-height: 2rem
}

.toolbar__pagination__next a i {
	padding-left: .5rem
}

.toolbar__pagination__prev a i {
	padding-right: .5rem
}

.toolbar__pagination .fa-caret-left,
.toolbar__pagination .fa-caret-right {
	font-size: 1.5rem;
	vertical-align: -10%
}

@media screen and (max-width:1023px) {
	.toolbar__pagination .fa-caret-left,
	.toolbar__pagination .fa-caret-right {
		font-size: 2.125rem;
		vertical-align: -10%
	}
}

.toolbar__pagination>div.toolbar__pagination__current {
	text-align: center;
	font-size: .75rem;
	line-height: 2rem;
	width: 50%;
	float: left
}

@media screen and (max-width:1199px) {
	.toolbar__pagination>div.toolbar__pagination__current {
		line-height: 2rem
	}
}

@media screen and (max-width:767px) {
	.toolbar__pagination>div.toolbar__pagination__current {
		line-height: 2rem
	}
}

@media screen and (min-width:1200px) and (max-width:1279px) {
	.toolbar__pagination>div.toolbar__pagination__current {
		line-height: 1rem
	}
}

.toolbar form.content .toolbar__order select {
	width: 50%
}

@media screen and (min-width:1200px) and (max-width:1279px) {
	.toolbar form.content .toolbar__order select {
		width: 75%;
		width: calc(100% - 24px)
	}
	.toolbar form.content .toolbar__order .toolbar__order__label {
		display: none
	}
}

.toolbar__pagination__next,
.toolbar__pagination__prev {
	width: 25%
}

.toolbar__pagination__prev {
	float: left
}

.toolbar__pagination__next {
	text-align: right;
	float: right
}

.toolbar-ng a {
	color: #ff6e00
}

.toolbar-ng .content {
	background: #f7f7f7;
	display: block;
	padding: 0 1rem 1rem 0;
	border: none;
	transition: all ease-in-out 5s;
	box-shadow: none
}

.toolbar-ng--top .content {
	padding: 0 1rem 0 0
}

.toolbar__group {
	padding-top: 1rem;
	padding-left: 1rem;
	float: left
}

.toolbar__group--viewswitch {
	padding-top: 2.2rem;
	height: 4.2rem
}

.toolbar__group--viewswitch .toolbar__display__container {
	height: 2rem
}

.toolbar__group--order,
.toolbar__group--showcount {
	max-width: 17rem
}

.toolbar__group--order label,
.toolbar__group--showcount label {
	line-height: 1.2rem;
	font-size: .85rem;
	font-weight: 400;
	margin-bottom: 0;
	display: block;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden
}

.toolbar__group--order select,
.toolbar__group--showcount select {
	background: #ebebeb;
	border: 1px solid transparent;
	font-size: .85rem;
	height: 2rem;
	max-width: 100%;
	display: block
}

.toolbar__group--order select {
	min-width: 8rem
}

.toolbar__group--showcount select {
	min-width: 4rem
}

.toolbar-ng .toolbar__radiobutton {
	overflow: hidden;
	position: relative;
	height: 2rem;
	line-height: 2rem;
	background: #ebebeb
}

.toolbar-ng .toolbar__radiobutton input {
	height: 10px;
	position: absolute;
	top: -20px
}

.toolbar-ng .toolbar__display__btn {
	padding: .375rem .5rem
}

.toolbar-ng>form.content .toolbar__radiobutton input:checked[type=radio]+.toolbar__display__btn {
	color: #fff;
	background-color: #ff6e00
}

.toolbar-ng .toolbar__pagination--extrapadding {
	padding-top: 2.2rem
}

.toolbar--bottom .toolbar__pagination--extrapadding {
	padding-top: 1.2rem
}

.toolbar-ng .toolbar__pagination {
	float: right
}

.toolbar-ng .toolbar__pagination__prev,
.toolbar__pagination__next {
	width: auto;
	float: left
}

.toolbar-ng .toolbar__pagination>div.toolbar__pagination__current {
	text-align: center;
	font-size: .75rem;
	line-height: 2rem;
	float: left;
	width: auto;
	margin: 0 .5rem
}

@media screen and (max-width:1023px) {
	.toolbar-ng .toolbar__pagination>div.toolbar__pagination__current {
		font-size: .8333rem;
		line-height: 2.25rem
	}
}

.toolbar-attributes {
	position: relative;
	height: 2rem;
	padding-left: 2.25rem
}

.toolbar-attributes .fa {
	position: absolute;
	top: .3125rem;
	left: .625rem
}

.toolbar-attributes .fa:before {
	font-size: 1.2rem
}

.toolbar-attributes--show .toolbar-attributes__icon--show {
	display: none
}

.toolbar-attributes--hide .toolbar-attributes__icon--hide {
	display: none
}

.toolbar-attributes--hide .toolbar-attributes__icon--show {
	display: inline-block
}

@media screen and (max-width:1279px) {
	.toolbar__group--order,
	.toolbar__group--showcount {
		max-width: 11rem
	}
}

@media screen and (max-width:767px) {
	.toolbar__group--order,
	.toolbar__group--showcount {
		width: 50%;
		max-width: 50%
	}
	.toolbar__group--order select,
	.toolbar__group--showcount select {
		width: 100%
	}
	.toolbar__group--viewswitch {
		padding-top: 1rem;
		height: 3rem
	}
	.toolbar-ng .toolbar__pagination--extrapadding {
		padding-top: 1rem
	}
}

@media screen and (max-width:479px) {
	.toolbar__group--order,
	.toolbar__group--showcount {
		width: 100%;
		max-width: 100%
	}
}

.fixed-container {
	position: fixed;
	top: 0;
	width: 100%;
	height: 0
}

.fixed-container .wrapper {
	height: 0
}

.fixed-container .container-fluid {
	height: 0
}

.fixed-container .container-fluid>.row {
	height: 0
}

.toolbar-ng__container--fixed .content {
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
	border-bottom: 3px solid #e3e3e3;
	margin-bottom: 0
}

.media-carousel__carousel {
	margin-bottom: 1.875rem
}

.media-carousel .carousel__headline {
	margin: 0 3rem 1.875rem
}

.media-carousel figcaption p {
	margin-bottom: 0
}

.content--alt-2 .media-carousel figcaption p {
	color: #616268
}

.categories {
	list-style: none;
	margin: 16px 0 0;
	overflow: hidden;
	padding: 0
}

.categories h3 {
	color: #616268;
	margin: 0 0 4px;
	min-height: 58px
}

.categories h4 {
	font-size: 14px;
	font-weight: 400;
	color: #a1a2a7;
	margin: 0 0 8px;
	min-height: 51px
}

.categories a {
	background: #f7f7f7;
	display: block;
	padding: 13px
}

.categories a:active,
.categories a:focus,
.categories a:hover {
	text-decoration: none
}

.categories a:active h3,
.categories a:focus h3,
.categories a:hover h3 {
	color: #ff6e00
}

.categories a img {
	margin-bottom: 0
}

.categories--display-products {
	margin-top: 8px;
	overflow: hidden
}

.toolbar {
	margin-bottom: 32px;
	margin-top: 16px
}

h2.product__group__points__headline {
	border-bottom: 1px solid #aeafb4;
	margin-bottom: 16px;
	padding-bottom: 8px
}

.product__group__points ol,
.product__group__points ul {
	margin-bottom: 0
}

.product__group__points__list {
	font-size: 14px;
	padding: 1.15em
}

.product__group__points--large .product__group__points__list {
	padding-top: 0
}

.category_overview_headline--productlist {
	margin-left: -15px
}

.categories-main-headline {
	color: #5f798b
}

.category_overview_variant_headline {
	border-bottom: 1px solid #5f798b;
	color: #5f798b;
	font-size: 1.3125rem;
	padding-bottom: 6px
}

.product__group__stage {
	margin-bottom: 16px;
	overflow: hidden
}

@media screen and (max-width:1023px) {
	.product__group__stage img {
		margin-bottom: 32px
	}
}

@media screen and (max-width:767px) {
	.product__group__stage img {
		display: none
	}
}

@media screen and (max-width:767px) {
	.product__group__stage .carousel {
		display: none
	}
}

@media screen and (max-width:1023px) {
	.product__group__stage picture,
	.product__group__stage__no-list {
		display: none
	}
}

.shop__product__attributes {
	font-size: 14px
}

.shop__product__attributes dd {
	margin-bottom: 8px
}

.shop__product__item {
	background: #f7f7f7;
	padding: 8px 16px
}

.shop__product__item .text-icon-link,
.shop__product__item>a {
	padding: 0
}

.shop__product__item .text-icon-link+.text-icon-link,
.shop__product__item span+.text-icon-link {
	margin-top: 13px
}

.shop__product__item label {
	font-size: 14px
}

.shop__product__item h3 {
	padding-left: 0;
	padding-right: 0;
	min-height: 0
}

.shop__product__item h4 {
	min-height: 0;
	font-size: 13px
}

.shop__product__item .button-group {
	margin-bottom: 8px;
	text-align: left
}

.shop__product__item header {
	background: 0 0;
	padding: 4px 0 0
}

.shop__product__image {
	margin-bottom: 16px
}

.product__item__price {
	font-size: 18px;
	margin: 16px 0 12px;
	position: relative
}

.product__item__actions .wrapper-quantity {
	margin-bottom: 8px;
	text-align: left
}

@media screen and (max-width:1023px) {
	.product__item__actions .wrapper-quantity {
		display: inline-block;
		float: none
	}
}

.product__item__actions .button--cta {
	clear: both
}

.product__item__actions .button--max {
	width: 100%
}

.categories--display-list .row {
	margin-bottom: 0
}

.categories--display-list header {
	padding: 0
}

.categories--display-list h3,
.categories--display-list h4 {
	display: inline-block
}

.categories--display-list .shop__product__item {
	clear: both;
	margin-bottom: 16px;
	overflow: hidden
}

.categories--display-list .col-md-4 {
	float: none;
	width: 100%
}

.categories--display-list .shop__product__image {
	float: left;
	margin-right: 2%;
	margin-bottom: 0;
	width: 10%
}

.categories--display-list .shop__product__attributes {
	display: none
}

.categories--display-list .product__item__actions__wrapper {
	float: left;
	width: 61%
}

.categories--display-list .product__item__actions,
.categories--display-list .product__item__price {
	float: left;
	width: 50%
}

.categories--display-list .button--cta {
	clear: none
}

.categories--display-list .wrapper-quantity {
	display: inline-block;
	float: none!important
}

.categories--display-list .wrapper-quantity label {
	display: none
}

@media screen and (max-width:1199px) {
	.categories--display-list .wrapper-quantity label {
		display: inline
	}
}

.shop__product__attributes {
	display: none
}

.categories--show-attributes .shop__product__attributes {
	display: block
}

.product__item_compare,
.product__item_save {
	color: #616268;
	font-size: 14px;
	margin-bottom: 16px
}

.product__item_save {
	margin-right: 8px
}

.product_list_view .no-price {
	margin: 3px 0 0
}

.image-loader__container {
	position: relative;
	overflow: hidden
}

.image-loader__image {
	position: absolute;
	width: 100%
}

.price td {
	padding-left: 1rem
}

.price tr:first-child td {
	color: #ff6e00;
	font-size: 1.75rem;
	font-weight: 700
}

.product-sheet .price tr:first-child td {
	color: #616268
}

.price .rrp {
	font-size: 1.75rem
}

.price .saving {
	display: none
}

.price .yp td {
	font-size: 1rem;
	color: #616268
}

.price .yp td .yp-price {
	display: none
}

.price .lt-price {
	color: #616268;
	font-size: 1rem;
	font-weight: 400;
	line-height: 3rem
}

.logged-in .price .rrp {
	font-size: 1rem
}

.logged-in .price .saving th {
	font-weight: 400
}

.product-sheet .price {
	margin-bottom: 1.5rem;
	width: auto
}

.price.price--show-yp .rrp td,
.price.price--show-yp .rrp th {
	font-weight: 400;
	font-size: 1rem;
	color: #616268
}

.price.price--show-yp .yp-show {
	display: none
}

.price.price--show-yp td .yp-price {
	display: table-row;
	color: #ff6e00;
	font-size: 1.75rem;
	font-weight: 700
}

.price.price--show-yp .saving {
	display: table-row
}

.logged-in .price-block__login__link {
	display: none
}

.price-block__yourprice__link {
	display: none
}

.price-block__yourprice__price {
	display: none
}

.price-block__savings {
	display: none
}

.price-block--show-yourprice .price-block__yourprice__price {
	display: inline
}

.price-block--show-yourprice .price-block__yourprice__link {
	display: none
}

.price-block--show-yourprice .price-block__savings--block {
	display: block
}

.price-block--show-yourprice .price-block__savings--inline {
	display: inline
}

.logged-in .price-block a.price-block__yourprice__link {
	display: inline
}

.price-block.price-block--show-yourprice a.price-block__yourprice__link {
	display: none
}

.price-block__style {
	font-size: .9rem
}

.price-block__style a {
	display: inline;
	padding: 0;
	background: 0 0
}

.price-block__style a.price-block__yourprice__link {
	display: none
}

.price-block__style .price-block__yourprice {
	margin-bottom: 16px
}

.price-block__style .price-block__listprice {
	font-weight: 700
}

.price-block__style .price-block__yourprice__price {
	color: #ff6e00
}

.price-block__style .price-block__yourprice__link {
	cursor: pointer
}

.price-block__style.price-block--show-yourprice .price-block__listprice {
	font-weight: 400
}

.price-block__style.price-block--show-yourprice .price-block__yourprice {
	font-weight: 700
}

.price-block__style--big .price-block__listprice__price {
	font-size: 1.3rem
}

.price-block__style--big.price-block--show-yourprice .price-block__listprice__price {
	font-size: .9rem
}

.price-block__style--big.price-block--show-yourprice .price-block__yourprice__price {
	font-size: 1.3rem
}

form.row__folding {
	border: 0;
	margin: 0;
	padding: 25px 15px 10px;
	background-color: #fff
}

.row__folding__topmargin {
	height: 0;
	margin: 1.6875rem 0 0 0;
	display: block;
	padding: 0
}

.row__folding__item--hidden {
	display: none;
	padding-bottom: 1rem
}

.row__folding--open .row__folding__close {
	display: block
}

.row__folding__close {
	position: absolute;
	right: 0;
	bottom: 0;
	display: none
}

.row__folding__close--top {
	right: 1.875rem;
	bottom: auto;
	top: .625rem;
	z-index: 10
}

.row__folding__closetrigger {
	font-size: .875rem
}

.row__folding__closetrigger:active,
.row__folding__closetrigger:focus,
.row__folding__closetrigger:hover {
	text-decoration: none
}

.row__folding__opentrigger {
	cursor: pointer
}

.content--alt-2.content--alt-2--landingpage-contact {
	padding: 16px 0
}

.row__folding__headline__container {
	position: static
}

.row__folding__headline {
	font-size: 4rem;
	color: #ff6e00;
	position: absolute;
	bottom: -47px;
	z-index: 1
}

.row__folding__headline .fa {
	display: block;
	float: left;
	margin: 0 8px
}

.row__folding__headline .fa-phone {
	margin-top: 10px;
	font-size: 56px
}

.row__folding__subheadline {
	margin-bottom: 14px
}

.row__folding__aside {
	min-height: 46px
}

.row__folding__aside__headline {
	position: absolute;
	bottom: 0
}

.row__folding__aside__headline a {
	line-height: 1.2
}

@media screen and (max-width:1023px) {
	.row__folding__headline {
		position: relative;
		bottom: auto
	}
	.row__folding__headline .fa {
		margin-right: 16px;
		margin-left: 0
	}
	.row__folding__aside {
		min-height: 0
	}
	.row__folding__aside__headline {
		position: static;
		bottom: auto
	}
}

.row__folding__item__firstlabel {
	margin-top: 8px;
	padding-bottom: 0
}

.content--alt-2--landingpage-contact form.content .parsley-errors-list {
	display: none
}

.content--alt-2--landingpage-contact form.content input.parsley-error {
	border: none
}

.content--alt-2--landingpage-contact form.content.row__folding--open .parsley-errors-list {
	display: block
}

.content--alt-2--landingpage-contact form.content.row__folding--open input.parsley-error {
	border: 1px solid red
}

.categories__list h2 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 32px
}

.content--alt-1--landingpage-contact .content {
	border: 1px solid #ebebeb
}

form.content .field-group .cc-fields {
	margin: 1em 0
}

form.content .field-group .cc-fields__exp-month,
form.content .field-group .cc-fields__exp-year {
	width: auto
}

form.content .field-group .cc-fields__ccv {
	width: 5rem
}

.previewthumbnails img {
	margin-bottom: 30px
}

.content--alt-2 figcaption p {
	color: #616268
}

.productnews__row img {
	margin-bottom: 0
}

@media screen and (max-width:1023px) {
	.productnews__row {
		margin-bottom: 0
	}
}

.productnews__related__headline__list {
	background: #7b93a4
}

.productnews .accessories__headline__list,
.productnews__related__headline__list {
	padding: 16px
}

.productnews .accessories__headline__list i.fa,
.productnews__related__headline__list i.fa {
	position: absolute
}

.productnews .accessories__headline__list span,
.productnews__related__headline__list span {
	display: block;
	padding-left: 20px
}

.productnews .accessories__headline__link .accessories__headline__list,
.productnews .accessories__headline__link .productnews__related__headline__list,
.productnews__related__headline__link .accessories__headline__list,
.productnews__related__headline__link .productnews__related__headline__list {
	color: #fff
}

.productnews .accessories__headline__link:active,
.productnews .accessories__headline__link:focus,
.productnews .accessories__headline__link:hover,
.productnews__related__headline__link:active,
.productnews__related__headline__link:focus,
.productnews__related__headline__link:hover {
	text-decoration: none
}

.productnews .accessories__headline__link:active .productnews__related__headline__list,
.productnews .accessories__headline__link:focus .productnews__related__headline__list,
.productnews .accessories__headline__link:hover .productnews__related__headline__list,
.productnews__related__headline__link:active .productnews__related__headline__list,
.productnews__related__headline__link:focus .productnews__related__headline__list,
.productnews__related__headline__link:hover .productnews__related__headline__list {
	background: #678295
}

.productnews .accessories__headline__link:active .accessories__headline__list,
.productnews .accessories__headline__link:focus .accessories__headline__list,
.productnews .accessories__headline__link:hover .accessories__headline__list,
.productnews__related__headline__link:active .accessories__headline__list,
.productnews__related__headline__link:focus .accessories__headline__list,
.productnews__related__headline__link:hover .accessories__headline__list {
	background: #8e8f93
}

h1.productnews__headline {
	margin-top: 20px
}

@media screen and (min-width:1024px) {
	h1.productnews__headline {
		margin-top: 0
	}
}

ul.accessories__list,
ul.productnews__related__list {
	padding: 16px 0 0;
	margin: -10px 0 16px
}

ul.accessories__list li,
ul.productnews__related__list li {
	position: relative;
	padding-bottom: 12px
}

ul.accessories__list .button-group,
ul.productnews__related__list .button-group {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	ul.accessories__list .button-group,
	ul.productnews__related__list .button-group {
		margin-top: 16px
	}
}

img.accessories__thumb,
img.productnews__related__thumb {
	width: 100%
}

@media print {
	.productnews__row a:after {
		content: ""
	}
}

.wrapper .container-fluid .payment__methods--step4 {
	margin-top: 16px;
	width: 150px
}

img.payment {
	max-height: 20px;
	max-width: 100%;
	width: auto
}

.content-table__wrapper {
	overflow-y: scroll
}

.content-table td,
.content-table th {
	padding: .3rem
}

.content-table th {
	border-bottom: 2px solid #a8adad
}

.content-table td {
	border-bottom: 1px solid #dedede;
	border-right: 1px solid #dedede
}

.content-table tfoot {
	font-size: .75rem;
	color: #a8adad
}

.content-table tfoot td {
	border-bottom: none
}

.content-table td:last-child,
.content-table tfoot tr:last-child td {
	border-right: none
}

.content-table__cell--highlight {
	background-color: #f0f2f4
}

.squared-grid h3.squared-grid__productgroup {
	margin: 0;
	margin-top: .8rem;
	padding-left: 1rem;
	font-size: .85rem;
	font-weight: 700
}

.squared-grid__item {
	position: relative;
	overflow: hidden;
	margin-bottom: 1rem
}

@media screen and (max-width:1023px) {
	.squared-grid__item {
		margin-bottom: 2rem
	}
}

.squared-grid__caption {
	background: #7992a4;
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	transition: bottom .2s ease-in-out
}

@media screen and (max-width:1023px) {
	.squared-grid__caption {
		position: relative
	}
}

.squared-grid__title {
	transition: all .2s ease-in-out;
	margin-top: 0
}

.squared-grid__text {
	margin-top: -1rem;
	padding: 0 1rem 1rem
}

.squared-grid__item:hover .squared-grid__caption {
	background: #5b7385;
	bottom: 0!important
}

.squared-grid__more {
	float: right;
	background-color: #fff;
	display: inline-block;
	width: 76px;
	height: 76px;
	transform: translate(38px, 38px) rotate(45deg);
	position: relative
}

.ie8 .squared-grid__more {
	display: none
}

.squared-grid__more .icon__more {
	color: #528998;
	font-size: 1.75rem;
	left: .5rem;
	position: absolute;
	top: 1rem;
	transform: rotate(-45deg)
}

@media print {
	.squared-grid__title {
		font-size: .9rem!important
	}
	.squared-grid__caption {
		position: relative!important;
		font-size: .7rem
	}
	.squared-grid__actions {
		display: none
	}
}

.pd-list-container,
.pd-table-container {
	padding: 0 0 16px 0;
	overflow: auto
}

.pd-list-container .container-fluid,
.pd-table-container .container-fluid {
	padding: 0
}

.pd-list-container {
	overflow: hidden
}

.pd-table-container {
	margin-top: 16px
}

.tab-pane .certificates-list+.pd-table-container {
	margin: 0
}

.tab-pane .pd-list-container+.pd-list-container {
	margin-top: -16px
}

.tab-content {
	padding-top: 16px
}

.tab-content .button-group a {
	margin-left: 12px
}

.tab-content .tab-pane>.col-md-12 {
	padding: 0
}

.tab-content .backdrop-container {
	z-index: 1
}

.pd-table caption,
.pd-table-docdown caption {
	display: none
}

.pd-table td,
.pd-table th,
.pd-table-docdown td,
.pd-table-docdown th {
	padding: 6px;
	vertical-align: top
}

.pd-table td.pd-table-container,
.pd-table th.pd-table-container,
.pd-table-docdown td.pd-table-container,
.pd-table-docdown th.pd-table-container {
	padding: 0
}

.pd-table-docdown {
	margin-bottom: 16px
}

.pd-table-cols-2 .pd-table-col-1 {
	width: 33.33%
}

.pd-table-table-cols-2 .pd-table-table-col-1,
.pd-table-table-cols-2 .pd-table-table-col-2 {
	width: 50%
}

.pd-table-table-cols-3 .pd-table-table-col-1,
.pd-table-table-cols-3 .pd-table-table-col-2,
.pd-table-table-cols-3 .pd-table-table-col-3 {
	width: 33.33%
}

.pd-table-h1 {
	background: #616268;
	color: #fff
}

.pd-table-h2 {
	background: #a8adad;
	color: #fff
}

.pd-table-cell-em {
	color: #000;
	font-weight: 700
}

.pd-table-separator {
	border-bottom: 2px solid #000
}

tfoot {
	color: gray
}

.pd-table tbody tr:nth-child(even),
.pd-table-docdown tbody tr:nth-child(even) {
	background: #f1f1f1
}

.pd-table tbody tr:nth-child(even) tr,
.pd-table-docdown tbody tr:nth-child(even) tr {
	background: #f1f1f1
}

.pd-table tbody tr:nth-child(odd),
.pd-table-docdown tbody tr:nth-child(odd) {
	background: #fff
}

.pd-table tbody tr:nth-child(odd) tr,
.pd-table-docdown tbody tr:nth-child(odd) tr {
	background: #fff
}

.pd-table-icon {
	width: 18px!important
}

img.pd-table-image {
	margin: 8px 0;
	width: auto
}

.info ul li:last-child {
	margin-bottom: 0
}

.icons {
	list-style: none;
	margin-top: 24px;
	padding: 0
}

.icons li {
	display: inline-block
}

.icons img {
	height: 40px;
	width: auto
}

section ul.icons {
	margin-bottom: 8px
}

.pd-base {
	height: 100%;
	position: relative
}

section[class^=content] .pd-buttons {
	margin-bottom: 32px
}

section[class^=content] .pd-buttons .button--tertiary {
	margin-right: 24px
}

.pd-link-download {
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	float: right;
	margin-right: 2px;
	position: relative;
	top: 1px
}

.pd-link-download:active,
.pd-link-download:focus,
.pd-link-download:hover {
	color: #fff
}

.additional-information {
	background: #dedede;
	padding: 16px;
	margin-bottom: 48px;
	position: relative
}

.additional-information h1 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 20px
}

.additional-information h2 {
	margin-top: 0
}

.additional-information h2 span {
	color: #94959b
}

.additional-information h2+h3 {
	margin-top: 0
}

.additional-information .item-number {
	color: #616268
}

.additional-information table {
	margin-bottom: 32px
}

.additional-information .ab_table_explanation,
.additional-information .mz_table_explanation {
	width: auto
}

.additional-information .ab_table_explanation td,
.additional-information .ab_table_explanation th,
.additional-information .mz_table_explanation td,
.additional-information .mz_table_explanation th {
	padding-right: 8px
}

.additional-information td,
.additional-information th {
	vertical-align: top
}

.additional-information .icons {
	display: none
}

.additional-information .logo {
	display: none
}

.additional-information .logo img,
.additional-information .logo source {
	width: 112px
}

.additional-information p.bu {
	margin: 0;
	text-align: right
}

.additional-information .row:last-child {
	margin-bottom: 0!important
}

.additional-information figure img {
	max-width: 100%;
	margin: 0;
	width: auto!important
}

@media screen and (max-width:1023px) {
	.additional-information .ab_pin,
	.additional-information .mz_pic {
		margin-bottom: 32px
	}
}

.additional-information .ab_pin p.bu {
	text-align: left;
	margin-bottom: 24px
}

@media screen and (max-width:1023px) {
	.print-button {
		margin-bottom: 32px
	}
}

section .additional-information a.button--secondary {
	background: #fff;
	margin-left: 0!important
}

.buttonToggle-close {
	background: #dedede;
	color: #616268;
	position: absolute;
	right: 16px;
	top: 16px;
	z-index: 1;
	padding: 4px 8px
}

.buttonToggle-close:hover {
	opacity: .4
}

.pd-buttons .button--tertiary.current {
	color: #ff6e00
}

.printVersion .additional-information .icons,
.printVersion .additional-information .logo {
	display: block
}

.printVersion .additional-information .icons {
	text-align: right
}

.printVersion .additional-information .logo {
	position: absolute;
	top: 16px;
	right: 16px
}

.printVersion .buttonToggle-close,
.printVersion .print-button {
	display: none
}

p.data-cad-link {
	margin-bottom: 8px
}

.tab-pane .row h2:first-child {
	margin-top: 10px
}

.ab_pin_container,
.ab_schalt_container,
.mz_pic_container {
	background: #fff;
	margin-bottom: 8px;
	padding: 16px
}

.ab_pin_container img.ab_stecker_image,
.ab_schalt_container img.ab_stecker_image,
.mz_pic_container img.ab_stecker_image {
	margin: 0
}

.yp th {
	font-weight: 400
}

.accessories__table {
	font-size: 14px;
	margin: -12px 0 12px;
	width: auto
}

.accessories__table th {
	padding-right: 16px
}

.accessories__table td {
	padding-left: 16px
}

.accessories__headline__list {
	background: #a0a1a4
}

img.pd-table-exlogo {
	height: 1.25em;
	width: auto;
	vertical-align: middle
}

table.price td,
table.price th {
	vertical-align: top
}

.product-sheet .notice {
	margin: 16px 0 8px
}

.addinfo {
	text-align: center
}

.addinfo--orderDetail {
	padding: 16px;
	text-align: left;
	border-bottom: #f7f7f7 8px solid
}

.addinfo--orderDetail:last-child {
	border: 0
}

.addinfo_product {
	font-size: 24px
}

.addinfo_headline {
	color: red;
	font-size: 14px!important;
	margin-bottom: 32px!important
}

.addinfo_product {
	display: block
}

.addinfo_product a {
	color: inherit
}

.addinfo_text {
	border: 1px solid red;
	color: red;
	font-size: 14px!important;
	font-weight: 700;
	margin-top: -24px;
	padding: 16px
}

.addinfo_text a {
	color: #616268
}

.addinfo_text__orange {
	border: 1px solid #ff6e01;
	color: #616268
}

.addinfo_text__orange a {
	color: #ff6e01
}

.addinfo_text--orderDetail {
	border: 0;
	color: #616268;
	display: block;
	margin-top: -20px;
	padding: 0
}

.addinfo_text--orderDetail a {
	color: #ff6e00
}

.addinfo_text--orderDetail:last-child {
	margin-bottom: 0
}

.cablelength {
	font-size: 14px;
	margin-top: -12px;
	text-align: right
}

@media screen and (max-width:1023px) {
	.cablelength {
		margin: 8px 0;
		text-align: left
	}
}

.variants {
	font-size: 14px
}

.variants td {
	border: 6px solid transparent;
	vertical-align: middle
}

.variants th {
	padding-bottom: 8px
}

.variants tr {
	border-bottom: 8px solid transparent
}

.variants tr:nth-child(even) {
	background: rgba(255, 255, 255, .33)
}

.variants th.heading_article {
	padding-left: 5px
}

@media screen and (max-width:767px) {
	.variants td.variants_article,
	.variants td.variants_image {
		display: inline-block;
		vertical-align: middle
	}
}

@media screen and (max-width:767px) {
	.variants thead {
		display: none
	}
	.variants td {
		display: block
	}
}

.variants_article {
	font-weight: 700
}

.variants_image {
	width: 64px
}

.variants_image img {
	width: 48px!important;
	margin: 0 0 0 2px
}

.variants_length span {
	display: none
}

@media screen and (max-width:767px) {
	.variants_length span {
		display: inline
	}
}

.variants-toggle td,
.variants-toggle th {
	border: none
}

.variants-toggle select {
	font-size: 14px;
	vertical-align: top
}

form.faceless {
	border: 0!important;
	padding: 0!important
}

.warranty {
	font-size: 14px;
	font-weight: 700;
	margin-top: -10px
}

.download_pdf_data {
	padding-bottom: 16px
}

.download_pdf_data-select {
	color: #616268
}

.download_pdf_data-label {
	font-size: 14px;
	font-weight: 400
}

.selector_spinner,
.spinner_global {
	background: rgba(255, 255, 255, .5);
	height: 100%;
	left: 0;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 10
}

.selector_spinner .fa-refresh,
.spinner_global .fa-refresh {
	color: #ff6e00;
	position: fixed;
	top: 50%;
	left: 50%;
	margin: -2.5rem 0 0 -2.15625rem
}

.spinner_dashboard {
	position: absolute
}

.spinner_dashboard .fa-refresh {
	position: absolute
}

.spinner-wrapper {
	margin-top: -4.25rem;
	position: fixed;
	text-align: center;
	top: 50%;
	width: 100%
}

.spinner-wrapper p {
	margin-top: 1.5rem
}

.spinner-wrapper .fa-refresh {
	position: static;
	top: 0;
	left: 0;
	margin: 0
}

.selector_spinner--active {
	display: block
}

.selector_spinner {
	display: none
}

.spinner_global_notification {
	display: inline-block;
	background: #fff;
	margin-top: 1rem;
	padding: .5rem 1rem
}

.spinner__modal {
	position: absolute;
	display: none
}

.spinner__content {
	position: absolute;
	display: block
}

.spinner .fa-refresh {
	position: absolute
}

.overlay {
	background: rgba(255, 255, 255, .75);
	width: 100%;
	text-align: center;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 10;
	height: 100%
}

.overlay i {
	color: #ff6e00;
	margin-top: -22px;
	margin-left: -16px;
	position: absolute;
	top: 50%
}

.compare-match-toggle-container {
	padding: 0!important
}

.compare-match-information,
.compare-match-toggle {
	background: #f7f7f7;
	padding: 16px
}

.compare-match-information p,
.compare-match-toggle p {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0
}

.compare-match-information .compare-button-group,
.compare-match-toggle .compare-button-group {
	margin-bottom: 16px
}

.compare-match-information .compare-empty-button,
.compare-match-toggle .compare-empty-button {
	margin: 0
}

.compare-product__item__actions {
	background: #f7f7f7;
	padding: 16px
}

.compare-product__item__actions div.wrapper-quantity {
	float: none;
	position: relative
}

@media screen and (max-width:1199px) {
	.compare-product__item__actions div.wrapper-quantity .quantity {
		width: 48px
	}
}

.compare-product__item__actions div.wrapper-quantity a {
	position: absolute;
	right: 0;
	top: 6px;
	color: #616268
}

.compare-product__item__actions .button--cta {
	width: 100%
}

.compare-table {
	font-size: 14px;
	border-collapse: separate;
	border-spacing: 2px;
	margin-bottom: 32px;
	table-layout: fixed
}

.compare-table .product-description {
	font-size: 14px;
	font-weight: 700
}

.compare-table .product-number {
	font-size: 32px;
	font-weight: 700
}

.compare-table .product-number a {
	color: #616268
}

.compare-table .product-number a:hover {
	color: #ff6e00;
	text-decoration: none
}

.compare-table th:first-child {
	width: 310px!important
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.compare-table th:first-child {
		width: 246px!important
	}
}

.compare-table td,
.compare-table th {
	background: #f7f7f7;
	padding: 8px 15px;
	vertical-align: top;
	width: auto
}

.compare-table .compare-table-links td,
.compare-table .compare-table-links th,
.compare-table .compare-table-title td,
.compare-table .compare-table-title th {
	background: 0 0
}

.compare-table__sub-headline .compare-table__table-head {
	background: #ddd;
	color: #616268
}

.compare-table tr.compare-table-headline th {
	background: #a0a0a0;
	color: #fff
}

.compare-table .compare-table-links td {
	padding-top: 24px;
	padding-bottom: 24px
}

.compare-table .compare-table-links td a {
	color: #616268;
	display: block;
	margin-bottom: 8px
}

.compare-table .compare-table-links td a:last-child {
	margin-bottom: 0
}

.compare-table .compare-table-complexdata>span {
	display: block;
	overflow-y: auto
}

.compare-table .compare-table-diagram a {
	color: #616268
}

.compare-table tr.compare-table-diff td {
	background: #dfeef2
}

.compare-table tr.compare-table-diff td.compare-table-highlight-1 {
	background: #c1dee4
}

.compare-table tr.compare-table-diff td.compare-table-highlight-2 {
	background: #a0ced6
}

.compare-table tr.compare-table-diff td.compare-table-emptycell {
	background: #f7f7f7
}

.compare-table tr.compare-table-certifications th.compare-table-cert img {
	margin: 0;
	max-height: 32px;
	width: auto
}

.compare-table tr.compare-table-certifications td {
	text-align: center;
	vertical-align: middle
}

.compare-table td.compare-table-noproduct {
	background: #fff!important;
	width: 37.5%
}

.compare-table td.compare-table-noproduct:last-child {
	display: none
}

.compare-table h2.compare-table-addproduct {
	margin: 0 0 -8px;
	font-size: 16px
}

.compare-table .compare-table-addproduct-form {
	border: 0;
	padding: 16px 0 0;
	margin: 0 0 16px
}

.compare-table .compare-table-addproduct-form .button-group {
	text-align: left
}

.compare-table .compare-table-addproduct-form button {
	margin: 0
}

.compare-table .addproduct-error {
	color: red;
	font-size: 14px;
	margin: 0;
	padding-top: 8px
}

.compare-table .compare-table-productimage-wrapper {
	border: 1px solid #e9e7e5;
	position: relative
}

.compare-table .compare-table-close {
	background: #e9e7e5;
	color: #616268;
	height: 32px;
	padding-top: 5px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 32px
}

.compare-table .compare-table-close__header {
	top: auto;
	bottom: 0
}

@media screen and (max-width:1023px) {
	.compare-responsive-note {
		display: block
	}
	.compare-match-toggle,
	.compare-table {
		display: none
	}
	.button--compare,
	.product__item_compare {
		display: none!important
	}
}

@media screen and (min-width:1024px) {
	.compare-responsive-note {
		display: none
	}
}

.compare-table .item-number {
	font-size: 14px
}

.archiveItem {
	border: 1px solid red;
	font-size: 12px;
	padding: 8px
}

.compare-table tr.compare-table-diff td td {
	background: 0 0
}

.compare-table--header {
	background: #fff;
	display: table;
	margin-bottom: 0;
	top: 0;
	z-index: 10;
	position: fixed;
	border-collapse: separate;
	border-spacing: 2px 0;
	table-layout: fixed
}

.compare-table--header th:first-child {
	width: 310px!important
}

@media screen and (min-width:1024px) and (max-width:1279px) {
	.compare-table--header th:first-child {
		width: 246px!important
	}
}

.compare-table--header th {
	vertical-align: bottom
}

.compare-table--header td,
.compare-table--header th {
	width: auto
}

.compare-table--header .product-number {
	font-size: 24px
}

.compare-table--header .compare-button-group,
.compare-table--header .compare-match-toggle {
	margin: 0
}

.compare-table--header .item-number {
	margin-bottom: 5px;
	margin-top: 2px
}

.compare-table--header__item--image,
.compare-table--header__item--text {
	display: inline-block
}

.compare-table--header__item--image {
	width: 20%;
	max-width: 75px;
	margin-right: 2.5%;
	vertical-align: bottom
}

.compare-table--header__item--image img {
	width: 100%;
	margin: 0
}

.compare-table--header__item--text {
	width: 75%;
	position: relative
}

.compare-table--header__item--text h1 {
	margin: 0
}

.compare-table--header__border {
	height: 2px;
	background-color: #a0a0a0;
	position: fixed;
	margin-left: 2px;
	z-index: 10
}

.compare-table--wrapper {
	display: none
}

.compare-table--wrapper-show {
	display: block
}

.back-to-top {
	background: #f2efeb;
	bottom: 20px;
	color: #ff6e00;
	cursor: pointer;
	height: 50px;
	opacity: 0;
	position: fixed;
	right: 20px;
	visibility: hidden;
	width: 50px
}

.back-to-top i {
	position: absolute;
	text-align: center;
	top: 32%;
	width: 100%
}

.back-to-top:hover {
	background: #e9e7e5;
	font-size: 24px
}

.back-to-top:hover i {
	top: 22%
}

@media all and (max-width:1023px) {
	.back-to-top {
		display: none
	}
}

.back-to-top.display {
	visibility: visible;
	opacity: 1
}

.error-code-headline,
.error-code-message,
.error-code-wrapper {
	text-align: center
}

.error-code-headline,
.error-code-wrapper {
	margin-bottom: 3rem!important
}

.error-code-wrapper img.error-code-image {
	width: auto;
	max-width: 100%
}

.configurator_step_close {
	display: none
}

@media screen and (max-width:767px) {
	.configurator_step_headline {
		clear: both;
		float: none;
		padding: 0 1rem;
		width: 100%
	}
}

.configurator_step--inactive .configurator_step_body {
	background: #f8f8f8
}

.configurator_step--inactive .configurator_step_headline {
	color: gray
}

.configurator_step--inactive .configurator_step_img {
	opacity: .5
}

.configurator_step--active .configurator_step_close {
	display: block;
	float: right
}

.configurator_step--active .configurator_step_imgwrapper {
	display: none
}

.configurator_step--active .configurator_step_body {
	padding: 1rem 2rem
}

@media screen and (max-width:767px) {
	.configurator_step--active .configurator_step_headline {
		padding: 0
	}
}

.configurator_step_dependencies span {
	background: #ddd;
	border-radius: .2rem;
	display: inline-block;
	margin-bottom: .25rem;
	padding: .15rem .25rem
}

.configurator_step_choose_container {
	margin-top: 1.5rem;
	text-align: center
}

.configurator_product_body_headline {
	margin-top: 0
}

@media screen and (max-width:767px) {
	.configurator_product_list .button--details {
		margin-right: .5rem
	}
}

@media screen and (max-width:767px) {
	.configurator_product_body_headline,
	.configurator_product_body_price {
		padding: 0 .5rem
	}
}

.configurator_product_body_apply {
	margin-bottom: 0!important
}

.configurator_step_choose {
	margin-left: 0!important;
	margin: 0 auto
}

.configurator_step_body {
	background: #eee;
	padding: 1rem;
	margin-bottom: 2rem;
	overflow: hidden
}

.configurator_step_body .configurator_step_headline {
	margin: 0 0 1rem
}

.configurator_step_name {
	font-size: 1rem;
	font-weight: 700
}

.configurator_step_imgwrapper {
	float: left;
	font-weight: 700;
	width: 100%;
	padding: 0 1rem
}

@media screen and (max-width:767px) {
	.configurator_step_imgwrapper {
		margin-bottom: 0;
		width: 30%!important
	}
}

@media screen and (min-width:480px) {
	.configurator_step_imgwrapper {
		width: 15%;
		margin-bottom: 1rem
	}
}

.configurator_step_imgwrapper img {
	margin-bottom: 0!important
}

div.configurator_step_actions {
	float: right;
	margin: 0 1rem
}

div.configurator_step_actions a.button:last-child {
	margin-bottom: 1rem
}

@media screen and (min-width:768px) {
	div.configurator_step_actions a.button:last-child {
		margin-bottom: 3rem
	}
}

div.configurator_step_actions a.button--primary,
div.configurator_step_actions a.button--quaternary {
	display: block
}

div.configurator_step_actions a.button--primary {
	margin-bottom: 1rem
}

.configurator_product_list {
	list-style: none;
	margin: 0;
	padding: 0
}

ul.configurator_product_bullets {
	font-size: .9rem;
	list-style: disc;
	margin: 1rem 0 0 1.1rem;
	padding: 0
}

@media screen and (max-width:767px) {
	ul.configurator_product_bullets {
		margin-left: 1.6rem
	}
}

.configurator_step_body ul.configurator_product_chosen_bullets {
	font-size: .9rem;
	margin: 0 0 0 15%;
	padding-left: 1rem
}

@media screen and (max-width:767px) {
	.configurator_step_body ul.configurator_product_chosen_bullets {
		margin: 0 0 0 1rem;
		padding: 0 1rem
	}
}

.configurator_product_input {
	text-align: center
}

.configurator_product_body:last-child,
.configurator_product_img {
	margin-bottom: 0!important
}

.button--details {
	float: right
}

.button--details,
.configurator_product_expansion {
	display: none!important
}

.configurator_product_body--active .button--details,
.configurator_product_body--active .configurator_product_expansion {
	display: block!important
}

li.configurator_product_body {
	background: #ddd;
	margin-bottom: 1rem;
	padding: .5rem
}

.configurator_product_body--inactive {
	background: #e5e5e5!important
}

.configurator_product_body--inactive h4,
.configurator_product_body--inactive p {
	color: gray
}

.configurator_product_body--inactive .configurator_product_imgwrapper {
	opacity: .5
}

.configurator_product_body--inactive input {
	display: none
}

@media screen and (max-width:767px) {
	.configurator_product_imgwrapper {
		width: 40%;
		margin-bottom: 1rem
	}
}

.configurator_result_table {
	float: right;
	margin-bottom: 1.5rem;
	width: auto
}

.configurator_result_table td,
.configurator_result_table th {
	padding: .5rem
}

.configurator_result_table td:first-child,
.configurator_result_table th:first-child {
	padding-left: 0
}

.configurator_result_table td:last-child,
.configurator_result_table th:last-child {
	padding-right: 0
}

.configurator_result_button,
.configurator_result_table {
	float: right
}

.configurator_result_button {
	clear: right
}

.configurator_result_table tr {
	border-bottom: 1px solid #ddd
}

.configurator_result_table tbody td:last-child {
	text-align: center
}

.configurator_selector_container {
	margin-bottom: 1rem
}

@media screen and (max-width:767px) {
	.configurator_step_dependencies {
		padding: 0 1rem
	}
}

.no-price {
	border: 1px solid #ff6e00;
	text-align: left!important;
	padding: 8px;
	font-size: 12px
}

.no-price span {
	white-space: nowrap
}

.without-price {
	text-align: left!important;
	margin-bottom: 1rem!important
}

.product__item__actions__wrapper .no-price {
	margin: 1rem 0 .75rem
}

.product_list_view {
	font-size: .9rem
}

.product_list_view thead tr {
	background: #616268;
	color: #fff
}

.product_list_view thead a {
	color: #fff
}

.product_list_view td,
.product_list_view th {
	padding: .5rem;
	vertical-align: top
}

.product_list_view tbody .information {
	display: none
}

.product_list_view tbody .information table {
	font-size: .85rem;
	width: 100%
}

.product_list_view tbody .information table td {
	padding: 0;
	vertical-align: middle
}

.product_list_view tbody .information .price-block__listprice {
	font-weight: 700
}

.product_list_view tbody .information.visible {
	display: table-row
}

@media screen and (max-width:1023px) {
	.product_list_view_compare {
		display: none
	}
}

@media screen and (max-width:479px) {
	.product_list_view_bookmark span {
		display: none
	}
}

.product_list_view_bookmark,
.product_list_view_compare {
	text-align: center
}

.product_list_view_bookmark a,
.product_list_view_compare a {
	color: #616268
}

.product_list_view_bookmark a:hover,
.product_list_view_compare a:hover {
	text-decoration: none
}

.product_list_view_cta {
	text-align: right
}

.product_list_view_cta .button--cta {
	padding: .4rem .75rem
}

img.product_list_view_thumb {
	margin: 0;
	width: 3rem
}

.product_list_view_toggle a {
	color: #616268
}

.product_list_view_product {
	font-weight: 700
}

@media screen and (max-width:767px) {
	.product_list_view_property3 {
		display: none
	}
}

@media screen and (max-width:1023px) {
	.product_list_view_property4 {
		display: none
	}
}

@media screen and (max-width:1279px) {
	.product_list_view_property5 {
		display: none
	}
}

.hide-responsive {
	display: none
}

@media screen and (min-width:1024px) {
	.hide-responsive {
		display: inline
	}
}

.toggle_list_tile {
	display: inline-block;
	margin-left: .75rem
}

.toggle_list_tile a {
	background: #ff6e00;
	color: #fff
}

.toggle_list_tile a:focus,
.toggle_list_tile a:hover {
	background: #ff9a4d;
	color: #fff
}

.toggle_list_tile a.button {
	padding: .45rem .7rem
}

.toggle_list_tile a.button i {
	margin: 0
}

.toggle_list_tile a.inactive {
	background: #dedede;
	color: #616268
}

.toggle_list_tile a.inactive:focus,
.toggle_list_tile a.inactive:hover {
	background: #a0a1a4;
	color: #fff
}

.product_list_view tr.odd+tr.information {
	border-top: 1px solid #dedede
}

.product_list_view tr.even+tr.information {
	border-top: 1px solid #cacaca
}

.product_list_view tr.even,
.product_list_view tr.even+tr.information,
.product_list_view tr.even+tr.information+tr.information {
	background: #dedede
}

.product_list_view tr.odd,
.product_list_view tr.odd+tr.information,
.product_list_view tr.odd+tr.information+tr.information {
	background: #fff
}

header {
	background: #fff;
	padding: 0
}

header a:focus,
header a:hover {
	text-decoration: none
}

@media screen and (max-width:767px) {
	header {
		padding: 0 0 .75rem
	}
}

header .button--navigation {
	margin-right: 1rem
}

header .button--navigation span {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}

.header_meta {
	padding: .6rem 0 0;
}

.header_main {
	padding: 0;
}

.header_main .hotline {
	float: right;
	font-weight: 700;
	font-size: .85rem;
	text-align: right
}

.country_lang {
	background: #616268;
	color: #fff;
	display: none;
	padding: 3rem 0 1.5rem
}

.country_lang-headline {
	font-size: 1.4rem;
	font-weight: 400;
	margin-bottom: 1.5rem
}

.country_lang-cheadline {
	display: block;
	font-size: .9rem;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 1rem
}

.country_lang-list {
	font-size: .75rem;
	list-style: none;
	padding: 0
}

.country_lang-list a {
	color: #fff
}

.country_lang-list a:active,
.country_lang-list a:focus,
.country_lang-list a:hover {
	color: #ff6e00
}

.country_lang-close {
	background: 0 0;
	border: none;
	color: #a8adad;
	position: absolute;
	right: 0;
	top: -.4rem;
	z-index: 10
}

.country_lang-close:focus {
	outline: 0
}

.country_lang-close:hover {
	color: #41a3bc
}

.country_lang-button,
.country_lang-notice {
	float: left;
	font-size: .8333rem;
	padding: .5rem 0 .25rem
}

.country_lang-notice {
	color: red;
	display: inline-block;
	float: none
}

.country_lang-notice a {
	color: #616268
}

.country_lang-notice a:hover {
	color: #41a3bc
}

.country_lang-notice a.country_lang-notice--close {
	color: red;
	cursor: pointer
}

@media screen and (min-width:1024px) {
	.country_lang-row {
		display: table;
		width: 100%
	}
	.country_lang-col {
		display: table-cell;
		float: none
	}
	.country_lang-additional {
		height: 100%;
		position: absolute
	}
	.country_lang-additional-col {
		height: 45%;
		margin-left: 15px;
		margin-right: 15px;
		padding-left: 0;
		padding-right: 0
	}
	.country_lang-additional-col:last-child {
		border-top: 1px solid #a0a1a4;
		height: 55%;
		padding-top: 5%
	}
}

@media screen and (min-width:1024px) and (-ms-high-contrast:none) {
	.country_lang-additional {
		height: auto
	}
}

@media screen and (max-width:1023px) {
	.country_lang-additional-col {
		padding-top: 1rem
	}
}

.country_lang .wrapper {
	position: relative
}

@media screen and (min-width:1024px) {
	.country {
		border-right: 1px solid #a0a1a4
	}
}

@media screen and (max-width:1023px) {
	.country {
		border-bottom: 1px solid #a0a1a4
	}
}

@media screen and (max-width:767px) {
	.country {
		border-bottom: none
	}
}

.slick-dotted.slick-slider {
	margin: 0
}

.slick-indicators {
	display: inline-block;
	height: 3.438rem!important;
	position: relative
}

.slick-indicators ul {
	position: relative;
	top: 50%;
	transform: translateY(-50%)
}

.slick-indicators li {
	background-color: #000;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 4px;
	border: 1px solid #ff6e05;
	height: 8px;
	vertical-align: middle;
	width: 8px
}

.slick-indicators .slick-active {
	background-color: #ff6e05
}

.slick-indicators .slick-dots {
	display: inline-block;
	bottom: 0;
	width: initial
}

.slick-indicators .slick-dots li button:before {
	content: none
}

.stage--carousel .next,
.stage--carousel .prev {
	bottom: 43%;
	color: #fff;
	cursor: pointer;
	font-size: 2.5rem;
	font-weight: lighter;
	left: .75rem;
	position: absolute;
	transform: translateY(-50%);
	z-index: 10
}

@media screen and (max-width:767px) {
	.stage--carousel .next,
	.stage--carousel .prev {
		display: none!important
	}
}

.stage--carousel .next:hover,
.stage--carousel .prev:hover {
	color: #ff6e00
}

.stage--carousel .next {
	left: auto;
	right: .75rem
}

.slick--recommended .next,
.slick--recommended .prev {
	color: #a0a1a4;
	font-size: 1.2rem;
	font-weight: lighter;
	background: 0 0;
	border: none;
	cursor: pointer;
	display: block;
	margin-left: -1.5rem;
	outline: 0;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translate(0, -50%)
}

.slick--recommended .next:hover,
.slick--recommended .prev:hover {
	color: #ff6e00
}

.slick--recommended .next {
	margin-right: -1.5rem;
	right: 0
}

.slick--products .slick-slide>div {
	padding-top: 100%;
	position: relative
}

.slick--products .slick-slide picture {
	position: absolute;
	top: 0;
	left: 0
}

.slick--products--nav {
	margin-top: 16px;
	padding: 0;
	overflow: hidden
}

.slick--products--nav .slick-slide {
	cursor: pointer;
	margin: 0 1rem 0 0;
	position: relative
}

.slick--products--nav .slick-slide:focus {
	outline: 0
}

.slick--products--nav .slick-slide:not(.slick-current) .slick--products--nav__image:after,
.slick--products--nav .slick-slide:not(.slick-current) .video-thumbnail:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ebebeb;
	opacity: .35;
	pointer-events: none;
	transition: opacity .25s
}

.slick--products--nav .slick-slide:not(.slick-current) .slick--products--nav__image,
.slick--products--nav .slick-slide:not(.slick-current) .video-thumbnail {
	position: relative
}

.slick--products--nav .slick-slide:not(.slick-current) .slick--products--nav__image:hover::after,
.slick--products--nav .slick-slide:not(.slick-current) .video-thumbnail:hover::after {
	opacity: 0
}

.slick--products--nav .slick-slide:not(.slick-current) .slick--products--nav__image:hover .video-thumbnail__video-indicator,
.slick--products--nav .slick-slide:not(.slick-current) .video-thumbnail:hover .video-thumbnail__video-indicator {
	pointer-events: none
}

.slick--products--nav .video-thumbnail,
.slick--products--nav__image {
	overflow: hidden
}

.slick--products--nav .slick-current img {
	border: 1px solid #ff6e00
}

.slick--products--nav--skeleton-loading {
	padding-bottom: calc(76px - 22px);
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, rgba(222, 222, 222, 0) 0, rgba(222, 222, 222, .8) 50%, rgba(222, 222, 222, 0) 100%), linear-gradient(#fff 100%, transparent 0), linear-gradient(#fff 50px, transparent 0), linear-gradient(#fff 200px, transparent 0), linear-gradient(#fff 200px, transparent 0), linear-gradient(#ebebeb 100%, transparent 0);
	background-size: 100px 100px, 50px 50px, 50px 50px, 50px 50px, 50px 50px, 100% 100%;
	background-position: -25% 0, 5% 50%, 35% 50%, 65% 50%, 95% 50%, 0 0;
	animation: loading 2.5s infinite
}

@media screen and (min-width:480px) {
	.slick--products--nav--skeleton-loading {
		padding-bottom: calc(107px - 22px)
	}
}

@media screen and (min-width:768px) {
	.slick--products--nav--skeleton-loading {
		padding-bottom: 54px
	}
}

@media screen and (min-width:1024px) {
	.slick--products--nav--skeleton-loading {
		padding-bottom: calc(85px - 22px)
	}
}

.slick--products--nav--skeleton-loading .video-thumbnail {
	display: none
}

.slick--products--skeleton-loading {
	padding-bottom: calc(100% - 22px);
	background-color: #ebebeb
}

@media screen and (min-width:480px) {
	.slick--products--skeleton-loading {
		padding-bottom: 428px
	}
}

@media screen and (min-width:768px) {
	.slick--products--skeleton-loading {
		padding-bottom: 268px
	}
}

@media screen and (min-width:1024px) {
	.slick--products--skeleton-loading {
		padding-bottom: 375px
	}
}

.slick--products--skeleton-loading .video-embed {
	display: none
}

@keyframes loading {
	to {
		background-position: 350% 0, 5% 50%, 35% 50%, 65% 50%, 95% 50%, 0 0
	}
}

.carousel {
	overflow: hidden
}

.carousel img {
	width: 100%;
	display: none
}

.carousel .item img {
	max-width: 100%
}

.slick-arrow {
	text-shadow: 0 1px 2px #616268
}

#country-switch {
	background-attachment: fixed;
	background-image: url(../images/bg-country_switch.svg);
	background-position: center 96px;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 32px 0
}

@media (min-width:768px) and (max-width:1279px) {
	#country-switch {
		background-position: center 120px
	}
}

@media screen and (max-width:767px) {
	#country-switch {
		background-position: center center;
		background-size: 100%
	}
}

#country-switch .header_country {
	padding: 14.5px 0
}

#country-switch .header_country h1 {
	background: 0 0;
	margin: 21px 0 12px!important;
	padding: 0
}

@media (min-width:768px) and (max-width:1279px) {
	#country-switch .header_country h1 {
		margin: 0 0 12px!important
	}
}

@media screen and (max-width:767px) {
	#country-switch .header_country h1 {
		text-align: center
	}
}

@media all and (max-width:767px) {
	#country-switch .logo-wrapper {
		text-align: center
	}
}

#country-switch .countries {
	line-height: 22px;
	margin-bottom: 0
}

#country-switch .selection_toggle {
	color: #616268
}

#country-switch .countries_wrapper {
	background: rgba(255, 255, 255, .95);
	padding: 16px 0
}

#country-switch h2 {
	background-color: #ddd;
	padding: 12px 16px;
	margin: 25px 0 0!important
}

#country-switch .selection_toggle {
	text-decoration: none
}

#country-switch .selection_toggle:hover {
	text-decoration: none
}

#country-switch .selection_toggle:hover h2 {
	background-color: #a0a1a4;
	color: #fff
}

#country-switch .logo_image,
#country-switch .logo_image img {
	margin-bottom: 16px;
	max-width: 100%
}

#country-switch .modal-dialog a {
	color: #ff6e00
}

#country-switch .modal-dialog a:hover {
	color: #41a3bc
}

#landingpage-israel {
	padding: 32px 0
}

#landingpage-israel header {
	background: 0 0;
	text-align: center;
	margin-bottom: 3rem
}

#landingpage-israel .accessories {
	width: 100%
}

#landingpage-israel h1 {
	background: 0 0;
	display: inline;
	margin: 1.3125rem 0 .75rem 2rem!important;
	padding: 0;
	vertical-align: middle
}

@media (min-width:768px) and (max-width:1279px) {
	#landingpage-israel h1 {
		margin: 0 0 .75rem 2rem!important
	}
}

@media screen and (max-width:767px) {
	#landingpage-israel h1 {
		margin: 0!important
	}
}

#landingpage-israel h2 {
	margin-top: 1rem
}

#landingpage-israel h2+p {
	margin-top: -.5rem
}

#landingpage-israel .logo-wrapper {
	display: inline
}

@media all and (max-width:767px) {
	#landingpage-israel .logo-wrapper {
		text-align: center
	}
	#landingpage-israel .logo-wrapper img {
		width: 4rem
	}
}

#landingpage-israel .logo {
	display: inline-block
}

#landingpage-israel .logo img {
	margin-bottom: .6rem
}

#landingpage-israel .cta {
	margin-top: 2rem
}

.modal--loading .fa-refresh {
	position: absolute
}

.modal--loading .spinner__modal {
	display: block
}

.modal--loading .modal-body {
	overflow: hidden
}

.modal-backdrop {
	z-index: 100
}

.modal .modal-dialog {
	width: 60%;
	max-width: 780px
}

@media screen and (max-width:1199px) {
	.modal .modal-dialog {
		width: 75%
	}
}

@media screen and (max-width:1023px) {
	.modal .modal-dialog {
		width: 90%
	}
}

@media screen and (max-width:767px) {
	.modal .modal-dialog {
		width: auto
	}
}

.modal .modal-header {
	padding: 15px;
	background: #f7f7f7;
	font-weight: 700;
	font-size: 20px;
	color: #616268
}

.modal .modal-header .close {
	margin-left: 24px
}

.modal .modal-header__title {
	display: flex
}

.modal .modal-header__title i {
	margin-right: 8px
}

.modal .modal-header__title .fa-globe {
	font-size: 24px
}

.modal .modal-header__title .fa-check-circle,
.modal .modal-header__title .fa-hourglass-end,
.modal .modal-header__title .fa-object-group {
	padding-top: 2px
}

.modal .modal-content,
.modal .modal-header {
	border-radius: 6px 6px 0 0
}

.modal .modal-footer {
	background-color: #ebebeb
}

.modal .modal-footer .button,
.modal .modal-footer .button-group {
	margin-bottom: 0
}

.modal .modal-footer .button {
	cursor: pointer
}

@media screen and (max-width:479px) {
	.modal .modal-footer .button {
		margin: 6px 0
	}
}

.modal .modal-footer .button--primary,
.modal .modal-footer .button--secondary {
	width: 100%
}

@media screen and (min-width:480px) {
	.modal .modal-footer .button--primary,
	.modal .modal-footer .button--secondary {
		width: auto
	}
}

.modal .modal-footer .button--primary {
	background-color: #ff6e00;
	color: #fff
}

.modal .modal-footer .button--primary:hover {
	background-color: #ffa866
}

.modal .modal-footer .button--secondary {
	background-color: #f7f7f7
}

.modal .modal-footer .button--secondary:active,
.modal .modal-footer .button--secondary:focus,
.modal .modal-footer .button--secondary:hover {
	background: #d2d2d2
}

@media screen and (min-width:480px) {
	.modal .modal-footer .button+.button,
	.modal .modal-footer button+button {
		margin: 0 0 0 14px
	}
}

.modal .button[disabled],
.modal button[disabled] {
	opacity: .5;
	cursor: not-allowed
}

.modal .modal-body--scrollable {
	max-height: calc(90vh - 200px);
	overflow-y: auto;
	overflow-x: hidden
}

@media screen and (min-width:1024px) {
	.modal .modal-body--scrollable {
		max-height: calc(85vh - 79px)
	}
}

.spinner-modal {
	position: relative
}

.modal-scrollable {
	overflow: auto;
	max-height: calc(100vh - 12em - 30px)
}

.parseley-error-container.parsley-error {
	border: 2px solid red
}

.parseley-error-container.parsley-error+.parsley-errors-list {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	color: red
}

.newsletter-header {
	margin-bottom: 1.5em
}

.newsletter-header ul {
	padding: 0;
	margin: 0;
	list-style-type: none
}

.newsletter-header ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: .5em
}

.italic {
	font-style: italic
}

.form-heading {
	font-size: 1.5em!important;
	font-weight: 500!important
}

.newsletter-email {
	background: #ff6e00;
	color: #fff;
	margin: -1em;
	margin-bottom: 1em;
	padding: 1em
}

.newsletter-email label {
	color: #fff!important
}

.newsletter-email input {
	background: #fff!important;
	color: #000!important
}

.newsletter-email input::-webkit-input-placeholder {
	color: #616268!important
}

.newsletter-email input::-moz-placeholder {
	color: #616268!important
}

.newsletter-email input:-ms-input-placeholder {
	color: #616268!important
}

.newsletter-email input::-ms-input-placeholder {
	color: #616268!important
}

.newsletter-email input::placeholder {
	color: #616268!important
}

.field-group.newsletter-email-group {
	margin-bottom: 0!important
}

.field-group.newsletter-email-group>input:last-of-type {
	margin-bottom: 2em
}

.field-group.newsletter-email-group>label {
	margin-top: 1em
}

.field-group.newsletter-email-group .parsley-error {
	border: 3px solid red
}

.field-group.newsletter-email-group .parsley-errors-list {
	color: #fff
}

@media screen and (max-width:767px) {
	.field-group.newsletter-email-group .button {
		margin-left: 0;
		width: 100%
	}
}

.wishdate label {
	display: block
}

.whishdate-wrapper {
	align-items: center;
	display: flex
}

.whishdate-wrapper>i {
	margin-left: 8px;
	cursor: pointer
}

.whishdate-wrapper.whishdate-wrapper.whishdate-wrapper input {
	display: inline-block;
	margin-left: 6rem
}

.whishdate-wrapper>dateinput-picker {
	margin-left: -6rem
}

@media screen and (min-width:1280px) {
	.whishdate-wrapper.whishdate-wrapper.whishdate-wrapper input {
		display: inline-block;
		margin-left: 0
	}
	.whishdate-wrapper>dateinput-picker {
		margin-left: 0
	}
}

@media screen and (min-width:1200px) {
	.whishdate-wrapper.whishdate-wrapper.whishdate-wrapper input {
		margin-left: 32px
	}
	.whishdate-wrapper>dateinput-picker {
		margin-left: -32px
	}
}

@media screen and (max-width:479px) {
	.whishdate-wrapper.whishdate-wrapper.whishdate-wrapper input {
		margin-left: 11rem
	}
	.whishdate-wrapper>dateinput-picker {
		margin-left: -11rem
	}
}

.list {
	margin-bottom: 32px
}

.list h2 {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 16px;
	width: 92%
}

@media screen and (max-width:1279px) {
	.list h2 {
		width: 89%
	}
}

@media screen and (max-width:1023px) {
	.list h2 {
		width: 94%
	}
}

.list i {
	margin-right: 12px
}

.list ol,
.list ul {
	padding-left: 20px
}

.list ol li,
.list ul li {
	margin-bottom: 12px
}

.list__header {
	display: flex;
	align-items: center
}

.form-header-login>.button-group {
	display: flex;
	justify-content: space-between;
	margin-top: 1em
}

.form-header-login>.button-group .button {
	margin: 0;
	width: 100%
}

.form-header-login>.button-group .button:first-child {
	margin-right: .75em
}

.form-header-login__hr {
	margin: 1em 0;
	border-top: 1px solid #ebebeb
}

.form-header-login__reset-password {
	text-align: center;
	margin: 0
}

.form-header-login__reset-password.form-header-login__reset-password a {
	margin: 0;
	position: initial
}

@media screen and (min-width:480px) {
	.form-header-login--registration .form-header-login__checkbox-button-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center
	}
}

@media screen and (min-width:1024px) {
	.form-header-login--registration .form-header-login__checkbox-button-wrapper {
		display: block
	}
}

.form-header-login--registration .form-header-login__checkbox-button-wrapper .button-group {
	margin-top: 16px
}

@media screen and (min-width:480px) {
	.form-header-login--registration .form-header-login__checkbox-button-wrapper .button-group {
		margin-top: 0
	}
}

@media screen and (min-width:1024px) {
	.form-header-login--registration .form-header-login__checkbox-button-wrapper .button-group {
		margin-top: 16px
	}
}

.form-header-login--registration .form-header-login__checkbox-button-wrapper .button-group .button:first-child {
	width: 100%;
	margin-right: 0;
	margin-bottom: 0
}

@media screen and (min-width:480px) {
	.form-header-login--registration .form-header-login__checkbox-button-wrapper .button-group .button:first-child {
		width: auto;
		margin-right: 0;
		margin-left: auto
	}
}

.form-header-login .form-header-login__reset-password a {
	font-size: 14px;
	color: #616268
}

.form-header-login .form-header-login__reset-password a:active,
.form-header-login .form-header-login__reset-password a:hover {
	text-decoration: none;
	color: #41a3bc
}

.offer-header>h1 {
	font-size: 36px
}

@media screen and (max-width:767px) {
	.offer-header>h1 {
		margin-bottom: 24px
	}
}

.offer-references {
	display: flex;
	margin-bottom: 32px;
	font-size: 17.5px
}

.offer-references>div {
	flex: 0 33%
}

@media screen and (max-width:767px) {
	.offer-references {
		flex-direction: column
	}
	.offer-references>div {
		margin-bottom: 12px
	}
}

.offer-references__label {
	font-size: 12px;
	font-weight: 700
}

@media screen and (min-width:1024px) {
	.offer-references__label {
		font-size: 16px
	}
}

.offer-references__value {
	font-size: 14px
}

@media screen and (min-width:768px) {
	.offer-references__value {
		font-size: 16px
	}
}

.cta-widget {
	display: flex;
	color: #fff;
	height: 48px;
	background: #f7f7f7;
	align-items: center;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	margin: 16px 0;
	font-size: 14px
}

@media screen and (min-width:1024px) {
	.cta-widget {
		max-width: 610px
	}
}

@media screen and (min-width:1200px) {
	.cta-widget {
		font-size: 16px
	}
}

.cta-widget:hover .cta-widget__arrow {
	transform: scale(1.2)
}

.cta-widget:hover .cta-widget__text {
	color: #41a3bc
}

.cta-widget:hover .cta-widget__animated-background {
	transform: rotate(0);
	background-color: #ffa866
}

.cta-widget:active,
.cta-widget:focus,
.cta-widget:hover,
.cta-widget:visited {
	text-decoration: none;
	color: #fff
}

.cta-widget__icon {
	height: 100%;
	align-items: center;
	background-color: #6e8ba1;
	padding: 0 12px;
	display: none
}

.cta-widget__icon i {
	font-size: 32px;
	padding: 0 12px
}

@media screen and (min-width:480px) {
	.cta-widget__icon {
		display: flex;
		justify-content: center
	}
}

@media screen and (min-width:1200px) {
	.cta-widget__icon {
		padding: 0 35px
	}
}

.cta-widget__animated-background {
	background: #ff6e00;
	position: absolute;
	width: 100px;
	height: 240%;
	right: -20px;
	bottom: -25%;
	transform-origin: left 75%;
	transition: all .3s ease;
	transform: rotate(45deg)
}

@media screen and (max-width:767px) {
	.cta-widget__animated-background {
		transform: rotate(0);
		right: -54px
	}
}

.cta-widget__text {
	color: #616268;
	font-weight: 700;
	padding: 0;
	margin: 0 auto
}

@media screen and (min-width:480px) {
	.cta-widget__text {
		padding: 0 12px
	}
}

@media screen and (max-width:479px) {
	.cta-widget__text {
		margin-left: 16px
	}
}

.cta-widget__arrow {
	margin: 0 20px 0 44px;
	z-index: 1;
	font-size: 32px;
	transition: transform .3s ease-out
}

@media screen and (max-width:767px) {
	.cta-widget__arrow {
		margin-right: 10px;
		font-size: 24px
	}
}

@media screen and (min-width:1024px) {
	.cta-widget--full-width {
		max-width: 100%
	}
}

@media screen and (min-width:480px) {
	.cta-widget--slim .cta-widget__icon {
		width: 40px;
		padding: 0
	}
}

@media screen and (min-width:768px) {
	.cta-widget--slim .cta-widget__icon {
		width: 54px;
		flex: 1 0 auto
	}
}

@media screen and (min-width:1024px) {
	.cta-widget--slim .cta-widget__icon {
		flex: 0 auto
	}
}

.cta-widget--slim .cta-widget__icon i {
	font-size: 26px
}

@media screen and (min-width:1200px) {
	.cta-widget--slim .cta-widget__icon i {
		font-size: 32px
	}
}

.infobox {
	background-color: #f7f7f7;
	display: flex
}

.infobox__icon {
	background-color: #6e8ba1;
	color: #fff;
	padding: 14px 9px;
	width: 40px;
	flex: none;
	text-align: center
}

@media screen and (min-width:768px) {
	.infobox__icon {
		padding: 14px;
		width: 54px
	}
}

.infobox__icon i {
	font-size: 24px
}

.infobox__text {
	font-size: 14px;
	padding: 16px;
	align-self: center;
	-webkit-hyphens: auto;
	hyphens: auto;
	-ms-hyphens: auto;
	word-break: break-word;
	flex: 1
}

@media all and (-ms-high-contrast:none) {
	.infobox__text {
		word-break: break-all
	}
}

.infobox__text p {
	margin-bottom: 0
}

.infobox__text p+p {
	margin-top: 20px
}

.infobox__headline {
	font-weight: 700
}

.infobox__headline+p {
	margin-top: 16px
}

.infobox--warning .infobox__icon {
	background-color: #a33f3f
}

.infobox p.infobox__text {
	margin-bottom: 0
}

.infobox--light {
	background-color: #fff
}

.infobox--light .infobox__icon {
	background-color: #6e8ba1
}

.infobox--slim .infobox__icon,
.infobox--slim .infobox__text {
	padding: 9px
}

.infobox--slim .infobox__icon {
	width: auto
}

.infobox--slim .infobox__icon i {
	font-size: 20px
}

.infobox--shadow {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16)
}

.infobox--list .infobox__text {
	padding: 0
}

.infobox--list .infobox__list-title {
	margin-right: 8px;
	padding: 16px
}

@media screen and (min-width:768px) {
	.infobox--list .infobox__list-title {
		margin-right: 0
	}
}

.infobox--list .infobox__list-title span {
	margin-left: 1ch;
	font-weight: 700;
	color: #6e8ba1
}

.infobox--list .infobox__expandable {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 16px
}

.infobox--list .infobox__expandable:hover {
	cursor: pointer;
	color: #41a3bc
}

@media screen and (min-width:768px) {
	.infobox--list .infobox__expandable--only-mobile:hover {
		cursor: initial;
		color: #616268
	}
}

@media screen and (min-width:768px) {
	.infobox--list .infobox__expandable--only-mobile .expand-icon {
		display: none
	}
}

.infobox--list .infobox__expandable .infobox__list-title {
	padding: 0
}

.infobox--list .infobox__expandable+.infobox__list {
	margin-top: 0
}

.infobox--list .infobox__expandable+.infobox__list--collapsed,
.infobox--list .infobox__expandable+.infobox__list--collapsed-mobile {
	padding-bottom: 0
}

.infobox--list .expand-icon {
	transition: transform .25s ease-out
}

.infobox--list .expand-icon.rotate {
	transform: rotate(90deg)
}

.infobox--list .infobox__list {
	display: flex;
	padding: 0 0 0 16px;
	flex-wrap: wrap;
	max-height: 10000px;
	transition: max-height .75s ease-out, visibility .75s ease-out;
	visibility: visible
}

.infobox--list .infobox__list--collapsed,
.infobox--list .infobox__list--collapsed-mobile {
	margin-top: 0;
	visibility: hidden;
	max-height: 0;
	transition: max-height .5s ease-out, visibility .35s ease-out
}

@media screen and (min-width:768px) {
	.infobox--list .infobox__list--collapsed-mobile {
		visibility: visible;
		max-height: 10000px
	}
}

.infobox--list .infobox__list-item {
	width: calc(100% / 3);
	margin-bottom: 16px
}

@media screen and (min-width:480px) {
	.infobox--list .infobox__list-item {
		width: calc(100% / 4)
	}
}

@media screen and (min-width:768px) {
	.infobox--list .infobox__list-item {
		width: calc(100% / 8)
	}
}

@media screen and (min-width:1024px) {
	.infobox--list .infobox__list-item {
		width: calc(100% / 10)
	}
}

@media screen and (min-width:1200px) {
	.infobox--list .infobox__list-item {
		width: calc(100% / 12)
	}
}

.infobox--list .infobox__list-item--link {
	color: #616268
}

.infobox--list .infobox__list-item--link:hover {
	color: #41a3bc;
	text-decoration: none
}

.privacy-form {
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	background-color: transparent
}

.privacy-form__text {
	flex: 1;
	text-align: left
}

@media screen and (min-width:1024px) {
	.privacy-form__text {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: calc(50% - 25px)
	}
}

@media screen and (min-width:1024px) {
	.privacy-form__text--full-width {
		flex: 1
	}
}

.privacy-form__button {
	opacity: .5;
	cursor: not-allowed
}

.privacy-form__button-group {
	flex: 1 0 100%;
	margin-top: 20px
}

@media screen and (min-width:480px) {
	.privacy-form__button-group {
		display: flex;
		justify-content: flex-end
	}
}

@media screen and (min-width:1024px) {
	.privacy-form__button-group {
		flex: 0 1 50%;
		margin-top: 0;
		align-items: center
	}
}

.privacy-form__button-group .button {
	width: 100%;
	margin-left: 0
}

@media screen and (min-width:480px) {
	.privacy-form__button-group .button {
		width: auto;
		margin-bottom: 0
	}
}

.privacy-form__button-group .button+.button {
	margin-bottom: 0
}

@media screen and (min-width:480px) {
	.privacy-form__button-group .button+.button {
		margin-left: 14px
	}
}

.privacy-form input {
	width: 25px;
	align-self: flex-start
}

.privacy-form input[type=checkbox]:checked~.privacy-form__button-group .privacy-form__button {
	opacity: 1;
	cursor: pointer
}

ul.separated-list-item {
	margin-bottom: 8px
}

ul.separated-list-item li {
	margin-bottom: 0
}

.separated-list-item {
	background-color: #f7f7f7;
	display: table-row;
	font-size: 14px;
	list-style: none;
	padding: 0 8px;
	position: relative
}

.separated-list-item:last-of-type {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.separated-list-item {
		display: block;
		padding: 5px 8px;
		border-radius: 5px
	}
}

.separated-list-item__entry {
	vertical-align: middle;
	display: table-cell;
	padding: 0 5px
}

.separated-list-item__entry:first-child {
	font-weight: 700
}

@media screen and (max-width:767px) {
	.separated-list-item__entry:first-child {
		border-radius: 0
	}
}

.separated-list-item__entry:first-child span {
	border-bottom: 0;
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.separated-list-item__entry:first-child span {
		border-bottom: 1px solid #616268;
		display: inline-block;
		margin-bottom: 2px
	}
}

@media screen and (min-width:768px) {
	.lac-activation-step__entries .separated-list-item__entry:nth-child(2),
	.lac-activation-step__summary-list .separated-list-item__entry:nth-child(2) {
		width: auto
	}
}

@media screen and (min-width:1200px) {
	.lac-activation-step__entries .separated-list-item__entry:nth-child(2),
	.lac-activation-step__summary-list .separated-list-item__entry:nth-child(2) {
		width: auto
	}
}

.separated-list-item__entry--activations span:first-of-type {
	font-weight: 700
}

.separated-list-item__entry--activations span:first-of-type::after {
	content: " /";
	font-weight: 400
}

.separated-list-item__entry--bold .separated-list-item__value {
	font-weight: 700
}

@media screen and (max-width:767px) {
	.separated-list-item__entry {
		display: list-item;
		padding: 0
	}
}

.separated-list-item__entry+.separated-list-item__entry {
	border-left: 1px solid #616268;
	padding-left: 10px
}

@media screen and (max-width:767px) {
	.separated-list-item__entry+.separated-list-item__entry {
		border-left: none;
		padding-left: 0
	}
}

@media screen and (max-width:1023px) {
	.separated-list-item--many-entries {
		display: block;
		padding: 5px 8px;
		border-radius: 5px
	}
}

@media screen and (max-width:1023px) {
	.separated-list-item--many-entries .separated-list-item__entry {
		display: list-item;
		padding: 0
	}
}

@media screen and (max-width:1023px) {
	.separated-list-item--many-entries .separated-list-item__entry:first-child {
		border-radius: 0
	}
}

@media screen and (min-width:1024px) {
	.separated-list-item--many-entries .separated-list-item__entry:first-child {
		width: 105px;
		word-wrap: break-word
	}
}

@media screen and (min-width:1200px) {
	.separated-list-item--many-entries .separated-list-item__entry:first-child {
		width: 120px
	}
}

@media screen and (max-width:1023px) {
	.separated-list-item--many-entries .separated-list-item__entry:first-child span {
		border-bottom: 1px solid #616268;
		display: inline-block;
		margin-bottom: 2px
	}
}

@media screen and (max-width:1023px) {
	.separated-list-item--many-entries .separated-list-item__entry+.separated-list-item__entry {
		border-left: none;
		padding-left: 0
	}
}

.separated-list-item .number-input input {
	background: #ebebeb;
	border: 1px solid transparent;
	width: 100%;
	padding: 6px 0 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #616268;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.separated-list-item .number-input input::-webkit-input-placeholder {
	color: #616268
}

.separated-list-item .number-input input::-moz-placeholder {
	color: #616268
}

.separated-list-item .number-input input:-ms-input-placeholder {
	color: #616268
}

.separated-list-item .number-input input::-ms-input-placeholder {
	color: #616268
}

.separated-list-item .number-input input::placeholder {
	color: #616268
}

.separated-list-item .number-input input:focus {
	background: #f3f3f3;
	outline: 0
}

@media screen and (min-width:480px) {
	.separated-list-item .number-input input {
		max-width: 50%
	}
}

@media screen and (min-width:768px) {
	.separated-list-item .number-input input {
		max-width: 100%;
		width: 100%
	}
}

.separated-list-item .number-input--disabled input {
	display: none
}

@media screen and (min-width:768px) {
	.separated-list-item .number-input--disabled input {
		cursor: not-allowed;
		display: block
	}
}

.separated-list-item input[disabled]::-webkit-input-placeholder {
	color: #a0a1a4
}

.separated-list-item input[disabled]::-moz-placeholder {
	color: #a0a1a4
}

.separated-list-item input[disabled]:-ms-input-placeholder {
	color: #a0a1a4
}

.separated-list-item input[disabled]::-ms-input-placeholder {
	color: #a0a1a4
}

.separated-list-item input[disabled]::placeholder {
	color: #a0a1a4
}

.availability-indicator {
	background-color: #e9e7e5;
	border-radius: 3px;
	height: 6px;
	width: 100%
}

.availability-indicator__value {
	background-color: #41a3bc;
	border-radius: 3px;
	display: block;
	height: 100%
}

.availability-component__progress-value {
	font-weight: 700
}

.availability-component__progress-value::after {
	content: "/";
	font-weight: 400;
	margin-left: 6px
}

.lac-overview-item .availability-component {
	width: 83px;
	text-align: center
}

@media screen and (min-width:1280px) {
	.lac-overview-item .availability-component {
		width: 88px
	}
}

.lac-history-entry {
	background-color: #fff;
	padding: 7px 9px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.lac-history-entry__header {
	margin-bottom: 12px
}

@media screen and (min-width:768px) {
	.lac-history-entry__header {
		display: flex;
		justify-content: space-between;
		margin-bottom: 22px
	}
}

.lac-history-entry__header .label-value-pair+.label-value-pair {
	margin-top: 10px
}

@media screen and (min-width:768px) {
	.lac-history-entry__header .label-value-pair+.label-value-pair {
		margin-top: 0
	}
}

@media screen and (min-width:768px) {
	.lac-history-entry .label-value-pair__label {
		font-size: 14px;
		line-height: 14px;
		margin-bottom: 4px
	}
}

@media screen and (min-width:1024px) {
	.lac-history-entry .label-value-pair__label {
		margin-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.lac-history-entry .label-value-pair__value {
		font-size: 16px;
		line-height: 16px
	}
}

@media screen and (min-width:1024px) {
	.lac-history-entry .label-value-pair__label,
	.lac-history-entry .label-value-pair__value {
		display: inline-block;
		font-size: 16px;
		line-height: 16px
	}
}

.lac-history-entry__activations {
	margin-bottom: 12px
}

@media screen and (min-width:768px) {
	.lac-history-entry__activations {
		border-spacing: 0 8px;
		display: table;
		margin-top: -8px;
		max-width: 550px;
		width: 100%
	}
}

@media screen and (min-width:768px) {
	.lac-history-entry .separated-list-item .separated-list-item__entry+.separated-list-item__entry {
		border-left: 1px solid #616268;
		padding-left: 10px
	}
}

@media screen and (min-width:768px) {
	.lac-history-entry .separated-list-item__entry span {
		border-bottom: 0;
		margin-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.lac-history-entry__buttons .button {
		max-width: 200px
	}
	.lac-history-entry__buttons .button:first-child {
		margin-right: 16px
	}
}

@media screen and (max-width:767px) {
	.lac-history-entry__buttons a.button+button.button,
	.lac-history-entry__buttons button.button+a.button {
		margin-top: 12px
	}
}

@media screen and (min-width:768px) {
	.lac-history-entry__buttons {
		display: flex;
		justify-content: flex-end
	}
	.lac-history-entry__buttons .button:first-child {
		margin-bottom: 0
	}
	.lac-history-entry__buttons .button:last-child {
		margin-left: 0;
		margin-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.modal-lac-history__header {
		display: flex
	}
}

.modal-lac-history__text-wrapper {
	display: inline
}

.modal-lac-history__icon {
	margin-right: 5px;
	font-size: 24px;
	line-height: normal
}

@media screen and (min-width:768px) {
	.modal-lac-history__icon {
		margin-right: 10px;
		font-size: 35px
	}
}

.modal-lac-history__title {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	position: relative;
	top: 2px
}

@media screen and (min-width:768px) {
	.modal-lac-history__title {
		font-size: 21px
	}
}

.modal-lac-history__lac {
	margin-top: 10px
}

@media screen and (min-width:768px) {
	.modal-lac-history__lac {
		margin-top: 0
	}
	.modal-lac-history__lac .label-value-pair__label,
	.modal-lac-history__lac .label-value-pair__value {
		display: inline-block;
		font-size: 16px
	}
}

.modal-lac-history__lac .label-value-pair__value {
	font-weight: 400
}

.modal-lac-history__entries .lac-history-entry+.lac-history-entry {
	margin-top: 8px
}

.modal-lac-history__entries .lac-history-entry:last-of-type {
	margin-bottom: 4px
}

.modal-lac-history .modal-content:after {
	height: 20px;
	width: 100%;
	position: absolute;
	bottom: 0;
	content: "";
	box-shadow: inset 0 -14px 10px -10px #616268
}

@media screen and (max-width:767px) {
	.modal-lac-history .modal-content {
		margin: 0 20px
	}
}

.modal-lac-history .modal-body {
	background-color: #f7f7f7;
	max-height: calc(90vh - 79px);
	overflow-y: auto;
	overflow-x: hidden;
	padding-bottom: 0
}

.modal-lac-history .modal-body:after {
	width: 120%;
	height: 20px;
	content: "";
	position: relative;
	background-color: #f7f7f7;
	display: block;
	transform: translateX(-8%);
	z-index: 100
}

.modal-lac-history .modal-footer {
	display: none
}

.modal-lac-history .modal-dialog {
	max-width: 550px;
	margin: 20px auto
}

@media screen and (min-width:768px) {
	.modal-lac-history .modal-dialog {
		width: 750px;
		max-width: none
	}
}

.lac-overview-item {
	background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
	font-size: 14px;
	margin-bottom: 8px;
	padding: 12px 12px 15px;
	position: relative
}

.lac-overview-item:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	border: 2px solid transparent;
	pointer-events: none;
	transition: all .5s linear
}

@media screen and (min-width:1280px) {
	.lac-overview-item {
		font-size: 16px
	}
}

@media screen and (min-width:480px) {
	.lac-overview-item__buttons {
		display: flex;
		justify-content: flex-end
	}
	.lac-overview-item__buttons>.button {
		width: auto
	}
	.lac-overview-item__buttons .button:first-child {
		margin-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.lac-overview-item__buttons {
		display: block
	}
	.lac-overview-item__buttons .button:first-child {
		margin: 0
	}
}

.lac-overview-item .button {
	width: 100%;
	margin: 0 0 12px 0
}

.lac-overview-item .button:last-child {
	margin-bottom: 0
}

@media all and (min-width:1024px) and (-ms-high-contrast:none) {
	.lac-overview-item .button:last-child {
		margin-left: 10px
	}
}

@media screen and (min-width:480px) {
	.lac-overview-item .button {
		width: calc(50% - 10px);
		margin-left: auto
	}
}

@media screen and (min-width:1024px) {
	.lac-overview-item .button {
		width: 200px
	}
}

@media screen and (min-width:1280px) {
	.lac-overview-item .button {
		width: 240px
	}
}

.lac-overview-item .header {
	align-items: baseline;
	display: flex
}

.lac-overview-item .header__chevron {
	margin-right: 20px;
	transition: transform .35s
}

.lac-overview-item .header__chevron:hover {
	cursor: pointer
}

.lac-overview-item .header[aria-expanded=true] .header__chevron {
	transform: rotate(90deg)
}

.lac-overview-item .header__content {
	display: flex;
	flex-grow: 1;
	justify-content: space-between
}

@media all and (-ms-high-contrast:none) {
	.lac-overview-item .header__content {
		justify-content: flex-start
	}
}

.lac-overview-item .header__content .button {
	height: 34px
}

.lac-overview-item .header__items {
	align-items: baseline
}

@media screen and (max-width:1279px) {
	.lac-overview-item .header__items {
		margin-right: 16px
	}
}

@media screen and (min-width:1024px) {
	.lac-overview-item .header__items {
		display: flex;
		flex: 2;
		justify-content: space-between;
		max-width: 588px
	}
}

@media screen and (min-width:1024px) {
	.lac-overview-item .header__item .label-value-pair__value {
		font-size: 14px
	}
}

@media screen and (min-width:1280px) {
	.lac-overview-item .header__item .label-value-pair__value {
		font-size: 16px
	}
}

.lac-overview-item .content {
	display: flex;
	justify-content: space-between;
	margin-top: 20px
}

@media screen and (max-width:1279px) {
	.lac-overview-item .content {
		margin-top: 10px
	}
}

@media screen and (max-width:1023px) {
	.lac-overview-item .content {
		flex-flow: column
	}
}

@media all and (-ms-high-contrast:none) {
	.lac-overview-item .content {
		justify-content: flex-start
	}
}

.lac-overview-item .content__heading {
	background-color: #616268;
	color: #fff;
	font-weight: 700;
	padding: 2px 8px;
	margin-bottom: 5px
}

.lac-overview-item .content__list {
	flex-grow: 1;
	margin-bottom: 12px
}

@media screen and (min-width:480px) {
	.lac-overview-item .content__list {
		margin-bottom: 20px
	}
}

@media screen and (min-width:1024px) {
	.lac-overview-item .content__list {
		margin-left: 25px;
		margin-right: 0;
		margin-bottom: 0;
		max-width: 444px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none) {
	.lac-overview-item .content__list {
		margin-right: 20px
	}
}

@media screen and (min-width:1280px) {
	.lac-overview-item .content__list {
		max-width: 588px
	}
}

@media screen and (min-width:1024px) {
	.lac-overview-item .content .separated-list-item__entry:nth-child(2) {
		width: 50%
	}
}

@media screen and (min-width:1200px) {
	.lac-overview-item .content .separated-list-item__entry:nth-child(2) {
		width: 55%
	}
}

.lac-overview-item--highlighted:before {
	border: 2px solid #41a3bc
}

@media screen and (min-width:480px) {
	.lac-activation-modal .modal-content {
		margin: 16px 20px
	}
}

@media screen and (min-width:768px) {
	.lac-activation-modal .modal-content {
		margin: 0 20px
	}
}

.lac-activation-modal .modal-dialog {
	max-width: 550px
}

@media screen and (min-width:480px) {
	.lac-activation-modal .modal-dialog {
		margin: 20px auto
	}
}

@media screen and (min-width:768px) {
	.lac-activation-modal .modal-dialog {
		width: 750px;
		max-width: none
	}
}

.lac-activation-modal .spinner__modal {
	display: block
}

.lac-activation-modal .progress {
	margin-bottom: 0;
	background-color: #ebebeb
}

.lac-activation-modal .progress-bar>div {
	display: flex;
	margin: 0 10px
}

.lac-activation-modal .progress-bar>div>span+span {
	padding-left: 4px
}

.lac-activation-modal .progress-bar__separators,
.lac-activation-modal .progress-bar__step {
	display: none
}

@media screen and (min-width:480px) {
	.lac-activation-modal .progress-bar__separators,
	.lac-activation-modal .progress-bar__step {
		display: block
	}
}

.lac-activation-modal .progress-bar--failed {
	background-color: #616268
}

.lac-activation-modal .progress-bar--failed span,
.lac-activation-modal .progress-bar--failed>div {
	justify-content: center
}

.lac-activation-step {
	width: 100%;
	background-color: #fff;
	min-height: 100px
}

.lac-activation-step__output {
	display: none
}

@media screen and (min-width:480px) {
	.lac-activation-step__wrapper {
		display: flex;
		justify-content: space-between;
		margin-top: 16px
	}
	.lac-activation-step__wrapper>* {
		flex-grow: 0;
		flex-shrink: 1;
		flex-basis: calc(50% - 8px)
	}
}

.lac-activation-step .parsley-errors-list {
	color: red;
	font-size: 14px;
	list-style: none;
	margin-top: 4px;
	margin-bottom: 0;
	padding: 0
}

.lac-activation-step input.parsley-error {
	border: 1px red solid
}

.lac-activation-step__copytext {
	display: block;
	font-size: 14px
}

@media screen and (min-width:768px) {
	.lac-activation-step__copytext {
		font-size: 16px
	}
}

.lac-activation-step__fingerprint input {
	background: #ebebeb;
	border: 1px solid transparent;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #55565b;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.lac-activation-step__fingerprint input:focus {
	background: #f3f3f3;
	outline: 0
}

.lac-activation-step .lac-activation-step__fingerprint.content {
	border: none;
	padding: 0;
	margin: 0
}

.lac-activation-step .field-group input {
	background: #ebebeb;
	border: 1px solid transparent;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.4;
	color: #55565b
}

.lac-activation-step .field-group input:focus {
	background: #f3f3f3;
	outline: 0
}

.lac-activation-step .label-value-pair {
	margin-bottom: 8px
}

@media screen and (min-width:1024px) {
	.lac-activation-step .label-value-pair__label,
	.lac-activation-step .label-value-pair__value {
		display: inline-block
	}
}

@media screen and (min-width:768px) {
	.lac-activation-step .label-value-pair__value {
		font-size: 16px
	}
}

.lac-activation-step__entries {
	border-spacing: 0 8px;
	display: table;
	width: 100%
}

.lac-activation-step__entries .separated-list-item__entry {
	border-left: none;
	border-radius: 5px
}

@media screen and (min-width:768px) {
	.lac-activation-step__entries .separated-list-item__entry {
		padding: 5px;
		border-radius: 0
	}
	.lac-activation-step__entries .separated-list-item__entry:first-child {
		border-radius: 5px 0 0 5px
	}
	.lac-activation-step__entries .separated-list-item__entry:last-child {
		border-radius: 0 5px 5px 0
	}
}

@media screen and (min-width:1024px) {
	.lac-activation-step__entries .separated-list-item .separated-list-item__entry+.separated-list-item__entry {
		padding-left: 0
	}
}

@media screen and (min-width:1024px) {
	.lac-activation-step__entries .dropdown--conditional {
		margin-left: auto
	}
}

.lac-activation-step__list-headline {
	display: none
}

@media screen and (min-width:768px) {
	.lac-activation-step__list-headline {
		display: table-header-group;
		background-color: #616268;
		color: #fff;
		font-weight: 700
	}
	.lac-activation-step__list-headline span {
		display: table-cell;
		padding-left: 10px
	}
	.lac-activation-step__list-headline>span:last-child {
		width: 145px
	}
	.lac-activation-step__list-headline>span:first-of-type {
		padding-left: 5px
	}
}

@media screen and (min-width:1024px) {
	.lac-activation-step__list-headline span {
		padding-left: 0
	}
}

@media screen and (min-width:1024px) {
	.lac-activation-step h2 {
		font-size: 28px;
		margin-bottom: 4px
	}
}

.lac-activation-step__summary-list {
	margin-bottom: 11px
}

@media screen and (min-width:768px) {
	.lac-activation-step__summary-list {
		border-spacing: 0 .5rem;
		display: table;
		margin-top: -8px;
		width: 100%
	}
}

.lac-activation-step__infobox {
	display: block;
	margin-top: 20px
}

.lac-activation-step__license-key {
	width: 100%;
	overflow: auto;
	font-size: 14px;
	border-color: #a0a0a0
}

@media screen and (min-width:480px) {
	.lac-activation-step__license-key {
		font-size: 16px
	}
}

@media screen and (min-width:480px) {
	.lac-activation-step__download {
		display: flex;
		justify-content: flex-end
	}
}

.lac-activation-step__download .button {
	margin-top: 20px;
	margin-left: 0;
	width: 100%
}

@media screen and (min-width:480px) {
	.lac-activation-step__download .button {
		width: auto;
		margin-bottom: 0;
		margin-left: auto
	}
}

@media screen and (min-width:1024px) {
	.lac-activation-step h3 {
		font-size: 20px
	}
}

.dropdown {
	position: relative;
	font-size: 14px
}

@media screen and (min-width:768px) {
	.dropdown {
		font-size: 16px
	}
}

.dropdown select::-ms-expand {
	display: none
}

.dropdown select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

@-moz-document url-prefix() {
	.dropdown .dropdown__element {
		padding-top: 2px
	}
}

.dropdown:not(.dropdown--disabled):before {
	font-family: FontAwesome;
	position: absolute;
	content: "\f0d7";
	font-size: 20px;
	right: 10px;
	pointer-events: none;
	bottom: 50%;
	transform: translateY(50%);
	z-index: 1
}

.dropdown__element {
	width: 100%;
	height: 36px;
	background-color: #ebebeb;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-left: 8px;
	border-radius: 0;
	cursor: pointer
}

@media screen and (min-width:768px) {
	.dropdown__element {
		height: 30px
	}
}

.dropdown__element:hover {
	color: #41a3bc;
	outline: 0
}

.dropdown__element:focus {
	outline: 0
}

.dropdown__element option {
	color: #616268;
	font-weight: 400
}

.dropdown select:disabled,
.dropdown--disabled {
	display: none;
	cursor: not-allowed
}

@media screen and (min-width:1024px) {
	.dropdown select:disabled,
	.dropdown--disabled {
		display: block
	}
}

.dropdown__label--hidden {
	position: absolute;
	transform: translateX(-100%);
	z-index: -1;
	color: transparent
}

.dropdown--light {
	color: #616268;
	font-weight: 700
}

.dropdown--light:not(.dropdown--disabled):before {
	color: #a0a1a4;
	content: "\f107";
	font-weight: 700;
	font-size: 20px
}

.dropdown--light .dropdown__element {
	background-color: #fff;
	border: 1px solid #ced3da;
	padding-right: 28px
}

.dropdown--slim .dropdown__element {
	height: 26px;
	font-size: 14px
}

@media screen and (min-width:768px) {
	.dropdown--visible-label.dropdown {
		display: flex;
		align-items: center;
		justify-content: flex-end
	}
}

.dropdown--visible-label.dropdown:before {
	bottom: 6px;
	transform: translate(0)
}

@media screen and (min-width:768px) {
	.dropdown--visible-label.dropdown:before {
		bottom: 50%;
		transform: translateY(50%)
	}
}

@media screen and (min-width:768px) {
	.dropdown--visible-label .dropdown__label {
		font-size: 16px;
		font-weight: 400;
		margin-bottom: 0
	}
}

.dropdown--visible-label .dropdown__element {
	height: 43px
}

@media screen and (min-width:768px) {
	.dropdown--visible-label .dropdown__element {
		height: 26px;
		margin-left: 16px;
		width: auto
	}
}

.modal.in.moneo-agb-privacy-modal,
.moneo-agb-privacy-modal {
	position: absolute;
	top: 20px;
	overflow: visible;
	height: 100%
}

.modal.in.moneo-agb-privacy-modal__paragraph-icon,
.moneo-agb-privacy-modal__paragraph-icon {
	font-size: 21px
}

@media screen and (min-width:768px) {
	.modal.in.moneo-agb-privacy-modal__paragraph-icon,
	.moneo-agb-privacy-modal__paragraph-icon {
		font-size: 24px
	}
}

.modal.in.moneo-agb-privacy-modal .modal-footer,
.moneo-agb-privacy-modal .modal-footer {
	border-top: none
}

@media screen and (min-width:480px) {
	.modal.in.moneo-agb-privacy-modal .modal-content,
	.moneo-agb-privacy-modal .modal-content {
		margin: 0 20px
	}
}

.modal.in.moneo-agb-privacy-modal .modal-dialog,
.moneo-agb-privacy-modal .modal-dialog {
	position: relative;
	transform: translateY(-50%);
	margin: 0 auto
}

@media screen and (min-width:480px) {
	.modal.in.moneo-agb-privacy-modal .modal-dialog,
	.moneo-agb-privacy-modal .modal-dialog {
		max-width: 600px
	}
}

@media screen and (min-width:1024px) {
	.modal.in.moneo-agb-privacy-modal .modal-dialog,
	.moneo-agb-privacy-modal .modal-dialog {
		max-width: none;
		width: 620px
	}
}

.modal.in.moneo-agb-privacy-modal .modal-dialog--centered,
.moneo-agb-privacy-modal .modal-dialog--centered {
	top: 50%;
	margin: auto
}

.modal.in.moneo-agb-privacy-modal .modal-dialog--bottom,
.moneo-agb-privacy-modal .modal-dialog--bottom {
	position: absolute;
	bottom: 40px;
	top: auto;
	left: 0;
	right: 0
}

.modal.in.moneo-agb-privacy-modal .privacy-form__text,
.moneo-agb-privacy-modal .privacy-form__text {
	font-size: 14px;
	color: #616268
}

@media screen and (min-width:1024px) {
	.modal.in.moneo-agb-privacy-modal .privacy-form__text,
	.moneo-agb-privacy-modal .privacy-form__text {
		font-size: 16px
	}
}

ul.download-list-item {
	margin-bottom: 16px;
	padding: 0 0 16px
}

@media screen and (min-width:768px) {
	ul.download-list-item {
		margin-bottom: 12px
	}
}

@media screen and (min-width:1024px) {
	ul.download-list-item {
		padding-bottom: 0
	}
}

ul.download-list-item:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0
}

.download-list-item {
	display: block;
	list-style: none;
	border-bottom: 1px solid #a0a1a4
}

@media screen and (min-width:1024px) {
	.download-list-item {
		display: table-row
	}
}

@media screen and (min-width:1024px) {
	.download-list-item__entry {
		display: table-cell;
		vertical-align: top
	}
}

.download-list-item__label,
.download-list-item__value {
	display: block
}

.download-list-item__label--no-wrap,
.download-list-item__value--no-wrap {
	white-space: nowrap
}

.download-list-item__label {
	font-size: 12px;
	font-weight: 700;
	line-height: 12px
}

@media screen and (min-width:1024px) {
	.download-list-item__label {
		font-size: 16px;
		display: none
	}
}

.download-list-item__value {
	font-size: 14px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	position: relative
}

@media screen and (min-width:1024px) {
	.download-list-item__value {
		font-size: 16px
	}
}

.download-list-item__description {
	white-space: pre-line
}

.download-list-item .button,
.download-list-item a.button.download-button {
	margin: 0;
	width: 100%
}

@media screen and (min-width:768px) {
	.download-list-item .button,
	.download-list-item a.button.download-button {
		display: inline-block;
		margin-left: auto;
		width: 250px
	}
}

@media screen and (min-width:1024px) {
	.download-list-item .button,
	.download-list-item a.button.download-button {
		align-self: center;
		margin-left: 50px
	}
}

.download-list-item:last-of-type {
	border-bottom: none
}

.download-list-item .button-wrapper {
	text-align: end;
	margin: 10px 0 15px
}

@media screen and (min-width:1024px) {
	.download-list-item .button-wrapper {
		margin: 0 0 30px 0
	}
}

@media screen and (min-width:768px) {
	.download-list-item .button-wrapper a.button.download-button {
		display: inline-block
	}
}

.download-package-block {
	background-color: #f7f7f7;
	margin-bottom: 20px
}

.download-package-block:last-of-type {
	margin-bottom: 8px
}

.download-package-block__content,
.download-package-block__header {
	padding: 16px
}

@media screen and (min-width:768px) {
	.download-package-block__content,
	.download-package-block__header {
		padding: 16px 25px
	}
}

.download-package-block__header {
	background-color: #a0a1a4;
	color: #fff
}

.download-package-block__header:hover {
	cursor: pointer;
	background-color: #a8adad
}

.download-package-block__header h3 {
	margin: 0;
	display: inline-block
}

.download-package-block__header[aria-expanded=true] .download-package-block__chevron {
	transform: rotate(90deg)
}

.download-package-block__chevron {
	display: inline-block;
	margin-right: 8px;
	transition: transform .35s
}

.download-package-block__content {
	padding-top: 25px;
	width: 100%
}

@media screen and (min-width:1024px) {
	.download-package-block__content {
		border-spacing: 25px 12px;
		padding: 16px 0
	}
}

@media screen and (min-width:1024px) {
	.download-package-block__content.collapse.in {
		display: table
	}
}

.download-package-block.download-tab {
	padding: 0
}

.download-package-block--disabled {
	position: relative;
	pointer-events: none
}

.download-package-block--disabled:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	content: "";
	opacity: .8
}

.download-info p {
	white-space: pre-line
}

.download-tab {
	padding: 0 0 16px
}

.download-tab__content-container {
	padding: 0 16px 16px
}

.download-tab__table {
	margin-bottom: 16px
}

.download-tab__table td,
.download-tab__table th {
	padding: 6px;
	vertical-align: top
}

.download-tab__table tbody tr:nth-child(even) {
	background-color: #f1f1f1
}

.download-tab__table tbody tr:nth-child(odd) {
	background-color: #fff
}

.download-tab.pd-list-container {
	margin-bottom: 20px
}

.maintenance {
	background-color: #616268;
	text-align: center;
	color: #fff;
	padding: 10px;
	font-weight: 700
}

.maintenance i {
	margin-right: 20px
}

.maintenance p {
	margin-bottom: 0
}

.product-list-block {
	margin-bottom: 10px;
	background: #fff
}

.product-list-block__header {
	padding: 16px;
	background: #7b93a4;
	color: #fff;
	margin-bottom: 10px
}

.product-list-block__header[aria-expanded=true] i {
	transform: rotate(90deg)
}

.product-list-block__header:hover {
	cursor: pointer;
	background: #678295
}

.product-list-block__header h3 {
	margin: 0
}

.product-list-block__header i.fa {
	position: absolute;
	transition: transform .35s
}

.product-list-block__header span {
	display: block;
	padding-left: 20px
}

.product-list-block__list {
	margin-bottom: 0!important;
	padding: 0
}

.product-list-block__list a:hover p,
.product-list-block__list a:hover span {
	color: #41a3bc
}

.product-list-block__list a p {
	color: #a0a1a4
}

.product-list-block__list a p span {
	color: #ff6e00;
	font-weight: 700;
	font-size: 20px;
	display: block
}

.product-list-block__list li {
	list-style: none;
	position: relative;
	padding: 10px 0;
	margin: 0
}

.product-list-block__list li:first-child {
	padding-top: 20px
}

.product-list-block__list li::after {
	content: "";
	display: flex;
	border-bottom: 2px #dedede solid;
	width: calc(100% - 30px);
	margin: 0 auto
}

.product-list-block__list li:last-child::after {
	border-bottom: 0
}

@media screen and (max-width:767px) {
	.product-list-block__list .button-group {
		margin: 0;
		display: block
	}
	.product-list-block__list .button-group a {
		padding-right: 20px
	}
	.product-list-block__list .button-group button {
		width: 100%;
		display: block
	}
	.product-list-block__list .button--continue {
		width: 100%;
		margin-bottom: 20px
	}
}

.product-list-block__list .teaser-price {
	display: flex
}

.product-list-block__list .teaser-price .price-block {
	float: left;
	max-width: 50%
}

@media screen and (max-width:767px) {
	.product-list-block__list .teaser-price .price-block {
		min-width: 65%
	}
}

.product-list-block__list .teaser-price .button-group {
	margin-bottom: 16px
}

@media screen and (max-width:767px) {
	.product-list-block__list .teaser-price .button-group {
		width: 35%
	}
}

.product-list-block__list .teaser-price .button-group a {
	float: left;
	padding: 8px 12px;
	margin-left: 16px
}

@media screen and (max-width:767px) {
	.product-list-block__list .teaser-price .button-group a {
		float: right;
		padding-right: 0
	}
}

@media screen and (max-width:767px) {
	.product-list-block__list .add-to-cart .button-group {
		width: 100%;
		margin: 0;
		display: block;
		text-align: right
	}
	.product-list-block__list .add-to-cart .button-group a {
		padding-right: 0
	}
	.product-list-block__list .add-to-cart .button-group button {
		width: 100%;
		display: block;
		margin-left: 0
	}
}

.product-list-block__thumb {
	width: 100%
}

.country-select-modal .additional-info {
	font-size: 12px;
	margin: 0;
	text-align: left;
	display: table
}

.country-select-modal .additional-info>i:first-child {
	display: table-cell;
	padding-right: 5px
}

.country-select-modal .country-list {
	line-height: 22px;
	list-style: none;
	margin-bottom: 0;
	padding: 0
}

.country-select-modal .country-list li {
	margin: 0
}

.country-select-modal .select-location {
	margin: 16px 0 20px
}

.selector-modal .modal-dialog {
	height: 95%;
	width: 98%;
	margin: 10px auto
}

@media screen and (min-width:768px) {
	.selector-modal .modal-dialog {
		width: 95%;
		margin: 20px auto
	}
}

@media screen and (min-width:1024px) {
	.selector-modal .modal-dialog {
		max-width: 1200px
	}
}

@media screen and (min-width:1200px) {
	.selector-modal .modal-dialog {
		width: 90%
	}
}

.selector-modal .modal-content {
	border-radius: 6px 6px 0 0;
	min-height: 100%;
	overflow: hidden
}

@media screen and (min-width:480px) {
	.selector-modal .modal-content {
		min-height: 50%
	}
}

.selector-modal .modal-header {
	background: #f7f7f7;
	position: relative;
	z-index: 20
}

.selector-modal .modal-body {
	max-height: calc(90vh - 82px);
	overflow-x: hidden;
	overflow-y: auto;
	padding: 10px;
	background-color: #fff
}

@media screen and (min-width:480px) {
	.selector-modal .modal-body {
		max-height: calc(97vh - 82px)
	}
}

@media screen and (min-width:768px) {
	.selector-modal .modal-body {
		max-height: calc(95vh - 82px);
		padding: 15px
	}
}

.selector-modal .content {
	border: 0;
	margin: 0;
	padding: 0
}

.selector-modal__header {
	display: flex
}

.selector-modal__headlines {
	margin-left: 16px;
	display: flex;
	flex-direction: column;
	justify-content: center
}

.selector-modal__headlines h2,
.selector-modal__headlines h3 {
	margin: 0
}

.selector-modal__headlines h2 {
	font-size: 21px
}

.selector-modal__headlines h2+h3 {
	margin-top: 4px
}

.selector-modal__headlines h3 {
	color: #616268;
	font-weight: 400
}

.selector-modal__thumbnail img {
	width: 50px
}

.selector-modal .table-container {
	padding-top: 0
}

.price-information__list-price {
	font-weight: 700
}

.price-information__value {
	font-weight: 700;
	color: #ff6e00
}

.thumbnail-product-information {
	display: flex;
	align-items: center
}

.thumbnail-product-information__thumbnail {
	margin-right: 16px
}

.thumbnail-product-information img {
	width: 50px
}

.thumbnail-product-information .no-price {
	margin-bottom: 0
}

.thumbnail-product-information .price-information--no-price {
	flex: 1
}

.table-container {
	padding: 16px 0
}

.table,
table {
	width: 100%
}

.table caption,
table caption {
	font-size: 20px;
	font-weight: 700
}

.table {
	font-size: 14px
}

.table td {
	border-top: none!important
}

.table caption {
	padding: 0;
	margin-bottom: 1rem
}

.table__header {
	background-color: #94959b;
	color: #fff
}

.table th.table__header-item {
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-break: break-word;
	vertical-align: top;
	min-width: 75px
}

.table th.table__header-item:first-of-type {
	min-width: auto
}

@media all and (-ms-high-contrast:none) {
	.table th.table__header-item {
		word-break: break-all
	}
}

.table__row {
	background-color: #fff
}

.table__row:hover:not(.expand-container-row) {
	background-color: #dedede
}

.table__row--dark {
	background-color: #ebebeb
}

.table__row--expandable {
	cursor: pointer
}

.table__row--expandable:hover .table__row {
	background-color: #dedede
}

.table__row--expandable:hover .table__row--dark {
	background-color: #dedede
}

.table--xs-hidden {
	display: none
}

@media screen and (min-width:480px) {
	.table--xs-hidden {
		display: table-cell
	}
}

@media screen and (min-width:480px) {
	.table--sm-hidden {
		display: none
	}
}

@media screen and (min-width:768px) {
	.table--sm-hidden {
		display: table-cell
	}
}

@media screen and (min-width:768px) {
	.table--md-hidden {
		display: none
	}
}

@media screen and (min-width:1024px) {
	.table--md-hidden {
		display: table-cell
	}
}

@media screen and (min-width:1024px) {
	.table--lg-hidden {
		display: none
	}
}

@media screen and (min-width:1200px) {
	.table--lg-hidden {
		display: table-cell
	}
}

.table .table-entry__link {
	font-weight: 700
}

.table__column-4,
.table__column-5,
.table__column-6,
.table__column-7 {
	display: none
}

@media screen and (min-width:480px) {
	.table__column-4,
	.table__column-5,
	.table__column-6,
	.table__column-7 {
		display: table-cell
	}
}

@media screen and (min-width:480px) {
	.table__column-5,
	.table__column-6,
	.table__column-7 {
		display: none
	}
}

@media screen and (min-width:768px) {
	.table__column-5,
	.table__column-6,
	.table__column-7 {
		display: table-cell
	}
}

@media screen and (min-width:768px) {
	.table__column-6,
	.table__column-7 {
		display: none
	}
}

@media screen and (min-width:1024px) {
	.table__column-6,
	.table__column-7 {
		display: table-cell
	}
}

@media screen and (min-width:1024px) {
	.table__column-7 {
		display: none
	}
}

@media screen and (min-width:1200px) {
	.table__column-7 {
		display: table-cell
	}
}

.table .expandable-icon {
	color: #ff6e00
}

.expand-container-row {
	border-top: 1px solid #a8adad
}

.expand-container-row--hidden {
	display: none
}

.expand-container-row__container {
	position: relative;
	margin: 4px 0
}

@media screen and (min-width:768px) {
	.expand-container-row__container {
		display: flex
	}
}

.expand-container-row .thumbnail-product-information {
	margin-bottom: 8px
}

@media screen and (min-width:768px) {
	.expand-container-row .thumbnail-product-information {
		margin-bottom: 0;
		flex: 1
	}
}

.expand-container-row .text-icon-link,
.expand-container-row .text-icon-link-wrapper {
	position: absolute;
	margin-left: 1px;
	transform: translateY(2px)
}

.expand-container-row .text-icon-link--no-price,
.expand-container-row .text-icon-link-wrapper--no-price {
	position: relative
}

@media screen and (min-width:480px) {
	.expand-container-row .text-icon-link,
	.expand-container-row .text-icon-link-wrapper {
		transform: translateY(12px)
	}
}

@media screen and (min-width:768px) {
	.expand-container-row .text-icon-link,
	.expand-container-row .text-icon-link-wrapper {
		position: static;
		margin: auto 10px;
		transform: translateY(0)
	}
}

@media screen and (min-width:1200px) {
	.expand-container-row .text-icon-link,
	.expand-container-row .text-icon-link-wrapper {
		margin: auto 20px
	}
}

.expand-container-row .text-icon-link-wrapper {
	transform: translateY(6px)
}

@media screen and (min-width:480px) {
	.expand-container-row .text-icon-link-wrapper {
		transform: translateY(16px)
	}
}

@media screen and (min-width:768px) {
	.expand-container-row .text-icon-link-wrapper {
		transform: translateY(0)
	}
}

.expand-container-row .text-icon-link-wrapper .text-icon-link {
	position: static
}

.expand-container-row .button-input-group {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

@media screen and (min-width:480px) {
	.expand-container-row .button-input-group {
		flex-direction: row;
		justify-content: flex-end
	}
}

@media screen and (min-width:768px) {
	.expand-container-row .button-input-group {
		align-items: center
	}
}

.expand-container-row .button-input-group button {
	width: 100%;
	margin-top: 10px
}

@media screen and (min-width:480px) {
	.expand-container-row .button-input-group button {
		width: 50%
	}
}

@media screen and (min-width:768px) {
	.expand-container-row .button-input-group button {
		width: 100%;
		margin-top: 0
	}
}

.text-icon-link {
	color: #616268;
	text-decoration: none;
	font-size: 14px;
	padding: 5px 0;
	border: none;
	background-color: transparent
}

.text-icon-link:focus,
.text-icon-link:hover {
	color: #41a3bc;
	text-decoration: none;
	outline: 0
}

.text-icon-link--active {
	color: #ff6e00
}

.text-icon-link--heart.text-icon-link--active i:before {
	content: "\f004"
}

.input {
	color: #616268;
	padding: 7px 2px 7px 7px;
	height: 35px
}

.input--number {
	min-width: 64px;
	border: 1px solid #dedede;
	background-color: #fff
}

.input--dark {
	background-color: #ebebeb
}

.button-input-group {
	display: flex;
	align-items: center
}

.button-input-group--justify-end {
	justify-content: flex-end
}

.button-input-group a,
.button-input-group button {
	margin-bottom: 0
}

.button-input-group a {
	width: 100%;
	margin-top: 10px
}

@media screen and (min-width:480px) {
	.button-input-group a {
		width: auto;
		margin-top: 0
	}
}

.button-input-group label {
	margin-right: 6px;
	font-size: 14px;
	margin-bottom: 0
}

@media screen and (min-width:480px) {
	.button-input-group label {
		display: none
	}
}

.button-input-group input {
	max-width: 64px
}

.button-input-group__input {
	display: inline-flex;
	align-items: center
}

.button-input-group__button-wrapper {
	margin-left: 12px;
	width: 100%
}

@media screen and (min-width:480px) {
	.button-input-group__button-wrapper {
		width: 50%;
		margin-top: 0
	}
}

@media screen and (min-width:768px) {
	.button-input-group__button-wrapper {
		width: auto
	}
}

.button-input-group__button-wrapper a.button,
.button-input-group__button-wrapper button.button {
	width: 100%
}

.toolbar-tag {
	display: inline-block;
	background-color: #dedede;
	color: #616268;
	font-size: 12px;
	border-radius: 3px;
	margin-right: 8px;
	max-width: 100%
}

.toolbar-tag:last-of-type {
	margin: 0
}

.toolbar-tag__link {
	color: #616268;
	display: flex
}

.toolbar-tag__link:active,
.toolbar-tag__link:focus,
.toolbar-tag__link:hover {
	text-decoration: none;
	color: #616268
}

.toolbar-tag__link:active .toolbar-tag__icon,
.toolbar-tag__link:active .toolbar-tag__value,
.toolbar-tag__link:focus .toolbar-tag__icon,
.toolbar-tag__link:focus .toolbar-tag__value,
.toolbar-tag__link:hover .toolbar-tag__icon,
.toolbar-tag__link:hover .toolbar-tag__value {
	background-color: #d1d1d1
}

.toolbar-tag__link:active .toolbar-tag__label,
.toolbar-tag__link:focus .toolbar-tag__label,
.toolbar-tag__link:hover .toolbar-tag__label {
	background-color: #b8b8b8
}

.toolbar-tag__link:active .remove-icon,
.toolbar-tag__link:focus .remove-icon,
.toolbar-tag__link:hover .remove-icon {
	color: #41a3bc
}

.toolbar-tag__icon,
.toolbar-tag__label,
.toolbar-tag__value {
	font-weight: 700;
	transition: background-color .5s ease-in-out, color 250ms ease-in-out;
	padding: 7px
}

.toolbar-tag__label {
	background-color: #c5c5c5;
	border-radius: 3px 0 0 3px
}

.toolbar-tag__value {
	padding-right: 10px;
	word-break: break-word
}

.toolbar-tag .remove-icon {
	font-size: 14px;
	padding: 0;
	color: #616268;
	margin-left: 8px;
	transform: translateY(1px);
	transition: color 250ms ease-in-out
}

.toolbar-tag__icon {
	border-radius: 0 3px 3px 0
}

.toolbar-tag--highlight .remove-icon,
.toolbar-tag--highlight .toolbar-tag__link {
	color: #fff
}

.toolbar-tag--highlight .toolbar-tag__label {
	background-color: #ff6e00
}

.toolbar-tag--highlight .toolbar-tag__icon,
.toolbar-tag--highlight .toolbar-tag__value {
	background-color: #ff8b33
}

ul.toolbar-tag-list {
	margin: 0;
	padding: 0
}

@media screen and (min-width:1024px) {
	ul.toolbar-tag-list {
		padding-right: 6px
	}
}

ul.toolbar-tag-list .toolbar-tag {
	margin-bottom: 8px
}

.toolbar-selectors {
	clear: both;
	padding: 0 0 16px 16px;
	height: 0
}

.toolbar-selectors>ul {
	margin: 0
}

.toolbar-selectors--active {
	height: auto;
	padding: 16px 0 8px 16px
}

.toolbar-selectors--active .toolbar-selectors__head {
	visibility: visible
}

.toolbar-selectors__head {
	visibility: hidden;
	margin-bottom: 16px
}

.toolbar-selectors__headline {
	color: #ff6e00;
	float: left;
	margin: 8px 0!important
}

.toolbar-selectors__openclose {
	float: right
}

@media screen and (max-width:1023px) {
	.toolbar-selectors .toolbar-selectors__openclose {
		display: none!important
	}
	.toolbar-selectors .toolbar-selectors__list {
		display: block!important
	}
}

.toolbar-selectors__msgclose {
	display: none
}

.toolbar-selectors--is-open .toolbar-selectors__msgclose {
	display: inline
}

.toolbar-selectors--is-open .toolbar-selectors__msgopen {
	display: none
}

.toolbar-selectors__list {
	clear: both;
	list-style: none;
	padding: 0
}

.toolbar-selectors__list>li {
	margin-bottom: 8px
}

.toolbar-selectors__label,
.toolbar-selectors__value {
	font-weight: 700;
	display: inline-block;
	padding: 7px 7px 5px 7px;
	background: #c5c5c5;
	transition: background-color 250ms ease-in-out, color 125ms ease-in-out
}

.toolbar-selectors__value {
	padding-right: 0;
	background: #dedede
}

.toolbar-selectors__remove {
	padding-right: 27px;
	display: block
}

.toolbar-selectors__remove .fa-stack {
	position: absolute;
	font-size: 8px;
	padding: 0;
	color: #616268;
	display: block;
	top: 6px;
	right: 6px;
	transition: background-color 250ms ease-in-out, color 125ms ease-in-out
}

.toolbar-selectors__remove .fa-stack-2x {
	transition: background-color 250ms ease-in-out, color 125ms ease-in-out
}

.toolbar-selectors__remove .fa-stack-1x {
	transition: background-color 250ms ease-in-out, color 125ms ease-in-out
}

.toolbar-selectors__remove:active,
.toolbar-selectors__remove:focus,
.toolbar-selectors__remove:hover {
	background: #d1d1d1
}

.toolbar-selectors__remove:active .toolbar-selectors__value,
.toolbar-selectors__remove:focus .toolbar-selectors__value,
.toolbar-selectors__remove:hover .toolbar-selectors__value {
	background: #d1d1d1
}

.toolbar-selectors__remove:active .toolbar-selectors__label,
.toolbar-selectors__remove:focus .toolbar-selectors__label,
.toolbar-selectors__remove:hover .toolbar-selectors__label {
	background: #b8b8b8
}

.toolbar-selectors__remove:active .fa-stack,
.toolbar-selectors__remove:focus .fa-stack,
.toolbar-selectors__remove:hover .fa-stack {
	background: 0 0
}

.toolbar-selectors__remove:active .fa-stack .fa-stack-2x,
.toolbar-selectors__remove:focus .fa-stack .fa-stack-2x,
.toolbar-selectors__remove:hover .fa-stack .fa-stack-2x {
	color: #f8f8f8
}

.toolbar-selectors__remove:active .fa-stack .fa-stack-1x,
.toolbar-selectors__remove:focus .fa-stack .fa-stack-1x,
.toolbar-selectors__remove:hover .fa-stack .fa-stack-1x {
	color: #616268
}

.toolbar-selectors__item {
	font-size: 14px;
	background: #dedede;
	color: #616268;
	display: block;
	float: left;
	margin-right: 8px;
	position: relative;
	border-radius: 3px;
	overflow: hidden;
	transition: background-color 250ms ease-in-out, color 125ms ease-in-out
}

.toolbar-selectors__item a.toolbar-selectors__remove {
	color: #616268;
	transition: background-color 250ms ease-in-out, color 125ms ease-in-out
}

.toolbar-selectors__item--highlight {
	background: #ff8b33
}

.toolbar-selectors__item--highlight a.toolbar-selectors__remove {
	color: #fff
}

.toolbar-selectors__item--highlight .toolbar-selectors__label {
	background: #ff6e00
}

.toolbar-selectors__item--highlight .toolbar-selectors__value {
	background: #ff8b33
}

.toolbar-selectors__item--highlight .fa-stack .fa-stack-2x {
	color: #fff
}

.toolbar-selectors__item--highlight .fa-stack .fa-stack-1x {
	color: #ff6e00
}

.toolbar-selectors__removeall {
	float: right;
	display: block;
	font-size: 16px
}

.filter-toolbar .button+.button {
	margin-top: 16px
}

@media screen and (min-width:480px) {
	.filter-toolbar .button+.button {
		margin: 0 0 auto 16px
	}
}

.filter-toolbar__toggle {
	display: none
}

.filter-toolbar__toggle--closed {
	display: none
}

.filter-toolbar__toggle--open {
	display: block
}

.filter-toolbar__toggle.collapsed .filter-toolbar__toggle--closed {
	display: block
}

.filter-toolbar__toggle.collapsed .filter-toolbar__toggle--open {
	display: none
}

@media screen and (max-width:1023px) {
	.filter-toolbar__toggle {
		display: block
	}
}

.filter-toolbar__reset.button {
	background-color: #dedede
}

.filter-toolbar__reset.button,
.filter-toolbar__toggle.button {
	width: 100%;
	margin: auto 0
}

@media screen and (min-width:480px) {
	.filter-toolbar__reset.button,
	.filter-toolbar__toggle.button {
		margin-bottom: 0;
		width: auto
	}
}

.filter-toolbar__matches--count {
	color: #41a3bc
}

.filter-toolbar--mobile {
	margin-bottom: 26px
}

.filter-toolbar--desktop .filter-toolbar__reset.button,
.filter-toolbar--desktop .filter-toolbar__reset.button.button--secondary {
	margin: 0;
	margin-left: 16px
}

.filter-toolbar--desktop .filter-toolbar__head {
	background: #f7f7f7;
	padding: 10px 10px 2px 10px;
	margin-bottom: 16px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

.filter-toolbar--desktop .toolbar-tag-list {
	flex: 1;
	border-right: 1px solid #a8adad;
	margin-bottom: 8px
}

.scale-drawing-comparison .modal-dialog {
	width: 70%;
	max-width: 90%
}

.scale-drawing-comparison .modal-footer {
	display: none
}

.scale-drawing-comparison .scrolling-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	width: 100%
}

.scale-drawing-comparison__product-description {
	color: #c3cdd5;
	font-size: 16px
}

.scale-drawing-comparison__product-number {
	font-size: 24px;
	font-weight: 700
}

.scale-drawing-comparison table {
	border-spacing: 16px 0;
	border-collapse: separate
}

.scale-drawing-comparison .btn-wrapper {
	display: block;
	height: 55px
}

.scale-drawing-comparison .btn-wrapper .button--cta {
	margin-top: 10px;
	position: absolute
}

.scale-drawing-comparison .btn-wrapper .button--cta:focus {
	outline: 0
}

.scale-drawing-comparison .scale-drawing {
	border: 1px solid #616268
}

.scale-drawing-comparison .scale-drawing img {
	margin: 0
}

.scale-drawing-comparison .scale-drawing__legend {
	background: #dedede;
	padding: 16px 8px 8px
}

.scale-drawing-comparison .scale-drawing__legend ul {
	list-style: none;
	margin: 0;
	padding-left: 6px
}

@media screen and (min-width:1280px) {
	.modal[data-scaledrawing-number="1"] .modal-dialog {
		width: 60%
	}
}

.modal[data-scaledrawing-number="3"] .modal-dialog {
	width: 90%
}

.modal[data-scaledrawing-number="3"] table {
	width: 145%
}

@media screen and (min-width:1280px) {
	.modal[data-scaledrawing-number="3"] table {
		width: 100%
	}
}

.modal__planned-maintenance a {
	color: #ff6e00;
	font-weight: 700
}

.modal__planned-maintenance a:hover {
	color: #41a3bc;
	text-decoration: none
}

.modal__planned-maintenance strong {
	display: block;
	margin: 24px 0 8px
}

.modal__planned-maintenance .fa-info-circle {
	font-size: 21px;
	padding-top: 2px
}

.modal__cusAttr .modal-dialog {
	width: 70%;
	max-width: 1000px
}

@media screen and (max-width:1199px) {
	.modal__cusAttr .modal-dialog {
		width: 80%
	}
}

@media screen and (max-width:767px) {
	.modal__cusAttr .modal-dialog {
		width: auto
	}
}

.modal__cusAttr .progress {
	margin-bottom: 0
}

.modal__cusAttr h1 i {
	margin-right: 22px
}

.modal .cusAttr-configurator .item {
	background-color: #f3f3f3;
	padding-bottom: 100%;
	position: relative;
	width: 100%
}

.modal .cusAttr-configurator .item:hover {
	background-color: #dedede
}

.modal .cusAttr-configurator .item:hover img {
	top: 17.5%;
	width: 45%
}

.modal .cusAttr-configurator .item--active,
.modal .cusAttr-configurator .item:active {
	background-color: #a0a1a4;
	color: #fff
}

.modal .cusAttr-configurator .item--content {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.modal .cusAttr-configurator img {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 20%;
	width: 40%
}

@media screen and (max-width:479px) {
	.modal .cusAttr-configurator img {
		top: 10%;
		width: 35%
	}
}

.modal .cusAttr-configurator h4 {
	bottom: 10%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	text-align: center;
	width: 75%;
	overflow-wrap: break-word;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto
}

@media screen and (max-width:479px) {
	.modal .cusAttr-configurator h4 {
		width: 90%
	}
}

.modal__offer .modal-content {
	max-height: 90vh
}

.modal__offer .doNotUseThisClassInProduction,
.modal__offer .modal-footer {
	text-align: left;
	display: flex;
	flex-direction: column
}

@media screen and (min-width:480px) {
	.modal__offer .doNotUseThisClassInProduction,
	.modal__offer .modal-footer {
		flex-direction: row;
		justify-content: flex-end;
		align-items: flex-end
	}
}

.modal__offer .doNotUseThisClassInProduction:after,
.modal__offer .doNotUseThisClassInProduction:before,
.modal__offer .modal-footer:after,
.modal__offer .modal-footer:before {
	content: none
}

.modal__offer .doNotUseThisClassInProduction .button,
.modal__offer .modal-footer .button {
	flex-shrink: 0;
	margin-top: 16px
}

@media screen and (min-width:480px) {
	.modal__offer .doNotUseThisClassInProduction .button,
	.modal__offer .modal-footer .button {
		margin-top: 0
	}
}

.modal .offer__list {
	list-style-type: none;
	padding: 0;
	margin: 0
}

@media screen and (min-width:480px) {
	.modal .offer__list {
		display: flex;
		flex: 2;
		flex-flow: column;
		justify-content: space-around
	}
}

.modal .offer__list li {
	padding-bottom: 8px;
	display: flex
}

.modal .offer__list i {
	margin-right: 8px
}

@media screen and (min-width:480px) {
	.modal .offer__layout {
		display: flex
	}
}

@media screen and (max-width:479px) {
	.modal .offer__layout--horizontal {
		flex-wrap: wrap
	}
}

.modal .offer__layout .input {
	width: 100%
}

@media screen and (min-width:480px) {
	.modal .offer__layout .input {
		width: 60%
	}
}

.modal .offer__loader {
	color: #ff6e00;
	text-align: center;
	display: block
}

.modal .offer__loader--vertical {
	margin: auto
}

@media screen and (min-width:768px) {
	.modal .offer__loader--vertical {
		margin-right: calc(50% - 80px)
	}
}

.modal .offer__loader--horizontal {
	align-self: center;
	flex: 1
}

@media screen and (max-width:479px) {
	.modal .offer__loader--horizontal {
		width: 100%;
		order: 3
	}
}

.modal .offer-icon {
	font-size: 112px;
	text-align: end
}

@media screen and (max-width:767px) {
	.modal .offer-icon {
		display: none
	}
}

.offer-address {
	flex: 1;
	margin-right: 32px
}

.offer-address address {
	margin: 0
}

.offer-address__delivery,
.offer-address__invoice {
	display: flex;
	flex-direction: column;
	justify-content: space-between
}

@media screen and (min-width:768px) {
	.offer-address__delivery,
	.offer-address__invoice {
		flex-direction: row
	}
}

.offer-address__delivery>div:first-child,
.offer-address__invoice>div:first-child {
	flex: 1
}

.offer-address__delivery>div:nth-child(2),
.offer-address__invoice>div:nth-child(2) {
	flex: 2
}

.offer-address .title {
	font-weight: 700;
	margin-bottom: 8px
}

@media screen and (min-width:768px) {
	.offer-address .title {
		margin-bottom: 0;
		margin-right: 16px
	}
}

.offer-address .radio-button-group {
	flex-direction: column;
	overflow-y: auto;
	max-height: 25vh;
	margin-bottom: 0
}

@media screen and (min-width:480px) {
	.offer-address .radio-button-group {
		max-height: 40vh
	}
}

@media screen and (min-width:768px) {
	.offer-address .radio-button-group {
		max-height: 50vh
	}
}

.offer-address .radio-button {
	margin-bottom: 8px
}

.offer-address .radio-button:last-child {
	margin-bottom: 0
}

.offer-address .radio-button__label {
	font-weight: 400
}

.modal__changeData .content {
	border: 0;
	margin: 0;
	padding: 0
}

@media screen and (min-width:1024px) {
	.share-wishlist .modal-dialog {
		width: 60%
	}
}

.share-wishlist__textarea {
	margin: 8px 0 12px;
	font-style: italic;
	font-weight: 400;
	resize: none;
	width: 100%;
	min-height: 90px
}

@media screen and (min-width:480px) {
	.share-wishlist__textarea {
		min-height: 50px
	}
}

.agb-link {
	cursor: pointer
}

.agb-input-hidden {
	display: none;
	padding: 0;
	margin: 0
}

.logo {
	display: inline-block
}

.logo__picture {
	display: block;
	width: 35px;
	height: 35px
}

@media screen and (min-width:768px) {
	.logo__picture {
		width: 60px;
		height: 60px;
		margin-top: 4px
	}
}

@media screen and (min-width:1024px) {
	.logo__picture {
		width: 72px;
		height: 72px;
		margin-top: 0
	}
}

.logo__picture img {
	width: 100%;
	height: 100%
}

@media all and (-ms-high-contrast:none) {
	.logo__picture img {
		width: auto;
		height: auto;
		max-width: 35px;
		max-height: 35px
	}
}

@media all and (min-width:768px) and (-ms-high-contrast:none) {
	.logo__picture img {
		max-width: 60px;
		max-height: 60px
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none) {
	.logo__picture img {
		max-width: 72px;
		max-height: 72px
	}
}

.confirmation-block {
	margin-bottom: 20px
}

@media screen and (max-width:767px) {
	.confirmation-block {
		margin-bottom: 35px
	}
}

.confirmation-block p {
	line-height: 2
}

.confirmation-block p span {
	font-weight: 700
}

.confirmation-block p span:before {
	content: ' '
}

@media screen and (max-width:767px) {
	.confirmation-block p {
		line-height: 1.5
	}
}

@media screen and (max-width:1023px) {
	.sidebar-filter__side {
		background: #f7f7f7;
		padding: 1em 1em .1em 1em;
		margin-bottom: 16px
	}
}

.sidebar-filter__mobile {
	display: none;
	background: #f7f7f7
}

@media screen and (max-width:1023px) {
	.sidebar-filter__mobile {
		display: block;
		padding: 16px 16px 0;
		margin-bottom: 32px
	}
}

.sidebar-filter .sidebar-filter__trigger {
	display: none;
	position: absolute;
	top: -4px;
	right: 0
}

@media screen and (max-width:1023px) {
	.sidebar-filter .sidebar-filter__trigger {
		display: block
	}
	.sidebar-filter .sidebar-filter__trigger .sidebar-filter__closed {
		display: none
	}
	.sidebar-filter .sidebar-filter__trigger .sidebar-filter__open {
		display: block
	}
	.sidebar-filter .sidebar-filter__trigger.collapsed .sidebar-filter__closed {
		display: block
	}
	.sidebar-filter .sidebar-filter__trigger.collapsed .sidebar-filter__open {
		display: none
	}
}

@media screen and (min-width:1024px) {
	.sidebar-filter__container {
		display: block;
		visibility: visible;
		height: auto!important
	}
}

.sidebar-filter__headline {
	margin: 0 0 16px 0!important;
	position: relative
}

.sidebar-filter form.content {
	padding-bottom: 0
}

.sidebar-filter .form-control {
	border-radius: 0;
	box-shadow: none
}

.sidebar-filter .form-group {
	margin-bottom: 0
}

.download-list {
	width: 100%
}

@media screen and (min-width:1024px) {
	.download-list {
		border-spacing: 25px 12px;
		display: table;
		padding: 16px 0
	}
}

.download-list__table-header {
	display: none
}

@media screen and (min-width:1024px) {
	.download-list__table-header {
		display: table-header-group
	}
	.download-list__table-header li {
		display: table-cell;
		font-size: 16px;
		font-weight: 700;
		min-width: 85px
	}
	.download-list__table-header li:first-child {
		width: 25%
	}
}

.download-list--light-theme {
	padding: 0
}

@media screen and (min-width:1024px) {
	.download-list--light-theme {
		border-spacing: 0 8px;
		transform: translateY(-16px)
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none) {
	.download-list--light-theme {
		transform: translateY(-8px)
	}
}

.download-list--light-theme .download-list__table-header {
	background-color: #616268;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.download-list--light-theme .download-list__table-header li {
	padding: 5px 8px
}

@media screen and (min-width:1024px) {
	.download-list--light-theme .download-list__table-header li {
		font-size: 14px
	}
}

@media screen and (min-width:1024px) {
	.download-list--light-theme .download-list__table-header {
		transform: translateY(8px)
	}
}

.download-list--light-theme .download-list-item,
.download-list--light-theme ul.download-list-item {
	background-color: #fff;
	border-bottom: none;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
	margin-bottom: 8px;
	padding: 12px
}

.download-list--light-theme .download-list-item__entry,
.download-list--light-theme ul.download-list-item__entry {
	background-color: #f7f7f7;
	margin-bottom: 0;
	padding: 0 8px 5px
}

.download-list--light-theme .download-list-item__entry:first-child,
.download-list--light-theme ul.download-list-item__entry:first-child {
	border-radius: 5px 5px 0 0
}

.download-list--light-theme .download-list-item__entry:nth-last-child(2),
.download-list--light-theme ul.download-list-item__entry:nth-last-child(2) {
	border-radius: 0 0 5px 5px
}

.download-list--light-theme .download-list-item__entry--button,
.download-list--light-theme ul.download-list-item__entry--button {
	background-color: #fff;
	margin-bottom: 0;
	margin-top: 8px;
	padding: 0
}

.download-list--light-theme .download-list-item__entry--button .button-wrapper,
.download-list--light-theme ul.download-list-item__entry--button .button-wrapper {
	margin: 10px 0
}

@media screen and (min-width:1024px) {
	.download-list--light-theme .download-list-item__entry,
	.download-list--light-theme ul.download-list-item__entry {
		background-color: #fff;
		padding: 6px 8px;
		vertical-align: middle
	}
	.download-list--light-theme .download-list-item__entry:first-child,
	.download-list--light-theme ul.download-list-item__entry:first-child {
		font-weight: 700;
		border-radius: 0
	}
	.download-list--light-theme .download-list-item__entry:nth-last-child(2),
	.download-list--light-theme ul.download-list-item__entry:nth-last-child(2) {
		border-radius: 0
	}
	.download-list--light-theme .download-list-item__entry:last-child,
	.download-list--light-theme ul.download-list-item__entry:last-child {
		padding: 6px 8px
	}
}

@media screen and (min-width:1024px) {
	.download-list--light-theme .download-list-item__value,
	.download-list--light-theme ul.download-list-item__value {
		font-size: 14px
	}
}

@media screen and (min-width:1200px) {
	.download-list--light-theme .download-list-item__value,
	.download-list--light-theme ul.download-list-item__value {
		font-size: 16px
	}
}

.download-list--light-theme .download-list-item__label,
.download-list--light-theme ul.download-list-item__label {
	border-bottom: 1px solid #616268;
	display: inline-block
}

@media screen and (min-width:1024px) {
	.download-list--light-theme .download-list-item__label,
	.download-list--light-theme ul.download-list-item__label {
		display: none
	}
}

@media screen and (min-width:480px) {
	.download-list--light-theme .download-list-item .button,
	.download-list--light-theme ul.download-list-item .button {
		display: block;
		margin-left: auto;
		width: calc(50% - 10px)
	}
}

@media screen and (min-width:1024px) {
	.download-list--light-theme .download-list-item .button,
	.download-list--light-theme ul.download-list-item .button {
		min-width: 180px
	}
}

.checkout-steps {
	counter-reset: step;
	font-size: 0;
	font-weight: 700;
	list-style: none;
	padding: 0;
	display: block
}

@media screen and (max-width:767px) {
	.checkout-steps {
		display: flex;
		border: 0
	}
}

.checkout-steps__step {
	font-size: 14px;
	color: #dedede;
	display: inline-block;
	padding: 0 5px;
	position: relative;
	width: 120px;
	text-align: center
}

.checkout-steps__step:last-child:after {
	display: none
}

.checkout-steps__step:before {
	content: counter(step);
	counter-increment: step;
	width: 25px;
	height: 25px;
	display: block;
	font-size: 14px;
	background: #dedede;
	border-radius: 50%;
	margin: 0 auto 5px;
	text-align: center;
	color: #fff;
	z-index: 1;
	position: relative;
	padding-top: 2px
}

.checkout-steps__step:after {
	content: "";
	position: absolute;
	left: 55px;
	top: 11px;
	height: 3px;
	width: 125px;
	background-color: #dedede;
	font-size: 14px
}

@media screen and (max-width:767px) {
	.checkout-steps__step {
		border: 0;
		font-size: 1rem;
		margin: 0;
		padding: 0;
		width: 30%
	}
	.checkout-steps__step span {
		visibility: hidden;
		font-size: 14px;
		vertical-align: top
	}
	.checkout-steps__step.current span {
		visibility: visible
	}
	.checkout-steps__step:after {
		width: 100%;
		left: 50%
	}
	.checkout-steps__step:first-child {
		text-align: left;
		width: 20%
	}
	.checkout-steps__step:first-child:after {
		width: 150%;
		left: 15%
	}
	.checkout-steps__step:first-child:before {
		margin-left: 0
	}
	.checkout-steps__step:nth-child(3):after {
		width: 115%
	}
	.checkout-steps__step:nth-last-child(2) {
		width: 20%;
		text-align: right
	}
	.checkout-steps__step:nth-last-child(2):before {
		margin-right: 0
	}
	.checkout-steps__step:nth-last-child(2) span {
		float: right
	}
	.checkout-steps__step:last-child,
	.checkout-steps__step:nth-last-child(2):after {
		display: none
	}
}

.checkout-steps .current,
.checkout-steps .done {
	color: #41a3bc
}

.checkout-steps .current:before,
.checkout-steps .done:before {
	background: #41a3bc
}

.checkout-steps .done:after {
	background: #41a3bc
}

.ems-error {
	background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
	margin: 0 auto 16px auto;
	padding: 15px
}

.ems-error__title {
	color: #616268;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 15px
}

.ems-error__title i {
	margin-right: 8px
}

.ems-error p.ems-error__message {
	margin-bottom: 15px
}

.ems-error__submit {
	text-align: right
}

.ems-error__submit button {
	margin-bottom: 0
}

@media screen and (max-width:767px) {
	.ems-error__submit button {
		width: 100%
	}
}

.orderDetail__modal .modal-content {
	background-color: #f7f7f7
}

.orderDetail__modal .modal-body {
	overflow: hidden
}

@media screen and (max-width:479px) {
	.orderDetail__modal .button {
		margin-left: 0;
		width: 100%
	}
}

.orderDetail__modal .button-group {
	margin: 0
}

@media screen and (max-width:1023px) {
	.orderDetail__modal .button--primary {
		margin: 0 0 24px
	}
}

.orderDetail__modal__products {
	max-height: 275px;
	overflow-x: hidden;
	overflow-y: auto
}

.orderDetail__modal__products:first-child {
	margin: 0 0 16px
}

.orderDetail__modal__products:last-child {
	margin: 16px 0 0
}

@media screen and (max-width:767px) {
	.orderDetail__modal__products {
		max-height: 200px
	}
}

.orderDetail__modal__products article {
	background: #fff
}

.orderDetail__modal .buyable {
	border-bottom: #f7f7f7 8px solid;
	padding: 8px
}

.orderDetail__modal .buyable:last-child {
	border: 0
}

.orderDetail__modal .buyable img {
	max-width: 75px;
	margin: 0 16px
}

.orderDetail__modal .buyable strong {
	margin: 0 16px
}

.orderDetail__modal span {
	display: flex
}

.orderDetail__modal span i {
	color: #616268;
	margin-right: 8px;
	margin-top: 2px
}

.viewer-container .viewer-close {
	background-color: #fff;
	top: 12px;
	right: 12px;
	height: 28px;
	width: 28px;
	background-image: none;
	display: flex;
	justify-content: center;
	align-items: center
}

.viewer-container .viewer-close:hover {
	background-color: #ff6e00
}

.viewer-container .viewer-close:before {
	font-family: FontAwesome;
	font-size: 27px;
	background-image: none;
	content: "\f00d";
	color: #616268;
	width: auto;
	height: auto;
	position: static
}

.viewer-container .viewer-canvas>img {
	background-color: #fff
}

.viewer {
	position: relative;
	overflow: hidden
}

.viewer:after,
.viewer:before {
	position: absolute;
	bottom: 0;
	right: 0;
	pointer-events: none
}

.viewer:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 64px 64px;
	border-color: transparent transparent #6e8ba1 transparent;
	opacity: .8
}

@media screen and (min-width:768px) {
	.viewer:before {
		border-width: 0 0 80px 80px
	}
}

@media screen and (min-width:1024px) {
	.viewer:before {
		border-width: 0 0 64px 64px
	}
}

.viewer:after {
	font-family: icons;
	font-size: 20px;
	content: "\e919";
	color: #fff;
	transform: translate(-50%, -25%);
	bottom: -2px;
	right: -2px;
	transition: all .15s ease-out
}

@media screen and (min-width:768px) {
	.viewer:after {
		font-size: 26px;
		bottom: -4px;
		right: -4px
	}
}

@media screen and (min-width:1024px) {
	.viewer:after {
		font-size: 20px;
		bottom: -2px;
		right: -2px
	}
}

.viewer:hover {
	cursor: pointer
}

.viewer:hover:after {
	color: #fff;
	font-size: 24px;
	transform: translate(-33%, -12%)
}

@media screen and (min-width:768px) {
	.viewer:hover:after {
		font-size: 32px
	}
}

@media screen and (min-width:1024px) {
	.viewer:hover:after {
		font-size: 24px
	}
}

.viewer-footer {
	align-items: flex-end;
	display: flex;
	height: 100%;
	justify-content: center;
	overflow: hidden;
	pointer-events: none
}

.viewer-backdrop {
	background-color: rgba(0, 0, 0, .6)
}

.viewer-toolbar {
	margin-bottom: 5vh;
	position: relative
}

.viewer-toolbar ul {
	display: flex;
	margin: 0;
	padding: 0
}

.viewer-toolbar ul li+li {
	margin-left: 16px
}

.viewer-toolbar li {
	align-items: center;
	display: flex;
	pointer-events: auto
}

.viewer-toolbar .viewer-zoom-in,
.viewer-toolbar .viewer-zoom-out {
	background-color: transparent;
	height: 28px;
	overflow: hidden;
	width: 28px
}

.viewer-toolbar .viewer-zoom-in:after,
.viewer-toolbar .viewer-zoom-in:before,
.viewer-toolbar .viewer-zoom-out:after,
.viewer-toolbar .viewer-zoom-out:before {
	font-family: FontAwesome;
	height: inherit;
	line-height: unset;
	margin: 0;
	position: absolute;
	width: inherit
}

.viewer-toolbar .viewer-zoom-in:before,
.viewer-toolbar .viewer-zoom-out:before {
	background-image: none;
	color: #fff;
	font-size: 28px;
	z-index: 1
}

.viewer-toolbar .viewer-zoom-in:after,
.viewer-toolbar .viewer-zoom-out:after {
	color: #616268;
	font-size: 20px;
	z-index: 10;
	transform: translateY(1px)
}

.viewer-toolbar .viewer-zoom-in:hover,
.viewer-toolbar .viewer-zoom-out:hover {
	background-color: transparent
}

.viewer-toolbar .viewer-zoom-in:hover:before,
.viewer-toolbar .viewer-zoom-out:hover:before {
	color: #ff6e00
}

.viewer-toolbar .viewer-zoom-in:before {
	content: "\f111"
}

.viewer-toolbar .viewer-zoom-in:after {
	content: "\f067"
}

.viewer-toolbar .viewer-zoom-out:before {
	content: "\f111"
}

.viewer-toolbar .viewer-zoom-out:after {
	content: "\f068"
}

.pictureElement {
	margin-bottom: 32px
}

.pictureElement img {
	margin-bottom: 0
}

.pictureElement figcaption {
	margin-top: 8px
}

.pictureElement figcaption p {
	margin-bottom: 0
}

.lac-overview__table-header {
	background-color: #616268;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 5px calc(100% - 480px) 5px 0;
	display: flex;
	justify-content: space-between
}

@media screen and (min-width:1280px) {
	.lac-overview__table-header {
		padding: 5px calc(100% - 630px) 5px 0
	}
}

.lac-overview__table-header>span:first-child {
	margin-left: 40px;
	width: 78px
}

@media screen and (min-width:1280px) {
	.lac-overview__table-header>span:first-child {
		width: 84px
	}
}

.lac-overview__table-header>span:nth-child(2) {
	width: 250px
}

@media screen and (min-width:1280px) {
	.lac-overview__table-header>span:nth-child(2) {
		width: 288px
	}
}

@media screen and (min-width:1280px) {
	.lac-overview__table-header>span:last-child {
		width: 82px
	}
}

.lac-overview__entries {
	margin-bottom: 16px
}

.systemBlock {
	border-bottom: #f7f7f7 16px solid;
	padding: 12px 0 16px
}

.systemBlock__header--fingerprint {
	font-size: 18px
}

@media screen and (max-width:1199px) {
	.systemBlock__header--fingerprint {
		padding-bottom: 8px
	}
}

.systemBlock__header--fingerprint span {
	display: inline-block;
	margin-bottom: 16px
}

@media screen and (max-width:1023px) {
	.systemBlock__header--fingerprint span {
		margin-bottom: 0
	}
}

.systemBlock__header--fingerprint strong {
	margin-right: .5rem
}

.systemBlock__table {
	table-layout: fixed;
	min-width: 700px;
	background-color: #fff
}

.systemBlock__table td,
.systemBlock__table th {
	padding: 5px
}

.systemBlock__table th {
	background-color: #616268;
	color: #fff;
	font-size: 16px
}

.systemBlock__table tbody td {
	font-size: 14px
}

.systemBlock__table--licenses {
	width: 11%
}

@media screen and (max-width:1279px) {
	.systemBlock__table--licenses {
		width: 14%
	}
}

@media screen and (max-width:767px) {
	.systemBlock__table--licenses {
		width: 18%
	}
}

@media screen and (max-width:479px) {
	.systemBlock__table--licenses {
		width: 15%
	}
}

@media screen and (max-width:1023px) {
	.systemBlock__table--description {
		width: 35%
	}
}

@media screen and (max-width:767px) {
	.systemBlock__table--description {
		width: 45%
	}
}

@media screen and (max-width:479px) {
	.systemBlock__table--description {
		width: 30%
	}
}

.systemBlock__table--amount,
.systemBlock__table--status {
	width: 10%
}

@media screen and (max-width:1023px) {
	.systemBlock__table--amount,
	.systemBlock__table--status {
		width: 12%
	}
}

@media screen and (max-width:767px) {
	.systemBlock__table--amount,
	.systemBlock__table--status {
		width: 15%
	}
}

@media screen and (max-width:479px) {
	.systemBlock__table--amount,
	.systemBlock__table--status {
		width: 12%
	}
}

.systemBlock__table--activation,
.systemBlock__table--expiration {
	width: 12.5%
}

@media screen and (max-width:1279px) {
	.systemBlock__table--activation,
	.systemBlock__table--expiration {
		width: 15%
	}
}

@media screen and (max-width:767px) {
	.systemBlock__table--activation,
	.systemBlock__table--expiration {
		width: 19%
	}
}

@media screen and (max-width:479px) {
	.systemBlock__table--activation,
	.systemBlock__table--expiration {
		width: 15%
	}
}

.system-overview__entry {
	background-color: #fff;
	padding: 12px 12px 15px;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
	margin-bottom: 8px
}

@media screen and (min-width:1024px) {
	.system-overview__entry {
		background-color: transparent;
		padding: 0;
		box-shadow: none
	}
}

.system-overview__fingerprint {
	margin-bottom: 10px
}

@media screen and (min-width:1024px) {
	.system-overview__fingerprint span {
		display: inline-block
	}
}

.system-overview__list {
	background-color: #fff;
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .16);
	font-size: 14px;
	margin-bottom: 8px;
	padding: 12px 12px 15px
}

.system-overview__heading {
	background-color: #616268;
	color: #fff;
	font-weight: 700;
	padding: 2px 8px;
	margin-bottom: 5px;
	font-size: 14px
}

@media screen and (min-width:1024px) {
	.system-overview .separated-list-item__entry:nth-last-child(2) {
		width: 100px
	}
	.system-overview .separated-list-item__entry:last-of-type {
		width: 280px
	}
	.system-overview .separated-list-item__entry:last-of-type .separated-list-item__value {
		white-space: nowrap
	}
}

.system-overview__list-header {
	background-color: #616268;
	display: flex;
	font-size: 14px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 5px
}

.system-overview__list-header span {
	padding: 5px 10px
}

.system-overview__list-header span:first-child {
	padding-left: 5px;
	width: 105px
}

@media screen and (min-width:1200px) {
	.system-overview__list-header span:first-child {
		width: 120px
	}
}

.system-overview__list-header span:nth-child(2) {
	flex: 1
}

.system-overview__list-header span:nth-last-child(2) {
	width: 100px
}

.system-overview__list-header span:last-child {
	width: 280px
}

.label-value-pair__label,
.label-value-pair__value {
	display: block
}

.label-value-pair__label--no-wrap,
.label-value-pair__value--no-wrap {
	white-space: nowrap
}

.label-value-pair__label {
	font-size: 12px;
	font-weight: 700;
	line-height: 12px
}

@media screen and (min-width:1024px) {
	.label-value-pair__label {
		font-size: 16px;
		line-height: 16px
	}
}

.label-value-pair__value {
	font-size: 14px;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word
}

@media screen and (min-width:1024px) {
	.label-value-pair__value {
		font-size: 16px
	}
}

@media screen and (max-width:1023px) {
	.label-value-pair+.label-value-pair {
		margin-top: 10px
	}
}

.support-block {
	background-color: #f7f7f7;
	margin-bottom: 32px;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%
}

@media all and (max-width:767px) and (-ms-high-contrast:none) {
	.support-block {
		display: block
	}
}

@media screen and (min-width:768px) {
	.support-block {
		flex-direction: row;
		min-height: 200px;
		width: 80%
	}
}

@media screen and (min-width:1024px) {
	.support-block {
		width: 60%
	}
}

.support-block__image {
	overflow: hidden;
	padding: 0;
	display: flex;
	align-items: center;
	flex: 2;
	position: relative;
	max-height: 300px
}

@media screen and (min-width:768px) {
	.support-block__image {
		max-height: none
	}
}

.support-block__content {
	flex: 3;
	padding: 22px 22px
}

.support-block__content h2 {
	margin-bottom: 24px
}

.support-block__content p:last-child {
	margin-bottom: 0
}

.support-block__link {
	font-weight: 700
}

@media screen and (min-width:768px) {
	.support-block img {
		min-height: 100%;
		position: absolute;
		object-fit: cover
	}
}

@media all and (min-width:768px) and (-ms-high-contrast:none) {
	.support-block img {
		transform: translateY(-50%);
		top: 50%
	}
}

.flyout-cart {
	width: 460px;
	padding: 16px 0
}

.flyout-cart__header {
	padding: 0 18px;
	font-size: 20px;
	font-weight: 700
}

.flyout-cart__header button.close {
	top: 15px;
	position: absolute;
	right: 15px;
	font-size: 22px;
	color: #616268;
	opacity: 1;
	display: block
}

.flyout-cart__header button.close:hover {
	color: #41a3bc
}

.flyout-cart--revisited {
	visibility: visible;
	transform: translateY(-6px)
}

.flyout-cart__hr {
	border: 0;
	border-top: 1px solid #ebebeb;
	margin: 10px 18px
}

.flyout-cart__footer {
	padding: 0 18px
}

.flyout-cart__footer .button-group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 0
}

.flyout-cart__footer .button-group a,
.flyout-cart__footer .button-group button {
	width: 100%
}

.flyout-cart__footer .button-group a:first-child,
.flyout-cart__footer .button-group button:first-child {
	margin-right: 10px
}

.flyout-cart__footer .button-group a:last-child,
.flyout-cart__footer .button-group button:last-child {
	margin: 0 auto
}

.flyout-cart__footer .button-group .button+.button {
	margin: 0 auto
}

.separated-list-item-wrapper {
	background-color: #f7f7f7;
	margin-bottom: 8px;
	border-radius: 5px;
	border-spacing: 0 8px;
	display: table;
	table-layout: fixed;
	width: 100%
}

@media screen and (max-width:767px) {
	.separated-list-item-wrapper {
		display: block
	}
}

@media screen and (max-width:1023px) {
	.separated-list-item-wrapper--many-entries {
		display: block
	}
}

.separated-list-item-wrapper+.separated-list-item-wrapper {
	margin-top: 0
}

.flyout-login {
	width: 340px
}

.flyout-login form {
	border: 0;
	margin-bottom: 0
}

.flyout-login form .content {
	margin-bottom: 0
}

.flyout-cart-table {
	display: block
}

.flyout-cart-table__footer,
.flyout-cart-table__header {
	display: block;
	overflow-y: hidden;
	padding: 5px 18px
}

.flyout-cart-table__footer .footer-row,
.flyout-cart-table__footer .header-row,
.flyout-cart-table__header .footer-row,
.flyout-cart-table__header .header-row {
	display: flex;
	font-weight: 700;
	color: #616268;
	justify-content: space-between
}

.flyout-cart-table__header .header-row__item:first-child {
	width: 42%
}

.flyout-cart-table__header .header-row__item:nth-child(2) {
	width: 30%;
	text-align: right
}

.flyout-cart-table__footer .footer-row {
	font-size: 16px
}

.flyout-cart-table__footer .footer-row__item {
	padding: 8px 0;
	vertical-align: middle
}

.flyout-cart-table__footer .footer-row__item:first-child {
	width: 60%
}

.flyout-cart-table .body-row__item,
.flyout-cart-table .footer-row__item,
.flyout-cart-table .header-row__item {
	padding: 5px 0
}

@media all and (-ms-high-contrast:none) {
	.flyout-cart-table .body-row__item,
	.flyout-cart-table .footer-row__item,
	.flyout-cart-table .header-row__item {
		display: block
	}
}

.flyout-cart-table .body-row__item:last-child,
.flyout-cart-table .footer-row__item:last-child,
.flyout-cart-table .header-row__item:last-child {
	text-align: right;
	width: 28%
}

.flyout-cart-table .body-row__item:nth-child(2),
.flyout-cart-table .footer-row__item:nth-child(2) {
	text-align: right;
	width: 12%
}

.flyout-cart-table__body {
	width: 100%;
	display: block;
	overflow-y: auto;
	max-height: 300px;
	border-top: 2px #ebebeb solid;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	background: linear-gradient(rgba(255, 255, 255, 0), #ddd 100%) 0 100%;
	background-repeat: no-repeat;
	background-size: 100% 12px;
	background-attachment: scroll
}

.flyout-cart-table__body .body-row {
	border-bottom: 1px solid #ddd;
	display: flex;
	align-items: center;
	padding: 0 18px;
	justify-content: space-between
}

.flyout-cart-table__body .body-row__item:first-child {
	width: 60%
}

.flyout-cart-table__body:after {
	background: #fff;
	position: relative;
	display: block;
	height: 10px;
	width: 100%;
	bottom: 0;
	content: ""
}

.keep-signed-in input {
	margin-right: 6px
}

.hr {
	margin-top: 0;
	border-color: #ebebeb
}

.hr--spacing {
	margin: 10px 15px
}

.hr--dark {
	border-color: #dedede
}

.hr--full-width {
	width: 100%
}

.hr--landingpage {
	border-color: #6e8ba1
}

.minicart-product-thumb a {
	color: #616268;
	display: block
}

.minicart-product-thumb__description,
.minicart-product-thumb__image {
	display: inline-block
}

.minicart-product-thumb__image {
	margin-right: 15px;
	width: 70px
}

.minicart-product-thumb__image img {
	max-width: 100%;
	z-index: -1;
	position: relative
}

.minicart-product-thumb__description {
	vertical-align: middle;
	width: calc(100% - 100px)
}

.minicart-product-thumb__description-group,
.minicart-product-thumb__description-number {
	margin-bottom: 0
}

.minicart-product-thumb__description-number {
	font-weight: 700
}

.video-thumbnail {
	position: relative;
	padding-bottom: 100%
}

.video-thumbnail img {
	position: absolute;
	height: 100%;
	object-fit: cover;
	object-position: center
}

@media all and (-ms-high-contrast:none) {
	.video-thumbnail img {
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: auto
	}
}

.video-thumbnail__video-indicator {
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	background-color: rgba(1, 1, 1, .6);
	border-radius: 50%;
	font-size: 16px;
	line-height: 1;
	width: 32px;
	height: 32px;
	z-index: 1
}

@media screen and (min-width:480px) {
	.video-thumbnail__video-indicator {
		font-size: 24px;
		width: 50px;
		height: 50px
	}
}

@media screen and (min-width:768px) {
	.video-thumbnail__video-indicator {
		font-size: 16px;
		width: 32px;
		height: 32px
	}
}

@media screen and (min-width:1024px) {
	.video-thumbnail__video-indicator {
		font-size: 30px;
		width: 60px;
		height: 60px
	}
}

.video-thumbnail__icon-wrapper {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-40%, -50%)
}

.video-thumbnail__icon-wrapper i {
	transition: transform .15s ease-out
}

.video-thumbnail:hover i {
	transform: scale(1.1)
}

.video-player {
	display: flex;
	margin-bottom: 16px
}

.video-player .mi-player+.mi-player {
	display: none
}

.slick--products .video-player {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0
}

.product-preview {
	flex: 1
}

@media screen and (min-width:1024px) {
	.product-preview {
		flex: none
	}
}

.product-preview__thumbnail {
	margin-right: 16px;
	width: 60px;
	height: 60px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	padding: 8px;
	flex-shrink: 0
}

@media screen and (min-width:768px) {
	.product-preview__thumbnail {
		box-shadow: none;
		width: 80px;
		height: 80px
	}
}

@media screen and (min-width:1024px) {
	.product-preview__thumbnail {
		width: 100px;
		height: 100px
	}
}

.product-preview__link {
	display: flex;
	text-decoration: none
}

.product-preview__link:active,
.product-preview__link:focus,
.product-preview__link:hover {
	text-decoration: none
}

.product-preview__link:active .product-preview__title,
.product-preview__link:focus .product-preview__title,
.product-preview__link:hover .product-preview__title {
	color: #41a3bc
}

@media screen and (min-width:1024px) {
	.product-preview__information {
		max-width: 400px
	}
}

.product-preview__title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.product-preview__title {
		font-size: 20px
	}
}

.product-preview__description {
	font-size: 12px;
	color: #a0a1a4;
	margin-bottom: 6px
}

@media screen and (min-width:768px) {
	.product-preview__description {
		font-size: 16px;
		margin-bottom: 10px
	}
}

.product-preview__details {
	font-size: 12px;
	color: #616268
}

@media screen and (min-width:768px) {
	.product-preview__details {
		font-size: 14px
	}
}

.product-preview__details span+span:before {
	content: ' '
}

.product-added-to-cart {
	margin-bottom: 40px
}

@media screen and (min-width:1024px) {
	.product-added-to-cart {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

.product-added-to-cart h2 {
	margin-bottom: 28px
}

@media screen and (min-width:768px) {
	.product-added-to-cart h2 {
		text-align: center
	}
}

.product-added-to-cart .product-preview {
	margin-bottom: 20px
}

@media screen and (min-width:768px) {
	.product-added-to-cart .product-preview {
		margin-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.product-added-to-cart .product-preview {
		margin-right: 40px
	}
}

@media screen and (min-width:480px) {
	.product-added-to-cart__button-group {
		display: flex
	}
}

@media screen and (min-width:768px) {
	.product-added-to-cart__button-group {
		flex-direction: column;
		justify-content: flex-end;
		flex-shrink: 0;
		max-width: 250px;
		margin-left: 16px
	}
}

.product-added-to-cart__button-group .button,
.product-added-to-cart__button-group .button.button--primary,
.product-added-to-cart__button-group .button.button--secondary {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center
}

@media screen and (min-width:480px) {
	.product-added-to-cart__button-group .button,
	.product-added-to-cart__button-group .button.button--primary,
	.product-added-to-cart__button-group .button.button--secondary {
		width: 50%
	}
}

@media screen and (min-width:768px) {
	.product-added-to-cart__button-group .button,
	.product-added-to-cart__button-group .button.button--primary,
	.product-added-to-cart__button-group .button.button--secondary {
		width: 100%
	}
}

.product-added-to-cart__button-group:first-child {
	margin-bottom: 16px
}

.product-added-to-cart__button-group .button+.button {
	margin-left: 0
}

@media screen and (min-width:480px) {
	.product-added-to-cart__button-group .button+.button {
		margin-left: 16px
	}
}

@media screen and (min-width:768px) {
	.product-added-to-cart__button-group .button+.button {
		margin-left: 0;
		margin-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.product-added-to-cart__wrapper {
		display: flex
	}
}

@media screen and (min-width:768px) {
	.matching-accessories {
		background-color: #f7f7f7;
		padding: 36px 60px
	}
}

@media screen and (min-width:1280px) {
	.matching-accessories {
		padding: 36px 100px
	}
}

.matching-accessories h2.matching-accessories__headline {
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	margin-bottom: 20px
}

.matching-accessories h2.matching-accessories__headline:after,
.matching-accessories h2.matching-accessories__headline:before {
	content: '';
	height: 1px;
	background-color: #ebebeb;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	width: 50%
}

.matching-accessories h2.matching-accessories__headline:before {
	right: 16px;
	margin-left: -50%
}

.matching-accessories h2.matching-accessories__headline:after {
	left: 16px;
	margin-right: -50%
}

@media screen and (min-width:768px) {
	.matching-accessories h2.matching-accessories__headline {
		margin-top: 0;
		margin-bottom: 40px
	}
}

.matching-accessories__product-number {
	font-weight: 700
}

.matching-accessories .block-grid-xs-1>div {
	padding-bottom: 0
}

@media screen and (min-width:480px) {
	.matching-accessories .block-grid-xs-1>div {
		padding-bottom: 15px
	}
}

@media screen and (min-width:768px) {
	.matching-accessories .tile {
		border: none
	}
}

.tile {
	background-color: #fff
}

.tile__link-wrapper {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	overflow: hidden;
	color: #616268;
	text-decoration: none
}

.tile__link-wrapper:focus,
.tile__link-wrapper:hover {
	background-color: #fff;
	color: #41a3bc;
	text-decoration: none
}

@media screen and (min-width:768px) {
	.tile__link-wrapper:focus .tile__image img,
	.tile__link-wrapper:hover .tile__image img {
		transform: scale3d(1.2, 1.2, 1)
	}
}

.tile__text {
	flex: 1;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	margin-right: 8px;
	font-size: 12px
}

@media all and (-ms-high-contrast:none) {
	.tile__text {
		position: relative;
		display: block;
		height: 50px;
		min-height: 14px;
		overflow: hidden
	}
}

.tile__text span {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	overflow: hidden;
	word-break: break-word
}

@media all and (-ms-high-contrast:none) {
	.tile__text span {
		word-break: break-all
	}
}

.tile__image {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 30px;
	padding: 6px;
	height: 60px;
	width: 60px;
	background-color: #fff
}

.tile__image:after {
	position: absolute;
	z-index: 1;
	right: -16px;
	bottom: -10px;
	content: '';
	border-style: solid;
	border-width: 0 0 80px 18px;
	border-color: transparent transparent transparent #fff;
	-webkit-filter: drop-shadow(2px 0 1px rgba(0, 0, 0, .12));
	filter: drop-shadow(2px 0 1px rgba(0, 0, 0, .12))
}

.tile__image img {
	transition: transform .15s linear;
	width: 100%;
	height: 100%
}

.tile__image picture {
	transform: translateZ(0)
}

.tile--light-background {
	border: 1px solid #ebebeb
}

.tile--dark-background {
	background-color: #f7f7f7;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

.tile--vertical {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
	height: auto
}

.tile--vertical .tile__link-wrapper {
	flex-direction: column;
	align-items: center;
	height: 100%;
	background-color: #6e8ba1
}

.tile--vertical .tile__link-wrapper:focus,
.tile--vertical .tile__link-wrapper:hover {
	background-color: #8da4b5
}

.tile--vertical .tile__link-wrapper:focus .tile__image:after,
.tile--vertical .tile__link-wrapper:hover .tile__image:after {
	content: none
}

.tile--vertical .tile__link-wrapper:focus .tile__image img,
.tile--vertical .tile__link-wrapper:hover .tile__image img {
	transform: rotate(0) scale(1.1)
}

.tile--vertical .tile__text {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 6px 2px 6px 6px;
	text-align: left;
	color: #fff
}

@media all and (-ms-high-contrast:none) {
	.tile--vertical .tile__text {
		flex: none;
		width: 75px;
		word-break: break-all
	}
}

@media screen and (min-width:1280px) {
	.tile--vertical .tile__text {
		padding: 6px
	}
}

@media all and (min-width:1280px) and (-ms-high-contrast:none) {
	.tile--vertical .tile__text {
		width: 100px
	}
}

.tile--vertical .tile__image {
	margin-right: 0;
	padding-left: 0;
	height: 85px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .16)
}

.tile--vertical .tile__image:after {
	content: none
}

.tile--vertical .tile__image img {
	height: 60px;
	width: 60px;
	transform: rotate(0)
}

@media screen and (min-width:1280px) {
	.tile--vertical .tile__image {
		height: 100px
	}
	.tile--vertical .tile__image img {
		height: 80px;
		width: 80px
	}
}

.tile--vertical .tile__image:after {
	background-color: transparent;
	box-shadow: none
}

.tile--accessories {
	background-color: #f7f7f7;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .16)
}

@media screen and (min-width:480px) {
	.tile--accessories {
		height: 270px
	}
}

@media screen and (min-width:768px) {
	.tile--accessories {
		height: 280px
	}
}

@media screen and (min-width:1024px) {
	.tile--accessories {
		height: 290px
	}
}

@media screen and (min-width:1280px) {
	.tile--accessories {
		height: 340px
	}
}

.tile--accessories .tile__image {
	height: 60px;
	width: 60px;
	background-color: #fff;
	padding: 2px
}

.tile--accessories .tile__image picture {
	display: flex;
	justify-content: center;
	z-index: 2
}

@media screen and (min-width:480px) {
	.tile--accessories .tile__image picture {
		height: auto
	}
}

.tile--accessories .tile__image .image-loader__loadimage {
	z-index: 1
}

@media screen and (min-width:480px) {
	.tile--accessories .tile__image {
		height: 180px;
		width: 100%;
		margin-right: 0;
		overflow: hidden;
		background-color: #fff
	}
	.tile--accessories .tile__image:after {
		box-shadow: none;
		content: none;
		background-color: transparent
	}
	.tile--accessories .tile__image img:not(.image-loader__image) {
		width: 100%;
		height: auto;
		transition: none
	}
}

@media screen and (min-width:1024px) {
	.tile--accessories .tile__image {
		height: 190px
	}
}

@media screen and (min-width:1280px) {
	.tile--accessories .tile__image {
		height: 240px
	}
}

.tile--accessories .tile__text {
	margin-right: 8px
}

@media screen and (min-width:480px) {
	.tile--accessories .tile__text {
		display: flex;
		flex: 1 0 auto;
		justify-content: space-around;
		align-items: center;
		align-self: flex-start;
		min-height: 80px;
		width: 100%;
		margin: 0;
		padding: 8px;
		text-align: center;
		font-size: 14px;
		color: #fff
	}
}

@media all and (min-width:480px) and (-ms-high-contrast:none) {
	.tile--accessories .tile__text {
		height: auto;
		width: 100%;
		position: static
	}
}

@media screen and (min-width:768px) {
	.tile--accessories .tile__text span {
		-webkit-line-clamp: 4
	}
}

@media all and (min-width:480px) and (-ms-high-contrast:none) {
	.tile--accessories .tile__text span {
		position: relative
	}
}

.tile--accessories .tile__link-wrapper {
	height: auto;
	min-height: 60px
}

@media screen and (min-width:480px) {
	.tile--accessories .tile__link-wrapper {
		flex-direction: column;
		align-items: center;
		height: 100%;
		padding: 0;
		background-color: #6e8ba1
	}
	.tile--accessories .tile__link-wrapper:focus,
	.tile--accessories .tile__link-wrapper:hover {
		background-color: #8da4b5
	}
	.tile--accessories .tile__link-wrapper:focus .tile__image:after,
	.tile--accessories .tile__link-wrapper:hover .tile__image:after {
		content: none
	}
	.tile--accessories .tile__link-wrapper:focus .tile__image img,
	.tile--accessories .tile__link-wrapper:hover .tile__image img {
		transform: none
	}
}

.accessory-tab {
	list-style: none;
	margin: 16px 0 0;
	overflow: hidden;
	padding: 0 0 16px 0
}

.accessory-tab .block-grid-xs-1>div {
	padding-bottom: 0
}

@media screen and (min-width:480px) {
	.accessory-tab .block-grid-xs-1>div {
		padding-bottom: 15px
	}
}

.product-header h1,
.product-header h2,
.product-header h3 {
	margin: 0;
	padding: 0
}

.product-header {
	margin-bottom: 16px;
	display: flex;
	flex-direction: column-reverse
}

@media screen and (min-width:768px) {
	.product-header {
		flex-direction: column
	}
}

@media screen and (min-width:1024px) {
	.product-header {
		margin-bottom: 20px
	}
}

@media screen and (min-width:1280px) {
	.product-header {
		margin-bottom: 32px
	}
}

.product-header h1.product-header__category {
	font-size: 16px;
	margin-top: 5px
}

@media screen and (min-width:768px) {
	.product-header h1.product-header__category {
		margin-top: 0
	}
}

@media screen and (min-width:1024px) {
	.product-header h1.product-header__category {
		font-size: 20px
	}
}

.product-header h2.product-header__article {
	font-size: 24px;
	line-height: 1;
	margin: 0 10px 0 0
}

@media screen and (min-width:1024px) {
	.product-header h2.product-header__article {
		font-size: 32px
	}
}

@media screen and (min-width:1280px) {
	.product-header h2.product-header__article {
		font-size: 40px
	}
}

@media screen and (min-width:480px) {
	.product-header__wrapper {
		display: flex;
		align-items: flex-end
	}
}

@media screen and (min-width:768px) {
	.product-header__wrapper {
		align-items: baseline
	}
}

.product-header__typekey {
	font-size: 16px;
	color: #c3cdd5;
	margin: 0 0 2px 0
}

@media screen and (min-width:768px) {
	.product-header--mobile {
		display: none
	}
}

.product-header--desktop {
	display: none
}

@media screen and (min-width:768px) {
	.product-header--desktop {
		display: block
	}
}

.shopping-box {
	background: #f7f7f7;
	padding: 10px
}

@media screen and (min-width:480px) {
	.shopping-box {
		padding: 20px
	}
}

.shopping-box .button--cta,
.shopping-box .quantityCheck__link {
	font-size: 14px
}

@media screen and (min-width:1024px) {
	.shopping-box .button--cta,
	.shopping-box .quantityCheck__link {
		font-size: 16px
	}
}

.shopping-box .text-icon-link {
	font-size: 12px
}

.shopping-box .text-icon-link--active {
	color: #41a3bc
}

@media screen and (min-width:1024px) {
	.shopping-box .text-icon-link {
		font-size: 14px
	}
}

.shopping-box .quantity-block+.infobox {
	margin-top: 16px
}

.shopping-box .dropdown {
	display: inline-block;
	width: 100%;
	margin-bottom: 16px
}

@media screen and (min-width:768px) {
	.shopping-box .dropdown {
		margin-bottom: 24px
	}
}

@media screen and (min-width:1024px) {
	.shopping-box .dropdown {
		width: auto
	}
}

.price-block-extended {
	display: flex;
	flex-direction: column;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 15px
}

@media screen and (min-width:1024px) {
	.price-block-extended {
		font-size: 16px;
		margin-bottom: 30px
	}
}

.price-block-extended .label-value-pair {
	line-height: unset
}

.price-block-extended .label-value-pair__label,
.price-block-extended .label-value-pair__value {
	font-size: inherit;
	font-weight: inherit;
	line-height: inherit
}

.price-block-extended .label-value-pair__label {
	margin-right: 4px
}

.price-block-extended .label-value-pair a {
	flex: 1
}

.price-block-extended .label-value-pair+.label-value-pair {
	margin-top: 0
}

.price-block-extended--no-price {
	margin-bottom: 15px
}

.price-block-extended__customer-price,
.price-block-extended__list-price,
.price-block-extended__savings {
	display: flex;
	align-items: flex-end
}

.price-block-extended__list-price {
	font-weight: 700;
	align-items: baseline
}

.price-block-extended--logged-in .price-block-extended__list-price {
	font-weight: 400;
	margin-bottom: 6px
}

@media screen and (min-width:1024px) {
	.price-block-extended--logged-in .price-block-extended__list-price {
		margin-bottom: 12px
	}
}

.price-block-extended--no-price .price-block-extended__list-price {
	margin-bottom: 0;
	font-weight: 700
}

.price-block-extended__list-price .label-value-pair__value {
	font-size: 24px
}

.price-block-extended--no-price .price-block-extended__list-price .label-value-pair__value {
	font-size: inherit;
	font-weight: 400
}

@media screen and (min-width:1024px) {
	.price-block-extended--no-price .price-block-extended__list-price .label-value-pair__value {
		font-size: inherit
	}
}

.price-block-extended--logged-in .price-block-extended__list-price .label-value-pair__value {
	font-size: inherit
}

.price-block-extended--logged-in .price-block-extended__customer-price {
	font-weight: 700
}

@media screen and (min-width:768px) {
	.price-block-extended--logged-in .price-block-extended__customer-price {
		flex-direction: column;
		align-items: stretch
	}
}

@media screen and (min-width:768px) {
	.price-block-extended--logged-in .price-block-extended__customer-price .label-value-pair__label {
		margin-right: 0
	}
}

.price-block-extended--logged-in .price-block-extended__customer-price .label-value-pair__value {
	margin-bottom: -4px;
	flex: none;
	font-size: 32px;
	line-height: 40px
}

@media screen and (min-width:768px) {
	.price-block-extended--logged-in .price-block-extended__customer-price .label-value-pair__value {
		margin-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.price-block-extended--logged-in .price-block-extended__customer-price .label-value-pair__value {
		font-size: 40px;
		line-height: 48px
	}
}

.price-block-extended__savings {
	color: #6e8ba1
}

.price-block-extended__savings .label-value-pair__value {
	font-weight: 700
}

.quantity-input {
	display: inline-flex;
	margin-right: 20px;
	align-items: baseline;
	height: 50px;
	overflow: hidden;
	background: #fff;
	flex: none
}

.quantity-input__amount,
.quantity-input__minus,
.quantity-input__plus {
	height: 100%
}

.quantity-input__minus,
.quantity-input__plus {
	padding: 10px 4px;
	width: 50px;
	border: none;
	background: #fff;
	color: #a0a1a4;
	line-height: 0;
	font-weight: 700;
	font-size: 24px
}

@media screen and (min-width:480px) {
	.quantity-input__minus,
	.quantity-input__plus {
		width: 30px
	}
}

.quantity-input__minus:focus,
.quantity-input__minus:hover,
.quantity-input__plus:focus,
.quantity-input__plus:hover {
	outline: 0;
	color: #ff6e00
}

.quantity-input__amount {
	border: none;
	text-align: center;
	max-width: 50px;
	padding: 0;
	-moz-appearance: textfield
}

.quantity-input__amount:focus {
	outline: 0
}

.quantity-input__amount::-webkit-inner-spin-button,
.quantity-input__amount::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none
}

.quantity-block {
	display: block
}

@media screen and (min-width:480px) {
	.quantity-block {
		display: flex;
		align-items: center
	}
}

.quantity-block .quantityCheck__link {
	margin-top: 12px;
	display: block
}

@media screen and (min-width:480px) {
	.quantity-block .quantityCheck__link {
		margin: 0
	}
}

ul.link-list {
	margin: 0;
	padding: 0
}

ul.link-list li {
	margin-bottom: 0
}

.link-list {
	display: flex;
	list-style: none
}

.link-list .text-icon-link {
	align-items: center;
	display: flex;
	margin: 0 30px 0 0;
	font-weight: 700
}

.link-list .text-icon-link .fa {
	font-size: 24px;
	margin-right: 10px
}

ul.bulletpoint-list__entries {
	padding-left: 16px;
	margin-bottom: 0
}

ul.bulletpoint-list__entries:last-of-type {
	margin-bottom: 24px
}

@media screen and (min-width:1024px) {
	ul.bulletpoint-list__entries:last-of-type {
		margin-bottom: 32px
	}
}

ul.bulletpoint-list__entries>li {
	margin-bottom: 8px
}

ul.bulletpoint-list__entries>li:last-child {
	margin-bottom: 0
}

.bulletpoint-list {
	display: inline-flex;
	flex-direction: column;
	font-size: 14px
}

@media all and (-ms-high-contrast:none) {
	.bulletpoint-list {
		display: flex
	}
}

@media screen and (min-width:1024px) {
	.bulletpoint-list {
		font-size: 16px
	}
}

.bulletpoint-list__seperator {
	display: flex;
	align-items: center;
	margin: 8px 0 4px
}

@media screen and (min-width:1024px) {
	.bulletpoint-list__seperator {
		margin: 16px 0 8px
	}
}

.bulletpoint-list__seperator:after,
.bulletpoint-list__seperator:before {
	content: "";
	height: 1px;
	background-color: #616268
}

@media all and (-ms-high-contrast:none) {
	.bulletpoint-list__seperator:after,
	.bulletpoint-list__seperator:before {
		display: block;
		position: relative
	}
}

.bulletpoint-list__seperator:before {
	flex-grow: 1
}

.bulletpoint-list__seperator:after {
	flex-grow: 6
}

.bulletpoint-list__seperator a {
	display: flex
}

.bulletpoint-list__seperator .io-link {
	margin: 0 16px;
	width: 100px;
	height: 28px;
	fill: #ff6e00
}

.bulletpoint-list__seperator .io-link:hover {
	fill: #41a3bc
}

.scroll-indicator {
	display: none;
	position: absolute;
	top: 0;
	height: 100%;
	font-size: 21px;
	z-index: 20;
	cursor: pointer;
	width: 40px;
	color: #6e8ba1
}

@media screen and (min-width:768px) {
	.scroll-indicator {
		font-size: 26px
	}
}

.scroll-indicator:active,
.scroll-indicator:hover {
	color: #ff6e00
}

.scroll-indicator i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%)
}

.scroll-indicator--right {
	right: 0;
	text-align: right;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.scroll-indicator--right i {
	right: 0
}

.scroll-indicator--left {
	background: linear-gradient(90deg, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%)
}

.certificates-list {
	background-color: #f7f7f7
}

.certificates-list__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 16px
}

.certificates-list__wrapper:after,
.certificates-list__wrapper:before {
	content: '';
	height: 1px;
	background-color: #616268;
	flex: 1
}

.certificates-list ul.certificates-list__entries {
	display: inline-flex;
	list-style: none;
	align-items: center;
	justify-content: space-evenly;
	margin: 4px;
	flex-wrap: wrap;
	overflow: hidden
}

@media screen and (min-width:767px) {
	.certificates-list ul.certificates-list__entries {
		margin: 4px 12px
	}
}

.certificates-list img {
	height: 40px;
	width: auto
}

.certificates-list li.certificates-list__item {
	margin-bottom: 0
}

.certificates-list__item {
	margin: 0 6px
}

.product-stage {
	display: flex;
	flex-direction: column;
	margin-bottom: 40px
}

@media screen and (min-width:768px) {
	.product-stage {
		flex-direction: row;
		justify-content: space-between
	}
}

.product-stage__media {
	width: 100%;
	margin-bottom: 24px
}

@media screen and (min-width:768px) {
	.product-stage__media {
		width: 45%;
		margin-bottom: 0
	}
}

@media screen and (min-width:1024px) {
	.product-stage__media {
		width: 40%
	}
}

.product-stage__media .carousel,
.product-stage__media .product-stage__fallback-image {
	background-color: #fff;
	position: -webkit-sticky;
	position: sticky;
	scroll-behavior: smooth;
	top: 0
}

@media screen and (min-width:768px) {
	.product-stage__info {
		width: 50%
	}
}

.product-stage__info .infobox {
	margin-bottom: 16px
}

.product-stage__info .infobox+.shopping-box {
	margin-top: 32px
}

.product-stage__info .infobox+.link-list {
	margin-top: 20px
}

.product-stage .text-icon-link {
	font-size: 12px
}

.product-stage .text-icon-link--active {
	color: #41a3bc
}

@media screen and (min-width:1024px) {
	.product-stage .text-icon-link {
		font-size: 14px
	}
}

.product-stage .cta-widget {
	margin-top: 0
}

.product-stage .cta-widget+.shopping-box {
	margin-top: 32px
}

.radio-button {
	position: relative
}

.radio-button input[type=radio] {
	margin: 0
}

.radio-button input[type=radio]:focus {
	outline: 0
}

.radio-button__input {
	cursor: pointer;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #a0a1a4;
	border: 0;
	border-radius: 50%;
	display: flex;
	height: 16px;
	justify-content: center;
	position: absolute;
	transition: .2s all linear;
	width: 16px;
	top: 50%;
	transform: translateY(-50%)
}

.radio-button__input:checked {
	background-color: #fff;
	border: 1px solid #a0a1a4
}

.radio-button__input:checked:before {
	background-color: #ff6e00;
	border-radius: 50%;
	content: '';
	display: block;
	height: 10px;
	position: relative;
	width: 10px
}

.radio-button__label {
	cursor: pointer;
	transition: .2s all linear;
	padding: 0;
	padding-left: 28px;
	margin: 0
}

.radio-button__label:hover {
	color: #41a3bc
}

.radio-button-group {
	display: flex;
	flex-direction: column;
	margin: 0;
	margin-bottom: 16px
}

@media screen and (min-width:480px) {
	.radio-button-group {
		flex-direction: row
	}
}

.radio-button-group--toggle .radio-button+.radio-button {
	margin: 0;
	margin-top: 8px
}

@media screen and (min-width:480px) {
	.radio-button-group--toggle .radio-button+.radio-button {
		margin: 0;
		margin-left: 16px
	}
}

.radio-button-group--toggle .radio-button__label {
	color: #616268;
	font-weight: 400;
	padding: 4px 12px 4px 24px;
	width: 100%
}

@media screen and (min-width:480px) {
	.radio-button-group--toggle .radio-button__label {
		width: auto
	}
}

.radio-button-group--toggle .radio-button__input {
	background: #ebebeb;
	border: 1px solid #616268
}

.radio-button-group--toggle .radio-button__input:checked {
	background: #ebebeb;
	border: 1px solid #ff6e00
}

.radio-button-group--toggle .radio-button__input:checked+label {
	color: #ff6e00
}

.radio-button-group--toggle .radio-button__input:focus+label,
.radio-button-group--toggle .radio-button__input:hover+label {
	color: #41a3bc
}

.radio-button-group--toggle .radio-button__input:checked:focus+label,
.radio-button-group--toggle .radio-button__input:checked:hover+label {
	color: #41a3bc
}

.accessory-teaser {
	overflow: hidden
}

.accessory-teaser__title span {
	font-weight: 700
}

.accessory-teaser__wrapper {
	background-color: #6e8ba1;
	padding: 24px 12px 16px 12px;
	position: relative
}

.accessory-teaser__tiles {
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px
}

.accessory-teaser__tiles .tile {
	flex: 1 0;
	margin: 0 12px;
	z-index: 1
}

.accessory-teaser__tiles .tile:last-child {
	display: none
}

@media screen and (min-width:1280px) {
	.accessory-teaser__tiles .tile:last-child {
		display: block
	}
}

.accessory-teaser .show-more {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 16px
}

.accessory-teaser .show-more:hover {
	background: rgba(255, 255, 255, .15)
}

.accessory-teaser--loading .accessory-teaser__wrapper {
	height: 100%;
	min-height: 134px;
	background-repeat: no-repeat;
	background-image: linear-gradient(90deg, rgba(222, 222, 222, 0) 0, rgba(222, 222, 222, .8) 50%, rgba(222, 222, 222, 0) 100%), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#ebebeb 100%, transparent 0);
	background-size: 300px 100%, calc((100% / 2) - 3 * 12px) 60px, calc((100% / 2) - 3 * 12px) 60px, 100% 100%;
	background-position: -100% 0, 24px 24px, calc(100% - 24px) 24px, 0 0;
	animation: loadingTwoTiles 2.5s infinite
}

.accessory-teaser--loading .accessory-teaser__wrapper .show-more,
.accessory-teaser--loading .accessory-teaser__wrapper .tile {
	display: none
}

@media screen and (min-width:1280px) {
	.accessory-teaser--loading .accessory-teaser__wrapper {
		background-image: linear-gradient(90deg, rgba(235, 235, 235, 0) 0, rgba(235, 235, 235, .8) 50%, rgba(235, 235, 235, 0) 100%), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#ebebeb 100%, transparent 0);
		background-size: 300px 100%, 274px 60px, 274px 60px, 274px 60px, 100% 100%;
		background-position: -100% 0, 24px 24px, 50% 24px, calc(100% - 24px) 24px, 0 0;
		animation: loadingThreeTiles 2.5s infinite
	}
}

.accessory-teaser--loading.accessory-teaser--full-width .accessory-teaser__wrapper {
	background-image: linear-gradient(90deg, rgba(235, 235, 235, 0) 0, rgba(235, 235, 235, .8) 50%, rgba(235, 235, 235, 0) 100%), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#ebebeb 100%, transparent 0);
	background-size: 300px 100%, 300px 60px, 300px 60px, 300px 60px, 100% 100%;
	background-position: -100% 0, 24px 24px, 50% 24px, calc(100% - 24px) 24px, 0 0;
	animation: loadingThreeTiles 2.5s infinite
}

@media screen and (min-width:1280px) {
	.accessory-teaser--loading.accessory-teaser--full-width .accessory-teaser__wrapper {
		background-image: linear-gradient(90deg, rgba(235, 235, 235, 0) 0, rgba(235, 235, 235, .8) 50%, rgba(235, 235, 235, 0) 100%), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#fff 60px, transparent 0), linear-gradient(#ebebeb 100%, transparent 0);
		background-size: 300px 100%, 282px 60px, 282px 60px, 282px 60px, 282px 60px, 100% 100%;
		background-position: -100% 0, 24px 24px, calc(282px + 2 * 24px) 24px, calc((100% - 24px) * 3 / 4 - 3 * 24px) 24px, calc(100% - 24px) 24px, 0 0;
		animation: loadingFourTiles 2.5s infinite
	}
}

@keyframes loadingTwoTiles {
	to {
		background-position: 150% 0, 24px 24px, calc(100% - 24px) 24px, 0 0
	}
}

@keyframes loadingThreeTiles {
	to {
		background-position: 150% 0, 24px 24px, 50% 24px, calc(100% - 24px) 24px, 0 0
	}
}

@keyframes loadingFourTiles {
	to {
		background-position: 150% 0, 24px 24px, calc(282px + 2 * 24px) 24px, calc((100% - 24px) * 3 / 4 - 3 * 24px) 24px, calc(100% - 24px) 24px, 0 0
	}
}

.technical-drawings-modal {
	color: #616268
}

@media screen and (min-width:1024px) {
	.technical-drawings-modal .modal-dialog {
		max-width: 1200px
	}
}

.technical-drawings-modal .modal-body {
	padding: 28px
}

.technical-drawings-modal__header {
	display: flex
}

.technical-drawings-modal__headlines {
	margin-left: 16px
}

.technical-drawings-modal__headlines h2,
.technical-drawings-modal__headlines h3 {
	margin: 0
}

.technical-drawings-modal__headlines h2 {
	font-size: 21px;
	margin-bottom: 4px
}

.technical-drawings-modal__headlines h3 {
	color: #616268;
	font-weight: 400
}

.technical-drawings-modal__thumbnail img {
	width: 50px
}

@media screen and (min-width:1024px) {
	.technical-drawings-modal__content {
		display: flex;
		justify-content: center
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none) {
	.technical-drawings-modal__content {
		align-items: flex-start
	}
}

@media screen and (min-width:1024px) {
	.technical-drawings-modal__image {
		flex-basis: 70%
	}
}

.technical-drawings-modal__image img {
	width: auto;
	max-width: 100%
}

.technical-drawings-modal__legend {
	display: grid;
	grid-template-columns: max-content auto;
	height: -moz-fit-content;
	height: fit-content
}

@media all and (-ms-high-contrast:none) {
	.technical-drawings-modal__legend {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		overflow: visible
	}
}

@media all and (min-width:1024px) and (-ms-high-contrast:none) {
	.technical-drawings-modal__legend {
		max-width: 35%
	}
}

.technical-drawings-modal dt {
	grid-column-start: 1;
	margin-right: 20px
}

@media all and (-ms-high-contrast:none) {
	.technical-drawings-modal dt {
		flex: 0 0 50px;
		text-overflow: ellipsis;
		overflow: hidden;
		margin-right: 0
	}
}

.technical-drawings-modal dd {
	grid-column-start: 2
}

@media all and (-ms-high-contrast:none) {
	.technical-drawings-modal dd {
		margin-left: auto;
		text-align: left;
		text-overflow: ellipsis;
		overflow: hidden;
		flex: 0;
		flex-basis: calc(100% - 50px)
	}
}

@media screen and (min-width:1024px) {
	.technical-drawings-modal__content-wrapper,
	.technical-drawings-modal__section {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap
	}
	.technical-drawings-modal__content-wrapper .technical-drawings-modal__entry,
	.technical-drawings-modal__section .technical-drawings-modal__entry {
		flex-basis: calc(50% - 8px);
		margin-bottom: 20px
	}
}

.technical-drawings-modal__section-headline {
	flex: 1 0 100%
}

@media screen and (min-width:1024px) {
	.technical-drawings-modal__section {
		flex-basis: 100%
	}
}

.technical-drawings-modal__section+.technical-drawings-modal__section {
	border-top: 1px solid #dedede;
	padding-top: 20px
}

.technical-drawings-modal__entry {
	margin: 24px 0
}

@media screen and (min-width:480px) {
	.dropdown-button-form {
		display: flex;
		align-items: stretch
	}
}

.dropdown-button-form .dropdown {
	margin-bottom: 18px
}

@media screen and (min-width:480px) {
	.dropdown-button-form .dropdown {
		flex: 1 1 auto;
		min-width: 50%;
		margin-bottom: 0
	}
}

@media screen and (min-width:768px) {
	.dropdown-button-form .dropdown {
		flex: 0 1 auto;
		width: auto
	}
}

.dropdown-button-form .dropdown__element {
	height: 43px
}

@media screen and (min-width:480px) {
	.dropdown-button-form .dropdown__element {
		height: 100%
	}
}

.dropdown-button-form .button.button--secondary {
	margin: 0;
	width: 100%;
	padding: 12px
}

@media screen and (min-width:480px) {
	.dropdown-button-form .button.button--secondary {
		width: auto;
		margin-left: 12px
	}
}

@media screen and (min-width:768px) {
	.dropdown-button-form .button.button--secondary {
		flex: 1 0 auto;
		padding: 8px 12px
	}
}

@media screen and (min-width:768px) {
	.dropdown-button-form--slim .dropdown {
		font-size: 14px
	}
	.dropdown-button-form--slim .button.button--slim {
		height: 30px;
		padding: 6px 12px
	}
}

.dropdown-button-form--visible-label {
	flex-direction: column
}

@media screen and (min-width:768px) {
	.dropdown-button-form--visible-label {
		margin-bottom: 20px;
		justify-content: flex-end
	}
}

.dropdown-button-form--visible-label .button.button--primary,
.dropdown-button-form--visible-label .button.button--secondary {
	width: 100%;
	margin-left: 0;
	margin-bottom: 40px
}

@media screen and (min-width:480px) {
	.dropdown-button-form--visible-label .button.button--primary,
	.dropdown-button-form--visible-label .button.button--secondary {
		margin-top: 16px
	}
}

@media screen and (min-width:768px) {
	.dropdown-button-form--visible-label .button.button--primary,
	.dropdown-button-form--visible-label .button.button--secondary {
		margin: 0 0 0 12px;
		width: auto;
		padding-top: 4px;
		padding-bottom: 3px
	}
}

@media screen and (min-width:768px) {
	.dropdown-button-form--visible-label {
		flex-direction: row;
		align-items: center
	}
}

.technical-download-section {
	margin-bottom: 16px
}

@media screen and (min-width:480px) {
	.technical-download-section .hr {
		display: none
	}
}

@media screen and (min-width:768px) {
	.technical-download-section {
		display: flex;
		justify-content: space-between;
		margin-bottom: 24px
	}
}

.technical-download-section .dropdown-button-form {
	margin-bottom: 20px
}

@media screen and (min-width:768px) {
	.technical-download-section .dropdown-button-form {
		margin-bottom: 0
	}
}

.technical-download-section .text-icon-link-list {
	flex-direction: column-reverse
}

@media screen and (min-width:480px) {
	.technical-download-section .text-icon-link-list {
		flex-direction: row
	}
}

@media screen and (min-width:768px) {
	.technical-download-section .text-icon-link-list {
		flex-direction: row-reverse
	}
}

@media screen and (min-width:768px) {
	.technical-download-section .text-icon-link-list .text-icon-link {
		margin-left: 16px
	}
}

.text-icon-link-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

@media screen and (min-width:480px) {
	.text-icon-link-list {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.text-icon-link-list .text-icon-link+.text-icon-link {
		margin-left: 8px
	}
}

@media screen and (min-width:768px) {
	.text-icon-link-list .text-icon-link+.text-icon-link {
		margin-left: 16px
	}
}

@media screen and (min-width:1024px) {
	.text-icon-link-list {
		width: 40%
	}
}

.product-teasers {
	display: none
}

@media screen and (min-width:1024px) {
	.product-teasers {
		display: flex;
		margin-bottom: 50px
	}
}

.product-teasers .accessory-teaser {
	flex: 4
}

@media screen and (min-width:1280px) {
	.product-teasers .accessory-teaser {
		flex: 3
	}
}

.product-teasers .content-teaser {
	flex: 2;
	margin-left: 24px
}

@media screen and (min-width:1280px) {
	.product-teasers .content-teaser {
		flex: 1
	}
}

.product-teasers h2 {
	color: #6e8ba1;
	font-weight: 400;
	font-size: 20px
}

@media screen and (min-width:1280px) {
	.product-teasers h2 {
		font-size: 24px
	}
}

.product-teasers--hidden {
	display: none
}

.show-more {
	text-decoration: none;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	cursor: pointer;
	transition: all .3s ease;
	color: #fff
}

.show-more:hover {
	text-decoration: none;
	color: #fff
}

.show-more:hover i {
	transform: scale(1.1)
}

.show-more__text {
	margin-right: 8px;
	line-height: 1
}

.show-more i {
	font-size: 18px;
	transition: all .15s ease-out
}

.show-more--bold .show-more__text {
	font-weight: 700
}

.content-teaser {
	display: flex;
	flex-direction: column
}

.content-teaser__wrapper {
	background-color: #f7f7f7;
	display: flex;
	flex: 1;
	flex-basis: auto
}

.content-teaser__wrapper:hover {
	text-decoration: none
}

.content-teaser__wrapper:hover .content-teaser__content {
	color: #41a3bc
}

.content-teaser__content {
	display: flex;
	flex-direction: column;
	flex: 2;
	padding: 20px 10px;
	word-break: break-word;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	text-decoration: none;
	color: #616268;
	cursor: pointer
}

@media all and (-ms-high-contrast:none) {
	.content-teaser__content {
		word-break: break-all
	}
}

.content-teaser__content h3,
.content-teaser__content p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden
}

.content-teaser__content h3 {
	font-size: 14px;
	margin-top: 0;
	-webkit-line-clamp: 3
}

.content-teaser__content p {
	margin-bottom: 0;
	font-size: 12px;
	-webkit-line-clamp: 2
}

.content-teaser__media {
	flex: 1;
	overflow: hidden;
	position: relative
}

.content-teaser__media img {
	object-fit: cover;
	height: 100%
}

@media all and (-ms-high-contrast:none) {
	.content-teaser__media img {
		position: absolute;
		width: auto;
		left: 50%;
		transform: translateX(-50%)
	}
}

.content-teaser__media:after {
	position: absolute;
	content: '';
	border-style: solid;
	border-width: 0 0 200px 54px;
	border-color: #f7f7f7 transparent transparent #f7f7f7;
	left: 0;
	bottom: 0
}

.container-fluid--no-padding {
	padding: 0
}

.tooltip-trigger {
	position: relative;
	height: 16px;
	width: 16px;
	font-size: 14px;
	opacity: 1;
	z-index: auto;
	line-height: 1;
	margin-top: 4px
}

@media screen and (min-width:1024px) {
	.tooltip-trigger {
		margin-top: 2px
	}
}

.tooltip-trigger i {
	line-height: 1;
	cursor: pointer;
	color: #6e8ba1;
	height: 16px;
	width: 16px
}

.tooltip-info {
	background: #fff;
	width: 270px;
	position: absolute;
	padding: 16px;
	z-index: 1;
	border-radius: 8px;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .16);
	word-break: break-all;
	display: none;
	opacity: 0;
	animation: showTooltipTransitionMobile .5s;
	transform: translate3d(-8px, 10px, 0)
}

@media screen and (min-width:768px) {
	.tooltip-info {
		width: 300px
	}
}

@media screen and (min-width:1024px) {
	.tooltip-info {
		transform: translate3d(-48%, 10px, 0);
		animation: showTooltipTransition .5s
	}
}

.tooltip-info--visible {
	display: block;
	opacity: 1
}

.tooltip-info:before {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px;
	border-color: transparent transparent #fff transparent;
	position: absolute;
	top: -8px;
	left: 4px
}

@media screen and (min-width:1024px) {
	.tooltip-info:before {
		left: 50%;
		transform: translateX(-50%)
	}
}

.tooltip-info hr {
	margin: 10px 0
}

.tooltip-info .tooltip-header__icon {
	position: relative;
	margin-right: 10px;
	color: #6e8ba1
}

.tooltip-info .tooltip-header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.tooltip-info .tooltip-header button.close {
	opacity: 1;
	margin-right: 0;
	color: #616268
}

.tooltip-info .tooltip-header span {
	font-weight: 700;
	font-size: 16px;
	flex: auto
}

.tooltip-info .tooltip-content {
	line-height: 1.3
}

.tooltip-info .tooltip-content p {
	font-size: 14px;
	margin-bottom: 0
}

@keyframes showTooltipTransitionMobile {
	0% {
		transform: translate3d(-8px, 12px, 0)
	}
	100% {
		transform: translate3d(-8px, 10px, 0)
	}
}

@keyframes showTooltipTransition {
	0% {
		transform: translate3d(-48%, 12px, 0)
	}
	100% {
		transform: translate3d(-48%, 10px, 0)
	}
}

h2 {
	font-size: 20px;
	font-weight: 700
}

h2.sectors {
	border-bottom: 1px solid #6e8ba1;
	color: #6e8ba1;
	font-size: 32px;
	font-weight: 500;
	margin-bottom: 24px;
	margin-top: 0
}

@media screen and (min-width:1024px) {
	h2.sectors {
		line-height: 1.5
	}
}

h2.h2-headline--big {
	font-size: 32px;
	font-weight: 500
}

h3.h3-headline--big {
	font-size: 20px;
	font-weight: 500
}

h1,
h2,
h3 {
	-webkit-hyphens: auto;
	hyphens: auto;
	-ms-hyphens: auto;
	word-break: break-word
}

@media all and (-ms-high-contrast:none) {
	h1,
	h2,
	h3 {
		word-break: break-all
	}
}

h3,
h4 {
	font-size: 16px;
	font-weight: 700
}

.image-slider .viewer:before {
	opacity: 1
}

@media screen and (min-width:768px) {
	.image-slider .viewer:before {
		border-width: 0 0 64px 64px
	}
}

@media screen and (min-width:1024px) {
	.image-slider .viewer:before {
		border-width: 0 0 80px 80px
	}
}

@media screen and (min-width:768px) {
	.image-slider .viewer:after {
		font-size: 20px;
		bottom: -2px;
		right: -2px
	}
}

@media screen and (min-width:1024px) {
	.image-slider .viewer:after {
		font-size: 26px;
		bottom: -4px;
		right: -4px
	}
}

@media screen and (min-width:768px) {
	.image-slider .viewer:hover:after {
		font-size: 24px
	}
}

@media screen and (min-width:1024px) {
	.image-slider .viewer:hover:after {
		font-size: 32px
	}
}

.compatibility-check .download-package-block {
	margin-top: 40px
}

@media screen and (min-width:768px) {
	.compatibility-check__wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between
	}
}

.compatibility-check__wrapper .infobox {
	margin-bottom: 20px
}

@media screen and (min-width:768px) {
	.compatibility-check__wrapper .infobox {
		flex: 2;
		margin-bottom: 0;
		margin-right: 24px
	}
}

@media screen and (min-width:1024px) {
	.compatibility-check__wrapper .infobox {
		flex: 3;
		margin-right: 40px
	}
}

@media screen and (min-width:768px) {
	.compatibility-check__wrapper .dropdown {
		flex: 1
	}
}

.noUi-handle {
	z-index: 1
}

.noUi-stacking .noUi-handle {
	z-index: 10
}

.noUi-stacking+.noUi-origin {
	z-index: -1
}

.noUi-origin {
	border-radius: 0
}

.noUi-background {
	box-shadow: none
}

.noUi-connect {
	box-shadow: none
}

.noUi-target {
	border-radius: 0;
	box-shadow: none
}

.noUi-target.noUi-connect {
	box-shadow: none
}

.noUi-handle {
	background: #fff;
	border-radius: 0;
	box-shadow: none
}

.noUi-active {
	box-shadow: none
}

ol.bc {
	margin-bottom: 22px;
	margin-top: 4px
}

.bc {
	font-size: 13px;
	list-style: none;
	padding: 0
}

.bc li {
	display: inline-block
}

.bc li:after {
	content: "»";
	margin-left: 5px
}

.bc li:last-child:after {
	content: ""
}

.bc li a {
	color: #616268
}

.bc li strong {
	font-weight: 700
}

@media screen and (max-width:767px) {
	.bc li {
		display: none
	}
	.bc li:after {
		content: ""
	}
	.bc li:nth-last-child(2) {
		display: block
	}
	.bc li:nth-last-child(2) a {
		background: #ebebeb;
		color: #616268;
		display: inline-block;
		font-size: 13px;
		font-weight: 700;
		margin: 0;
		padding: 8px 12px;
		text-align: center
	}
	.bc li:nth-last-child(2) a:before {
		content: "\f053";
		font-family: FontAwesome;
		margin-right: 8px
	}
	.bc li:nth-last-child(2) a:active,
	.bc li:nth-last-child(2) a:focus,
	.bc li:nth-last-child(2) a:hover,
	.bc li:nth-last-child(2) a:visited {
		text-decoration: none;
		outline: 0
	}
}

.social {
	margin-bottom: 20px;
	list-style: none;
	padding: 0
}

.social li {
	display: inline-block;
	font-size: 28px;
	margin-left: 20px
}

@media screen and (max-width:1199px) {
	.social li {
		margin-left: 0;
		margin-right: 20px
	}
}

.copyright,
.social {
	text-align: left
}

@media screen and (min-width:1024px) {
	.copyright,
	.social {
		text-align: right
	}
}

.datafiscal {
	margin-bottom: 20px
}

@media screen and (min-width:1200px) {
	.datafiscal {
		display: flex;
		justify-content: flex-end
	}
}

.datafiscal a {
	display: inline-block
}

.datafiscal img {
	height: 90px
}

.notice {
	border: 1px solid #ff6e00;
	margin-bottom: 48px;
	padding: 16px;
	text-align: center
}

.notice p:last-child {
	margin-bottom: 0
}

.notice--reg {
	border: 0
}

.notice--reg p {
	font-size: 24px
}

.notice--reg p i {
	color: #9acd32
}

.bar--button {
	text-align: right;
	margin: 16px 0
}

.bar--button hr {
	width: 100%
}

.bar--button--bookmark {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap-reverse
}

.bar--button--bookmark .button,
.bar--button--bookmark span {
	width: 100%
}

@media screen and (min-width:768px) {
	.bar--button--bookmark {
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: flex-end
	}
	.bar--button--bookmark .button,
	.bar--button--bookmark span {
		width: auto
	}
	.bar--button--bookmark .button+.button {
		margin-left: 16px
	}
}

.set {
	border: 1px solid #ebebeb;
	margin-bottom: 16px;
	padding: 15px;
	font-size: 14px
}

.set address {
	font-weight: 700;
	margin-bottom: 0
}

.set .option label {
	display: flex
}

.set .option input {
	margin-right: 8px
}

.set .option+.option,
.set .set--option+.set--option {
	margin-top: 8px
}

.set .row:not(.set--option):not(.set--options)>div+div {
	margin-top: 8px
}

@media screen and (min-width:1024px) {
	.set .row:not(.set--option):not(.set--options)>div+div {
		margin-top: 0
	}
}

.set--add-address a {
	color: #ff6e00
}

.set--add-address a:active,
.set--add-address a:hover {
	color: #41a3bc
}

.set-alt {
	border: 1px solid #ebebeb;
	margin-bottom: 16px;
	overflow: hidden;
	padding: 16px
}

.set-alt .content>div,
.set-alt>* {
	padding: 0
}

.set-alt p {
	clear: both;
	margin-bottom: 0
}

@media screen and (min-width:480px) {
	.set-alt h2 {
		margin-top: 0
	}
}

.form--function,
.function--edit {
	text-align: right
}

.form--function a,
.function--edit a {
	color: #616268;
	font-weight: 700
}

.form--function a:hover,
.function--edit a:hover {
	color: #41a3bc
}

.checkbox label {
	padding-left: 0
}

.checkbox input[type=checkbox] {
	position: relative
}

.form--steps {
	border-bottom: 1px solid #ebebeb;
	font-size: 0;
	font-weight: 700;
	list-style: none;
	margin: 1rem 0 3rem;
	padding: 0
}

@media screen and (max-width:767px) {
	.form--steps {
		border: 0
	}
}

.form--steps li {
	font-size: .85rem;
	margin-bottom: -1px;
	color: #ebebeb;
	display: inline-block;
	padding: 0 1rem .5rem
}

.form--steps li.current,
.form--steps li.done {
	border-bottom: 1px solid #ff6e00;
	color: #616268
}

@media screen and (max-width:767px) {
	.form--steps li {
		border: 0;
		display: block;
		font-size: 1rem;
		margin: 0;
		padding: 0
	}
	.form--steps li.current,
	.form--steps li.done {
		border: 0
	}
	.form--steps li.current {
		color: #ff6e00
	}
}

.flyout {
	position: relative
}

.flyout__toggle--active {
	color: #5e5e5e;
	background-color: #ddd
}

.flyout__content {
	display: none;
	position: absolute;
	background-color: #ddd;
	width: 340px;
	text-align: left
}

.flyout__content form.content {
	border: 0;
	margin-bottom: 0
}

.flyout__content .button-group p {
	float: left;
	text-align: left
}

.flyout--bright .flyout__content {
	background: #fff;
	border: 1px solid #ddd
}

.flyout__content--big {
	width: 500px
}

.flyout__content--align-right {
	right: 0
}

.flyout__content--open {
	right: 0;
	display: block;
	z-index: 100
}

.flyout__toggle:focus {
	outline: 0
}

.flyout__toggle::-moz-focus-inner {
	border: 0
}

.flyout__toggle.flyout__toggle--active:after,
.flyout__toggle.flyout__toggle--active:before {
	left: 50%;
	margin-left: -14px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 20
}

.flyout__toggle.flyout__toggle--active:after {
	border-bottom-color: #fff;
	border-width: 16px;
	bottom: -17px
}

.flyout__toggle.flyout__toggle--active:before {
	border-bottom-color: #ddd;
	border-width: 16px;
	bottom: -15px
}

.flyout__content--open {
	top: 49px
}

.mini-cart table td {
	padding: 1rem 0;
	vertical-align: middle
}

.mini-cart table td:last-child {
	text-align: right
}

.mini-cart table th {
	font-weight: 700
}

.mini-cart table th:last-child {
	text-align: right
}

.mini-cart table tbody tr {
	border-bottom: 1px solid #ddd
}

.mini-cart table tfoot tr {
	font-weight: 700;
	border-bottom: 0
}

.product-thumb figcaption {
	margin-top: 1rem;
	width: 75%
}

.product-thumb a {
	color: #616268
}

.product-thumb__image,
.product-thumb__text {
	float: left
}

.product-thumb__image {
	margin-right: 3%;
	width: 22%
}

.product-thumb__image img {
	max-width: 100%
}



nav.main-menu {
    display: none;
    text-align:right;
}

@media (min-width:992px) {
    



    nav.main-menu {
        display: block;
        position: relative;
        z-index: 10;
    }
    nav.main-menu > ul {
        padding-bottom: 20px;
        margin-right: -100px;
        /*transition: all .2s ease-in-out;*/
    }
    nav.main-menu > ul > li {
        display: inline-block;
        position: relative;
        /*transition: all .2s ease-in-out;*/
        height: 40px;
        line-height: 2.5;
    }
    nav.main-menu > ul > li > a {
        font-size: 16px;
        font-weight: 700;
        display: inline-block;
    }
    nav.main-menu > ul > li > a:hover {
        text-decoration: none;
    }
    nav.main-menu > ul > li.menu_super {
        background-repeat: no-repeat;
        background-position: calc(100% - 11px) 50%;
    }
    nav.main-menu > ul > li.menu_super:hover {
        background-repeat: no-repeat;
        background-position: calc(100% - 11px) 50%;
    }
    nav.main-menu > ul > li.menu_super a {
        display: inline-block;
        padding-right: 20px;
        width: 100%;
    }
    nav.main-menu > ul > li ul {
        position: absolute;
        width: 240px;
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: rgba(255,255,255,1);
        border:solid 1px #648798;
        visibility: hidden;
        opacity: 0;
        /*transition: all .2s ease-in-out;*/
    }
    nav.main-menu > ul > li ul li {
        text-align: left;
        margin-bottom: 0;
    }
    nav.main-menu > ul > li ul li a {
        padding: 8px 15px;
        font-weight: 700;
        display: block;
        color:#fff;
    }

    nav.main-menu > ul > li > ul > li a:before {
        content: "";
    }
    nav.main-menu > ul > li .menu_super > a:before {
        font-family: FontAwesome;
        content: "\f104";
    }

    nav.main-menu .menu_super > a:before {
        font-family: FontAwesome;
        content: "\f107";
    }

    .menu_super > ul > li > a:before {
        content: "";
    }
    .menu_super > ul > li ul li a:before {
        content: "";
    }
    nav.main-menu > ul > li:hover a {
        text-decoration: none;
        color: #648798;
    }
    nav.main-menu > ul > li:hover > ul {
        visibility: visible;
        opacity: 1;
    }
    nav.main-menu > ul > li:hover > ul a {
        background-color: transparent;
        /*transition: all .2s ease-in-out;*/
        text-align: right;
    }
    nav.main-menu > ul > li:hover > ul a:hover {
        border-bottom: solid 5px #ff6f00;
        color: #648798;
    }
    nav.main-menu > ul > li:hover > ul li.active > a {
        background-color: #31475e;
    }
    nav.main-menu > ul > li:hover > ul li:hover > ul {
        visibility: visible;
        opacity: 1;
        margin-right:95%;
        margin-top:-50px;
    }
}

@media (min-width:992px) {
    .menuLeft ul {
        margin-top: -40px !important;
        left: -100%;
    }
}

@media (min-width:992px) {
    .menuRight ul {
        margin-top: -40px !important;
        left: 100%;
    }
}

nav.main-menu.mm-menu {
    margin: 0;
}

nav.main-menu.mm-menu *,
nav.main-menu.mm-menu.mm-theme-h2o .mm-navbar > * {
    color: #6a7c92;
    font-size: 16px;
}
.puzzle h2{
	border-bottom:solid 2px;
	padding:10px
}