@charset "UTF-8";
/* moved by compressor */
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 1px solid #E2E2E2;
        padding: 8px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 20px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 20px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 20px; }
    .ce-below .ce-gallery { margin-top: 20px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

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

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

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

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

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

.fancybox-inner {
	overflow: hidden;
}

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

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

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../../typo3conf/ext/ns_all_lightbox/Resources/Public/fancybox2/fancybox_sprite.png');
}

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

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../../typo3conf/ext/ns_all_lightbox/Resources/Public/fancybox2/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../../typo3conf/ext/ns_all_lightbox/Resources/Public/fancybox2/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

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

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

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

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

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

/* Overlay helper */

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

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

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

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

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

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

/* Title helper */

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

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

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

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

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

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

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

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('../../../typo3conf/ext/ns_all_lightbox/Resources/Public/fancybox2/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../../typo3conf/ext/ns_all_lightbox/Resources/Public/fancybox2/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-color: transparent;
	background-image: url('../../../typo3conf/ext/ns_all_lightbox/Resources/Public/fancybox2/helpers/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
	max-width: none;
}
@media screen {
    .frame-box {
        margin-bottom: 1em;
        padding: 1em;
        background: lightgrey;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.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: -0.5em;
}
sub {
	bottom: -0.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 #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
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 {
	*,
	*:before,
	*:after {
		background: transparent !important;
		color: #000 !important;
		box-shadow: none !important;
		text-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: "";
	}
	pre,
	blockquote {
		border: 1px solid #999;
		page-break-inside: avoid;
	}
	thead {
		display: table-header-group;
	}
	tr,
	img {
		page-break-inside: avoid;
	}
	img {
		max-width: 100% !important;
	}
	p,
	h2,
	h3 {
		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 th,
	.table-bordered td {
		border: 1px solid #ddd !important;
	}
}
@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/glyphicons-halflings-regular.eot');
	src: url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../../../typo3conf/ext/tmr/Resources/Public/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../typo3conf/ext/tmr/Resources/Public/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../typo3conf/ext/tmr/Resources/Public/fonts/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: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
	content: "\002a";
}
.glyphicon-plus:before {
	content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
	content: "\20ac";
}
.glyphicon-minus:before {
	content: "\2212";
}
.glyphicon-cloud:before {
	content: "\2601";
}
.glyphicon-envelope:before {
	content: "\2709";
}
.glyphicon-pencil:before {
	content: "\270f";
}
.glyphicon-glass:before {
	content: "\e001";
}
.glyphicon-music:before {
	content: "\e002";
}
.glyphicon-search:before {
	content: "\e003";
}
.glyphicon-heart:before {
	content: "\e005";
}
.glyphicon-star:before {
	content: "\e006";
}
.glyphicon-star-empty:before {
	content: "\e007";
}
.glyphicon-user:before {
	content: "\e008";
}
.glyphicon-film:before {
	content: "\e009";
}
.glyphicon-th-large:before {
	content: "\e010";
}
.glyphicon-th:before {
	content: "\e011";
}
.glyphicon-th-list:before {
	content: "\e012";
}
.glyphicon-ok:before {
	content: "\e013";
}
.glyphicon-remove:before {
	content: "\e014";
}
.glyphicon-zoom-in:before {
	content: "\e015";
}
.glyphicon-zoom-out:before {
	content: "\e016";
}
.glyphicon-off:before {
	content: "\e017";
}
.glyphicon-signal:before {
	content: "\e018";
}
.glyphicon-cog:before {
	content: "\e019";
}
.glyphicon-trash:before {
	content: "\e020";
}
.glyphicon-home:before {
	content: "\e021";
}
.glyphicon-file:before {
	content: "\e022";
}
.glyphicon-time:before {
	content: "\e023";
}
.glyphicon-road:before {
	content: "\e024";
}
.glyphicon-download-alt:before {
	content: "\e025";
}
.glyphicon-download:before {
	content: "\e026";
}
.glyphicon-upload:before {
	content: "\e027";
}
.glyphicon-inbox:before {
	content: "\e028";
}
.glyphicon-play-circle:before {
	content: "\e029";
}
.glyphicon-repeat:before {
	content: "\e030";
}
.glyphicon-refresh:before {
	content: "\e031";
}
.glyphicon-list-alt:before {
	content: "\e032";
}
.glyphicon-lock:before {
	content: "\e033";
}
.glyphicon-flag:before {
	content: "\e034";
}
.glyphicon-headphones:before {
	content: "\e035";
}
.glyphicon-volume-off:before {
	content: "\e036";
}
.glyphicon-volume-down:before {
	content: "\e037";
}
.glyphicon-volume-up:before {
	content: "\e038";
}
.glyphicon-qrcode:before {
	content: "\e039";
}
.glyphicon-barcode:before {
	content: "\e040";
}
.glyphicon-tag:before {
	content: "\e041";
}
.glyphicon-tags:before {
	content: "\e042";
}
.glyphicon-book:before {
	content: "\e043";
}
.glyphicon-bookmark:before {
	content: "\e044";
}
.glyphicon-print:before {
	content: "\e045";
}
.glyphicon-camera:before {
	content: "\e046";
}
.glyphicon-font:before {
	content: "\e047";
}
.glyphicon-bold:before {
	content: "\e048";
}
.glyphicon-italic:before {
	content: "\e049";
}
.glyphicon-text-height:before {
	content: "\e050";
}
.glyphicon-text-width:before {
	content: "\e051";
}
.glyphicon-align-left:before {
	content: "\e052";
}
.glyphicon-align-center:before {
	content: "\e053";
}
.glyphicon-align-right:before {
	content: "\e054";
}
.glyphicon-align-justify:before {
	content: "\e055";
}
.glyphicon-list:before {
	content: "\e056";
}
.glyphicon-indent-left:before {
	content: "\e057";
}
.glyphicon-indent-right:before {
	content: "\e058";
}
.glyphicon-facetime-video:before {
	content: "\e059";
}
.glyphicon-picture:before {
	content: "\e060";
}
.glyphicon-map-marker:before {
	content: "\e062";
}
.glyphicon-adjust:before {
	content: "\e063";
}
.glyphicon-tint:before {
	content: "\e064";
}
.glyphicon-edit:before {
	content: "\e065";
}
.glyphicon-share:before {
	content: "\e066";
}
.glyphicon-check:before {
	content: "\e067";
}
.glyphicon-move:before {
	content: "\e068";
}
.glyphicon-step-backward:before {
	content: "\e069";
}
.glyphicon-fast-backward:before {
	content: "\e070";
}
.glyphicon-backward:before {
	content: "\e071";
}
.glyphicon-play:before {
	content: "\e072";
}
.glyphicon-pause:before {
	content: "\e073";
}
.glyphicon-stop:before {
	content: "\e074";
}
.glyphicon-forward:before {
	content: "\e075";
}
.glyphicon-fast-forward:before {
	content: "\e076";
}
.glyphicon-step-forward:before {
	content: "\e077";
}
.glyphicon-eject:before {
	content: "\e078";
}
.glyphicon-chevron-left:before {
	content: "\e079";
}
.glyphicon-chevron-right:before {
	content: "\e080";
}
.glyphicon-plus-sign:before {
	content: "\e081";
}
.glyphicon-minus-sign:before {
	content: "\e082";
}
.glyphicon-remove-sign:before {
	content: "\e083";
}
.glyphicon-ok-sign:before {
	content: "\e084";
}
.glyphicon-question-sign:before {
	content: "\e085";
}
.glyphicon-info-sign:before {
	content: "\e086";
}
.glyphicon-screenshot:before {
	content: "\e087";
}
.glyphicon-remove-circle:before {
	content: "\e088";
}
.glyphicon-ok-circle:before {
	content: "\e089";
}
.glyphicon-ban-circle:before {
	content: "\e090";
}
.glyphicon-arrow-left:before {
	content: "\e091";
}
.glyphicon-arrow-right:before {
	content: "\e092";
}
.glyphicon-arrow-up:before {
	content: "\e093";
}
.glyphicon-arrow-down:before {
	content: "\e094";
}
.glyphicon-share-alt:before {
	content: "\e095";
}
.glyphicon-resize-full:before {
	content: "\e096";
}
.glyphicon-resize-small:before {
	content: "\e097";
}
.glyphicon-exclamation-sign:before {
	content: "\e101";
}
.glyphicon-gift:before {
	content: "\e102";
}
.glyphicon-leaf:before {
	content: "\e103";
}
.glyphicon-fire:before {
	content: "\e104";
}
.glyphicon-eye-open:before {
	content: "\e105";
}
.glyphicon-eye-close:before {
	content: "\e106";
}
.glyphicon-warning-sign:before {
	content: "\e107";
}
.glyphicon-plane:before {
	content: "\e108";
}
.glyphicon-calendar:before {
	content: "\e109";
}
.glyphicon-random:before {
	content: "\e110";
}
.glyphicon-comment:before {
	content: "\e111";
}
.glyphicon-magnet:before {
	content: "\e112";
}
.glyphicon-chevron-up:before {
	content: "\e113";
}
.glyphicon-chevron-down:before {
	content: "\e114";
}
.glyphicon-retweet:before {
	content: "\e115";
}
.glyphicon-shopping-cart:before {
	content: "\e116";
}
.glyphicon-folder-close:before {
	content: "\e117";
}
.glyphicon-folder-open:before {
	content: "\e118";
}
.glyphicon-resize-vertical:before {
	content: "\e119";
}
.glyphicon-resize-horizontal:before {
	content: "\e120";
}
.glyphicon-hdd:before {
	content: "\e121";
}
.glyphicon-bullhorn:before {
	content: "\e122";
}
.glyphicon-bell:before {
	content: "\e123";
}
.glyphicon-certificate:before {
	content: "\e124";
}
.glyphicon-thumbs-up:before {
	content: "\e125";
}
.glyphicon-thumbs-down:before {
	content: "\e126";
}
.glyphicon-hand-right:before {
	content: "\e127";
}
.glyphicon-hand-left:before {
	content: "\e128";
}
.glyphicon-hand-up:before {
	content: "\e129";
}
.glyphicon-hand-down:before {
	content: "\e130";
}
.glyphicon-circle-arrow-right:before {
	content: "\e131";
}
.glyphicon-circle-arrow-left:before {
	content: "\e132";
}
.glyphicon-circle-arrow-up:before {
	content: "\e133";
}
.glyphicon-circle-arrow-down:before {
	content: "\e134";
}
.glyphicon-globe:before {
	content: "\e135";
}
.glyphicon-wrench:before {
	content: "\e136";
}
.glyphicon-tasks:before {
	content: "\e137";
}
.glyphicon-filter:before {
	content: "\e138";
}
.glyphicon-briefcase:before {
	content: "\e139";
}
.glyphicon-fullscreen:before {
	content: "\e140";
}
.glyphicon-dashboard:before {
	content: "\e141";
}
.glyphicon-paperclip:before {
	content: "\e142";
}
.glyphicon-heart-empty:before {
	content: "\e143";
}
.glyphicon-link:before {
	content: "\e144";
}
.glyphicon-phone:before {
	content: "\e145";
}
.glyphicon-pushpin:before {
	content: "\e146";
}
.glyphicon-usd:before {
	content: "\e148";
}
.glyphicon-gbp:before {
	content: "\e149";
}
.glyphicon-sort:before {
	content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
	content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
	content: "\e152";
}
.glyphicon-sort-by-order:before {
	content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
	content: "\e154";
}
.glyphicon-sort-by-attributes:before {
	content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
	content: "\e156";
}
.glyphicon-unchecked:before {
	content: "\e157";
}
.glyphicon-expand:before {
	content: "\e158";
}
.glyphicon-collapse-down:before {
	content: "\e159";
}
.glyphicon-collapse-up:before {
	content: "\e160";
}
.glyphicon-log-in:before {
	content: "\e161";
}
.glyphicon-flash:before {
	content: "\e162";
}
.glyphicon-log-out:before {
	content: "\e163";
}
.glyphicon-new-window:before {
	content: "\e164";
}
.glyphicon-record:before {
	content: "\e165";
}
.glyphicon-save:before {
	content: "\e166";
}
.glyphicon-open:before {
	content: "\e167";
}
.glyphicon-saved:before {
	content: "\e168";
}
.glyphicon-import:before {
	content: "\e169";
}
.glyphicon-export:before {
	content: "\e170";
}
.glyphicon-send:before {
	content: "\e171";
}
.glyphicon-floppy-disk:before {
	content: "\e172";
}
.glyphicon-floppy-saved:before {
	content: "\e173";
}
.glyphicon-floppy-remove:before {
	content: "\e174";
}
.glyphicon-floppy-save:before {
	content: "\e175";
}
.glyphicon-floppy-open:before {
	content: "\e176";
}
.glyphicon-credit-card:before {
	content: "\e177";
}
.glyphicon-transfer:before {
	content: "\e178";
}
.glyphicon-cutlery:before {
	content: "\e179";
}
.glyphicon-header:before {
	content: "\e180";
}
.glyphicon-compressed:before {
	content: "\e181";
}
.glyphicon-earphone:before {
	content: "\e182";
}
.glyphicon-phone-alt:before {
	content: "\e183";
}
.glyphicon-tower:before {
	content: "\e184";
}
.glyphicon-stats:before {
	content: "\e185";
}
.glyphicon-sd-video:before {
	content: "\e186";
}
.glyphicon-hd-video:before {
	content: "\e187";
}
.glyphicon-subtitles:before {
	content: "\e188";
}
.glyphicon-sound-stereo:before {
	content: "\e189";
}
.glyphicon-sound-dolby:before {
	content: "\e190";
}
.glyphicon-sound-5-1:before {
	content: "\e191";
}
.glyphicon-sound-6-1:before {
	content: "\e192";
}
.glyphicon-sound-7-1:before {
	content: "\e193";
}
.glyphicon-copyright-mark:before {
	content: "\e194";
}
.glyphicon-registration-mark:before {
	content: "\e195";
}
.glyphicon-cloud-download:before {
	content: "\e197";
}
.glyphicon-cloud-upload:before {
	content: "\e198";
}
.glyphicon-tree-conifer:before {
	content: "\e199";
}
.glyphicon-tree-deciduous:before {
	content: "\e200";
}
.glyphicon-cd:before {
	content: "\e201";
}
.glyphicon-save-file:before {
	content: "\e202";
}
.glyphicon-open-file:before {
	content: "\e203";
}
.glyphicon-level-up:before {
	content: "\e204";
}
.glyphicon-copy:before {
	content: "\e205";
}
.glyphicon-paste:before {
	content: "\e206";
}
.glyphicon-alert:before {
	content: "\e209";
}
.glyphicon-equalizer:before {
	content: "\e210";
}
.glyphicon-king:before {
	content: "\e211";
}
.glyphicon-queen:before {
	content: "\e212";
}
.glyphicon-pawn:before {
	content: "\e213";
}
.glyphicon-bishop:before {
	content: "\e214";
}
.glyphicon-knight:before {
	content: "\e215";
}
.glyphicon-baby-formula:before {
	content: "\e216";
}
.glyphicon-tent:before {
	content: "\26fa";
}
.glyphicon-blackboard:before {
	content: "\e218";
}
.glyphicon-bed:before {
	content: "\e219";
}
.glyphicon-apple:before {
	content: "\f8ff";
}
.glyphicon-erase:before {
	content: "\e221";
}
.glyphicon-hourglass:before {
	content: "\231b";
}
.glyphicon-lamp:before {
	content: "\e223";
}
.glyphicon-duplicate:before {
	content: "\e224";
}
.glyphicon-piggy-bank:before {
	content: "\e225";
}
.glyphicon-scissors:before {
	content: "\e226";
}
.glyphicon-bitcoin:before {
	content: "\e227";
}
.glyphicon-btc:before {
	content: "\e227";
}
.glyphicon-xbt:before {
	content: "\e227";
}
.glyphicon-yen:before {
	content: "\00a5";
}
.glyphicon-jpy:before {
	content: "\00a5";
}
.glyphicon-ruble:before {
	content: "\20bd";
}
.glyphicon-rub:before {
	content: "\20bd";
}
.glyphicon-scale:before {
	content: "\e230";
}
.glyphicon-ice-lolly:before {
	content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
	content: "\e232";
}
.glyphicon-education:before {
	content: "\e233";
}
.glyphicon-option-horizontal:before {
	content: "\e234";
}
.glyphicon-option-vertical:before {
	content: "\e235";
}
.glyphicon-menu-hamburger:before {
	content: "\e236";
}
.glyphicon-modal-window:before {
	content: "\e237";
}
.glyphicon-oil:before {
	content: "\e238";
}
.glyphicon-grain:before {
	content: "\e239";
}
.glyphicon-sunglasses:before {
	content: "\e240";
}
.glyphicon-text-size:before {
	content: "\e241";
}
.glyphicon-text-color:before {
	content: "\e242";
}
.glyphicon-text-background:before {
	content: "\e243";
}
.glyphicon-object-align-top:before {
	content: "\e244";
}
.glyphicon-object-align-bottom:before {
	content: "\e245";
}
.glyphicon-object-align-horizontal:before {
	content: "\e246";
}
.glyphicon-object-align-left:before {
	content: "\e247";
}
.glyphicon-object-align-vertical:before {
	content: "\e248";
}
.glyphicon-object-align-right:before {
	content: "\e249";
}
.glyphicon-triangle-right:before {
	content: "\e250";
}
.glyphicon-triangle-left:before {
	content: "\e251";
}
.glyphicon-triangle-bottom:before {
	content: "\e252";
}
.glyphicon-triangle-top:before {
	content: "\e253";
}
.glyphicon-console:before {
	content: "\e254";
}
.glyphicon-superscript:before {
	content: "\e255";
}
.glyphicon-subscript:before {
	content: "\e256";
}
.glyphicon-menu-left:before {
	content: "\e257";
}
.glyphicon-menu-right:before {
	content: "\e258";
}
.glyphicon-menu-down:before {
	content: "\e259";
}
.glyphicon-menu-up:before {
	content: "\e260";
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}
input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover,
a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	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.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.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 #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	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,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
	font-weight: normal;
	line-height: 1;
	color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
	margin-top: 0;
	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,
.h4,
h5,
.h5,
h6,
.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 {
	background-color: #fcf8e3;
	padding: .2em;
}
.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;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover,
a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #337ab7;
}
a.bg-primary:hover,
a.bg-primary:focus {
	background-color: #286090;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
	background-color: #e4b9b9;
}
.page-header {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	border-bottom: 1px solid #eeeeee;
}
ul,
ol {
	margin-top: 0;
	margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
	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-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 20px;
}
dt,
dd {
	line-height: 1.42857143;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
@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[title],
abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
	content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
	padding-right: 15px;
	padding-left: 0;
	border-right: 5px solid #eeeeee;
	border-left: 0;
	text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
	content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
	content: '\00A0 \2014';
}
address {
	margin-bottom: 20px;
	font-style: normal;
	line-height: 1.42857143;
}
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: #ffffff;
	background-color: #333333;
	border-radius: 3px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
	padding: 0;
	font-size: 100%;
	font-weight: bold;
	box-shadow: none;
}
pre {
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	word-break: break-all;
	word-wrap: break-word;
	color: #333333;
	background-color: #f5f5f5;
	border: 1px solid #cccccc;
	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 {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
@media (min-width: 768px) {
	.container {
		width: 720px;
	}
}
@media (min-width: 992px) {
	.container {
		width: 940px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1140px;
	}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 0px;
	padding-right: 0px;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 0px;
	padding-right: 0px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
	.col-sm-1, .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-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666667%;
	}
	.col-sm-10 {
		width: 83.33333333%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666667%;
	}
	.col-sm-7 {
		width: 58.33333333%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666667%;
	}
	.col-sm-4 {
		width: 33.33333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.66666667%;
	}
	.col-sm-1 {
		width: 8.33333333%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666667%;
	}
	.col-sm-pull-10 {
		right: 83.33333333%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666667%;
	}
	.col-sm-pull-7 {
		right: 58.33333333%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.66666667%;
	}
	.col-sm-pull-1 {
		right: 8.33333333%;
	}
	.col-sm-pull-0 {
		right: auto;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666667%;
	}
	.col-sm-push-10 {
		left: 83.33333333%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666667%;
	}
	.col-sm-push-7 {
		left: 58.33333333%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.66666667%;
	}
	.col-sm-push-1 {
		left: 8.33333333%;
	}
	.col-sm-push-0 {
		left: auto;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666667%;
	}
	.col-md-10 {
		width: 83.33333333%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666667%;
	}
	.col-md-7 {
		width: 58.33333333%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666667%;
	}
	.col-md-4 {
		width: 33.33333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.66666667%;
	}
	.col-md-1 {
		width: 8.33333333%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666667%;
	}
	.col-md-pull-10 {
		right: 83.33333333%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666667%;
	}
	.col-md-pull-7 {
		right: 58.33333333%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.66666667%;
	}
	.col-md-pull-1 {
		right: 8.33333333%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666667%;
	}
	.col-md-push-10 {
		left: 83.33333333%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666667%;
	}
	.col-md-push-7 {
		left: 58.33333333%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666667%;
	}
	.col-md-push-4 {
		left: 33.33333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.66666667%;
	}
	.col-md-push-1 {
		left: 8.33333333%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.col-lg-1, .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-lg-10, .col-lg-11, .col-lg-12 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666667%;
	}
	.col-lg-10 {
		width: 83.33333333%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666667%;
	}
	.col-lg-7 {
		width: 58.33333333%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666667%;
	}
	.col-lg-4 {
		width: 33.33333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.66666667%;
	}
	.col-lg-1 {
		width: 8.33333333%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666667%;
	}
	.col-lg-pull-10 {
		right: 83.33333333%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666667%;
	}
	.col-lg-pull-7 {
		right: 58.33333333%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.66666667%;
	}
	.col-lg-pull-1 {
		right: 8.33333333%;
	}
	.col-lg-pull-0 {
		right: auto;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666667%;
	}
	.col-lg-push-10 {
		left: 83.33333333%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666667%;
	}
	.col-lg-push-7 {
		left: 58.33333333%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.66666667%;
	}
	.col-lg-push-1 {
		left: 8.33333333%;
	}
	.col-lg-push-0 {
		left: auto;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.col-lg-offset-0 {
		margin-left: 0%;
	}
}
table {
	background-color: transparent;
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777777;
	text-align: left;
}
th {
	/* text-align: left; */
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
.table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
.table .table {
	background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
	padding: 5px;
}
.table-bordered {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
	background-color: #f5f5f5;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
	background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
.table-responsive {
	overflow-x: auto;
	min-height: 0.01%;
}
@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 #dddddd;
	}
	.table-responsive > .table {
		margin-bottom: 0;
	}
	.table-responsive > .table > thead > tr > th,
	.table-responsive > .table > tbody > tr > th,
	.table-responsive > .table > tfoot > tr > th,
	.table-responsive > .table > thead > tr > td,
	.table-responsive > .table > tbody > tr > td,
	.table-responsive > .table > tfoot > tr > td {
		white-space: nowrap;
	}
	.table-responsive > .table-bordered {
		border: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:first-child,
	.table-responsive > .table-bordered > tbody > tr > th:first-child,
	.table-responsive > .table-bordered > tfoot > tr > th:first-child,
	.table-responsive > .table-bordered > thead > tr > td:first-child,
	.table-responsive > .table-bordered > tbody > tr > td:first-child,
	.table-responsive > .table-bordered > tfoot > tr > td:first-child {
		border-left: 0;
	}
	.table-responsive > .table-bordered > thead > tr > th:last-child,
	.table-responsive > .table-bordered > tbody > tr > th:last-child,
	.table-responsive > .table-bordered > tfoot > tr > th:last-child,
	.table-responsive > .table-bordered > thead > tr > td:last-child,
	.table-responsive > .table-bordered > tbody > tr > td:last-child,
	.table-responsive > .table-bordered > tfoot > tr > td:last-child {
		border-right: 0;
	}
	.table-responsive > .table-bordered > tbody > tr:last-child > th,
	.table-responsive > .table-bordered > tfoot > tr:last-child > th,
	.table-responsive > .table-bordered > tbody > tr:last-child > td,
	.table-responsive > .table-bordered > tfoot > tr:last-child > td {
		border-bottom: 0;
	}
}
fieldset {
	padding: 0;
	margin: 0;
	border: 0;
	min-width: 0;
}
legend {
	display: block;
	width: 100%;
	padding: 0;
	margin-bottom: 20px;
	font-size: 21px;
	line-height: inherit;
	color: #333333;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
}
label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: bold;
}
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
	margin: 4px 0 0;
	margin-top: 1px \9;
	line-height: normal;
}
input[type="file"] {
	display: block;
}
input[type="range"] {
	display: block;
	width: 100%;
}
select[multiple],
select[size] {
	height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
output {
	display: block;
	padding-top: 7px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
}
.form-control {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
	color: #999999;
	opacity: 1;
}
.form-control:-ms-input-placeholder {
	color: #999999;
}
.form-control::-webkit-input-placeholder {
	color: #999999;
}
.form-control::-ms-expand {
	border: 0;
	background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	background-color: #eeeeee;
	opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
	cursor: not-allowed;
}
textarea.form-control {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
	input[type="date"].form-control,
	input[type="time"].form-control,
	input[type="datetime-local"].form-control,
	input[type="month"].form-control {
		line-height: 34px;
	}
	input[type="date"].input-sm,
	input[type="time"].input-sm,
	input[type="datetime-local"].input-sm,
	input[type="month"].input-sm,
	.input-group-sm input[type="date"],
	.input-group-sm input[type="time"],
	.input-group-sm input[type="datetime-local"],
	.input-group-sm input[type="month"] {
		line-height: 30px;
	}
	input[type="date"].input-lg,
	input[type="time"].input-lg,
	input[type="datetime-local"].input-lg,
	input[type="month"].input-lg,
	.input-group-lg input[type="date"],
	.input-group-lg input[type="time"],
	.input-group-lg input[type="datetime-local"],
	.input-group-lg input[type="month"] {
		line-height: 46px;
	}
}
.form-group {
	margin-bottom: 15px;
}
.radio,
.checkbox {
	position: relative;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.radio label,
.checkbox label {
	min-height: 20px;
	padding-left: 20px;
	margin-bottom: 0;
	font-weight: normal;
	cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
	position: absolute;
	margin-left: -20px;
	margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
	margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin-bottom: 0;
	vertical-align: middle;
	font-weight: normal;
	cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
	margin-top: 0;
	margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
	cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
	cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
	cursor: not-allowed;
}
.form-control-static {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 0;
	min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
	padding-left: 0;
	padding-right: 0;
}
.input-sm {
	height: 30px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
select.input-sm {
	height: 30px;
	line-height: 30px;
}
textarea.input-sm,
select[multiple].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 textarea.form-control,
.form-group-sm select[multiple].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-lg {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
select.input-lg {
	height: 46px;
	line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
	height: auto;
}
.form-group-lg .form-control {
	height: 46px;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.form-group-lg select.form-control {
	height: 46px;
	line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
	height: auto;
}
.form-group-lg .form-control-static {
	height: 46px;
	min-height: 38px;
	padding: 11px 16px;
	font-size: 18px;
	line-height: 1.3333333;
}
.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;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
	width: 46px;
	height: 46px;
	line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
	color: #3c763d;
}
.has-success .form-control {
	border-color: #3c763d;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
	border-color: #2b542c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
	color: #3c763d;
	border-color: #3c763d;
	background-color: #dff0d8;
}
.has-success .form-control-feedback {
	color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
	color: #8a6d3b;
}
.has-warning .form-control {
	border-color: #8a6d3b;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
	border-color: #66512c;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
	color: #8a6d3b;
	border-color: #8a6d3b;
	background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
	color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #a94442;
}
.has-error .form-control {
	border-color: #a94442;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
	border-color: #843534;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
	color: #a94442;
	border-color: #a94442;
	background-color: #f2dede;
}
.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 .input-group-addon,
	.form-inline .input-group .input-group-btn,
	.form-inline .input-group .form-control {
		width: auto;
	}
	.form-inline .input-group > .form-control {
		width: 100%;
	}
	.form-inline .control-label {
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio,
	.form-inline .checkbox {
		display: inline-block;
		margin-top: 0;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.form-inline .radio label,
	.form-inline .checkbox label {
		padding-left: 0;
	}
	.form-inline .radio input[type="radio"],
	.form-inline .checkbox input[type="checkbox"] {
		position: relative;
		margin-left: 0;
	}
	.form-inline .has-feedback .form-control-feedback {
		top: 0;
	}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
	min-height: 27px;
}
.form-horizontal .form-group {
	margin-left: 0px;
	margin-right: 0px;
}
@media (min-width: 768px) {
	.form-horizontal .control-label {
		text-align: right;
		margin-bottom: 0;
		padding-top: 7px;
	}
}
.form-horizontal .has-feedback .form-control-feedback {
	right: 0px;
}
@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: normal;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
	color: #333333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-default:hover {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
	color: #333333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default .badge {
	color: #ffffff;
	background-color: #333333;
}
.btn-primary {
	color: #ffffff;
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary:focus,
.btn-primary.focus {
	color: #ffffff;
	background-color: #286090;
	border-color: #122b40;
}
.btn-primary:hover {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #286090;
	border-color: #204d74;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
	color: #ffffff;
	background-color: #204d74;
	border-color: #122b40;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge {
	color: #337ab7;
	background-color: #ffffff;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
	color: #ffffff;
	background-color: #449d44;
	border-color: #255625;
}
.btn-success:hover {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #449d44;
	border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
	color: #ffffff;
	background-color: #398439;
	border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge {
	color: #5cb85c;
	background-color: #ffffff;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #1b6d85;
}
.btn-info:hover {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #31b0d5;
	border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
	color: #ffffff;
	background-color: #269abc;
	border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge {
	color: #5bc0de;
	background-color: #ffffff;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #985f0d;
}
.btn-warning:hover {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ec971f;
	border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
	color: #ffffff;
	background-color: #d58512;
	border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge {
	color: #f0ad4e;
	background-color: #ffffff;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #761c19;
}
.btn-danger:hover {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #c9302c;
	border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
	color: #ffffff;
	background-color: #ac2925;
	border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge {
	color: #d9534f;
	background-color: #ffffff;
}
.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #777777;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}
.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.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="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
	width: 100%;
}
@-ms-viewport {
	width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
	display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-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;
	}
	th.visible-xs,
	td.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: 991px) {
	.visible-sm {
		display: block !important;
	}
	table.visible-sm {
		display: table !important;
	}
	tr.visible-sm {
		display: table-row !important;
	}
	th.visible-sm,
	td.visible-sm {
		display: table-cell !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-block {
		display: block !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline {
		display: inline !important;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.visible-sm-inline-block {
		display: inline-block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md {
		display: block !important;
	}
	table.visible-md {
		display: table !important;
	}
	tr.visible-md {
		display: table-row !important;
	}
	th.visible-md,
	td.visible-md {
		display: table-cell !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-block {
		display: block !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.visible-md-inline {
		display: inline !important;
	}
}
@media (min-width: 992px) 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;
	}
	th.visible-lg,
	td.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: 991px) {
	.hidden-sm {
		display: none !important;
	}
}
@media (min-width: 992px) 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;
	}
	th.visible-print,
	td.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;
	}
}


@-webkit-keyframes bounde-right{0%{transform:translateX(0px);-ms-transform:translateX(0px);-webkit-transform:translateX(0px)}70%{transform:translateX(5px);-ms-transform:translateX(5px);-webkit-transform:translateX(5px)}90%{transform:translateX(-2px);-ms-transform:translateX(-2px);-webkit-transform:translateX(-2px)}100%{transform:translateX(0px);-ms-transform:translateX(0px);-webkit-transform:translateX(0px)}}@keyframes bounde-right{0%{transform:translateX(0px);-ms-transform:translateX(0px);-webkit-transform:translateX(0px)}70%{transform:translateX(5px);-ms-transform:translateX(5px);-webkit-transform:translateX(5px)}90%{transform:translateX(-2px);-ms-transform:translateX(-2px);-webkit-transform:translateX(-2px)}100%{transform:translateX(0px);-ms-transform:translateX(0px);-webkit-transform:translateX(0px)}}*{margin:0;padding:0}@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}@font-face{font-family:"Montserrat";font-weight:400;font-style:normal;src:local(""), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-regular.woff2') format("woff2"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-regular.woff') format("woff")}@font-face{font-family:"Montserrat";font-weight:400;font-style:italic;src:local(""), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-italic.woff2') format("woff2"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-italic.woff') format("woff")}@font-face{font-family:"Montserrat";font-weight:500;font-style:normal;src:local(""), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-500.woff2') format("woff2"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-500.woff') format("woff")}@font-face{font-family:"Montserrat";font-weight:700;font-style:normal;src:local(""), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-700.woff2') format("woff2"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/Google/montserrat-v25-latin-ext_latin-700.woff') format("woff")}html,body{font-family:"Montserrat", sans-serif, arial;font-weight:400;font-size:1em;line-height:1.4em;-webkit-font-smoothing:antialiased}a{color:#585857;text-decoration:none}a:hover,a:focus{color:#585857;text-decoration:none}a:hover{color:#4b4b4a}input,textarea{box-sizing:content-box}hr{clear:both}article{max-width:1140px;margin:0 auto}article header h1{font-size:34px;font-family:"Montserrat";font-weight:700;color:#585857;padding:30px 0 20px}article header h2{font-size:30px;font-family:"Montserrat";font-weight:500;color:#585857;padding:30px 0 20px}article header h3{font-size:26px;font-family:"Montserrat";font-weight:700;color:#585857;padding:30px 0 20px}article header h4{font-size:22px;font-family:"Montserrat";font-weight:700;color:#585857;padding:30px 0 20px}article header h5{font-size:19px;line-height:24px;color:#585857;margin-bottom:20px}article header h1+h2{font-size:20px;font-weight:400;padding-top:0;margin-top:-10px;padding-bottom:40px}article header h2+h3{font-size:20px;font-weight:400;padding-top:0;margin-top:-10px;padding-bottom:40px}article header h3+h4{font-size:20px;font-weight:400;padding-top:0;margin-top:-10px;padding-bottom:40px;color:#757575}article header h4+h5{font-size:18px;font-weight:400;padding-top:0;margin-top:-15px;padding-bottom:30px;color:#757575}article header h5+h6{font-size:16px;font-weight:400;padding-top:0;margin-top:-12px;padding-bottom:30px;color:#757575}article p{line-height:1.6em;margin:8px 0 20px;font-size:0.92em}body.subpage .frame-type-header:first-child header h1,body.subpage .frame-type-header:first-child header h2,body.subpage .frame-type-header:first-child header h3,body.subpage .frame-type-header:first-child header h4,body.subpage .frame-type-header:first-child header h5{padding-top:0}body.homepage header h1,body.homepage header h2{font-size:36px;font-weight:500;color:#000}body.homepage header h1+h2{color:#666666;font-size:23px}.clearfix{clear:both}.center,.align-center{text-align:center}.right,.align-right{text-align:right}.left,.align-left{text-align:left}.align-justify{text-align:justify}b,strong{font-family:"Montserrat";font-weight:700}iframe{border:0 none;overflow:hidden}body>img{position:absolute}::-moz-selection{background:rgba(88, 88, 87, 0.8);color:#fff}::selection{background:rgba(88, 88, 87, 0.8);color:#fff}.ce-nowrap header h1:first-child,.ce-nowrap header h2:first-child,.ce-nowrap header h3:first-child,.ce-nowrap header h4:first-child,.ce-nowrap header h5:first-child,.ce-nowrap header h6:first-child{margin-top:0;padding-top:0}.ce-gallery figcaption{font-style:italic;font-size:0.84em;line-height:1.2em;padding:0.3em}.gallery-masonry .ce-column{display:inline-block;margin-right:0;float:none}.gallery-masonry .ce-column .inner-column{margin:2%;width:98%}.gallery-masonry .ce-column .inner-column img{width:100%}@media (min-width:728px) and (max-width:1186px){.ce-gallery .ce-column{margin:0;padding:0 5px;box-sizing:border-box}.ce-gallery .ce-column:first-child{padding-left:0}.ce-gallery .ce-column:last-child{margin-right:0}.ce-gallery img,.ce-gallery picture{max-width:100%}.ce-gallery[data-ce-columns="2"] .ce-column{width:50%}.ce-gallery[data-ce-columns="3"] .ce-column{width:33%}.ce-gallery[data-ce-columns="4"] .ce-column{width:25%}.ce-gallery[data-ce-columns="5"] .ce-column{width:20%}.ce-textpic.ce-intext .ce-gallery[data-ce-columns="1"]{max-width:50%}}@media (min-width:640px) and (max-width:728px){.ce-gallery .ce-column{margin:0;padding:0 5px;box-sizing:border-box}.ce-gallery .ce-column:first-child{padding-left:0}.ce-gallery .ce-column:last-child{margin-right:0}.ce-gallery img,.ce-gallery picture{width:100%;height:auto}.ce-gallery[data-ce-columns="2"] .ce-column{width:50%}.ce-gallery[data-ce-columns="3"] .ce-column{width:33%}.ce-gallery[data-ce-columns="4"] .ce-column{width:25%}.ce-gallery[data-ce-columns="5"] .ce-column{width:20%}}@media (max-width:640px){.ce-textpic .ce-gallery{float:none}.ce-intext.ce-textpic .ce-gallery{margin-left:0;margin-right:0}.ce-gallery .ce-column{margin:0 0 10px;width:100%;box-sizing:border-box}.ce-gallery img,.ce-gallery picture{width:100%;height:auto}}.fancybox-skin{padding:0 !important}.fancybox-nav span{background:transparent;color:#fff;opacity:1;width:44px;height:44px;text-align:center;visibility:visible}.fancybox-nav span:hover{background:#585857}.fancybox-nav span:after{content:"";border:solid #fff;border-width:0 3px 3px 0;display:inline-block;padding:4px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);margin-top:16px;margin-left:-5px;text-shadow:0 2px 20px #585857}.fancybox-nav.fancybox-prev span:after{content:"";border:solid #fff;border-width:0 3px 3px 0;display:inline-block;padding:4px;transform:rotate(135deg);-webkit-transform:rotate(135deg);margin-top:16px;margin-left:2px}.fancybox-nav:hover span{background:#585857;color:#fff}.fancybox-title-float-wrap .child{border-radius:0}.fancybox-item.fancybox-close{display:block;right:0px !important;width:50px !important;height:50px !important;text-align:center !important;background:#585857;color:#fff;line-height:50px;padding:0 !important;top:0;font-size:28px;opacity:1}.fancybox-item.fancybox-close:after{content:"×";font-weight:bolder;font-size:38px}.fancybox-item.fancybox-close:active{top:0}.fancybox-item.fancybox-close:hover{background:#585857}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px, 0px, 0px)}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.owl-carousel .owl-item a{padding:0}.owl-carousel .owl-item img{display:block;width:100%;-webkit-transform-style:preserve-3d}.owl-carousel .owl-nav.disabled,.owl-carousel .owl-dots.disabled{display:none}.owl-carousel .owl-nav .owl-prev,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-dot{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav .owl-prev{margin-left:0}.owl-carousel .owl-nav .owl-next{margin-right:0}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{display:none}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height 500ms ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity 400ms ease}.owl-carousel .owl-item img.owl-lazy{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url('../../../typo3conf/ext/tmr/Resources/Public/Css/owl.video.play.png') no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:-webkit-transform 100ms ease;transition:transform 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transform:scale(1.3, 1.3);-ms-transform:scale(1.3, 1.3);transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-tn,.owl-carousel .owl-video-playing .owl-video-play-icon{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.owl-carousel .owl-item .csc-textpic-image{position:absolute;top:0;left:0;right:0;bottom:0;display:block}.owl-carousel .owl-item .csc-textpic-image>div{display:block;width:100%;height:100%}DIV.csc-textpic-center DIV.csc-textpic-imagewrap .owl-carousel .csc-textpic-image{margin:0 !important}DIV.csc-textpic DIV.csc-textpic-imagewrap .owl-carousel{font-size:0;line-height:0;margin-bottom:12px}div.container-subpage{position:relative;width:100%;max-width:1140px;padding-top:20px}div.container-subpage article.subpage{float:right;width:770px;padding:0 10px 50px}div.container-subpage aside.sidebar{float:left;width:22%}@media only screen and (max-width:1086px){div.container-subpage aside.sidebar{width:25%;margin-left:1%}div.container-subpage article.subpage{width:74%}}@media only screen and (max-width:768px){div.container-subpage aside.sidebar{width:100%;display:none}div.container-subpage aside.sidebar .layout_sidebox_menu{margin:0 2% 20px 3%;width:25%;display:inline-block}div.container-subpage article.subpage{width:100%}}div.container-subpage-full-width{position:relative;width:100%;max-width:1140px;padding-top:20px}div.container-subpage-full-width article.subpage{width:100%;padding:0 10px}div.container-subpage-full-width aside.sidebar{display:none}.content_main ol{margin-left:24px}.content_main ol li{margin:4px 0}.content_main ul{list-style-type:none}.content_main ul li{margin:7px 5px 7px 20px}.content_main ul li:before{content:"◦";font-size:24px;vertical-align:-2px;margin-right:5px;font-family:"Montserrat";font-weight:700;margin-left:-13px}.content_main ul.list-inline li:before{display:none}.csc-uploads{text-align:center;margin:0 -1% !important}.csc-uploads li{margin:1% !important;width:48%;display:inline-block;text-align:left;vertical-align:top}.csc-uploads li:before{content:"" !important;font-size:0 !important;margin:0 !important}.csc-uploads li a{display:table;width:100%;background:#ebebeb;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.csc-uploads li a:hover{background:#585857;color:#fff}.csc-uploads li a:hover span.file span.fileDesc{color:#dddddd}.csc-uploads li a span.file{display:table-cell;vertical-align:middle;width:100%;padding:8px 4px 8px 0px}.csc-uploads li a span.file span.fileDesc{padding-top:0px;font-size:12px;color:#555}.csc-uploads li a span.icon{display:inline-block;height:64px;width:64px;background-position:50% 50%;background-repeat:no-repeat;float:left}.csc-uploads li a .icon-ai{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/ai.gif') !important}.csc-uploads li a .icon-ani{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/ani.gif') !important}.csc-uploads li a .icon-au{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/au.gif') !important}.csc-uploads li a .icon-avi{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/avi.gif') !important}.csc-uploads li a .icon-bmp{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/bmp.gif') !important}.csc-uploads li a .icon-cdr{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/cdr.gif') !important}.csc-uploads li a .icon-css{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/css.gif') !important}.csc-uploads li a .icon-csv{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/csv.gif') !important}.csc-uploads li a .icon-doc{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/doc.gif') !important}.csc-uploads li a .icon-docx{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/doc.gif') !important}.csc-uploads li a .icon-dtd{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/dtd.gif') !important}.csc-uploads li a .icon-eps{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/eps.gif') !important}.csc-uploads li a .icon-exe{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/exe.gif') !important}.csc-uploads li a .icon-fh3{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/fh3.gif') !important}.csc-uploads li a .icon-flash{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/flash.gif') !important}.csc-uploads li a .icon-folder{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/folder.gif') !important}.csc-uploads li a .icon-gif{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/gif.gif') !important}.csc-uploads li a .icon-htm{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/htm.gif') !important}.csc-uploads li a .icon-html{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/html.gif') !important}.csc-uploads li a .icon-ico{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/ico.gif') !important}.csc-uploads li a .icon-inc{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/inc.gif') !important}.csc-uploads li a .icon-java{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/java.gif') !important}.csc-uploads li a .icon-jpg{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/jpg.gif') !important}.csc-uploads li a .icon-js{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/js.gif') !important}.csc-uploads li a .icon-max{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/max.gif') !important}.csc-uploads li a .icon-mid{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/mid.gif') !important}.csc-uploads li a .icon-mov{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/mov.gif') !important}.csc-uploads li a .icon-mpeg{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/mpeg.gif') !important}.csc-uploads li a .icon-mpg{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/mpg.gif') !important}.csc-uploads li a .icon-pcd{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/pcd.gif') !important}.csc-uploads li a .icon-pcx{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/pcx.gif') !important}.csc-uploads li a .icon-pdf{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/pdf.gif') !important}.csc-uploads li a .icon-png{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/png.gif') !important}.csc-uploads li a .icon-ps{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/ps.gif') !important}.csc-uploads li a .icon-psd{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/psd.gif') !important}.csc-uploads li a .icon-rtf{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/rtf.gif') !important}.csc-uploads li a .icon-sgml{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/sgml.gif') !important}.csc-uploads li a .icon-swf{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/swf.gif') !important}.csc-uploads li a .icon-sxc{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/sxc.gif') !important}.csc-uploads li a .icon-sxw{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/sxw.gif') !important}.csc-uploads li a .icon-tga{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/tga.gif') !important}.csc-uploads li a .icon-tif{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/tif.gif') !important}.csc-uploads li a .icon-ttf{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/ttf.gif') !important}.csc-uploads li a .icon-txt{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/txt.gif') !important}.csc-uploads li a .icon-wav{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/wav.gif') !important}.csc-uploads li a .icon-wrl{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/wrl.gif') !important}.csc-uploads li a .icon-xls{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/xls.gif') !important}.csc-uploads li a .icon-xlsx{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/xls.gif') !important}.csc-uploads li a .icon-xml{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/xml.gif') !important}.csc-uploads li a .icon-xsl{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/xsl.gif') !important}.csc-uploads li a .icon-zip{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/file-type/zip.gif') !important}@media only screen and (max-width:618px){.csc-uploads li{margin:1% !important;width:98%}}@media only screen and (max-width:518px){.csc-uploads li{margin:1% !important;width:98%}}@media only screen and (min-width:569px){.partners_column_3 .partners_inner{position:relative}.partners_column_3 .partners_inner .box{float:left;display:block;width:33.3333333333%;height:190px}.partners_column_3 .partners_inner .box a{border-right:1px solid #ccc;text-align:center;display:block;padding:0 6px;line-height:190px}.partners_column_3 .partners_inner .box:nth-child(n+3) a{border-top:0}.partners_column_3 .partners_inner .box:nth-child(n+4) a{border-top:1px solid #ccc}.partners_column_3 .partners_inner .box:nth-child(3n) a{border-right:0}.partners_column_3 .partners_inner .box img{display:inline-block;vertical-align:middle;max-width:100%;height:auto}.partners_column_3 .clearfix{clear:both}}@media only screen and (max-width:568px){.partners_column_3 .partners_inner{position:relative}.partners_column_3 .partners_inner .box{float:left;display:block;width:50%;height:190px}.partners_column_3 .partners_inner .box a{border-right:1px solid #ccc;text-align:center;display:block;padding:0 6px;line-height:190px}.partners_column_3 .partners_inner .box:nth-child(n+2) a{border-top:0}.partners_column_3 .partners_inner .box:nth-child(n+3) a{border-top:1px solid #ccc}.partners_column_3 .partners_inner .box:nth-child(2n) a{border-right:0}.partners_column_3 .partners_inner .box img{display:inline-block;vertical-align:middle;max-width:100%;height:auto}.partners_column_3 .clearfix{clear:both}}@media only screen and (min-width:569px){.partners_column_4 .partners_inner{position:relative}.partners_column_4 .partners_inner .box{float:left;display:block;width:25%;height:166px}.partners_column_4 .partners_inner .box a{border-right:1px solid #ccc;text-align:center;display:block;padding:0 6px;line-height:166px}.partners_column_4 .partners_inner .box:nth-child(n+4) a{border-top:0}.partners_column_4 .partners_inner .box:nth-child(n+5) a{border-top:1px solid #ccc}.partners_column_4 .partners_inner .box:nth-child(4n) a{border-right:0}.partners_column_4 .partners_inner .box img{display:inline-block;vertical-align:middle;max-width:100%;height:auto}.partners_column_4 .clearfix{clear:both}}@media only screen and (max-width:568px){.partners_column_4 .partners_inner{position:relative}.partners_column_4 .partners_inner .box{float:left;display:block;width:33.3333333333%;height:140px}.partners_column_4 .partners_inner .box a{border-right:1px solid #ccc;text-align:center;display:block;padding:0 6px;line-height:140px}.partners_column_4 .partners_inner .box:nth-child(n+3) a{border-top:0}.partners_column_4 .partners_inner .box:nth-child(n+4) a{border-top:1px solid #ccc}.partners_column_4 .partners_inner .box:nth-child(3n) a{border-right:0}.partners_column_4 .partners_inner .box img{display:inline-block;vertical-align:middle;max-width:100%;height:auto}.partners_column_4 .clearfix{clear:both}}.partners_logos.no-border .partners_inner .box a{border:none !important}.duas{margin-bottom:12px}.duas .left,.duas .right{float:left;width:50%}.duas .contact_flex1{margin-bottom:20px;padding:0 14px}.duas .contact_flex1 .title{font-size:17px;margin-bottom:20px;font-family:"Montserrat"}.duas .contact_flex1 .param{background:no-repeat 0 center;padding-left:27px;float:left;padding-bottom:5px}.duas .contact_flex1 .param:before{font-family:"Glyphicons Halflings";margin-left:-21px;margin-right:5px;font-size:15px}.duas .contact_flex1 .tel .param:before{content:""}.duas .contact_flex1 .mail .param:before{content:"✉"}.duas .contact_flex1 .value{text-align:right}div.contact{margin-bottom:40px}div.contact div.contact_main{padding:20px 27px;background:#f2f2f2;float:left}div.contact div.contact_main_bg1 p{font-size:20px;line-height:25px}div.contact div.line{padding:15px 27px;float:left}div.contact div.line div.contact_param{margin-bottom:10px;font-family:"Montserrat", sans-serif}.link_flex{float:right;padding:17px 20px;background:#585857;margin:0 0 20px 50px}.link_flex div,.link_flex a{color:#fff}.link_flex div.title{font-size:24px;font-family:"source_sans_prolight", sans-serif;margin-bottom:10px}.link_flex a{text-decoration:underline;font-size:16px}.link_flex a:hover{text-decoration:none}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted black}.tooltip p{margin:0}.tooltip .tooltiptext{visibility:hidden;width:130px;bottom:117%;left:50%;font-size:14px;margin-left:-65px;background-color:black;color:#fff;position:absolute;z-index:1;text-align:center;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;padding:3px}.tooltip .tooltiptext:after{content:" ";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:black transparent transparent transparent}.tooltip:hover .tooltiptext{visibility:visible}.tooltip.tooltip-no-click{cursor:text;pointer:text;color:#000}.spacer-40>.row>[class*="col-"]{padding-right:20px;padding-left:20px}.spacer-30>.row>[class*="col-"]{padding-right:15px;padding-left:15px}.spacer-20>.row>[class*="col-"]{padding-right:10px;padding-left:10px}.spacer-10>.row>[class*="col-"]{padding-right:5px;padding-left:5px}[class*="spacer-"]>.row>div:first-child{padding-left:0}[class*="spacer-"]>.row>div:nth-last-child(2){padding-right:0}@font-face{font-family:"Flaticon";src:url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons/icon_breadcrumb.eot');src:url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons/icon_breadcrumb.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons/icon_breadcrumb.woff') format("woff"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons/icon_breadcrumb.ttf') format("truetype"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons/icon_breadcrumb.svg#icon_breadcrumb') format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Flaticon";src:url('../../../typo3conf/ext/tmr/Resources/Fonts/icons/icon_breadcrumb.svg#icon_breadcrumb') format("svg")}}[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after{font-family:Flaticon;font-size:20px;font-style:normal;margin-left:20px}.flaticon-back:before{content:""}.flaticon-house-outline:before{content:""}.flaticon-magnifying-glass:before{content:""}.flaticon-next:before{content:""}@font-face{font-family:"Flaticon-social";src:url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons-social/flaticon.eot');src:url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons-social/flaticon.eot?#iefix') format("embedded-opentype"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons-social/flaticon.woff') format("woff"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons-social/flaticon.ttf') format("truetype"), url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons-social/flaticon.svg#flaticon') format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio:0){@font-face{font-family:"Flaticon-social";src:url('../../../typo3conf/ext/tmr/Resources/Public/Fonts/icons-social/flaticon.svg#flaticon') format("svg")}}[class^="flaticonsocial-"]:before,[class*=" flaticon-social-"]:before,[class^="flaticonsocial-"]:after,[class*=" flaticon-social-"]:after{font-family:Flaticon-social;font-size:20px;font-style:normal;margin-left:20px}.flaticonsocial:before{font-family:Flaticon-social;font-size:20px;font-style:normal;margin-left:20px}.flaticonsocial-android:before{content:""}.flaticonsocial-apple:before{content:""}.flaticonsocial-behance-network:before{content:""}.flaticonsocial-facebook:before{content:""}.flaticonsocial-facebook-1:before{content:""}.flaticonsocial-flickr:before,.flaticonsocial-flickr-website-silhouette:before{content:""}.flaticonsocial-google:before{content:""}.flaticonsocial-google-plus:before{content:""}.flaticonsocial-instagram:before{content:""}.flaticonsocial-linkedin:before{content:""}.flaticonsocial-phone-receiver:before{content:""}.flaticonsocial-pinterest:before,.flaticonsocial-pinterest-1:before{content:""}.flaticonsocial-skype:before{content:""}.flaticonsocial-twitter:before{content:""}.flaticonsocial-vimeo:before{content:""}.flaticonsocial-whatsapp:before{content:""}.flaticonsocial-youtube:before,.flaticonsocial-youtube-1:before{content:""}.flaticonsocial-tiktok:before{content:""}.flaticonsocial-snapchat:before{content:"";background:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/snapchat_purple.png') no-repeat 50% 50%}#menumain{position:relative;z-index:500;list-style-type:none;margin:0}#menumain>li{display:inline-block;vertical-align:top;height:80px;position:relative}#menumain>li.dir>a .title:after{font-family:"Glyphicons Halflings";content:"";display:inline-block;margin-left:6px;font-size:8px;color:#998545;vertical-align:2px}#menumain>li.dir>a.active .title:after{content:"";color:#998545}#menumain>li.dir>a:hover .title:after{color:#998545}#menumain>li>a{display:flex;text-align:left;padding:14px 4px;align-items:center;justify-content:center;height:80px;text-decoration:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#menumain>li>a .title{display:inline-block;color:#fff;text-transform:uppercase;font-family:"Montserrat", sans-serif;font-weight:500;font-size:16px;line-height:25px;margin-bottom:3px}#menumain>li>a .subtitle{display:none}#menumain>li>a.active,#menumain>li>a:hover{background:transparent;color:#998545}#menumain>li>a.active .title,#menumain>li>a:hover .title{color:#998545}#menumain>li.hightlight>a{background:#585857;color:#fff}#menumain>li.hightlight>a .title{color:#fff}#menumain>li.hightlight>a.active,#menumain>li.hightlight>a:hover{background:#585857;color:#fff}#menumain>li.hightlight>a.active .title,#menumain>li.hightlight>a:hover .title{color:#fff}@media only screen and (min-width:1026px){#menumain ul.dropdown{-js-display:flex;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:absolute !important;left:0;top:80px}}#menumain ul.dropdown{background:#998545;z-index:5;padding:20px;border-right:0 none;text-align:left;padding-top:0 !important;padding-bottom:0 !important;transition:max-height 0.3s ease-in-out 0s;overflow:hidden}#menumain ul.dropdown.fixed{position:fixed !important;left:auto;right:100px}#menumain ul.dropdown>li,#menumain ul.dropdown>.wrap>li{display:block;vertical-align:top;margin:8px 0px 8px 5px;padding:9px 0;width:230px}#menumain ul.dropdown>li>a,#menumain ul.dropdown>.wrap>li>a{display:inline-block;color:#fff;font-family:"Montserrat", sans-serif;font-weight:500;font-size:17px;padding:10px 16px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#menumain ul.dropdown>li>a:hover,#menumain ul.dropdown>.wrap>li>a:hover{color:#fff;background:#585857}#menumain ul.dropdown>li>ul.third-menu,#menumain ul.dropdown>.wrap>li>ul.third-menu{margin-left:8px;list-style-type:none}#menumain ul.dropdown>li>ul.third-menu li a,#menumain ul.dropdown>.wrap>li>ul.third-menu li a{display:inline-block;color:#fff;font-size:14px;margin:0px 0 0px 6px;padding:9px 12px 9px 12px;transition:all 0.3s ease}#menumain ul.dropdown>li>ul.third-menu li a:hover,#menumain ul.dropdown>.wrap>li>ul.third-menu li a:hover{color:#fff;background:#998545}#menumain-roll{display:none}@media only screen and (max-width:1450px){#menumain>li>a .title{font-size:16px}#menumain>li>a .title:after{margin-left:3px !important}}@media only screen and (max-width:1400px){#menumain>li>a .title:after{margin-left:1px !important}}@media only screen and (max-width:1300px){#menumain>li>a .title{font-size:15px}#menumain>li>a .title:after{margin-left:0 !important}}@media only screen and (max-width:1200px){#menumain>li>a .title{font-size:14px}#menumain>li>a .subtitle{display:none}}@media only screen and (max-width:1160px){#menumain>li>a .title{font-size:13px}}@media only screen and (max-width:1026px){#menumain ul.dropdown{padding:0}#menumain>li>a{padding:22px 23px !important}#menumain>li>a .title{font-size:17px}#menumain>li>a .title:after{margin-left:6px !important}#menumain ul.dropdown>span.menu>.wrap>li{padding:0}#menumain-roll{display:inline-block;font-family:"Montserrat", sans-serif;font-weight:500;font-size:0px;vertical-align:0;padding:29px 27px 28px;height:80px;border-right:1px solid #998545;background-color:transparent;color:#585857;margin:0;z-index:520;position:relative}#menumain-roll:before{font-family:"Glyphicons Halflings";content:"";display:inline-block;margin-right:0px;font-size:24px;color:#fff}#menumain-roll.active{border-color:#585857;background:#585857;color:#fff}#menumain-roll.active:before{content:"";color:#fff}#menumain{display:none;background:#585857;border-bottom:1px #998545 solid}#menumain>li{display:block;height:auto}#menumain>li>a{height:auto;padding:20px 25px}#menumain>li>a .subtitle{display:none}#menumain ul.dropdown{position:relative;top:0;width:100% !important;padding:10px}#menumain ul.dropdown.fixed{position:relative !important;left:0;right:auto}#menumain ul.dropdown>span.menu>li{margin:10px}#menumain ul.dropdown>span.banner-img{display:none}#menumain-closed{display:block;height:0;transition:opacity 1s ease;opacity:0}#menumain-closed.active{display:block;width:100%;height:120%;background:rgba(27, 27, 27, 0.6);opacity:1;position:fixed}}@media only screen and (min-width:1026px){#header_top section.menu{width:calc(100% - 364px)}#menumain{-js-display:flex !important;display:-webkit-box !important;display:-moz-box !important;display:-ms-flexbox !important;display:-webkit-flex !important;display:flex !important;width:100%;justify-content:space-around}#menumain>li{-js-display:flex;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-moz-flex-grow:1;-webkit-flex-grow:1;flex-grow:1;text-align:center}#menumain>li>a{width:100%;text-align:center}}@media only screen and (min-width:1360px){#header_top section.menu{width:calc(100% - 454px)}}#header_top .language{display:block;position:relative;z-index:100;border-left:1px solid #998545}#header_top .language div{float:right;clear:both}#header_top .language div a{color:#fff;display:block;font-family:"Montserrat", sans-serif;padding:32px 25px;height:80px;font-size:16px;font-weight:normal;line-height:12px;text-decoration:none}#header_top .language div span.flag{position:relative;display:inline-block;width:23px;height:17px;border:1px solid #998545;background:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/gb.png')}#header_top .language div span.flag.pl{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/pl.png')}#header_top .language div span.flag.sk{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/sk.png')}#header_top .language div span.flag.en{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/gb.png')}#header_top .language div span.flag.de{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/de.png')}#header_top .language div span.flag.ru{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/ru.png')}#header_top .language div span.flag.hu{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/hu.png')}#header_top .language div span.flag.cz,#header_top .language div span.flag.cs{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/cz.png')}#header_top .language div span.flag.uk{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/uk.png')}#header_top .language div span.flag.lt{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/lt.png')}#header_top .language div span.flag.lv{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/lv.png')}#header_top .language div span.flag.ee{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/ee.png')}#header_top .language div.sub{position:absolute;top:80px;right:0}#header_top .language div.nonactive{background:#998545;width:222px;display:none}#header_top .language div.nonactive a{display:block;padding:10px 20px;margin:5px 25px;height:auto;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#header_top .language div.nonactive a .title{margin-left:12px;vertical-align:2px}#header_top .language div.nonactive a:hover{color:#fff;background:#585857}#header_top .language div.nonactive:last-of-type{padding-bottom:25px}#header_top .language div.nonactive:nth-of-type(1){padding-top:25px}#header_top .language div.active a{display:inline-block}#header_top .language div.active a .title{display:none}#header_top .language div.active a:hover{background:transparent;color:#fff}#header_top .language div.active a::after{font-family:"Glyphicons Halflings";content:"";display:inline-block;margin-left:10px;font-size:8px;vertical-align:4px;color:#998545}#header_top .language div.active a:hover::after{color:#998545}#header_top .language div.active a.active{background:transparent;color:#998545}#header_top .language div.active a.active:after{content:"";color:#998545}@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){#header_top .language div span.flag{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/gb@2x.png');background-size:100% 100% !important}#header_top .language div span.flag.pl{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/pl@2x.png')}#header_top .language div span.flag.sk{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/sk@2x.png')}#header_top .language div span.flag.en{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/gb@2x.png')}#header_top .language div span.flag.de{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/de@2x.png')}#header_top .language div span.flag.ru{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/ru@2x.png')}#header_top .language div span.flag.hu{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/hu@2x.png')}#header_top .language div span.flag.cz,#header_top .language div span.flag.cs{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/cz@2x.png')}#header_top .language div span.flag.uk{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/uk@2x.png')}#header_top .language div span.flag.lt{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/lt@2x.png')}#header_top .language div span.flag.lv{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/lv@2x.png')}#header_top .language div span.flag.ee{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/flags/ee@2x.png')}}@media only screen and (max-width:744px){#header_language{display:flex !important;flex-wrap:wrap}#header_language>.sub{order:2}#header_language>.active{order:1}#header_top .language{display:none}#header_top .menu nav .language{top:auto;position:relative;float:none;height:0;text-align:left;right:auto;overflow:hidden}#header_top .menu.active nav .language{height:auto}#header_top .menu.active nav .language div.active{margin-right:82px}#header_top .menu.active nav .language div.sub{position:relative;top:auto;right:auto;float:left;width:100%;clear:both;border-bottom:1px solid #998545}}@media only screen and (max-width:768px){#header_top .language div{float:left}#header_top .language div.active a .title{display:inline-block;color:#b2b2b2;padding:7px;vertical-align:2px}#header_top .language div.active a:hover .title,#header_top .language div.active a.active .title{color:#fff}#header_top .language div.nonactive{width:100% !important}}.layout_sidebox_menu{margin:0 0 20px 0}.layout_sidebox_menu .layout_sidebox_title{color:#111;font-family:"Montserrat";font-size:20px;line-height:24px}.submenu{margin:20px 0 20px 0;list-style-type:none}.submenu a{display:block;font-size:15px;color:#585857;padding:15px 0;border-bottom:1px solid #ebebeb;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.submenu a:after{font-family:"Glyphicons Halflings";content:"";display:inline;margin-left:10px;font-size:7px;vertical-align:2px;color:#ffdf00;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.submenu .active>a{font-family:"Montserrat";font-weight:700}.submenu .active>a:after{color:#585857}.submenu .current>span{display:block;padding:15px 0;font-size:15px;border-bottom:1px solid #ebebeb;font-family:"Montserrat";font-weight:700}.submenu .submenu-second .current>span{padding:8px 0;border-bottom:0 none}.submenu .submenu-second{list-style:none;padding:6px 0;border-bottom:1px solid #ebebeb}.submenu .submenu-second li{margin-left:10px;padding:2px 2px}.submenu .submenu-second li a{padding:8px 0;border-bottom:0 none !important}.submenu .submenu-third,.submenu .submenu-second .submenu-second{list-style:none;padding:6px 0;border-bottom:0 none}.submenu .submenu-third li,.submenu .submenu-second .submenu-second li{margin-left:17px;padding:2px 2px}.submenu .submenu-third li a,.submenu .submenu-second .submenu-second li a{padding:8px 0;border-bottom:0 none !important}.submenu .submenu-third li a:after,.submenu .submenu-second .submenu-second li a:after{display:none}footer{clear:both;position:relative;margin-top:60px}footer p{margin:0}footer>.inner{background:#e8e8e8}footer>.inner .container-fluid{max-width:1140px;margin:0 auto}footer>.inner .container-fluid .col{padding:40px 0}footer>.inner.pink{background:#ffdf00}footer>.inner.pink .col{padding:20px 0}footer>.inner.black{background:#fff}footer>.inner.black .col{padding:18px 0}footer>.inner.white{background:#fff}footer>.inner.white .col{padding:18px 0}#footer_menu>ul{display:table;list-style-type:none;width:100%}#footer_menu>ul>li{display:table-cell;padding-right:1vw}#footer_menu>ul>li>span,#footer_menu>ul>li>a{font-size:16px;color:#fff;font-family:"Montserrat";font-weight:700;padding:4px 0 10px;border-bottom:1px #585857 solid;display:inline-block}#footer_menu>ul>li ul{margin-top:18px;list-style-type:none}#footer_menu>ul>li ul li{padding:2px 0}#footer_menu>ul>li ul li a{color:#ffcc00;font-size:0.94em}#footer_menu>ul>li ul li a:hover{color:#585857}@media only screen and (max-width:1026px){#footer_menu{margin-left:10px}}@media only screen and (max-width:768px){#footer_menu{display:none}}footer .info-box{display:block;border-left:1px solid #ffcc00}footer .info-box p{padding:18px;line-height:30px;color:#000000;font-family:"Montserrat";font-size:18px;text-align:center}footer .info-box p span.hour{color:#585857}footer .info-box p .number{color:#585857;font-weight:700;text-decoration:none;font-size:25px;vertical-align:-2px;padding-left:20px}footer .infobox{display:block}footer .infobox .col{padding:10px 0 10px 14px !important}footer .infobox .col:first-child{border-left:1px solid #ffcc00}footer .infobox p{padding:0;line-height:30px;color:#000000;font-family:"Montserrat";font-size:18px;text-align:left;line-height:26px}footer .infobox p span.hour{color:#585857}footer .infobox p .number{color:#585857;font-weight:700;text-decoration:none;font-size:25px;vertical-align:-2px;padding-left:6px;padding-right:4px}footer .infobox p a{color:#585857;text-decoration:none;font-size:24px;vertical-align:-2px}footer .infobox p.align-center,footer .infobox p.text-center{text-align:center}footer .infobox p.align-right,footer .infobox p.text-right{text-align:right}@media only screen and (min-width:768px){footer .infobox{display:flex}footer>.inner.pink .row{display:flex;justify-content:space-between}footer>.inner.pink .col{padding:20px 0 20px;text-align:center;flex-grow:1}}@media only screen and (max-width:768px){footer .infobox p{text-align:center !important}footer .info-box{border-left:0 none;border-top:1px solid #ffcc00;margin:0 20px;padding-top:10px}footer>.inner.pink .col{padding:20px 0 0;text-align:center}}footer .black{border-top:1px solid #e1e1e1}footer .black p{color:#000;font-size:13px;line-height:15px;text-transform:uppercase;margin:0}footer .black a{color:#000}footer .black a.ns{color:#000}footer .black a:hover{text-decoration:underline}footer .black .right{text-align:right}@media only screen and (max-width:768px){footer>.inner.first .col-md-8{display:none}footer>.inner.black .col{padding:0;text-align:center}footer>.inner.black .col .left{padding:15px 0 6px;text-align:center}footer>.inner.black .col .right{padding:6px 0 15px;text-align:center}}.table-responsive table{margin:15px 0 20px}.table-responsive table[align="center"]{margin-left:auto;margin-right:auto}.table-responsive table[align="right"]{margin-left:auto;margin-right:2px}.table-responsive table th{background:#585857;text-shadow:0 none;padding:9px;color:#fff;font-family:"Montserrat";font-weight:700;font-size:1.1em;border:0 none}.table-responsive table tr td{background:#fff;border:1px solid #f9f9f9;padding:9px}.table-responsive table tr:nth-of-type(2n) td{background:#f5f5f5;border:1px solid #f1f1f1}table.stacktable,table.contenttable,table.ce-table-contenttable,table.table-responsive{margin:15px 0 20px;width:100%}table.stacktable caption,table.contenttable caption,table.ce-table-contenttable caption,table.table-responsive caption{text-align:center}table.stacktable td,table.stacktable th,table.contenttable td,table.contenttable th,table.ce-table-contenttable td,table.ce-table-contenttable th,table.table-responsive td,table.table-responsive th{padding:3px 6px}table.stacktable td p,table.stacktable th p,table.contenttable td p,table.contenttable th p,table.ce-table-contenttable td p,table.ce-table-contenttable th p,table.table-responsive td p,table.table-responsive th p{margin:4px 0}table.stacktable th,table.contenttable th,table.ce-table-contenttable th,table.table-responsive th{background:#585857;text-shadow:0 none;padding:9px;color:#fff;font-family:"Montserrat";font-weight:700;font-size:1.1em;border:0 none}table.stacktable td,table.contenttable td,table.ce-table-contenttable td,table.table-responsive td{background:#fff;border:1px solid #f9f9f9}table.stacktable tr:nth-of-type(2n) td,table.contenttable tr:nth-of-type(2n) td,table.ce-table-contenttable tr:nth-of-type(2n) td,table.table-responsive tr:nth-of-type(2n) td{background:#f5f5f5;border:1px solid #f1f1f1}.stacktable{width:100%}.st-head-row{padding-top:1em}.st-head-row.st-head-row-main{padding-top:0}.st-key{width:49%;text-align:right;padding-right:1%}.st-val{width:49%;padding-left:1%}.stacktable.large-only{display:table}.stacktable.small-only{display:none}@media (max-width:800px){.stacktable.large-only{display:none}.stacktable.small-only{display:table}}.cookie{position:fixed;left:0;bottom:0;z-index:1000;width:100%;background:#fff;border-top:2px solid #ccc}.cookie p.text{text-align:center;margin:0;padding:5px;padding-right:100px}.cookie a.close{background:#ccc;display:inline-block;vertical-align:middle;padding:8px 10px;color:#000;border-radius:5px;text-decoration:none;margin:0 10px}.cookie a.close:hover{background:#333;color:#fff}div.mfp-content-inner{background:#fff;margin:40px 0;padding:10px 30px 40px}div.mfp-content-inner p{line-height:20px}@media only screen and (max-width:768px){.cookie p.text{padding-right:6px}}.alert{background:#e8e8e8;font-family:"Montserrat", sans-serif, arial;color:#585857;text-align:center;margin:10px 0 15px;display:block;position:relative;width:100%}.alert .alert_bg1{padding:20px 25px 10px}.alert .alert_icon{display:block}.alert .alert_header{font-family:"Montserrat", sans-serif, arial;line-height:25px;font-size:23px;padding:4px 0;display:inline-block;margin-bottom:5px;border-bottom:1px solid #585857}.alert.alert_ok .alert_icon::before{content:"";display:inline-block;font-size:34px;margin:7px 0 16px;color:#76d665;font-family:"Glyphicons Halflings"}.alert.alert_ok .alert_header{border-bottom:1px solid #76d665}.alert.alert_alert .alert_icon::before{content:"";display:inline-block;font-size:34px;margin:7px 0 16px;color:#d6361a;font-family:"Glyphicons Halflings"}.alert.alert_alert .alert_header{border-bottom:1px solid #d6361a}.alert.alert_question .alert_icon::before{content:"";display:inline-block;font-size:34px;margin:7px 0 16px;color:#2a84d6;font-family:"Glyphicons Halflings"}.alert.alert_question .alert_header{border-bottom:1px solid #2a84d6}.alert.alert_info .alert_icon::before{content:"";display:inline-block;font-size:34px;margin:7px 0 16px;color:#585857;font-family:"Glyphicons Halflings"}.alert.alert_info .alert_header{border-bottom:1px solid #585857}div.menu-section-index p{margin:0}div.menu-section-index a{display:inline-block;padding:7px;-webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out}div.menu-section-index a:hover{color:#585857}div.button-place{margin:24px 0}div.button-place a.btn{display:inline-block;border-radius:0;background-color:#585857;border:none;color:#FFFFFF;text-align:center;font-size:22px;padding:12px;width:230px;cursor:pointer;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}div.button-place a.btn.btn-back-home{font-size:18px;width:320px}div.button-place a.btn em{display:inline-block;position:relative;font-style:normal;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}div.button-place a.btn em::after{content:"»";position:absolute;opacity:0;top:0;right:-20px;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}div.button-place a.btn:hover em{padding-right:30px}div.button-place a.btn:hover em::after{opacity:1;right:0}.mansory-image .csc-textpic-image{margin-left:5px !important;margin-bottom:5px !important}.compas-wrapper{border:none;margin-top:-20px}.compas-wrapper .compas-bg{background-image:url(/fileadmin/kompas_opt.png);background-size:560px auto;background-repeat:no-repeat;background-position:center;height:320px;margin:0 auto;position:relative;z-index:50}.compas-wrapper .error-title-element{position:relative;margin:-108px 0 0 0;z-index:20}.compas-wrapper .error-title-element h1.error-404{color:#585857;font-size:190px;font-family:"Montserrat", sans-serif;font-weight:900}.error-404-description article header h2{padding:5px 0 5px}p .error-404-info{margin:15px 0 15px}.ce-uploads-content li{border:1px solid #ebebeb;margin:10px !important;padding:10px;width:47%;float:left;display:inline-block;overflow:hidden;overflow-wrap:break-word}.ce-uploads-content li:before{display:none}.frame-layout-6 .ce-uploads-content{display:flex;flex-flow:wrap;justify-content:center}.btn-download{display:inline-block;padding:10px;border:1px solid #EBEBEB}.btn-download .filename-description:before{display:inline;content:" "}.btn-download:hover{background:#585857;border:1px solid #585857}.btn-download:hover .filename-description{color:#EBEBEB}.btn-download .file-item{position:relative;float:left;display:inline-block;width:80%;padding:0 5px}.download-icon{background:#FF3131;background-image:url("/typo3conf/ext/tmr/Resources/Public/Icons/download.svg");border-radius:3px;display:inline-block;height:40px;position:relative;width:30px;float:left;margin:4px 12px 0 8px}.download-icon:before{content:"";display:block;position:absolute;right:0;top:0;width:10px;height:8px;background:#585857;border-radius:3px}.download-icon:after{content:"";display:block;position:absolute;background:#fff;width:13px;height:10px;top:-6px;right:-4px;transform:rotateZ(36deg)}.download-icon svg{padding:15px 8px 0;width:14px;fill:#fff}.filename-link{color:#000;font-weight:500}.addition-info{display:block;float:left;margin:10px 0 0 0;width:100%}.download-btn{margin-left:10px}.download-btn:after{background-repeat:no-repeat;background-size:cover;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2030%2040%22%3E%3Cpath%20d%3D%22M3.3%208.2c.2.2.5.2.7%200l3.1-3.1c.2-.2.2-.5%200-.7l-.7-.8c-.2-.2-.5-.2-.7%200l-.5.5c-.1.1-.3.1-.4%200%200-.1-.1-.1-.1-.2V.5c0-.3-.2-.5-.5-.5H3.1c-.2%200-.5.2-.5.5V4c0%20.2-.1.3-.3.3-.1%200-.1%200-.2-.1l-.5-.5c-.2-.2-.5-.2-.7%200l-.7.7c-.2.2-.3.5-.1.7l3.2%203.1z%22%20transform%3D%22translate%2811.59%2016.531%29%22%20fill%3D%22%23585857%22%2F%3E%3Cpath%20d%3D%22M763%20456.4h10.5c.6%200%201%20.4%201%201v.1c0%20.6-.4%201-1%201H763c-.6%200-1-.4-1-1v-.1c0-.6.4-1%201-1z%22%20transform%3D%22translate%28-753.024%20-430.454%29%22%20fill%3D%22%23585857%22%2F%3E%3C%2Fsvg%3E");content:"";display:inline-block;height:27px;left:5px;position:relative;width:29px}.btn-download:hover .download-btn:after{background-image:url("/typo3conf/ext/tmr/Resources/Public/Icons/download.svg")}.btn-download:hover .download-icon{background:#FFF;background-image:url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%2030%2040%22%3E%3Cpath%20d%3D%22M3.3%208.2c.2.2.5.2.7%200l3.1-3.1c.2-.2.2-.5%200-.7l-.7-.8c-.2-.2-.5-.2-.7%200l-.5.5c-.1.1-.3.1-.4%200%200-.1-.1-.1-.1-.2V.5c0-.3-.2-.5-.5-.5H3.1c-.2%200-.5.2-.5.5V4c0%20.2-.1.3-.3.3-.1%200-.1%200-.2-.1l-.5-.5c-.2-.2-.5-.2-.7%200l-.7.7c-.2.2-.3.5-.1.7l3.2%203.1z%22%20transform%3D%22translate%2811.59%2016.531%29%22%20fill%3D%22%23585857%22%2F%3E%3Cpath%20d%3D%22M763%20456.4h10.5c.6%200%201%20.4%201%201v.1c0%20.6-.4%201-1%201H763c-.6%200-1-.4-1-1v-.1c0-.6.4-1%201-1z%22%20transform%3D%22translate%28-753.024%20-430.454%29%22%20fill%3D%22%23585857%22%2F%3E%3C%2Fsvg%3E")}.btn-download:hover .download-icon:before{background:#EBEBEB}.btn-download:hover .download-icon:after{background:#585857}.btn-download:hover .filename-title,.btn-download:hover .filename-filesize,.btn-download:hover .download-link{color:#FFF}.btn-download:hover .icon-download{background:#FFF;background-image:url(/typo3conf/ext/tmr/Resources/Public/Icons/FileIcons/icon-download.svg)}@media only screen and (max-width:768px){.ce-uploads-content li{width:96%;float:left;display:block}}.accommodation_box,.events_box{margin-bottom:25px}.accommodation_box .box,.events_box .box{overflow:hidden;margin:10px 0}.accommodation_box .box a,.events_box .box a{position:relative;display:block;font-size:0;background:#f2f2f2;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.accommodation_box .box a .image_zoom,.events_box .box a .image_zoom{display:inline-block;vertical-align:top;width:28%;position:relative;overflow:hidden}.accommodation_box .box a .image_zoom img,.events_box .box a .image_zoom img{width:100%;height:auto;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.accommodation_box .box a .title_box,.events_box .box a .title_box{display:inline-block;vertical-align:top;font-size:15px;line-height:23px;width:71%;color:#000;padding:20px 25px}.accommodation_box .box a .title_box .date,.accommodation_box .box a .title_box .title,.events_box .box a .title_box .date,.events_box .box a .title_box .title{color:#585857;font-family:"Montserrat", sans-serif;font-weight:500;font-size:21px;display:block;line-height:25px;padding:2px 0 2px}.accommodation_box .box a .title_box .description,.events_box .box a .title_box .description{margin:4px 0;display:block;font-family:"Montserrat", sans-serif;font-weight:400;text-align:justify}.accommodation_box .box a .title_box .link,.events_box .box a .title_box .link{position:absolute;bottom:0;right:0;height:36px;width:36px;text-transform:uppercase;font-family:"Montserrat", sans-serif;font-weight:400;font-size:0;color:#fff;background:#585857}.accommodation_box .box a .title_box .link:after,.events_box .box a .title_box .link:after{font-family:"Glyphicons Halflings";font-size:15px;line-height:37px;padding-left:10px;color:#fff;content:"";display:inline-block}.accommodation_box .box a:hover,.events_box .box a:hover{background:#585857}.accommodation_box .box a:hover .image_zoom img,.events_box .box a:hover .image_zoom img{transform:rotate(3deg) scale(1.1);-ms-transform:rotate(3deg) scale(1.1);-webkit-transform:rotate(3deg) scale(1.1)}.accommodation_box .box a:hover .title_box,.events_box .box a:hover .title_box{color:#fff}.accommodation_box .box a:hover .title_box .date,.accommodation_box .box a:hover .title_box .title,.events_box .box a:hover .title_box .date,.events_box .box a:hover .title_box .title{color:#fff}.accommodation_box .box a:hover .title_box .link:after,.events_box .box a:hover .title_box .link:after{color:#585857}@media only screen and (max-width:768px){.accommodation_box .box a .image_zoom,.events_box .box a .image_zoom{width:40%}.accommodation_box .box a .title_box,.events_box .box a .title_box{width:60%;height:auto}}@media only screen and (max-width:518px){.accommodation_box .box a .image_zoom,.events_box .box a .image_zoom{width:100%}.accommodation_box .box a .title_box,.events_box .box a .title_box{width:100%;height:auto}}.gallery-slider.owl-carousel figcaption{display:none}.gallery-slider.owl-carousel .owl-nav{position:absolute;top:34%;width:100%}.gallery-slider.owl-carousel .owl-nav .owl-prev,.gallery-slider.owl-carousel .owl-nav .owl-next{position:absolute;height:44px;width:44px;text-transform:uppercase;font-size:0;color:#585857;background:#585857;text-align:center;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.gallery-slider.owl-carousel .owl-nav .owl-prev:after,.gallery-slider.owl-carousel .owl-nav .owl-next:after{font-family:"Glyphicons Halflings";font-size:17px;line-height:44px;color:#fff;content:"";display:inline-block}.gallery-slider.owl-carousel .owl-nav .owl-prev.disabled,.gallery-slider.owl-carousel .owl-nav .owl-next.disabled{opacity:0.3;background:#000000}.gallery-slider.owl-carousel .owl-nav .owl-prev:hover,.gallery-slider.owl-carousel .owl-nav .owl-next:hover{background:#000000}.gallery-slider.owl-carousel .owl-nav .owl-prev{left:0}.gallery-slider.owl-carousel .owl-nav .owl-prev:after{content:""}.gallery-slider.owl-carousel .owl-nav .owl-next{right:0}.gallery-slider.owl-carousel .owl-item{position:relative}.gallery-slider.owl-carousel .owl-item:before{display:block;content:" ";width:100%}.gallery-slider.owl-carousel .owl-item img{width:100%;height:auto}.gallery-slider.owl-carousel .owl-item a{display:block}@media only screen and (max-width:768px){.gallery-slider.owl-item .csc-textpic-imagecolumn{width:96% !important}.gallery-slider.owl-item img{height:160px;width:auto}}.accom-box1{width:100%;display:flex;flex-wrap:wrap}.accom-box1 .box{width:48%;display:inline-block;position:relative;margin:0 2% 2% 0;vertical-align:top;background:#ececec}.accom-box1 .box .image{position:relative;width:100%;height:260px;max-height:25vw;overflow:hidden}.accom-box1 .box .image img{display:block;width:100%;height:auto}.accom-box1 .box .image .price-box{position:absolute;left:10px;top:10px;background:rgba(0, 0, 0, 0.7);padding:8px 17px;text-align:center}.accom-box1 .box .image .price-box .text1{color:#aaa}.accom-box1 .box .image .price-box .text2{font-family:"Montserrat", sans-serif;font-weight:700;color:#fff;font-size:28px;line-height:28px}.accom-box1 .box .image .price-box .text3{color:#f6f6f6}.accom-box1 .box .sider{padding:20px 21px 65px}.accom-box1 .box .sider .title{font-family:"Montserrat", sans-serif;font-weight:700;font-size:20px;line-height:24px;color:#000;margin-bottom:15px}.accom-box1 .box .sider .link{position:absolute;right:15px;bottom:15px;width:100%}.accom-box1 .box .sider .link a{background:#585857;color:#fff;text-decoration:none;display:inline-block;width:auto;text-transform:uppercase;padding:8px 12px 7px;font-family:"Montserrat", sans-serif;font-weight:700;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}.accom-box1 .box .sider .link a:hover{color:#fff;background:#000}@media only screen and (max-width:768px){.accom-box1 .box .image{max-height:34vw}}@media only screen and (max-width:468px){.accom-box1 .box{width:98%;margin:1%;height:auto}.accom-box1 .box .image{max-height:none}}article div.box_social{text-align:center;position:relative;margin:25px 0 45px}article div.box_social::after{content:"";background:#f1ede7;width:100%;height:1px;position:absolute;top:38px;left:0;z-index:10}article div.box_social .inner{position:relative;display:inline-block;border:1px solid #f1ede7;padding:7px 0px 5px 19px;background:#fff;z-index:20}article div.box_social .inner div.title{display:inline-block;height:60px;line-height:60px;vertical-align:21px;padding-right:25px;font-size:24px;font-family:"Montserrat";font-weight:400;color:#272727}article div.box_social .inner .item{display:inline-block;position:relative;padding:30px 33px;border-right:1px solid #f1ede7;vertical-align:top}article div.box_social .inner .item:last-of-type{border-right:0 none}article div.box_social .inner .item a{position:absolute;display:block;width:40px;height:40px;top:10px;left:10px}article div.box_social .inner .item a .flaticonsocial{display:block;position:absolute;width:40px;height:40px;background:#4862a3;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-youtube{background:#ee1c1b}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-google-plus{background:#dc473a}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-flickr{background:#0d64d2}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-instagram{background:#D93076}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-snapchat{background:#ccc}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-pinterest{background:#e60023}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-snapchat:before{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/pivot/icon/snapchat.svg');background-size:30px}article div.box_social .inner .item a .flaticonsocial.flaticonsocial-tiktok:before{content:"";background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/tik-tok-colorize.svg');background-size:30px;background-position:center;background-repeat:no-repeat;background-color:#000}article div.box_social .inner .item a .flaticonsocial:before{position:absolute;top:0;left:0;width:40px;height:40px;margin:0;text-align:center;line-height:40px;font-size:28px;color:#fff}article div.box_social .inner .item a .flaticonsocial .title{display:none}article div.box_social .inner .item a.hover-in .flaticonsocial{-webkit-animation:zoomIn 0.1s ease-in;-moz-animation:zoomIn 0.1s ease-in;animation:zoomIn 0.1s ease-in;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}article div.box_social .inner .item a.hover-out .flaticonsocial{-webkit-animation:flipOut 0.2s ease;-moz-animation:flipOut 0.2s ease;animation:flipOut 0.2s ease;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}article div.box_social .inner .item a.item_btn{position:relative;width:auto;top:0;left:0;margin-top:-20px;margin-left:-22px;margin-bottom:-14px;margin-right:-14px}article div.box_social .inner .item a.item_btn .flaticonsocial{position:relative;width:auto;background:#585857;-o-transition-property:none !important;-ms-transition-property:none !important;-webkit-transition-property:none !important;transition-property:none !important;-o-transform:none !important;-ms-transform:none !important;-webkit-transform:none !important;transform:none !important;-webkit-animation:none !important;-o-animation:none !important;-ms-animation:none !important;animation:none !important}article div.box_social .inner .item a.item_btn .flaticonsocial .title{display:block;white-space:nowrap;padding:10px;color:#fff}article div.box_social .inner .item a.item_btn:hover .flaticonsocial{background:#000}article div.box_social .inner .item a.item_btn:hover .flaticonsocial .title{color:#fff}footer div.box_social{margin:10px}footer div.box_social div.title{display:none}footer div.box_social .item{display:inline-block;position:relative;width:46px;height:46px;padding:0;margin:5px}footer div.box_social .item a{position:absolute;display:block;width:46px;height:46px;top:0;left:0}footer div.box_social .item a .flaticonsocial{display:block;position:absolute;width:46px;height:46px;background:#fff;border-radius:1px;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;-o-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all 0.1s ease;-moz-transition:all 0.1s ease;-o-transition:all 0.1s ease;transition:all 0.1s ease;transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);-webkit-transform:perspective(400px) rotateY(0)}footer div.box_social .item a .flaticonsocial:before{position:absolute;top:0;left:0;width:46px;height:46px;margin:0;text-align:center;line-height:46px;font-size:26px;color:#585857}footer div.box_social .item a .flaticonsocial.flaticonsocial-snapchat:before{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/pivot/icon/snapchat-footer.svg');background-size:30px}footer div.box_social .item a .flaticonsocial .title{display:none}footer div.box_social .item a.hover-in .flaticonsocial{-webkit-animation:zoomIn 0.1s ease-in;-moz-animation:zoomIn 0.1s ease-in;animation:zoomIn 0.1s ease-in;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}footer div.box_social .item a.hover-out .flaticonsocial{-webkit-animation:flipOut 0.3s ease;-moz-animation:flipOut 0.3s ease;animation:flipOut 0.3s ease;-webkit-animation-fill-mode:forwards;-moz-animation-fill-mode:forwards;-o-animation-fill-mode:forwards;animation-fill-mode:forwards}footer div.box_social .item a.item_btn{display:none}footer div.box_social .item .flaticonsocial-btn{display:none}.social-header{display:block;position:relative;z-index:100;border-left:1px solid #998545}.social-header div{float:right;clear:both}.social-header .active a{color:#fff;display:block;font-family:"Montserrat", sans-serif;padding:32px 25px;height:80px;font-size:16px;font-weight:normal;line-height:12px;text-decoration:none}.social-header .active a:before{content:"";font-family:Flaticon-social;font-size:20px;font-style:normal;margin-left:0}.social-header .active a:hover{background:transparent;color:#fff}.social-header .active a:hover:after{color:#998545}.social-header .active a:after{font-family:"Glyphicons Halflings";content:"";display:inline-block;margin-left:10px;font-size:8px;vertical-align:4px;color:#585857}.social-header .active a.active{background:transparent;color:#fff}.social-header .active a.active:after{content:"";color:#998545}.social-header .sub{position:absolute;top:80px;right:0}.social-header .sub>.title{display:none}.social-header div.item{background:#998545;width:208px;display:none}.social-header div.item a{display:block;padding:10px 20px;margin:5px 25px;height:auto;color:#fff;white-space:nowrap;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.social-header div.item a .flaticonsocial:before{margin-left:0;margin-right:7px;vertical-align:-2px}.social-header div.item a:hover{background:#585857}.social-header div.item:last-of-type{padding-bottom:25px}.social-header div.item:nth-of-type(2){padding-top:25px}.social-content .centered{text-align:center;font-size:0}.social-content .centered .item{float:none;display:inline-block;text-align:center;font-size:13px;margin:10px}.social-content .centered .item a{display:inline-block;padding:10px 14px;border:1px solid #e4e4e4;border-radius:1px;box-shadow:0 1px 2px #f5f5f5;font-size:16px;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}.social-content .centered .item a .flaticonsocial:before{margin-left:0;margin-right:4px;vertical-align:-2px}.social-content .centered .item a.item_youtube{color:#D70F0F}.social-content .centered .item a.item_instagram{color:#4E433D}.social-content .centered .item a.item_facebook{color:#3B5997}.social-content .centered .item a:hover{background:#585857;color:#fff}@media only screen and (max-width:1360px){.social-header{display:none}}@media only screen and (max-width:806px){.social-header{display:none}}@media only screen and (max-width:768px){article div.box_social::after{top:64%}article div.box_social{padding:35px 0 0px}article div.box_social .inner{margin:0 30px;padding:7px 0px 5px 7px}article div.box_social .inner div.title{width:100%;display:none}}@-webkit-keyframes zoomIn{0%{transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);-webkit-transform:perspective(400px) rotateY(0)}50%{transform:perspective(400px) translateZ(25px);-ms-transform:perspective(400px) translateZ(25px);-webkit-transform:perspective(400px) translateZ(25px)}100%{transform:perspective(400px) translateZ(50px);-ms-transform:perspective(400px) translateZ(50px);-webkit-transform:perspective(400px) translateZ(50px)}}@keyframes zoomIn{0%{transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);-webkit-transform:perspective(400px) rotateY(0)}50%{transform:perspective(400px) translateZ(25px);-ms-transform:perspective(400px) translateZ(25px);-webkit-transform:perspective(400px) translateZ(25px)}100%{transform:perspective(400px) translateZ(50px);-ms-transform:perspective(400px) translateZ(50px);-webkit-transform:perspective(400px) translateZ(50px)}}@-webkit-keyframes flipIn{0%{transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);-webkit-transform:perspective(400px) rotateY(0)}50%{transform:perspective(400px) translateZ(25px) rotateY(180deg);-ms-transform:perspective(400px) translateZ(25px) rotateY(180deg);-webkit-transform:perspective(400px) translateZ(25px) rotateY(180deg)}100%{transform:perspective(400px) translateZ(50px) rotateY(360deg);-ms-transform:perspective(400px) translateZ(50px) rotateY(360deg);-webkit-transform:perspective(400px) translateZ(50px) rotateY(360deg)}}@keyframes flipIn{0%{transform:perspective(400px) rotateY(0);-ms-transform:perspective(400px) rotateY(0);-webkit-transform:perspective(400px) rotateY(0)}50%{transform:perspective(400px) translateZ(25px) rotateY(180deg);-ms-transform:perspective(400px) translateZ(25px) rotateY(180deg);-webkit-transform:perspective(400px) translateZ(25px) rotateY(180deg)}100%{transform:perspective(400px) translateZ(50px) rotateY(360deg);-ms-transform:perspective(400px) translateZ(50px) rotateY(360deg);-webkit-transform:perspective(400px) translateZ(50px) rotateY(360deg)}}@-webkit-keyframes flipOut{0%{transform:perspective(400px) translateZ(50px) rotateY(360deg);-ms-transform:perspective(400px) translateZ(50px) rotateY(360deg);-webkit-transform:perspective(400px) translateZ(50px) rotateY(360deg)}70%{transform:perspective(400px) translateZ(-100px);-ms-transform:perspective(400px) translateZ(-100px);-webkit-transform:perspective(400px) translateZ(-100px)}100%{transform:perspective(400px) translateZ(0px) rotateY(0);-ms-transform:perspective(400px) translateZ(0px) rotateY(0);-webkit-transform:perspective(400px) translateZ(0px) rotateY(0)}}@keyframes flipOut{0%{transform:perspective(400px) translateZ(50px) rotateY(360deg);-ms-transform:perspective(400px) translateZ(50px) rotateY(360deg);-webkit-transform:perspective(400px) translateZ(50px) rotateY(360deg)}70%{transform:perspective(400px) translateZ(-100px);-ms-transform:perspective(400px) translateZ(-100px);-webkit-transform:perspective(400px) translateZ(-100px)}100%{transform:perspective(400px) translateZ(0px) rotateY(0);-ms-transform:perspective(400px) translateZ(0px) rotateY(0);-webkit-transform:perspective(400px) translateZ(0px) rotateY(0)}}section.footer_carousel{position:relative;text-align:center;padding:9px 0 7px}section.footer_carousel .title{font-family:"Montserrat";font-weight:500;font-size:14px;display:inline-block;height:60px;line-height:60px;padding-right:20px}section.footer_carousel .carousel{list-style-type:none;display:inline-block;line-height:60px}section.footer_carousel .carousel li{display:inline-block;margin:0 10px}section.footer_carousel .carousel li a{display:inline-block;padding:5px 10px}div.multi-box{clear:both}div.multi-box .box1,div.multi-box .box-roll-more{margin-bottom:28px}div.multi-box .box1 *,div.multi-box .box-roll-more *{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}div.multi-box .box1 .col-sm-5 img,div.multi-box .box-roll-more .col-sm-5 img{display:block;max-width:100%;height:auto}div.multi-box .box1 .col-sm-7,div.multi-box .box-roll-more .col-sm-7{padding-left:6px}div.multi-box .box1 a.title,div.multi-box .box1 h2.title,div.multi-box .box-roll-more a.title,div.multi-box .box-roll-more h2.title{display:block;color:#585857;font-family:"Montserrat", sans-serif;font-weight:500;font-size:20px;line-height:25px;margin:0;padding:5px 0 10px}div.multi-box .box1 a.title:hover,div.multi-box .box-roll-more a.title:hover{text-decoration:underline}div.multi-box .box1 a.btn,div.multi-box .box-roll-more a.btn{margin-top:5px;display:inline-block;padding:10px 23px;text-transform:uppercase;color:#fff;font-size:14px;font-family:"Montserrat", sans-serif;font-weight:500;background:#585857;border-bottom:2px #3e3e3e solid;border-radius:4px}div.multi-box .box1 a.btn:after,div.multi-box .box-roll-more a.btn:after{font-family:"Glyphicons Halflings";font-size:11px;padding-left:11px;content:"";display:inline-block;color:#fff}div.multi-box .box1 a.btn:hover:after,div.multi-box .box-roll-more a.btn:hover:after{color:#fff;-webkit-animation:bounde-right 0.5s ease;-moz-animation:bounde-right 0.5s ease;animation:bounde-right 0.5s ease}div.multi-box .box1 a.btn:hover,div.multi-box .box-roll-more a.btn:hover{color:#fff;background:#5d5d5c;border-bottom:2px #3e3e3e solid}div.multi-box .box-roll-more{position:relative;box-shadow:0 0 2px #ccc}div.multi-box .box-roll-more .col-sm-7{padding:10px 10px 36px 0}div.multi-box .box-roll-more .content-more-inner{padding:20px 20px 56px}div.multi-box .box-roll-more a.btn{position:absolute;bottom:10px;right:10px}div.multi-box .box-roll-more a.btn:after{content:"";font-size:9px;-webkit-animation:none !important;-moz-animation:none !important;animation:none !important}div.multi-box .box-roll-more a.btn.close:after{content:"";font-size:11px}@media only screen and (max-width:1026px){div.multi-box .box1 .col-sm-7{padding-left:15px}}@media only screen and (max-width:768px){div.multi-box .box1 .col-sm-5 img{width:100%}div.multi-box .box1 .col-sm-7{padding:15px 0 5px}div.multi-box .box-roll-more a.btn{bottom:10px;position:initial;right:10px;margin:0 10px 10px 10px}div.multi-box .box-roll-more .col-sm-5 img{width:100%}div.multi-box .box-roll-more .col-sm-7{padding:15px 20px 5px}}@media only screen and (min-device-width:768px) and (max-device-width:1024px){div.multi-box .box1 .col-sm-7,div.multi-box .box-roll-more .col-sm-7{padding:0 0 5px 20px}}div.grid-box .control_attraction{display:none;text-align:right;padding-right:15px;padding-bottom:10px}div.grid-box .control_attraction .glyphicon:before{font-size:24px}div.grid-box .item_attraction{padding:5px 5px 28px}div.grid-box .item_attraction img.hidden{display:none}div.grid-box .item_attraction .content{background:#f9f9f9;padding:1px 19px 19px}div.grid-box .item_attraction .content h2{margin-top:18px;margin-bottom:11px;font-family:"Montserrat", sans-serif;font-weight:500;font-size:20px;line-height:22px;color:#585857}div.grid-box .item_attraction .content a h2{color:#585857}div.grid-box .item_attraction .content .open:before,div.grid-box .item_attraction .content .closed:before{content:"";font-family:"Glyphicons Halflings";display:inline-block;font-size:22px;vertical-align:-3px;margin-right:4px;line-height:24px;color:#ffdf00}div.grid-box .item_attraction .content .closed:before{content:"";color:#622181}div.grid-box .item_attraction .content a.btn{margin-top:5px;display:inline-block;padding:10px 23px;text-transform:uppercase;color:#fff;font-size:14px;font-family:"Montserrat", sans-serif;font-weight:500;background:#585857;border-bottom:2px #3e3e3e solid;border-radius:4px}div.grid-box .item_attraction .content a.btn:after{font-family:"Glyphicons Halflings";font-size:11px;padding-left:11px;content:"";display:inline-block;color:#fff}div.grid-box .item_attraction .content a.btn:hover:after{color:#fff;-webkit-animation:bounde-right 0.5s ease;-moz-animation:bounde-right 0.5s ease;animation:bounde-right 0.5s ease}div.grid-box .item_attraction .content a.btn:hover{color:#fff;background:#5d5d5c;border-bottom:2px #3e3e3e solid}div.grid-box .view-list .row .item_attraction{width:100%;padding:4px 10px;position:relative}div.grid-box .view-list .row .item_attraction .content{padding:9px 19px}div.grid-box .view-list .row .item_attraction img.img-responsive{display:none}div.grid-box .view-list .row .item_attraction h2{display:inline-block;margin-top:0px;margin-bottom:0px;padding:13px 0}div.grid-box .view-list .row .item_attraction .description{display:inline-block}div.grid-box .view-list .row .item_attraction .left{top:12px;right:21px;position:absolute;float:right;display:inline-block}@media only screen and (max-width:494px){div.grid-box .item_attraction{padding:5px 10px 20px;width:100%}div.grid-box .view-list .item_attraction .content a.btn{padding:10px 16px 10px 5px;font-size:0}}.leaflet-map-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-pane,.leaflet-tile-container,.leaflet-overlay-pane,.leaflet-shadow-pane,.leaflet-marker-pane,.leaflet-popup-pane,.leaflet-overlay-pane svg,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden;-ms-touch-action:none}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container img{max-width:none !important}.leaflet-container img.leaflet-image-layer{max-width:15000px !important}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-tile-pane{z-index:2}.leaflet-objects-pane{z-index:3}.leaflet-overlay-pane{z-index:4}.leaflet-shadow-pane{z-index:5}.leaflet-marker-pane{z-index:6}.leaflet-popup-pane{z-index:7}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url('../../../typo3conf/ext/tmr/Resources/Public/Css/#default #VML');display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:7;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:400;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-tile,.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity 0.2s linear;-moz-transition:opacity 0.2s linear;-o-transition:opacity 0.2s linear;transition:opacity 0.2s linear}.leaflet-fade-anim .leaflet-tile-loaded,.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);-moz-transition:-moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);-o-transition:-o-transform 0.25s cubic-bezier(0, 0, 0.25, 1);transition:transform 0.25s cubic-bezier(0, 0, 0.25, 1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile,.leaflet-touching .leaflet-zoom-animated{-webkit-transition:none;-moz-transition:none;-o-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-clickable{cursor:pointer}.leaflet-container{cursor:-webkit-grab;cursor:-moz-grab}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-container,.leaflet-dragging .leaflet-clickable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing}.leaflet-container{background:#ddd;outline:0}.leaflet-container a{color:#0078A8}.leaflet-container a.leaflet-active{outline:2px solid orange}.leaflet-zoom-box{border:2px dotted #38f;background:rgba(255, 255, 255, 0.5)}.leaflet-container{font:12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif}.leaflet-bar{box-shadow:0 1px 5px rgba(0, 0, 0, 0.65);border-radius:4px}.leaflet-bar a,.leaflet-bar a:hover{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:black}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:bold 18px "Lucida Console", Monaco, monospace;text-indent:1px}.leaflet-control-zoom-out{font-size:20px}.leaflet-touch .leaflet-control-zoom-in{font-size:22px}.leaflet-touch .leaflet-control-zoom-out{font-size:24px}.leaflet-control-layers{box-shadow:0 1px 5px rgba(0, 0, 0, 0.4);background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Css/images/layers.png');width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url('../../../typo3conf/ext/tmr/Resources/Public/Css/images/layers-2x.png');background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-container .leaflet-control-attribution{background:#fff;background:rgba(255, 255, 255, 0.7);margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-container .leaflet-control-attribution,.leaflet-container .leaflet-control-scale{font-size:11px}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;font-size:11px;white-space:nowrap;overflow:hidden;-moz-box-sizing:content-box;box-sizing:content-box;background:#fff;background:rgba(255, 255, 255, 0.5)}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0, 0, 0, 0.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 19px;line-height:1.4}.leaflet-popup-content p{margin:18px 0}.leaflet-popup-tip-container{margin:0 auto;width:40px;height:20px;position:relative;overflow:hidden}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:white;box-shadow:0 3px 14px rgba(0, 0, 0, 0.4)}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;padding:4px 4px 0 0;text-align:center;width:18px;height:14px;font:16px/14px Tahoma, Verdana, sans-serif;color:#c3c3c3;text-decoration:none;font-weight:bold;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover{color:#999}.leaflet-popup-scrolled{overflow:auto;border-bottom:1px solid #ddd;border-top:1px solid #ddd}.leaflet-oldie .leaflet-popup-content-wrapper{zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)}.leaflet-oldie .leaflet-popup-tip-container{margin-top:-1px}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-control-fullscreen a{background:#fff url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/global/icon/fullscreen.png') no-repeat 0 0;background-size:26px 52px}.leaflet-touch .leaflet-control-fullscreen a{background-position:2px 2px}.leaflet-fullscreen-on .leaflet-control-fullscreen a{background-position:0 -26px}.leaflet-touch.leaflet-fullscreen-on .leaflet-control-fullscreen a{background-position:2px -24px}.leaflet-container:-webkit-full-screen{width:100% !important;height:100% !important}.leaflet-container.leaflet-fullscreen-on{width:100% !important;height:100% !important}.leaflet-pseudo-fullscreen{position:fixed !important;width:100% !important;height:100% !important;top:0 !important;left:0 !important;z-index:99999}@media (-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){.leaflet-control-fullscreen a{background-image:url('../../../typo3conf/ext/tmr/Resources/Resources/Public/Images/Sites/global/icon/fullscreen@2x.png')}}.image-map-zoom{width:100%;border:1px solid #ccc;margin-bottom:10px}.leaflet-bottom.leaflet-right{display:none}div.hellobar{-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}div.hellobar.hide .item{bottom:-400px;opacity:0}div.hellobar .item{position:fixed;bottom:0;z-index:440;width:100%;background:#000;left:0;padding-right:100px;display:none;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}div.hellobar .item .row{padding-left:48px;padding-right:48px;position:relative;display:flex}div.hellobar .item .row>a{display:inline-block;padding:12px 0}div.hellobar .item img{display:inline-block;margin-right:20px}div.hellobar .item .content{padding-top:15px;padding-bottom:32px;padding-right:48px}div.hellobar .item .clame{display:inline;padding:0;color:#fff;margin:0;line-height:26px}div.hellobar .item .btn{float:right;display:inline-block;margin:4px 12px 0px;background:#585857;border:3px;color:#fff}div.hellobar .item .close{position:absolute;top:0;right:0;margin:18px;display:inline-block;background:#000}div.hellobar .item .close:before{font-family:"Glyphicons Halflings";content:"";display:inline-block;margin-right:0px;font-size:18px;color:#fff}div.hellobar .item.flying{bottom:26px;background:transparent}div.hellobar .item.flying .row{background:#000;margin-left:24%;border-radius:4px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.2)}div.hellobar .item.flying .content{margin:0;padding-top:15px;padding-bottom:15px}div.hellobar .item.flying .close{margin:18px}div.hellobar .item.top{bottom:auto;top:80px;box-shadow:0 2px 3px rgba(0, 0, 0, 0.2)}div.hellobar .item.top .row{padding-left:0}div.hellobar .item.top .content{margin-top:6px;margin-bottom:9px;padding-top:15px;padding-bottom:15px}div.hellobar .item.shadow{background:#EBEBEB}div.hellobar .item.shadow .clame{color:#212121}div.hellobar .item.shadow .close{background:#EBEBEB}div.hellobar .item.shadow .close:before{color:#000}div.hellobar .item.shadow.flying{background:transparent}div.hellobar .item.shadow.flying .row{background:#EBEBEB}div.hellobar .item.gopass{background:#DD1338}div.hellobar .item.gopass .btn{background:#382B78;color:#fff}div.hellobar .item.gopass .clame{color:#fff}div.hellobar .item.gopass .close{background:#DD1338}div.hellobar .item.gopass .close:before{color:#fff}div.hellobar .item.gopass.flying{background:transparent}div.hellobar .item.gopass.flying .row{background:#DD1338}@media only screen and (max-width:1026px){div.hellobar .item{padding-right:0}div.hellobar .item img{margin-right:10px;margin-left:0px}div.hellobar .item .row{padding-left:20px;padding-right:20px}}@media only screen and (max-width:768px){div.hellobar .item img{max-height:26px}div.hellobar .item .btn{padding:4px 8px;margin:4px 5px}div.hellobar .item .clame{line-height:24px;font-size:14px}div.hellobar .item .content{padding-top:4px;padding-right:40px}div.hellobar .item.flying .row{margin-left:3%;margin-right:3%}}@media only screen and (min-width:1026px){div.banner_homepage .col-sm-6{position:relative}div.banner_homepage .col-sm-6:before{display:block;content:" ";width:100%;padding-top:56.6371681416%}div.banner_homepage .col-sm-6>a,div.banner_homepage .col-sm-6>.item-anchor{position:absolute;top:0;left:0;right:0;bottom:0}div.banner_homepage .col-sm-6.double-size{position:relative}div.banner_homepage .col-sm-6.double-size:before{display:block;content:" ";width:100%;padding-top:113.2743362832%}div.banner_homepage .col-sm-6.double-size>a,div.banner_homepage .col-sm-6.double-size>.item-anchor{position:absolute;top:0;left:0;right:0;bottom:0}div.banner_homepage .col-sm-6.elUpper{margin-top:-28.3%}}div.banner_homepage{clear:both}div.banner_homepage .col-sm-6 .box{margin:1%;-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}div.banner_homepage .col-sm-6 .box *{-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}div.banner_homepage .col-sm-6 .box:after{-webkit-transition:all 0.5s ease;-moz-transition:all 0.5s ease;-o-transition:all 0.5s ease;transition:all 0.5s ease}div.banner_homepage .col-sm-6 .box:after{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0}div.banner_homepage .col-sm-6 .box>.title{padding:20px;display:inline-block;position:relative}div.banner_homepage .col-sm-6 .box>.title .title{color:#fff;font-size:20px;text-shadow:0 0 3px rgba(57, 57, 57, 0.3);display:block;font-family:"Montserrat";font-weight:700}div.banner_homepage .col-sm-6 .box>.title .description{color:#fff;font-size:16px;display:inline-block;text-shadow:0 0 3px rgba(57, 57, 57, 0.3);font-family:"Montserrat";font-weight:400}div.banner_homepage .col-sm-6 .box .subtitle{padding:20px 24px;display:block;bottom:0;right:0;width:48%;min-height:138px;background:#fff;position:absolute}div.banner_homepage .col-sm-6 .box .subtitle .title{color:#585857;font-size:23px;display:block;font-family:"Montserrat";font-weight:700;line-height:27px}div.banner_homepage .col-sm-6 .box .subtitle .description{font-size:16px;display:block;color:#998545;font-family:"Montserrat";font-weight:400;padding:4px 0 12px}div.banner_homepage .col-sm-6 .box .subtitle .link_text{color:#2e3c8c;font-style:italic;font-size:14px;font-family:"Montserrat";font-weight:400}div.banner_homepage .col-sm-6 .box .subtitle .link_text:after{font-family:"Glyphicons Halflings";content:"";display:inline;font-style:normal;margin-left:10px;font-size:7px;vertical-align:2px;color:#2e3c8c}div.banner_homepage .col-sm-6 .box:hover{box-shadow:0 0 5px rgba(56, 56, 56, 0.16)}div.banner_homepage .col-sm-6 .box:hover:after{background:rgba(0, 0, 0, 0.2)}div.banner_homepage .col-sm-6 .box:hover>.title{z-index:20}div.banner_homepage .col-sm-6 .box:hover .subtitle{background:#585857;z-index:20}div.banner_homepage .col-sm-6 .box:hover .subtitle .title{color:#fff}div.banner_homepage .col-sm-6 .box:hover .subtitle .description{color:#fff}div.banner_homepage .col-sm-6 .box:hover .subtitle .link_text{color:#fff}div.banner_homepage .col-sm-6 .box:hover .subtitle .link_text:after{color:#fff}@media only screen and (max-width:1026px){div.banner_homepage .col-sm-6 .box{margin:2%;width:96%;display:block}div.banner_homepage .col-sm-6 .box:before{content:"";display:block;padding-top:50%}div.banner_homepage .col-sm-6 .box>.title{position:absolute;top:0}div.banner_homepage .col-sm-6 .box .subtitle{bottom:auto;right:auto;position:relative;width:100%}}footer{margin-top:60px}footer div.box_social .item{margin:3px}footer>.inner.white{color:#fff;background:#585857}footer .infobox .col{width:100%}body{background:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/pivot/pivot-background.jpg') top center no-repeat;background-attachment:fixed}header>section.menu{box-shadow:0 0 4px rgba(0, 0, 0, 0.5)}header{width:100%}header>section.menu{position:fixed;z-index:500;background:#585857;width:100%;top:0;left:0}header>section.menu.shadow{box-shadow:0 0 4px rgba(53, 53, 53, 0.24)}#content{clear:both}footer .col>.footer_carousel .footer_carousel{width:100%}section.footer_carousel .title{padding-right:0}section.footer_carousel .carousel li{margin:0 20px 0 0}div.container-subpage{margin-top:80px;padding-top:0}div.container-subpage .subpage{background:rgba(255, 255, 255, 0.9)}div.container-homepage{padding-bottom:100px;margin-bottom:-100px}@media only screen and (max-width:768px){div.container-homepage{background:transparent;padding-bottom:20px;margin-bottom:0}}#header_top{margin:0 auto;max-width:960px;height:80px;position:relative;line-height:1em}#header_top .logo{position:absolute;z-index:630;display:inline-block;width:136px;height:80px;left:0;top:0;margin-left:10px}#header_top .logo .logo_wrap{margin:0;position:relative;z-index:10}#header_top .logo .logo_a{display:block;width:138px;height:60px;text-indent:-9999px;overflow:hidden;background:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/pivot/pivot-logo.svg') no-repeat;background-size:100%;margin-top:11px;margin-left:0px;-webkit-transition:all 0.2s ease;-moz-transition:all 0.2s ease;-o-transition:all 0.2s ease;transition:all 0.2s ease}#header_top section.menu{float:left;display:inline-block;position:relative;left:158px;z-index:600}@media only screen and (max-width:1026px){#header_top{position:fixed;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:500;top:0;left:0;width:100%;height:80px;background:#585857;-webkit-transition:all 0.3s ease;-moz-transition:all 0.3s ease;-o-transition:all 0.3s ease;transition:all 0.3s ease}#header_top.nav-up{top:-88px}#header_top .logo{width:6px;height:105px;margin-left:50%;z-index:530}#header_top .logo .logo_a{width:138px;height:61px;margin-top:11px;margin-left:-54px;background:url('../../../typo3conf/ext/tmr/Resources/Public/Images/Sites/pivot/pivot-logo.svg') no-repeat;background-size:100%}#header_top .logo:after{display:none}#header_top section.menu{display:block;float:none;position:fixed;width:82%;max-width:550px;margin-top:80px;left:0;top:0;z-index:490}#header_top section.menu.active{height:calc(100% + 80px);padding-bottom:80px;background:#998545}#header_top section.menu.active nav{overflow-y:scroll;height:100%;position:relative}#header_top section.language{right:0}}@media only screen and (max-width:744px){#header_top section.language{display:block}#header_top .menu nav .language{display:none}}@media only screen and (min-width:1360px){#header_top section.menu{width:calc(100% - 106px)}}.footer-logo-wrapper img{max-height:70px;max-width:120px;width:auto;height:auto}.social-footer{text-align:center}@media only screen and (min-width:1200px){.social-footer{margin-top:44px}}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button > .vjs-icon-placeholder:before {
  text-align: center; }

@font-face {
  font-family: VideoJS;
  src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADsAAABUIIslek9TLzIAAAFEAAAAPgAAAFZRiV3hY21hcAAAAYQAAADaAAADPv749/pnbHlmAAACYAAAC3AAABHQZg6OcWhlYWQAAA3QAAAAKwAAADYZw251aGhlYQAADfwAAAAdAAAAJA+RCLFobXR4AAAOHAAAABMAAACM744AAGxvY2EAAA4wAAAASAAAAEhF6kqubWF4cAAADngAAAAfAAAAIAE0AIFuYW1lAAAOmAAAASUAAAIK1cf1oHBvc3QAAA/AAAABJAAAAdPExYuNeJxjYGRgYOBiMGCwY2BycfMJYeDLSSzJY5BiYGGAAJA8MpsxJzM9kYEDxgPKsYBpDiBmg4gCACY7BUgAeJxjYGS7wTiBgZWBgaWQ5RkDA8MvCM0cwxDOeI6BgYmBlZkBKwhIc01hcPjI+FGJHcRdyA4RZgQRADK3CxEAAHic7dFZbsMgAEXRS0ycyZnnOeG7y+qC8pU1dHusIOXxuoxaOlwZYWQB0Aea4quIEN4E9LzKbKjzDeM6H/mua6Lmc/p8yhg0lvdYx15ZG8uOLQOGjMp3EzqmzJizYMmKNRu27Nhz4MiJMxeu3Ljz4Ekqm7T8P52G8PP3lnTOVk++Z6iN6QZzNN1F7ptuN7eGOjDUoaGODHVsuvU8MdTO9Hd5aqgzQ50b6sJQl4a6MtS1oW4MdWuoO0PdG+rBUI+GejLUs6FeDPVqqDdDvRvqw1CfhpqM9At0iFLaAAB4nJ1YDXBTVRZ+5/22TUlJ8we0pHlJm7RJf5O8F2j6EymlSPkpxaL8U2xpa3DKj0CBhc2IW4eWKSokIoLsuMqssM64f+jA4HSdWXXXscBq67IOs3FXZ1ZYWVyRFdo899yXtIBQZ90k7717zz3v3HPPOfd854YCCj9cL9dL0RQFOqCbGJnrHb5EayiKIWN8iA/hWBblo6hUWm8TtCDwE80WMJus/irwyxOdxeB0MDb14VNJHnXYoLLSl6FfCUYO9nYPTA8Epg9090LprfbBbZ2hY0UlJUXHQp3/vtWkS6EBv8+rPMq5u9692f/dNxJNiqwC1xPE9TCUgCsSdQWgE3XQD25lkG4CN2xmTcOXWBOyser6RN6KnGbKSbmQ3+d0OI1m2W8QzLLkI2sykrWAgJJEtA8vGGW/2Q+CmT3n8zS9wZwu2DCvtuZKZN3xkrLh36yCZuUomQSqGpY8t/25VfHVhw8z4ebGBtfLb0ya9PCaDc+8dGTvk2dsh6z7WzvowlXKUSWo9MJ15a3KrEP2loOr2Ojhw6iW6hf2BDdEccQvZGpaAy7YovSwq8kr7HGllxpd71rkS6G0Sf11sl9OvMK1+jwPPODxjUwkOim9CU3ix1wNjXDfmJSEn618Bs6lpWwUpU+8PCqLMY650zjq8VhCIP17NEKTx3eaLL+s5Pi6yJWaWjTHLR1jYzPSV9VF/6Ojdb/1kO3Mk3uhHC0x6gc1BjlKQ+nQFxTYdaJkZ7ySVxLBbhR1dsboNXp1tCYKW2LRaEzpYcIx2BKNxaL0ZaUnSqfFoiNhHKR/GkX6PWUSAaJelQaqZL1EpoHNsajSEyPSoJ9IjhIxTdjHLmwZvhRDOiFTY/YeQnvrVZmiTQtGncECXtFTBZLOVwwMRgoXHAkXzMzPn1nAJJ8jYSbMDaqN2waGLzNhih/bZynUBMpIWSg7VYi7DRx2m8ALkIdRCJwI6ArJx2EI8kaDWeTQKeAFk9fjl/1AvwktjQ1P7NjyMGQyfd4vjipX6M/i52D7Cq80kqlcxEcGXRr/FEcgs0u5uGgB4VWuMFfpdn2Re6Hi3PqzmxWKsz6+ae2Pn9hXXw/fqM859UiGC0oKYYILJBqJrsn1Z1E5qOs9rQCiUQRREjm8yJcbHF5cUJufX1vAHlefw0XgUoboS3ETfQlTxBC4SOtuE8VPRJTBSCQSjZCpk7Gqzu+masaZ2y7Zjehho4F3g82BNDkAHpORG4+OCS+f6JTPmtRn/PH1kch6d04sp7AQb25aQ/pqUyXeQ8vrebG8OYQdXOQ+585u0sdW9rqalzRURiJ+9F4MweRFrKUjl1GUYhH1A27WOHw5cTFSFPMo9EeUIGnQTZHIaJ7AHLaOKsOODaNF9jkBjYG2QEsQ2xjMUAx2bBEbeTBWMHwskBjngq56S/yfgkBnWBa4K9sqKtq2t1UI8S9He5XuBRbawAdatrQEAi30Aks2+LM8WeCbalVZkWNylvJ+dqJnzVb+OHlSoKW8nPCP7Rd+CcZ2DdWAGqJ2CBFOphgywFFCFBNtfAbGtNPBCwxvygHeYMZMY9ZboBqwq/pVrsbgN5tkv152ODlbMfiqwGMBgxa4Exz3QhovRIUp6acqZmQzRq0ypDXS2TPLT02YIkQETnOE445oOGxOmXAqUJNNG7XgupMjPq2ua9asrj5yY/yuKteO1Kx0YNJTufrirLe1mZnat7OL6rnUdCWenpW6I8mAnbsY8KWs1PuSovCW9A/Z25PQ24a7cNOqgmTkLmBMgh4THgc4b9k2IVv1/g/F5nGljwPLfOgHAzJzh45V/4+WenTzmMtR5Z7us2Tys909UHqrPY7KbckoxRvRHhmVc3cJGE97uml0R1S0jdULVl7EvZtDFVBF35N9cEdjpgmAiOlFZ+Dtoh93+D3zzHr8RRNZQhnCNMNbcegOvpEwZoL+06cJQ07h+th3fZ/7PVbVC6ngTAV/KoLFuO6+2KFcU651gEb5ugPSIb1D+Xp8V4+k3sEIGnw5mYe4If4k1lFYr6SCzmM2EQ8iWtmwjnBI9kTwe1TlfAmXh7H02by9fW2gsjKwtv0aaURKil4OdV7rDL1MXIFNrhdxohcZXYTnq47WisrKitaObbf5+yvkLi5J6lCNZZ+B6GC38VNBZBDidSS/+mSvh6s+srgC8pyKMvDtt+de3c9fU76ZPfuM8ud4Kv0fyP/LqfepMT/3oZxSqpZaTa1DaQYLY8TFsHYbWYsPoRhRWfL5eSSQbhUGgGC3YLbVMk6PitTFNGpAsNrC6D1VNBKgBHMejaiuRWEWGgsSDBTJjqWIl8kJLlsaLJ2tXDr6xGfT85bM2Q06a46x2HTgvdnV8z5YDy/27J4zt6x2VtkzjoYpkq36kaBr4eQSg7tyiVweWubXZugtadl58ydapfbORfKsDTuZ0OBgx4cfdjCf5tbWNITnL120fdOi1RV1C3uKGzNdwYLcMvZ3BxoPyTOCD1XvXTp7U10gWCVmTV9b3r2z0SkGWovb2hp9I89O8a2smlyaO8muMU+dRmtzp60IzAoFpjLr1n388boLyf0dRvxhsHZ0qbWqDkwqvvpkj4l0fY6EIXRi5sQSrAvsVYwXRy4qJ2EVtD1AN7a0HWth9ymvL1xc3WTUKK/TAHA/bXDVtVWfOMfuGxGZv4Ln/jVr9jc3j1yMv0tndmyt9Vq88Y9gH1wtLX3KWjot5++jWHgAoZZkQ14wGQ20Fli71UmKJAy4xKMSTGbVdybW7FDDAut9XpD5AzWrYO7zQ8qffqF8+Ynd/clrHcdyxGy3a/3+mfNnzC/cBsveTjnTvXf1o6vzOlZw7WtqtdmPK/Errz/6NNtD72zmNOZfbmYdTGHfoofqI79Oc+R2n1lrnL6pOm0Up7kwxhTW12Amm7WYkXR2qYrF2AmgmbAsxZjwy1xpg/m1Je2vrp8v/nz2xpmlBg4E9hrMU341wVpTOh/OfmGvAnra8q6uctr60ZQHV3Q+WMQJykMj8ZsWn2QBOmmHMB+m5pDIpTFonYigiaKAhGEiAHF7EliVnQkjoLVIMPtJpBKHYd3A8GYH9jJzrWwmHx5Qjp7vDAX0suGRym1vtm/9W1/HyR8vczfMs6Sk8DSv855/5dlX9oQq52hT8syyp2rx5Id17IAyAM3wIjQPMOHzytEB64q6D5zT91yNbnx3V/nqnd017S9Y0605k3izoXLpsxde2n38yoOV9s1LcjwzNjbdX6asnBVaBj/6/DwKwPkpcqbDG7BnsXoSqWnUAmottYF6jMSdVyYZh3zVXCjwTiwwHH6sGuRiEHQGzuRX6whZkp123oy1BWE2mEfJ/tvIRtM4ZM5bDXiMsPMaAKOTyc5uL57rqyyc5y5JE5pm1i2S2iUX0CcaQ6lC6Zog7JqSqZmYlosl2K6pwNA84zRnQW6SaALYZQGW5lhCtU/W34N6o+bKfZ8cf3/Cl/+iTX3wBzpOY4mRkeNf3rptycGSshQWgGbYt5jFc2e0+DglIrwl6DVWQ7BuwaJ3Xk1J4VL5urnLl/Wf+gHU/hZoZdKNym6lG+I34FaNeZKcSpJIo2IeCVvpdsDGfKvzJnAwmeD37Ow65ZWwSowpgwX5T69s/rB55dP5BcpgDKFV8p7q2sn/1uc93bVzT/w6UrCqDTWvfCq/oCD/qZXNoUj8BL5Kp6GU017frfNXkAtiiyf/SOCEeLqnd8R/Ql9GlCRfctS6k5chvIBuQ1zCCjoCHL2DHNHIXxMJ3kQeO8lbsUXONeSfA5EjcG6/E+KdhN4bP04vBhdi883+BFBzQbxFbvZzQeY9LNBZc0FNfn5NwfDn6rCTnTw6R8o+gfpf5hCom33cRuiTlss3KHmZjD+BPN+5gXuA2ziS/Q73mLxUkpbKN/eqwz5uK0X9F3h2d1V4nGNgZGBgAOJd776+iue3+crAzc4AAje5Bfcg0xz9YHEOBiYQBQA8FQlFAHicY2BkYGBnAAGOPgaG//85+hkYGVCBMgBGGwNYAAAAeJxjYGBgYB8EmKOPgQEAQ04BfgAAAAAAAA4AaAB+AMwA4AECAUIBbAGYAcICGAJYArQC4AMwA7AD3gQwBJYE3AUkBWYFigYgBmYGtAbqB1gIEghYCG4IhAi2COh4nGNgZGBgUGYoZWBnAAEmIOYCQgaG/2A+AwAYCQG2AHicXZBNaoNAGIZfE5PQCKFQ2lUps2oXBfOzzAESyDKBQJdGR2NQR3QSSE/QE/QEPUUPUHqsvsrXjTMw83zPvPMNCuAWP3DQDAejdm1GjzwS7pMmwi75XngAD4/CQ/oX4TFe4Qt7uMMbOzjuDc0EmXCP/C7cJ38Iu+RP4QEe8CU8pP8WHmOPX2EPz87TPo202ey2OjlnQSXV/6arOjWFmvszMWtd6CqwOlKHq6ovycLaWMWVydXKFFZnmVFlZU46tP7R2nI5ncbi/dDkfDtFBA2DDXbYkhKc+V0Bqs5Zt9JM1HQGBRTm/EezTmZNKtpcAMs9Yu6AK9caF76zoLWIWcfMGOSkVduvSWechqZsz040Ib2PY3urxBJTzriT95lipz+TN1fmAAAAeJxtkMl2wjAMRfOAhABlKm2h80C3+ajgCKKDY6cegP59TYBzukAL+z1Zsq8ctaJTTKPrsUQLbXQQI0EXKXroY4AbDDHCGBNMcYsZ7nCPB8yxwCOe8IwXvOIN7/jAJ76wxHfUqWX+OzgumWAjJMV17i0Ndlr6irLKO+qftdT7i6y4uFSUvCknay+lFYZIZaQcmfH/xIFdYn98bqhra1aKTM/6lWMnyaYirx1rFUQZFBkb2zJUtoXeJCeg0WnLtHeSFc3OtrnozNwqi0TkSpBMDB1nSde5oJXW23hTS2/T0LilglXX7dmFVxLnq5U0vYATHFk3zX3BOisoQHNDFDeZnqKDy9hRNawN7Vh727hFzcJ5c8TILrKZfH7tIPxAFP0BpLeJPA==) format("woff");
  font-weight: normal;
  font-style: normal; }

.vjs-icon-play, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before {
    content: "\f101"; }

.vjs-icon-play-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-play-circle:before {
    content: "\f102"; }

.vjs-icon-pause, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pause:before, .video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before {
    content: "\f103"; }

.vjs-icon-volume-mute {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mute:before {
    content: "\f104"; }

.vjs-icon-volume-low {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-low:before {
    content: "\f105"; }

.vjs-icon-volume-mid {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-mid:before {
    content: "\f106"; }

.vjs-icon-volume-high {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-volume-high:before {
    content: "\f107"; }

.vjs-icon-fullscreen-enter, .video-js .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-enter:before, .video-js .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f108"; }

.vjs-icon-fullscreen-exit, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-fullscreen-exit:before, .video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before {
    content: "\f109"; }

.vjs-icon-square {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-square:before {
    content: "\f10a"; }

.vjs-icon-spinner {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-spinner:before {
    content: "\f10b"; }

.vjs-icon-subtitles {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-subtitles:before {
    content: "\f10c"; }

.vjs-icon-captions {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-captions:before {
    content: "\f10d"; }

.vjs-icon-chapters {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-chapters:before {
    content: "\f10e"; }

.vjs-icon-share {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-share:before {
    content: "\f10f"; }

.vjs-icon-cog {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cog:before {
    content: "\f110"; }

.vjs-icon-circle, .video-js .vjs-play-progress, .vjs-seek-to-live-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle:before, .video-js .vjs-play-progress:before, .vjs-seek-to-live-control .vjs-icon-placeholder:before {
    content: "\f111"; }

.vjs-icon-circle-outline {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-outline:before {
    content: "\f112"; }

.vjs-icon-circle-inner-circle {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-circle-inner-circle:before {
    content: "\f113"; }

.vjs-icon-hd {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-hd:before {
    content: "\f114"; }

.vjs-icon-cancel, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-cancel:before, .video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before {
    content: "\f115"; }

.vjs-icon-replay, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-replay:before, .video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before {
    content: "\f116"; }

.vjs-icon-facebook {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-facebook:before {
    content: "\f117"; }

.vjs-icon-gplus {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-gplus:before {
    content: "\f118"; }

.vjs-icon-linkedin {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-linkedin:before {
    content: "\f119"; }

.vjs-icon-twitter {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-twitter:before {
    content: "\f11a"; }

.vjs-icon-tumblr {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-tumblr:before {
    content: "\f11b"; }

.vjs-icon-pinterest {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-pinterest:before {
    content: "\f11c"; }

.vjs-icon-audio-description {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio-description:before {
    content: "\f11d"; }

.vjs-icon-audio, .video-js .vjs-audio-button .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-audio:before, .video-js .vjs-audio-button .vjs-icon-placeholder:before {
    content: "\f11e"; }

.vjs-icon-next-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-next-item:before {
    content: "\f11f"; }

.vjs-icon-previous-item {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-previous-item:before {
    content: "\f120"; }

.vjs-icon-picture-in-picture-enter, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-picture-in-picture-enter:before, .video-js .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f121"; }

.vjs-icon-picture-in-picture-exit, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder {
  font-family: VideoJS;
  font-weight: normal;
  font-style: normal; }
  .vjs-icon-picture-in-picture-exit:before, .video-js.vjs-picture-in-picture .vjs-picture-in-picture-control .vjs-icon-placeholder:before {
    content: "\f122"; }

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial; }
  .video-js:-moz-full-screen {
    position: absolute; }
  .video-js:-webkit-full-screen {
    width: 100% !important;
    height: 100% !important; }

.video-js[tabindex="-1"] {
  outline: none; }

.video-js *,
.video-js *:before,
.video-js *:after {
  box-sizing: inherit; }

.video-js ul {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  list-style-position: outside;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0; }

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
  width: 100%;
  max-width: 100%;
  height: 0; }

.video-js.vjs-16-9 {
  padding-top: 56.25%; }

.video-js.vjs-4-3 {
  padding-top: 75%; }

.video-js.vjs-fill {
  width: 100%;
  height: 100%; }

.video-js .vjs-tech {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body.vjs-full-window {
  padding: 0;
  margin: 0;
  height: 100%; }

.vjs-full-window .video-js.vjs-fullscreen {
  position: fixed;
  overflow: hidden;
  z-index: 1000;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.video-js.vjs-fullscreen {
  width: 100% !important;
  height: 100% !important;
  padding-top: 0 !important; }

.video-js.vjs-fullscreen.vjs-user-inactive {
  cursor: none; }

.vjs-hidden {
  display: none !important; }

.vjs-disabled {
  opacity: 0.5;
  cursor: default; }

.video-js .vjs-offscreen {
  height: 1px;
  left: -9999px;
  position: absolute;
  top: 0;
  width: 1px; }

.vjs-lock-showing {
  display: block !important;
  opacity: 1;
  visibility: visible; }

.vjs-no-js {
  padding: 20px;
  color: #fff;
  background-color: #000;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  width: 300px;
  height: 150px;
  margin: 0px auto; }

.vjs-no-js a,
.vjs-no-js a:visited {
  color: #66A8CC; }

.video-js .vjs-big-play-button {
  font-size: 3em;
  line-height: 1.5em;
  height: 1.63332em;
  width: 3em;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0;
  cursor: pointer;
  opacity: 1;
  border: 0.06666em solid #fff;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-big-play-centered .vjs-big-play-button {
  top: 50%;
  left: 50%;
  margin-top: -0.81666em;
  margin-left: -1.5em; }

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  border-color: #fff;
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5);
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
  transition: all 0s; }

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
  display: none; }

.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
  display: block; }

.video-js button {
  background: none;
  border: none;
  color: inherit;
  display: inline-block;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  text-decoration: none;
  transition: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.vjs-control .vjs-button {
  width: 100%;
  height: 100%; }

.video-js .vjs-control.vjs-close-button {
  cursor: pointer;
  height: 3em;
  position: absolute;
  right: 0;
  top: 0.5em;
  z-index: 2; }

.video-js .vjs-modal-dialog {
  background: rgba(0, 0, 0, 0.8);
  background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
  overflow: auto; }

.video-js .vjs-modal-dialog > * {
  box-sizing: border-box; }

.vjs-modal-dialog .vjs-modal-dialog-content {
  font-size: 1.2em;
  line-height: 1.5;
  padding: 20px 24px;
  z-index: 1; }

.vjs-menu-button {
  cursor: pointer; }

.vjs-menu-button.vjs-disabled {
  cursor: default; }

.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
  display: none; }

.vjs-menu .vjs-menu-content {
  display: block;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  overflow: auto; }

.vjs-menu .vjs-menu-content > * {
  box-sizing: border-box; }

.vjs-scrubbing .vjs-control.vjs-menu-button:hover .vjs-menu {
  display: none; }

.vjs-menu li {
  list-style: none;
  margin: 0;
  padding: 0.2em 0;
  line-height: 1.4em;
  font-size: 1.2em;
  text-align: center;
  text-transform: lowercase; }

.vjs-menu li.vjs-menu-item:focus,
.vjs-menu li.vjs-menu-item:hover,
.js-focus-visible .vjs-menu li.vjs-menu-item:hover {
  background-color: #73859f;
  background-color: rgba(115, 133, 159, 0.5); }

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover,
.js-focus-visible .vjs-menu li.vjs-selected:hover {
  background-color: #fff;
  color: #2B333F; }

.vjs-menu li.vjs-menu-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 1em;
  line-height: 2em;
  padding: 0;
  margin: 0 0 0.3em 0;
  font-weight: bold;
  cursor: default; }

.vjs-menu-button-popup .vjs-menu {
  display: none;
  position: absolute;
  bottom: 0;
  width: 10em;
  left: -3em;
  height: 0em;
  margin-bottom: 1.5em;
  border-top-color: rgba(43, 51, 63, 0.7); }

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7);
  position: absolute;
  width: 100%;
  bottom: 1.5em;
  max-height: 15em; }

.vjs-layout-tiny .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 5em; }

.vjs-layout-small .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 10em; }

.vjs-layout-medium .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 14em; }

.vjs-layout-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-x-large .vjs-menu-button-popup .vjs-menu .vjs-menu-content,
.vjs-layout-huge .vjs-menu-button-popup .vjs-menu .vjs-menu-content {
  max-height: 25em; }

.vjs-workinghover .vjs-menu-button-popup.vjs-hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
  display: block; }

.video-js .vjs-menu-button-inline {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  overflow: hidden; }

.video-js .vjs-menu-button-inline:before {
  width: 2.222222222em; }

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
  width: 12em; }

.vjs-menu-button-inline .vjs-menu {
  opacity: 0;
  height: 100%;
  width: auto;
  position: absolute;
  left: 4em;
  top: 0;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  display: block;
  opacity: 1; }

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
  display: block;
  opacity: 1;
  position: relative;
  width: auto; }

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
  width: auto; }

.vjs-menu-button-inline .vjs-menu-content {
  width: auto;
  height: 100%;
  margin: 0;
  overflow: hidden; }

.video-js .vjs-control-bar {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 3.0em;
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.7); }

.vjs-has-started .vjs-control-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.1s, opacity 0.1s;
  -moz-transition: visibility 0.1s, opacity 0.1s;
  -ms-transition: visibility 0.1s, opacity 0.1s;
  -o-transition: visibility 0.1s, opacity 0.1s;
  transition: visibility 0.1s, opacity 0.1s; }

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  visibility: visible;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -ms-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
  display: none !important; }

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
  visibility: visible; }

.vjs-has-started.vjs-no-flex .vjs-control-bar {
  display: table; }

.video-js .vjs-control {
  position: relative;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100%;
  width: 4em;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-button > .vjs-icon-placeholder:before {
  font-size: 1.8em;
  line-height: 1.67; }

.video-js .vjs-control:focus:before,
.video-js .vjs-control:hover:before,
.video-js .vjs-control:focus {
  text-shadow: 0em 0em 1em white; }

.video-js .vjs-control-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.vjs-no-flex .vjs-control {
  display: table-cell;
  vertical-align: middle; }

.video-js .vjs-custom-control-spacer {
  display: none; }

.video-js .vjs-progress-control {
  cursor: pointer;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 4em;
  touch-action: none; }

.video-js .vjs-progress-control.disabled {
  cursor: default; }

.vjs-live .vjs-progress-control {
  display: none; }

.vjs-liveui .vjs-progress-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.vjs-no-flex .vjs-progress-control {
  width: auto; }

.video-js .vjs-progress-holder {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  height: 0.3em; }

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0 10px; }

.video-js .vjs-progress-control:hover .vjs-progress-holder {
  font-size: 1.666666666666666666em; }

.video-js .vjs-progress-control:hover .vjs-progress-holder.disabled {
  font-size: 1em; }

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  position: absolute;
  display: block;
  height: 100%;
  margin: 0;
  padding: 0;
  width: 0; }

.video-js .vjs-play-progress {
  background-color: #fff; }
  .video-js .vjs-play-progress:before {
    font-size: 0.9em;
    position: absolute;
    right: -0.5em;
    top: -0.333333333333333em;
    z-index: 1; }

.video-js .vjs-load-progress {
  background: rgba(115, 133, 159, 0.5); }

.video-js .vjs-load-progress div {
  background: rgba(115, 133, 159, 0.75); }

.video-js .vjs-time-tooltip {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 0.3em;
  -moz-border-radius: 0.3em;
  border-radius: 0.3em;
  color: #000;
  float: right;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  padding: 6px 8px 8px 8px;
  pointer-events: none;
  position: absolute;
  top: -3.4em;
  visibility: hidden;
  z-index: 1; }

.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
  display: none; }

.video-js .vjs-progress-control:hover .vjs-time-tooltip,
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip {
  display: block;
  font-size: 0.6em;
  visibility: visible; }

.video-js .vjs-progress-control.disabled:hover .vjs-time-tooltip {
  font-size: 1em; }

.video-js .vjs-progress-control .vjs-mouse-display {
  display: none;
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: 1; }

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  z-index: 0; }

.video-js .vjs-progress-control:hover .vjs-mouse-display {
  display: block; }

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 1s, opacity 1s;
  -moz-transition: visibility 1s, opacity 1s;
  -ms-transition: visibility 1s, opacity 1s;
  -o-transition: visibility 1s, opacity 1s;
  transition: visibility 1s, opacity 1s; }

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
  display: none; }

.vjs-mouse-display .vjs-time-tooltip {
  color: #fff;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8); }

.video-js .vjs-slider {
  display: none; }

.video-js .vjs-mute-control {
  display: none; }

.vjs-poster {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  background-color: #000000;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%; }

.vjs-has-started .vjs-poster {
  display: none; }

.vjs-audio.vjs-has-started .vjs-poster {
  display: block; }

.vjs-using-native-controls .vjs-poster {
  display: none; }

.video-js .vjs-live-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  font-size: 1em;
  line-height: 3em; }

.vjs-no-flex .vjs-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js:not(.vjs-live) .vjs-live-control,
.video-js.vjs-liveui .vjs-live-control {
  display: none; }

.video-js .vjs-seek-to-live-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: inline-flex;
  height: 100%;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-size: 1em;
  line-height: 3em;
  width: auto;
  min-width: 4em; }

.vjs-no-flex .vjs-seek-to-live-control {
  display: table-cell;
  width: auto;
  text-align: left; }

.video-js.vjs-live:not(.vjs-liveui) .vjs-seek-to-live-control,
.video-js:not(.vjs-live) .vjs-seek-to-live-control {
  display: none; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  cursor: auto; }

.vjs-seek-to-live-control .vjs-icon-placeholder {
  margin-right: 0.5em;
  color: #888; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge .vjs-icon-placeholder {
  color: red; }

.video-js .vjs-time-control {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 1em;
  line-height: 3em;
  min-width: 2em;
  width: auto;
  padding-left: 1em;
  padding-right: 1em; }

.vjs-live .vjs-time-control {
  display: none; }

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
  display: none; }

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
  display: none; }

.vjs-time-divider {
  display: none;
  line-height: 3em; }

.vjs-live .vjs-time-divider {
  display: none; }

.video-js .vjs-play-control {
  cursor: pointer; }

.video-js .vjs-play-control .vjs-icon-placeholder {
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-picture-in-picture-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.video-js .vjs-fullscreen-control {
  cursor: pointer;
  -webkit-box-flex: none;
  -moz-box-flex: none;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none; }

.vjs-playback-rate > .vjs-menu-button,
.vjs-playback-rate .vjs-playback-rate-value {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.vjs-playback-rate .vjs-playback-rate-value {
  pointer-events: none;
  font-size: 1.5em;
  line-height: 2;
  text-align: center; }

.vjs-playback-rate .vjs-menu {
  width: 4em;
  left: 0em; }

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
  font-size: 1.4em;
  text-align: center; }

.vjs-error .vjs-error-display:before {
  color: #fff;
  content: 'X';
  font-family: Arial, Helvetica, sans-serif;
  font-size: 4em;
  left: 0;
  line-height: 1;
  margin-top: -0.5em;
  position: absolute;
  text-shadow: 0.05em 0.05em 0.1em #000;
  text-align: center;
  top: 50%;
  vertical-align: middle;
  width: 100%; }

.vjs-loading-spinner {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.85;
  text-align: left;
  border: 6px solid rgba(43, 51, 63, 0.7);
  box-sizing: border-box;
  background-clip: padding-box;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  visibility: hidden; }

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
  display: block;
  animation: vjs-spinner-show 0s linear 0.3s forwards; }

.vjs-loading-spinner:before,
.vjs-loading-spinner:after {
  content: "";
  position: absolute;
  margin: -6px;
  box-sizing: inherit;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  opacity: 1;
  border: inherit;
  border-color: transparent;
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:after {
  -webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
  animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite; }

.vjs-seeking .vjs-loading-spinner:before,
.vjs-waiting .vjs-loading-spinner:before {
  border-top-color: white; }

.vjs-seeking .vjs-loading-spinner:after,
.vjs-waiting .vjs-loading-spinner:after {
  border-top-color: white;
  -webkit-animation-delay: 0.44s;
  animation-delay: 0.44s; }

@keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@-webkit-keyframes vjs-spinner-show {
  to {
    visibility: visible; } }

@keyframes vjs-spinner-spin {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes vjs-spinner-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

@-webkit-keyframes vjs-spinner-fade {
  0% {
    border-top-color: #73859f; }
  20% {
    border-top-color: #73859f; }
  35% {
    border-top-color: white; }
  60% {
    border-top-color: #73859f; }
  100% {
    border-top-color: #73859f; } }

.video-js .vjs-subtitles-button,
.video-js .vjs-subs-caps-button {
  display: none; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: -0.1em; }

.video-js .vjs-audio-button + .vjs-menu .vjs-main-desc-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
  font-family: VideoJS;
  content: " \f11d";
  font-size: 1.5em;
  line-height: inherit; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-current-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-time-divider,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-duration,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-remaining-time,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-playback-rate,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-chapters-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-descriptions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-captions-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subtitles-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-audio-button,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-control {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-x-small .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:hover,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal:active,
.video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active {
  width: auto;
  width: initial; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-liveui) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-x-small:not(.vjs-live) .vjs-subs-caps-button, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-subs-caps-button {
  display: none; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-custom-control-spacer {
  -webkit-box-flex: auto;
  -moz-box-flex: auto;
  -webkit-flex: auto;
  -ms-flex: auto;
  flex: auto;
  display: block; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui.vjs-no-flex .vjs-custom-control-spacer, .video-js:not(.vjs-fullscreen).vjs-layout-tiny.vjs-no-flex .vjs-custom-control-spacer {
  width: auto; }

.video-js:not(.vjs-fullscreen).vjs-layout-x-small.vjs-liveui .vjs-progress-control, .video-js:not(.vjs-fullscreen).vjs-layout-tiny .vjs-progress-control {
  display: none; }

.vjs-modal-dialog.vjs-text-track-settings {
  background-color: #2B333F;
  background-color: rgba(43, 51, 63, 0.75);
  color: #fff;
  height: 70%; }

.vjs-text-track-settings .vjs-modal-dialog-content {
  display: table; }

.vjs-text-track-settings .vjs-track-settings-colors,
.vjs-text-track-settings .vjs-track-settings-font,
.vjs-text-track-settings .vjs-track-settings-controls {
  display: table-cell; }

.vjs-text-track-settings .vjs-track-settings-controls {
  text-align: right;
  vertical-align: bottom; }

@supports (display: grid) {
  .vjs-text-track-settings .vjs-modal-dialog-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    padding: 20px 24px 0px 24px; }
  .vjs-track-settings-controls .vjs-default-button {
    margin-bottom: 20px; }
  .vjs-text-track-settings .vjs-track-settings-controls {
    grid-column: 1 / -1; }
  .vjs-layout-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-x-small .vjs-text-track-settings .vjs-modal-dialog-content,
  .vjs-layout-tiny .vjs-text-track-settings .vjs-modal-dialog-content {
    grid-template-columns: 1fr; } }

.vjs-track-setting > select {
  margin-right: 1em;
  margin-bottom: 0.5em; }

.vjs-text-track-settings fieldset {
  margin: 5px;
  padding: 3px;
  border: none; }

.vjs-text-track-settings fieldset span {
  display: inline-block; }

.vjs-text-track-settings fieldset span > select {
  max-width: 7.3em; }

.vjs-text-track-settings legend {
  color: #fff;
  margin: 0 0 5px 0; }

.vjs-text-track-settings .vjs-label {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  display: block;
  margin: 0 0 5px 0;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.vjs-track-settings-controls button:focus,
.vjs-track-settings-controls button:active {
  outline-style: solid;
  outline-width: medium;
  background-image: linear-gradient(0deg, #fff 88%, #73859f 100%); }

.vjs-track-settings-controls button:hover {
  color: rgba(43, 51, 63, 0.75); }

.vjs-track-settings-controls button {
  background-color: #fff;
  background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
  color: #2B333F;
  cursor: pointer;
  border-radius: 2px; }

.vjs-track-settings-controls .vjs-default-button {
  margin-right: 1em; }

.vjs-no-js {
  width: 100%;
  height: auto;
  color: #2f2f2f;
  background-color: #efefef; }

.vjs-no-js .no-flash {
  padding: 100px 80px;
  background: #EFEFEF;
  text-align: center; }

.video-js .vjs-control-bar {
  background: rgba(43, 51, 63, 0.7);
  background: -moz-linear-gradient(180deg, rgba(43, 51, 63, 0) 0%, #2b333f 100%);
  background: -webkit-linear-gradient(180deg, rgba(43, 51, 63, 0) 0%, #2b333f 100%);
  background: linear-gradient(180deg, rgba(43, 51, 63, 0) 0%, #2b333f 100%); }

.video-js .vjs-control-bar {
  height: 4.8em; }

.video-js .vjs-control {
  width: 2.9em;
  font-size: 1.6em; }

.vjs-resize-manager {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: -1000; }

.vjs-seek-to-live-control.vjs-control.vjs-at-live-edge {
  font-size: 1.4em;
  margin-right: 1em; }

.vjs-default-skin .vjs-big-play-button {
  left: calc( 50% - 1.5em);
  top: calc( 50% - 0.75em); }

.js-focus-visible .video-js *:focus:not(.focus-visible) {
  outline: none;
  background: none; }

.video-js *:focus:not(:focus-visible),
.video-js .vjs-menu *:focus:not(:focus-visible) {
  outline: none;
  background: none; }