@charset "UTF-8";
@font-face {
    font-family: 'font uniserv';
    src: url('../fonts/uniserv-icons/fonts/font-uniserv.eot');
    src: url('../fonts/uniserv-icons/fonts/font-uniserv.eot?#iefix') format('embedded-opentype'),
         url('../fonts/uniserv-icons/fonts/font-uniserv.woff') format('woff'),
         url('../fonts/uniserv-icons/fonts/font-uniserv.ttf') format('truetype'),
         url('../fonts/uniserv-icons/fonts/font-uniserv.svg#font-uniserv') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}
[class*='icon-']:before{
	display: inline-block;
   font-family: 'font uniserv';
   font-style: normal;
   font-weight: normal;
   font-display: swap;
   line-height: 1;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale
}
.icon-arrow-bot:before{content:'\0041';}
.icon-arrow-breadcrump:before{content:'\0042';}
.icon-arrow-circle:before{content:'\0043';}
.icon-arrow-right:before{content:'\0044';}
.icon-arrow-left:before{content:'\0045';}
.icon-arrow-top:before{content:'\0046';}
.icon-home-breadcrump:before{content:'\0047';}
.icon-logo-uniserv:before{content:'\0048';}
.icon-googleplus:before{content:'\0049';}
.icon-linkedin:before{content:'\004a';}
.icon-xing:before{content:'\004b';}
.icon-twitter:before{content:'\004c';}
.icon-search:before{content:'\004d';}
.icon-phone:before{content:'\004e';}
.icon-pdf:before{content:'\004f';}


@font-face {
  font-family: 'AileronBold';
  src: url("../fonts/aileron/bold/aileron-bold-webfont.woff") format("woff"), url("../fonts/aileron/bold/aileron-bold-webfont.ttf") format("ttf"), url("../fonts/aileron/bold/aileron-bold-webfont.svg") format("svg"), url("../fonts/aileron/bold/aileron-bold-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AileronBoldItalic';
  src: url("../fonts/aileron/bolditalic/aileron-bolditalic-webfont.woff") format("woff"), url("../fonts/aileron/bolditalic/aileron-bolditalic-webfont.ttf") format("ttf"), url("../fonts/aileron/bolditalic/aileron-bolditalic-webfont.svg") format("svg"), url("../fonts/aileron/bolditalic/aileron-bolditalic-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AileronItalic';
  src: url("../fonts/aileron/italic/aileron-italic-webfont.woff") format("woff"), url("../fonts/aileron/italic/aileron-italic-webfont.ttf") format("ttf"), url("../fonts/aileron/italic/aileron-italic-webfont.svg") format("svg"), url("../fonts/aileron/italic/aileron-italic-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AileronLight';
  src: url("../fonts/aileron/light/aileron-light-webfont.woff") format("woff"), url("../fonts/aileron/light/aileron-light-webfont.ttf") format("ttf"), url("../fonts/aileron/light/aileron-light-webfont.svg") format("svg"), url("../fonts/aileron/light/aileron-light-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AileronLightItalic';
  src: url("../fonts/aileron/lightitalic/aileron-lightitalic-webfont.woff") format("woff"), url("../fonts/aileron/lightitalic/aileron-lightitalic-webfont.ttf") format("ttf"), url("../fonts/aileron/lightitalic/aileron-lightitalic-webfont.svg") format("svg"), url("../fonts/aileron/lightitalic/aileron-lightitalic-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'AileronRegular';
  src: url("../fonts/aileron/regular/aileron-regular-webfont.woff") format("woff"), url("../fonts/aileron/regular/aileron-regular-webfont.ttf") format("ttf"), url("../fonts/aileron/regular/aileron-regular-webfont.svg") format("svg"), url("../fonts/aileron/regular/aileron-regular-webfont.eot") format("eot");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


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

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: 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 {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  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, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit > .caret,
  .dropup > .btn > .caret,
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .dropup > .tx-indexedsearch-searchbox-button.submit > .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("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a";
}

.glyphicon-plus:before {
  content: "\002b";
}

.glyphicon-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: "AileronRegular";
  font-size: 14px;
  line-height: 1.42857;
  color: #2e2e2e;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #cc0235;
  text-decoration: none;
}

a:hover, a:focus {
  color: #800121;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -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;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

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

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #122136;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #050a10;
}

.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: #cc0235;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #990228;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #122136;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #050a10;
}

.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,
ul ol,
ol ul,
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-right: 5px;
  padding-left: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
}

.initialism {
  font-size: 90%;
}

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.42857;
  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;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
  
	.frame-type-gridelements_pi1 .container {
		width: auto;
	}
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
  
	.frame-type-gridelements_pi1 .container {
		width: auto;
	}
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  
  
	.frame-type-gridelements_pi1 .container {
		width: auto;
	}
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-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, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18 {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.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, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18 {
  float: left;
}

.col-xs-1 {
  width: 5.55556%;
}

.col-xs-2 {
  width: 11.11111%;
}

.col-xs-3 {
  width: 16.66667%;
}

.col-xs-4 {
  width: 22.22222%;
}

.col-xs-5 {
  width: 27.77778%;
}

.col-xs-6 {
  width: 33.33333%;
}

.col-xs-7 {
  width: 38.88889%;
}

.col-xs-8 {
  width: 44.44444%;
}

.col-xs-9 {
  width: 50%;
}

.col-xs-10 {
  width: 55.55556%;
}

.col-xs-11 {
  width: 61.11111%;
}

.col-xs-12 {
  width: 66.66667%;
}

.col-xs-13 {
  width: 72.22222%;
}

.col-xs-14 {
  width: 77.77778%;
}

.col-xs-15 {
  width: 83.33333%;
}

.col-xs-16 {
  width: 88.88889%;
}

.col-xs-17 {
  width: 94.44444%;
}

.col-xs-18 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 5.55556%;
}

.col-xs-pull-2 {
  right: 11.11111%;
}

.col-xs-pull-3 {
  right: 16.66667%;
}

.col-xs-pull-4 {
  right: 22.22222%;
}

.col-xs-pull-5 {
  right: 27.77778%;
}

.col-xs-pull-6 {
  right: 33.33333%;
}

.col-xs-pull-7 {
  right: 38.88889%;
}

.col-xs-pull-8 {
  right: 44.44444%;
}

.col-xs-pull-9 {
  right: 50%;
}

.col-xs-pull-10 {
  right: 55.55556%;
}

.col-xs-pull-11 {
  right: 61.11111%;
}

.col-xs-pull-12 {
  right: 66.66667%;
}

.col-xs-pull-13 {
  right: 72.22222%;
}

.col-xs-pull-14 {
  right: 77.77778%;
}

.col-xs-pull-15 {
  right: 83.33333%;
}

.col-xs-pull-16 {
  right: 88.88889%;
}

.col-xs-pull-17 {
  right: 94.44444%;
}

.col-xs-pull-18 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 5.55556%;
}

.col-xs-push-2 {
  left: 11.11111%;
}

.col-xs-push-3 {
  left: 16.66667%;
}

.col-xs-push-4 {
  left: 22.22222%;
}

.col-xs-push-5 {
  left: 27.77778%;
}

.col-xs-push-6 {
  left: 33.33333%;
}

.col-xs-push-7 {
  left: 38.88889%;
}

.col-xs-push-8 {
  left: 44.44444%;
}

.col-xs-push-9 {
  left: 50%;
}

.col-xs-push-10 {
  left: 55.55556%;
}

.col-xs-push-11 {
  left: 61.11111%;
}

.col-xs-push-12 {
  left: 66.66667%;
}

.col-xs-push-13 {
  left: 72.22222%;
}

.col-xs-push-14 {
  left: 77.77778%;
}

.col-xs-push-15 {
  left: 83.33333%;
}

.col-xs-push-16 {
  left: 88.88889%;
}

.col-xs-push-17 {
  left: 94.44444%;
}

.col-xs-push-18 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 5.55556%;
}

.col-xs-offset-2 {
  margin-left: 11.11111%;
}

.col-xs-offset-3 {
  margin-left: 16.66667%;
}

.col-xs-offset-4 {
  margin-left: 22.22222%;
}

.col-xs-offset-5 {
  margin-left: 27.77778%;
}

.col-xs-offset-6 {
  margin-left: 33.33333%;
}

.col-xs-offset-7 {
  margin-left: 38.88889%;
}

.col-xs-offset-8 {
  margin-left: 44.44444%;
}

.col-xs-offset-9 {
  margin-left: 50%;
}

.col-xs-offset-10 {
  margin-left: 55.55556%;
}

.col-xs-offset-11 {
  margin-left: 61.11111%;
}

.col-xs-offset-12 {
  margin-left: 66.66667%;
}

.col-xs-offset-13 {
  margin-left: 72.22222%;
}

.col-xs-offset-14 {
  margin-left: 77.77778%;
}

.col-xs-offset-15 {
  margin-left: 83.33333%;
}

.col-xs-offset-16 {
  margin-left: 88.88889%;
}

.col-xs-offset-17 {
  margin-left: 94.44444%;
}

.col-xs-offset-18 {
  margin-left: 100%;
}

@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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18 {
    float: left;
  }
  .col-sm-1 {
    width: 5.55556%;
  }
  .col-sm-2 {
    width: 11.11111%;
  }
  .col-sm-3 {
    width: 16.66667%;
  }
  .col-sm-4 {
    width: 22.22222%;
  }
  .col-sm-5 {
    width: 27.77778%;
  }
  .col-sm-6 {
    width: 33.33333%;
  }
  .col-sm-7 {
    width: 38.88889%;
  }
  .col-sm-8 {
    width: 44.44444%;
  }
  .col-sm-9 {
    width: 50%;
  }
  .col-sm-10 {
    width: 55.55556%;
  }
  .col-sm-11 {
    width: 61.11111%;
  }
  .col-sm-12 {
    width: 66.66667%;
  }
  .col-sm-13 {
    width: 72.22222%;
  }
  .col-sm-14 {
    width: 77.77778%;
  }
  .col-sm-15 {
    width: 83.33333%;
  }
  .col-sm-16 {
    width: 88.88889%;
  }
  .col-sm-17 {
    width: 94.44444%;
  }
  .col-sm-18 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 5.55556%;
  }
  .col-sm-pull-2 {
    right: 11.11111%;
  }
  .col-sm-pull-3 {
    right: 16.66667%;
  }
  .col-sm-pull-4 {
    right: 22.22222%;
  }
  .col-sm-pull-5 {
    right: 27.77778%;
  }
  .col-sm-pull-6 {
    right: 33.33333%;
  }
  .col-sm-pull-7 {
    right: 38.88889%;
  }
  .col-sm-pull-8 {
    right: 44.44444%;
  }
  .col-sm-pull-9 {
    right: 50%;
  }
  .col-sm-pull-10 {
    right: 55.55556%;
  }
  .col-sm-pull-11 {
    right: 61.11111%;
  }
  .col-sm-pull-12 {
    right: 66.66667%;
  }
  .col-sm-pull-13 {
    right: 72.22222%;
  }
  .col-sm-pull-14 {
    right: 77.77778%;
  }
  .col-sm-pull-15 {
    right: 83.33333%;
  }
  .col-sm-pull-16 {
    right: 88.88889%;
  }
  .col-sm-pull-17 {
    right: 94.44444%;
  }
  .col-sm-pull-18 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 5.55556%;
  }
  .col-sm-push-2 {
    left: 11.11111%;
  }
  .col-sm-push-3 {
    left: 16.66667%;
  }
  .col-sm-push-4 {
    left: 22.22222%;
  }
  .col-sm-push-5 {
    left: 27.77778%;
  }
  .col-sm-push-6 {
    left: 33.33333%;
  }
  .col-sm-push-7 {
    left: 38.88889%;
  }
  .col-sm-push-8 {
    left: 44.44444%;
  }
  .col-sm-push-9 {
    left: 50%;
  }
  .col-sm-push-10 {
    left: 55.55556%;
  }
  .col-sm-push-11 {
    left: 61.11111%;
  }
  .col-sm-push-12 {
    left: 66.66667%;
  }
  .col-sm-push-13 {
    left: 72.22222%;
  }
  .col-sm-push-14 {
    left: 77.77778%;
  }
  .col-sm-push-15 {
    left: 83.33333%;
  }
  .col-sm-push-16 {
    left: 88.88889%;
  }
  .col-sm-push-17 {
    left: 94.44444%;
  }
  .col-sm-push-18 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 5.55556%;
  }
  .col-sm-offset-2 {
    margin-left: 11.11111%;
  }
  .col-sm-offset-3 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-4 {
    margin-left: 22.22222%;
  }
  .col-sm-offset-5 {
    margin-left: 27.77778%;
  }
  .col-sm-offset-6 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-7 {
    margin-left: 38.88889%;
  }
  .col-sm-offset-8 {
    margin-left: 44.44444%;
  }
  .col-sm-offset-9 {
    margin-left: 50%;
  }
  .col-sm-offset-10 {
    margin-left: 55.55556%;
  }
  .col-sm-offset-11 {
    margin-left: 61.11111%;
  }
  .col-sm-offset-12 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-13 {
    margin-left: 72.22222%;
  }
  .col-sm-offset-14 {
    margin-left: 77.77778%;
  }
  .col-sm-offset-15 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-16 {
    margin-left: 88.88889%;
  }
  .col-sm-offset-17 {
    margin-left: 94.44444%;
  }
  .col-sm-offset-18 {
    margin-left: 100%;
  }
}

@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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18 {
    float: left;
  }
  .col-md-1 {
    width: 5.55556%;
  }
  .col-md-2 {
    width: 11.11111%;
  }
  .col-md-3 {
    width: 16.66667%;
  }
  .col-md-4 {
    width: 22.22222%;
  }
  .col-md-5 {
    width: 27.77778%;
  }
  .col-md-6 {
    width: 33.33333%;
  }
  .col-md-7 {
    width: 38.88889%;
  }
  .col-md-8 {
    width: 44.44444%;
  }
  .col-md-9 {
    width: 50%;
  }
  .col-md-10 {
    width: 55.55556%;
  }
  .col-md-11 {
    width: 61.11111%;
  }
  .col-md-12 {
    width: 66.66667%;
  }
  .col-md-13 {
    width: 72.22222%;
  }
  .col-md-14 {
    width: 77.77778%;
  }
  .col-md-15 {
    width: 83.33333%;
  }
  .col-md-16 {
    width: 88.88889%;
  }
  .col-md-17 {
    width: 94.44444%;
  }
  .col-md-18 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 5.55556%;
  }
  .col-md-pull-2 {
    right: 11.11111%;
  }
  .col-md-pull-3 {
    right: 16.66667%;
  }
  .col-md-pull-4 {
    right: 22.22222%;
  }
  .col-md-pull-5 {
    right: 27.77778%;
  }
  .col-md-pull-6 {
    right: 33.33333%;
  }
  .col-md-pull-7 {
    right: 38.88889%;
  }
  .col-md-pull-8 {
    right: 44.44444%;
  }
  .col-md-pull-9 {
    right: 50%;
  }
  .col-md-pull-10 {
    right: 55.55556%;
  }
  .col-md-pull-11 {
    right: 61.11111%;
  }
  .col-md-pull-12 {
    right: 66.66667%;
  }
  .col-md-pull-13 {
    right: 72.22222%;
  }
  .col-md-pull-14 {
    right: 77.77778%;
  }
  .col-md-pull-15 {
    right: 83.33333%;
  }
  .col-md-pull-16 {
    right: 88.88889%;
  }
  .col-md-pull-17 {
    right: 94.44444%;
  }
  .col-md-pull-18 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 5.55556%;
  }
  .col-md-push-2 {
    left: 11.11111%;
  }
  .col-md-push-3 {
    left: 16.66667%;
  }
  .col-md-push-4 {
    left: 22.22222%;
  }
  .col-md-push-5 {
    left: 27.77778%;
  }
  .col-md-push-6 {
    left: 33.33333%;
  }
  .col-md-push-7 {
    left: 38.88889%;
  }
  .col-md-push-8 {
    left: 44.44444%;
  }
  .col-md-push-9 {
    left: 50%;
  }
  .col-md-push-10 {
    left: 55.55556%;
  }
  .col-md-push-11 {
    left: 61.11111%;
  }
  .col-md-push-12 {
    left: 66.66667%;
  }
  .col-md-push-13 {
    left: 72.22222%;
  }
  .col-md-push-14 {
    left: 77.77778%;
  }
  .col-md-push-15 {
    left: 83.33333%;
  }
  .col-md-push-16 {
    left: 88.88889%;
  }
  .col-md-push-17 {
    left: 94.44444%;
  }
  .col-md-push-18 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 5.55556%;
  }
  .col-md-offset-2 {
    margin-left: 11.11111%;
  }
  .col-md-offset-3 {
    margin-left: 16.66667%;
  }
  .col-md-offset-4 {
    margin-left: 22.22222%;
  }
  .col-md-offset-5 {
    margin-left: 27.77778%;
  }
  .col-md-offset-6 {
    margin-left: 33.33333%;
  }
  .col-md-offset-7 {
    margin-left: 38.88889%;
  }
  .col-md-offset-8 {
    margin-left: 44.44444%;
  }
  .col-md-offset-9 {
    margin-left: 50%;
  }
  .col-md-offset-10 {
    margin-left: 55.55556%;
  }
  .col-md-offset-11 {
    margin-left: 61.11111%;
  }
  .col-md-offset-12 {
    margin-left: 66.66667%;
  }
  .col-md-offset-13 {
    margin-left: 72.22222%;
  }
  .col-md-offset-14 {
    margin-left: 77.77778%;
  }
  .col-md-offset-15 {
    margin-left: 83.33333%;
  }
  .col-md-offset-16 {
    margin-left: 88.88889%;
  }
  .col-md-offset-17 {
    margin-left: 94.44444%;
  }
  .col-md-offset-18 {
    margin-left: 100%;
  }
}

@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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18 {
    float: left;
  }
  .col-lg-1 {
    width: 5.55556%;
  }
  .col-lg-2 {
    width: 11.11111%;
  }
  .col-lg-3 {
    width: 16.66667%;
  }
  .col-lg-4 {
    width: 22.22222%;
  }
  .col-lg-5 {
    width: 27.77778%;
  }
  .col-lg-6 {
    width: 33.33333%;
  }
  .col-lg-7 {
    width: 38.88889%;
  }
  .col-lg-8 {
    width: 44.44444%;
  }
  .col-lg-9 {
    width: 50%;
  }
  .col-lg-10 {
    width: 55.55556%;
  }
  .col-lg-11 {
    width: 61.11111%;
  }
  .col-lg-12 {
    width: 66.66667%;
  }
  .col-lg-13 {
    width: 72.22222%;
  }
  .col-lg-14 {
    width: 77.77778%;
  }
  .col-lg-15 {
    width: 83.33333%;
  }
  .col-lg-16 {
    width: 88.88889%;
  }
  .col-lg-17 {
    width: 94.44444%;
  }
  .col-lg-18 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 5.55556%;
  }
  .col-lg-pull-2 {
    right: 11.11111%;
  }
  .col-lg-pull-3 {
    right: 16.66667%;
  }
  .col-lg-pull-4 {
    right: 22.22222%;
  }
  .col-lg-pull-5 {
    right: 27.77778%;
  }
  .col-lg-pull-6 {
    right: 33.33333%;
  }
  .col-lg-pull-7 {
    right: 38.88889%;
  }
  .col-lg-pull-8 {
    right: 44.44444%;
  }
  .col-lg-pull-9 {
    right: 50%;
  }
  .col-lg-pull-10 {
    right: 55.55556%;
  }
  .col-lg-pull-11 {
    right: 61.11111%;
  }
  .col-lg-pull-12 {
    right: 66.66667%;
  }
  .col-lg-pull-13 {
    right: 72.22222%;
  }
  .col-lg-pull-14 {
    right: 77.77778%;
  }
  .col-lg-pull-15 {
    right: 83.33333%;
  }
  .col-lg-pull-16 {
    right: 88.88889%;
  }
  .col-lg-pull-17 {
    right: 94.44444%;
  }
  .col-lg-pull-18 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 5.55556%;
  }
  .col-lg-push-2 {
    left: 11.11111%;
  }
  .col-lg-push-3 {
    left: 16.66667%;
  }
  .col-lg-push-4 {
    left: 22.22222%;
  }
  .col-lg-push-5 {
    left: 27.77778%;
  }
  .col-lg-push-6 {
    left: 33.33333%;
  }
  .col-lg-push-7 {
    left: 38.88889%;
  }
  .col-lg-push-8 {
    left: 44.44444%;
  }
  .col-lg-push-9 {
    left: 50%;
  }
  .col-lg-push-10 {
    left: 55.55556%;
  }
  .col-lg-push-11 {
    left: 61.11111%;
  }
  .col-lg-push-12 {
    left: 66.66667%;
  }
  .col-lg-push-13 {
    left: 72.22222%;
  }
  .col-lg-push-14 {
    left: 77.77778%;
  }
  .col-lg-push-15 {
    left: 83.33333%;
  }
  .col-lg-push-16 {
    left: 88.88889%;
  }
  .col-lg-push-17 {
    left: 94.44444%;
  }
  .col-lg-push-18 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 5.55556%;
  }
  .col-lg-offset-2 {
    margin-left: 11.11111%;
  }
  .col-lg-offset-3 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-4 {
    margin-left: 22.22222%;
  }
  .col-lg-offset-5 {
    margin-left: 27.77778%;
  }
  .col-lg-offset-6 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-7 {
    margin-left: 38.88889%;
  }
  .col-lg-offset-8 {
    margin-left: 44.44444%;
  }
  .col-lg-offset-9 {
    margin-left: 50%;
  }
  .col-lg-offset-10 {
    margin-left: 55.55556%;
  }
  .col-lg-offset-11 {
    margin-left: 61.11111%;
  }
  .col-lg-offset-12 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-13 {
    margin-left: 72.22222%;
  }
  .col-lg-offset-14 {
    margin-left: 77.77778%;
  }
  .col-lg-offset-15 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-16 {
    margin-left: 88.88889%;
  }
  .col-lg-offset-17 {
    margin-left: 94.44444%;
  }
  .col-lg-offset-18 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

caption {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 20px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.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 > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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 > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.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 > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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 > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.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 > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.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 {
  min-height: .01%;
  overflow-x: auto;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

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

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #2e2e2e;
}



.mb-3 {
	margin-bottom: 3rem;
}
.mt-3 {
	margin-top: 3rem;
}
.mb-4 {
	margin-bottom: 4rem;
}
.mt-4 {
	margin-top: 4rem;
}
.mb-5 {
	margin-bottom: 5rem;
}
.mt-5 {
	margin-top: 5rem;
}


.xframe-type-felogin_login input,
.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #2e2e2e;
  background-color: #f9f9f9;
  background-image: none;
  border: 1px solid #ebebeb;
  border-radius: 0;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:focus {
  border-color: blue;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 255, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(0, 0, 255, 0.6);
}

.form-control::-moz-placeholder, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword::-webkit-input-placeholder {
  color: #999;
}

.form-control::-ms-expand, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control[disabled], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword[disabled], .form-control[readonly], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child fieldset[disabled] .tx-indexedsearch-searchbox-sword.sword {
  background-color: #eeeeee;
  opacity: 1;
}

.form-control[disabled], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child fieldset[disabled] .tx-indexedsearch-searchbox-sword.sword {
  cursor: not-allowed;
}

textarea.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child textarea.tx-indexedsearch-searchbox-sword.sword {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child input.tx-indexedsearch-searchbox-sword.sword[type="date"],
  input[type="time"].form-control,
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child input.tx-indexedsearch-searchbox-sword.sword[type="time"],
  input[type="datetime-local"].form-control,
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child input.tx-indexedsearch-searchbox-sword.sword[type="datetime-local"],
  input[type="month"].form-control,
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child input.tx-indexedsearch-searchbox-sword.sword[type="month"] {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > input.tx-indexedsearch-searchbox-sword.sword[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > input.tx-indexedsearch-searchbox-sword.sword[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > input.tx-indexedsearch-searchbox-sword.sword[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > input.tx-indexedsearch-searchbox-sword.sword[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > input.tx-indexedsearch-searchbox-sword.sword[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > input.tx-indexedsearch-searchbox-sword.sword[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > input.tx-indexedsearch-searchbox-sword.sword[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > input.tx-indexedsearch-searchbox-sword.sword[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > input.tx-indexedsearch-searchbox-button.submit[type="month"],
  .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.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > .form-control-static.tx-indexedsearch-searchbox-sword.sword,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > .form-control-static.tx-indexedsearch-searchbox-button.submit, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > .form-control-static.tx-indexedsearch-searchbox-sword.sword,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > .form-control-static.tx-indexedsearch-searchbox-button.submit {
  padding-right: 0;
  padding-left: 0;
}

.input-sm, .input-group-sm > .form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > .tx-indexedsearch-searchbox-sword.sword,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > .tx-indexedsearch-searchbox-button.submit {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

select.input-sm, .input-group-sm > select.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > select.tx-indexedsearch-searchbox-sword.sword,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > select.tx-indexedsearch-searchbox-button.submit {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > textarea.tx-indexedsearch-searchbox-sword.sword,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > textarea.tx-indexedsearch-searchbox-button.submit,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > select.tx-indexedsearch-searchbox-sword.sword[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > select.tx-indexedsearch-searchbox-button.submit[multiple] {
  height: auto;
}

.form-group-sm .form-control, .form-group-sm .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-sm .tx-indexedsearch-searchbox-sword.sword {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.form-group-sm select.form-control, .form-group-sm .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child select.tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-sm select.tx-indexedsearch-searchbox-sword.sword {
  height: 30px;
  line-height: 30px;
}

.form-group-sm textarea.form-control, .form-group-sm .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child textarea.tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-sm textarea.tx-indexedsearch-searchbox-sword.sword,
.form-group-sm select[multiple].form-control,
.form-group-sm .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child select.tx-indexedsearch-searchbox-sword.sword[multiple],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-sm select.tx-indexedsearch-searchbox-sword.sword[multiple] {
  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, .input-group-lg > .form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > .tx-indexedsearch-searchbox-sword.sword,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > .tx-indexedsearch-searchbox-button.submit {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

select.input-lg, .input-group-lg > select.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > select.tx-indexedsearch-searchbox-sword.sword,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > select.tx-indexedsearch-searchbox-button.submit {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > textarea.tx-indexedsearch-searchbox-sword.sword,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > textarea.tx-indexedsearch-searchbox-button.submit,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > select.tx-indexedsearch-searchbox-sword.sword[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > select.tx-indexedsearch-searchbox-button.submit[multiple] {
  height: auto;
}

.form-group-lg .form-control, .form-group-lg .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-lg .tx-indexedsearch-searchbox-sword.sword {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.form-group-lg select.form-control, .form-group-lg .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child select.tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-lg select.tx-indexedsearch-searchbox-sword.sword {
  height: 46px;
  line-height: 46px;
}

.form-group-lg textarea.form-control, .form-group-lg .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child textarea.tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-lg textarea.tx-indexedsearch-searchbox-sword.sword,
.form-group-lg select[multiple].form-control,
.form-group-lg .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child select.tx-indexedsearch-searchbox-sword.sword[multiple],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-lg select.tx-indexedsearch-searchbox-sword.sword[multiple] {
  height: auto;
}

.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .has-feedback .tx-indexedsearch-searchbox-sword.sword {
  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 + .form-control-feedback, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > .tx-indexedsearch-searchbox-sword.sword + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > .tx-indexedsearch-searchbox-button.submit + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword + .form-control-feedback,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-lg .tx-indexedsearch-searchbox-sword.sword + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > .tx-indexedsearch-searchbox-sword.sword + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > .tx-indexedsearch-searchbox-button.submit + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword + .form-control-feedback,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-group-sm .tx-indexedsearch-searchbox-sword.sword + .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, .has-success .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .has-success .tx-indexedsearch-searchbox-sword.sword {
  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, .has-success .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .has-success .tx-indexedsearch-searchbox-sword.sword: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;
  background-color: #dff0d8;
  border-color: #3c763d;
}

.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, .has-warning .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .has-warning .tx-indexedsearch-searchbox-sword.sword {
  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, .has-warning .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .has-warning .tx-indexedsearch-searchbox-sword.sword: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;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

.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: #cc0235;
}

.has-error .form-control, .has-error .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .has-error .tx-indexedsearch-searchbox-sword.sword {
  border-color: #cc0235;
  -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, .has-error .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .has-error .tx-indexedsearch-searchbox-sword.sword:focus {
  border-color: #990228;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd3769;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fd3769;
}

.has-error .input-group-addon {
  color: #cc0235;
  background-color: #f2dede;
  border-color: #cc0235;
}

.has-error .form-control-feedback {
  color: #cc0235;
}

.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: #6e6e6e;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .form-inline .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-inline .tx-indexedsearch-searchbox-sword.sword {
    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,
  .form-inline .input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword,
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-inline .input-group .tx-indexedsearch-searchbox-sword.sword {
    width: auto;
  }
  .form-inline .input-group > .form-control, .form-inline .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group > .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-inline .input-group > .tx-indexedsearch-searchbox-sword.sword {
    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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

.form-horizontal .has-feedback .form-control-feedback {
  right: 0;
}

@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, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 100;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:focus, .btn.focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .focus.tx-indexedsearch-searchbox-button.submit, .btn:active:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:active:focus, .btn:active.focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:active.focus, .btn.active:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .active.tx-indexedsearch-searchbox-button.submit:focus, .btn.active.focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .active.focus.tx-indexedsearch-searchbox-button.submit {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:hover, .btn:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:focus, .btn.focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .focus.tx-indexedsearch-searchbox-button.submit {
  color: #fff;
  text-decoration: none;
}

.btn:active, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:active, .btn.active, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .active.tx-indexedsearch-searchbox-button.submit {
  background-image: none;
  outline: 0;
  -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, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .disabled.tx-indexedsearch-searchbox-button.submit, .btn[disabled], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child fieldset[disabled] .tx-indexedsearch-searchbox-button.submit {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child a.disabled.tx-indexedsearch-searchbox-button.submit,
fieldset[disabled] a.btn,
fieldset[disabled] .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child a.tx-indexedsearch-searchbox-button.submit,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child fieldset[disabled] a.tx-indexedsearch-searchbox-button.submit {
  pointer-events: none;
}

.btn-default {
  color: #fff;
  background-color: #2e2e2e;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #fff;
  background-color: #151515;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #fff;
  background-color: #151515;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #fff;
  background-color: #151515;
  background-image: none;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #030303;
  border-color: #8c8c8c;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #2e2e2e;
  border-color: #ccc;
}

.btn-default .badge {
  color: #2e2e2e;
  background-color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #122136;
  border-color: #0c1523;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #050a10;
  border-color: black;
}

.btn-primary:hover {
  color: #fff;
  background-color: #050a10;
  border-color: black;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #050a10;
  background-image: none;
  border-color: black;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: black;
  border-color: black;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #122136;
  border-color: #0c1523;
}

.btn-primary .badge {
  color: #122136;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  font-weight: 400;
  color: #cc0235;
  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: #800121;
  text-decoration: none;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-sm > .tx-indexedsearch-searchbox-button.submit {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .tx-indexedsearch-searchbox-button.submit {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 0;
}

.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%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #122136;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.btn-group > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit,
.btn-group-vertical > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit:hover, .btn-group > .btn:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit:focus, .btn-group > .btn:active, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit:active, .btn-group > .btn.active, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .active.tx-indexedsearch-searchbox-button.submit,
.btn-group-vertical > .btn:hover,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit:hover,
.btn-group-vertical > .btn:focus,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit:focus,
.btn-group-vertical > .btn:active,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit:active,
.btn-group-vertical > .btn.active,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .active.tx-indexedsearch-searchbox-button.submit {
  z-index: 2;
}

.btn-group .btn + .btn, .btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit + .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group .tx-indexedsearch-searchbox-button.submit + .btn, .btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group .btn + .tx-indexedsearch-searchbox-button.submit, .btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit,
.btn-group .btn + .btn-group,
.btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit + .btn-group,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group .tx-indexedsearch-searchbox-button.submit + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group + .tx-indexedsearch-searchbox-button.submit,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group .btn-group + .tx-indexedsearch-searchbox-button.submit,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn, .btn-toolbar .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-toolbar .tx-indexedsearch-searchbox-button.submit,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-toolbar > .tx-indexedsearch-searchbox-button.submit,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle), .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle), .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .btn-group:not(:first-child):not(:last-child) > .tx-indexedsearch-searchbox-button.submit {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .btn-group:first-child:not(:last-child) > .tx-indexedsearch-searchbox-button.submit:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .btn-group:last-child:not(:first-child) > .tx-indexedsearch-searchbox-button.submit:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group > .tx-indexedsearch-searchbox-button.submit + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret, .dropup .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit .caret, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .dropup .tx-indexedsearch-searchbox-button.submit .caret {
  border-width: 0 5px 5px;
}


.btn-group-vertical > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .btn-group > .tx-indexedsearch-searchbox-button.submit {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}


.btn-group-vertical > .btn-group > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .btn-group > .tx-indexedsearch-searchbox-button.submit {
  float: none;
}

.btn-group-vertical > .btn + .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit + .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .btn + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit,
.btn-group-vertical > .btn + .btn-group,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .btn-group + .tx-indexedsearch-searchbox-button.submit,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child), .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child), .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit:first-child:not(:last-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child), .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .tx-indexedsearch-searchbox-button.submit:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .tx-indexedsearch-searchbox-button.submit {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .btn-group:first-child:not(:last-child) > .tx-indexedsearch-searchbox-button.submit:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-vertical > .btn-group:last-child:not(:first-child) > .tx-indexedsearch-searchbox-button.submit:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

.btn-group-justified > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-justified > .tx-indexedsearch-searchbox-button.submit,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

.btn-group-justified > .btn-group .btn, .btn-group-justified > .btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-justified > .btn-group .tx-indexedsearch-searchbox-button.submit {
  width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"], .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child [data-toggle="buttons"] > .tx-indexedsearch-searchbox-button.submit input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child [data-toggle="buttons"] > .tx-indexedsearch-searchbox-button.submit input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child [data-toggle="buttons"] > .btn-group > .tx-indexedsearch-searchbox-button.submit input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"],
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child [data-toggle="buttons"] > .btn-group > .tx-indexedsearch-searchbox-button.submit input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control, .input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group .tx-indexedsearch-searchbox-sword.sword {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group .tx-indexedsearch-searchbox-sword.sword:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group .tx-indexedsearch-searchbox-sword.sword {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:not(:first-child):not(:last-child),
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group .tx-indexedsearch-searchbox-sword.sword:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #2e2e2e;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ebebeb;
  border-radius: 0;
}

.input-group-addon.input-sm, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-sm > .input-group-addon.tx-indexedsearch-searchbox-sword.sword,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-sm > .input-group-btn > .input-group-addon.tx-indexedsearch-searchbox-button.submit {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 0;
}

.input-group-addon.input-lg, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group-lg > .input-group-addon.tx-indexedsearch-searchbox-sword.sword,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-lg > .input-group-btn > .input-group-addon.tx-indexedsearch-searchbox-button.submit {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 0;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group .tx-indexedsearch-searchbox-sword.sword:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:first-child > .tx-indexedsearch-searchbox-button.submit,
.input-group-btn:first-child > .btn-group > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:first-child > .btn-group > .tx-indexedsearch-searchbox-button.submit,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:last-child > .tx-indexedsearch-searchbox-button.submit:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:last-child > .btn-group:not(:last-child) > .tx-indexedsearch-searchbox-button.submit {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:last-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group .tx-indexedsearch-searchbox-sword.sword:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:last-child > .tx-indexedsearch-searchbox-button.submit,
.input-group-btn:last-child > .btn-group > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:last-child > .btn-group > .tx-indexedsearch-searchbox-button.submit,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:first-child > .tx-indexedsearch-searchbox-button.submit:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:first-child > .btn-group:not(:first-child) > .tx-indexedsearch-searchbox-button.submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn > .tx-indexedsearch-searchbox-button.submit {
  position: relative;
}

.input-group-btn > .btn + .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn > .tx-indexedsearch-searchbox-button.submit + .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn > .btn + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn > .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn > .tx-indexedsearch-searchbox-button.submit:hover, .input-group-btn > .btn:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn > .tx-indexedsearch-searchbox-button.submit:focus, .input-group-btn > .btn:active, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn > .tx-indexedsearch-searchbox-button.submit:active {
  z-index: 2;
}


.input-group-btn:first-child > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:first-child > .tx-indexedsearch-searchbox-button.submit,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}


.input-group-btn:last-child > .btn,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .input-group-btn:last-child > .tx-indexedsearch-searchbox-button.submit,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #cc0235;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 0;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #122136;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar {
  position: relative;
  min-height: 69px;
  margin-bottom: 0;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-brand {
  float: left;
  height: 69px;
  padding: 24.5px 0;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 0;
  margin-top: 17.5px;
  margin-bottom: 17.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.navbar-toggle:focus {
  outline: 0;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 12.25px 0;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
  }
}

.navbar-form {
  padding: 10px 0;
  margin-right: 0;
  margin-left: 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control, .navbar-form .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .navbar-form .tx-indexedsearch-searchbox-sword.sword {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control,
  .navbar-form .input-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword,
  .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .navbar-form .input-group .tx-indexedsearch-searchbox-sword.sword {
    width: auto;
  }
  .navbar-form .input-group > .form-control, .navbar-form .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .input-group > .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .navbar-form .input-group > .tx-indexedsearch-searchbox-sword.sword {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 17.5px;
  margin-bottom: 17.5px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-sm > .navbar-btn.tx-indexedsearch-searchbox-button.submit {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .navbar-btn.tx-indexedsearch-searchbox-button.submit {
  margin-top: 23.5px;
  margin-bottom: 23.5px;
}

.navbar-text {
  margin-top: 24.5px;
  margin-bottom: 24.5px;
}

@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: 0;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}

.navbar-default .navbar-brand {
  color: #2e2e2e;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #151515;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #2e2e2e;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #2e2e2e;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: transparent;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: transparent;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #2e2e2e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2e2e2e;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}

.navbar-default .navbar-link {
  color: #2e2e2e;
}

.navbar-default .navbar-link:hover {
  color: #2e2e2e;
}

.navbar-default .btn-link {
  color: #2e2e2e;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #2e2e2e;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #f9f9f9;
  border-color: #e0e0e0;
}

.navbar-inverse .navbar-brand {
  color: #2e2e2e;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #2e2e2e;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #2e2e2e;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #2e2e2e;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #2e2e2e;
  background-color: transparent;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #e0e0e0;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #2e2e2e;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2e2e2e;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #2e2e2e;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #e7e7e7;
}

.navbar-inverse .navbar-link {
  color: #2e2e2e;
}

.navbar-inverse .navbar-link:hover {
  color: #2e2e2e;
}

.navbar-inverse .btn-link {
  color: #2e2e2e;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #2e2e2e;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #cc0235;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #800121;
  background-color: #eeeeee;
  border-color: #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #122136;
  border-color: #122136;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #122136;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #050a10;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777777;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

.btn .badge, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit .badge {
  position: relative;
  top: -1px;
}

.btn-xs .badge, .btn-group-xs > .btn .badge, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .tx-indexedsearch-searchbox-button.submit .badge,
.btn-group-xs > .btn .badge,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .tx-indexedsearch-searchbox-button.submit .badge {
  top: 0;
  padding: 1px 5px;
}

.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #cc0235;
  background-color: #fff;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

.jumbotron > hr {
  border-top-color: #d5d5d5;
}

.container .jumbotron,
.container-fluid .jumbotron {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #2e2e2e;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #cc0235;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #cc0235;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #990228;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #122136;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #122136;
  border-color: #122136;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #5080c5;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #cc0235;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #cc0235;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #cc0235;
  background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #cc0235;
  border-color: #cc0235;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {

}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {

}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {

}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
 
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {

}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {

}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {

}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {

}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #122136;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #122136;
  border-color: #122136;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #122136;
}

.panel-primary > .panel-heading .badge {
  color: #122136;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #122136;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #cc0235;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #cc0235;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 0;
}

.well-sm {
  padding: 9px;
  border-radius: 0;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn, .modal-footer .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit + .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .modal-footer .tx-indexedsearch-searchbox-button.submit + .btn, .modal-footer .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .modal-footer .btn + .tx-indexedsearch-searchbox-button.submit, .modal-footer .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .modal-footer .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn, .modal-footer .btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit + .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .modal-footer .btn-group .tx-indexedsearch-searchbox-button.submit + .btn, .modal-footer .btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .modal-footer .btn-group .btn + .tx-indexedsearch-searchbox-button.submit, .modal-footer .btn-group .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .modal-footer .btn-group .tx-indexedsearch-searchbox-button.submit + .tx-indexedsearch-searchbox-button.submit {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "AileronRegular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "AileronRegular";
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 0 0 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: "\2039";
}

.carousel-control .icon-next:before {
  content: "\203a";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn, .carousel-caption .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .carousel-caption .tx-indexedsearch-searchbox-button.submit {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-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;
  }
}

/*!
 *  Font Awesome 4.6.2 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.6.2");
  src: url("../fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.6.2") format("embedded-opentype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.6.2") format("woff2"), url("../fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.6.2") format("woff"), url("../fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.6.2") format("truetype"), url("../fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.6.2#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.fa, .ce-uploads-element-link:after, .ion2sdownloadteaser .ion2sdownloadteaser-a:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left, .fa-pull-left.ce-uploads-element-link:after, .ion2sdownloadteaser .fa-pull-left.ion2sdownloadteaser-a:after {
  margin-right: .3em;
}

.fa.fa-pull-right, .fa-pull-right.ce-uploads-element-link:after, .ion2sdownloadteaser .fa-pull-right.ion2sdownloadteaser-a:after {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left, .pull-left.ce-uploads-element-link:after, .ion2sdownloadteaser .pull-left.ion2sdownloadteaser-a:after {
  margin-right: .3em;
}

.fa.pull-right, .pull-right.ce-uploads-element-link:after, .ion2sdownloadteaser .pull-right.ion2sdownloadteaser-a:after {
  margin-left: .3em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

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

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

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

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

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

.fa-th:before {
  content: "";
}

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

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

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

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

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

.fa-signal:before {
  content: "";
}

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

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

.fa-home:before {
  content: "";
}

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

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

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

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

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

.fa-inbox:before {
  content: "";
}

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

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

.fa-refresh:before {
  content: "";
}

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

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

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

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

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

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

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

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

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

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

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

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

.fa-list:before {
  content: "";
}

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

.fa-indent:before {
  content: "";
}

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

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

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

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

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

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

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

.fa-arrows:before {
  content: "";
}

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

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

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

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

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

.fa-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "";
}

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

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

.fa-ban:before {
  content: "";
}

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

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

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

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

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

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

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

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

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

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

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

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

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

.fa-retweet:before {
  content: "";
}

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

.fa-folder:before {
  content: "";
}

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

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

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

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

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

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

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

.fa-key:before {
  content: "";
}

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

.fa-comments:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "";
}

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

.fa-upload:before {
  content: "";
}

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

.fa-phone:before {
  content: "";
}

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

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

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

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

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

.fa-feed:before,
.fa-rss:before {
  content: "";
}

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

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

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

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

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

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

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

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

.fa-paperclip:before {
  content: "";
}

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

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

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

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

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

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

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

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

.fa-money:before {
  content: "";
}

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

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

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

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

.fa-columns:before {
  content: "";
}

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

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-linkedin-in:before {
  content: "";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

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

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

.fa-exchange:before {
  content: "";
}

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

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

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

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

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

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

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

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

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

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-tv:before,
.fa-television:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

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

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

/**
* SassFlexbox
* Manage Flexbox in Sass easily.
*
* @author     Samuel Marchal (zessx)
* @version    0.1
*/
/*
    Display
 */
#section-content-half .row.flex-height, #section-content-half .outer-box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/*
    Flex direction
 */
/*
    Flex wrap
 */
/*
    Flex flow
 */
/*
    Order
 */
/*
    Flex grow
 */
/*
    Flex shrink
 */
/*
    Flex basis
 */
/*
    Flex
 */
/*
    Justify content
 */
#section-content-half .outer-box + .outer-box, #section-content-half .outer-box-partner + .outer-box-partner, #section-content-half .outer-box-partner + .outer-box-partner + .outer-box-partner {
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -webkit-flex-pack: start;
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#section-content-half .outer-box {
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*
    Align items
 */
/*
    Align self
 */
/*
    Align content
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

b,
strong {
  font-family: "AileronBold";
  font-weight: inherit;
}

small,
.small {
  font-size: 90%;
}

i {
  font-family: "AileronItalic";
  font-style: inherit;
}

.m-t-30 {
  margin-top: 30px;
}

.page-wrap {
  position: relative;
  min-height: 100vh;
}

h1 {
  font-size: 2.143em;
  font-family: "AileronBold";
  margin-top: 0;
}

h2 {
  font-size: 1.429em;
  font-family: "AileronBold";
}

h3 {
  font-size: 1.429em;
  font-family: "AileronLight";
}

/*
 * module:buttons
 */
.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: none;
  font-family: "AileronLight";
}

.btn:active, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:active, .btn:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:focus, .btn:active:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:active:focus {
  outline: none;
}

.btn-lg, .btn-group-lg > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit {
  /*padding: 19px 59px 17px 30px;*/
  padding: 13px 59px 10px 28px;
}

.btn-lg.no-icon, .btn-group-lg > .no-icon.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .no-icon.tx-indexedsearch-searchbox-button.submit {
  padding: 19px 30px 17px 30px;
}

.btn-lg > i, .btn-group-lg > .btn > i, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-lg > .tx-indexedsearch-searchbox-button.submit > i, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit > i {
  margin-left: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn-lg > i:before, .btn-group-lg > .btn > i:before, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-lg > .tx-indexedsearch-searchbox-button.submit > i:before, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit > i:before {
  font-size: 1.4em;
  position: relative;
  top: 3px;
}

.btn-totop {
  opacity: 0.8;
  filter: alpha(opacity=80);
  background-color: white;
  bottom: 2%;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  font-size: 2.5rem;
  height: 30px;
  position: fixed;
  right: 2%;
  text-align: center;
  width: 40px;
}

.btn-totop .fa, .btn-totop .ce-uploads-element-link:after, .btn-totop .ion2sdownloadteaser .ion2sdownloadteaser-a:after, .ion2sdownloadteaser .btn-totop .ion2sdownloadteaser-a:after {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.special-more-link, .special-more-link-v_2 > a {
  font-size: 1.286em;
  color: #d4d5d5;
  display: inline-block;
  position: relative;
  font-family: "AileronLight";
}

.special-more-link > span, .special-more-link-v_2 > a > span {
  display: inline-block;
  width: auto;
  min-width: auto;
  overflow: hidden;
  margin-right: 5px;
  float: left;
  white-space: normal;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 991px) {
  .special-more-link > span, .special-more-link-v_2 > a > span {
    min-width: 0;
    width: 0;
    white-space: nowrap;
  }
}

.special-more-link > span + i, .special-more-link-v_2 > a > span + i {
  font-size: 1.4em;
  position: absolute;
  top: -2px;
}

.special-more-link-v_2 > a > span + i {
  top: -1px;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(18, 33, 54, 0.8);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}

/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(18, 33, 54, 0.8);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.4);
}
/*
::-webkit-scrollbar-thumb:window-inactive {
  background-color: rgba(30, 30, 30, 0.2);
}
*/

/**/
.background-color-gray-light {
  background-color: #f9f9f9;
  color: #9c9e9f;
}

.section-content {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 2em;
  padding-bottom: 3.429em;
}

.section-content h2 {
  font-size: 3.571em;
  margin-bottom: 14px;
}

@media (max-width: 991px) {
  .section-content h2 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.section-content h2 + p {
  font-size: 1.286em;
  font-family: "AileronLight";
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .section-content h2 + p {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#section-customers .logos .inner {
  padding: 10px;
}

@media (min-width: 991px) {
  #section-customers .logos .inner {
    padding: 25px;
  }
}

#section-customers .logos .inner a > img,
#section-customers .logos .inner > img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.4;
  filter: alpha(opacity=40);
  width: 50%;
  margin: 0 auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 991px) {
  #section-customers .logos .inner a > img,
  #section-customers .logos .inner > img {
    width: 100%;
    margin: 0 auto;
  }
}

#section-customers .logos .inner a > img:hover,
#section-customers .logos .inner > img:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}

#section-customers .flex-container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-wrap: wrap;
  justify-content: space-around;
}

#section-customers .flex-container__item {
  padding: 5px 15px;
  flex: 0 1 200px;
  line-height: 50px;
  text-align: center;
}

@media (max-width: 767px) {
  #section-content-half .row.flex-height {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#section-content-half .outer-box {
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-content-half .outer-box .special-more-link, #section-content-half .outer-box .special-more-link-v_2 > a {
  top: 10px;
}

#section-content-half .outer-box .inner-box {
  width: 80%;
  padding: 80px 0 72px 0;
}

@media (max-width: 767px) {
  #section-content-half .outer-box .inner-box {
    width: 100%;
  }
}

#section-content-half .outer-box .inner-box .outer-box-image {
  width: 10%;
}

#section-content-half .outer-box .inner-box .outer-box-image .inner-box-image img {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 65%;
}

#section-content-half .outer-box .inner-box .outer-box-image .inner-box-image i {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 3em;
}

#section-content-half .outer-box .inner-box .inner-box-text {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-content-half .outer-box .inner-box .inner-box-text .inner-box-text-title {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 2.143em;
  font-size: 30px;
  font-family: "AileronLight";
  margin-top: 7px;
}

#section-content-half .outer-box .inner-box .inner-box-text .inner-box-text-title > a {
  line-height: 3.2rem;
}

#section-content-half .outer-box .inner-box-text-txt,
#section-content-half .outer-box .inner-box .inner-box-text .inner-box-text-txt {
  font-size: 1.286em;
  font-family: "AileronLight";
}

#section-content-half .outer-box .inner-box .inner-box-list {
  margin-top: 30px;
}

#section-content-half .outer-box .inner-box .inner-box-list > li {
  border-bottom: 1px solid #ebebeb;
  padding-top: 12px;
  padding-bottom: 10px;
}

#section-content-half .outer-box .inner-box .inner-box-list > li > a {
  font-size: 1.286em;
  font-size: 18px;
  font-family: "AileronLight";
  color: #777777;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-content-half .outer-box .inner-box .inner-box-list > li > a > img {
  margin-right: 10px;
  width: 4%;
  height: auto;
  vertical-align: bottom;
}

@media (max-width: 991px) {
  #section-content-half .outer-box .inner-box .inner-box-list > li > a > img {
    width: 6%;
  }
}

#section-content-half .outer-box .inner-box .inner-box-list > li > a > i {
  margin-right: 5px;
  font-size: 1.286em;
}

#section-content-half .outer-box .inner-box .inner-box-list > li > a > i.icon {
  margin-right: 20px;
  float: right;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-content-half .outer-box .inner-box .inner-box-list > li:hover > a {
  color: #cc0235;
}

#section-content-half .outer-box .inner-box .inner-box-list > li:hover > a > i.icon {
  margin-right: 10px;
}

#section-content-half .outer-box .inner-box .inner-box-list > li:first-child {
  border-top: 1px solid #ebebeb;
}

@media (max-width: 991px) {
  #section-content-half .outer-box .inner-box.inner-box-partner {
    width: 100%;
  }
}

#section-content-half .outer-box:hover .special-more-link, #section-content-half .outer-box:hover .special-more-link-v_2 > a {
  color: #cc0235;
}

#section-content-half .outer-box:hover .special-more-link > span, #section-content-half .outer-box:hover .special-more-link-v_2 > a > span {
  width: 100%;
  margin-right: calc(25px + 10px);
  white-space: normal;
}

#section-content-half .outer-box:hover .special-more-link > span + i, #section-content-half .outer-box:hover .special-more-link-v_2 > a > span + i {
  right: 0;
}

@media (min-width: 767px) {
  #section-content-half .outer-box:hover .special-more-link > span, #section-content-half .outer-box:hover .special-more-link-v_2 > a > span {
    margin-right: calc(25px + 10px);
    white-space: nowrap;
  }
}

#section-content-half .outer-box:hover .inner-box .inner-box-text .inner-box-text-title {
  color: #cc0235;
}

@media (min-width: 767px) {
  #section-content-half .outer-box:hover {
    background-color: #f9f9f9;
  }
  #section-content-half .outer-box:hover .inner-box .outer-box-image {
    width: 13%;
  }
  #section-content-half .outer-box:hover .inner-box .outer-box-image .inner-box-image i {
    font-size: 4.286em;
    color: #cc0235;
  }
  #section-content-half .outer-box:hover .inner-box .outer-box-image .inner-box-image img {
    width: 100%;
  }
  #section-content-half .outer-box:hover .inner-box .inner-box-text {
    padding-left: 20px;
  }
  #section-content-half .outer-box:hover .inner-box .inner-box-text .inner-box-text-title {
    color: #cc0235;
  }
  #section-content-half .outer-box:hover .inner-box .inner-box-text .inner-box-text-title > a {
    color: #cc0235;
  }
}

#section-content-half .outer-box.outer-box-has-image .inner-box {
  width: 100%;
  padding: 0;
}

#section-content-half .outer-box.outer-box-has-image .inner-box img {
  width: 100%;
}

#section-content-half .outer-box.outer-box-default .inner-box {
  padding-top: 32px;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #section-content-half .outer-box.outer-box-default .inner-box {
    padding-bottom: 30px;
  }
}

#section-content-half .outer-box.outer-box-default:hover .inner-box .inner-box-text {
  padding-left: 0;
}

#section-content-half .outer-box.outer-box-default:hover .inner-box .inner-box-text .inner-box-text-title {
  color: inherit;
}

#section-content-half .outer-box + .outer-box {
  border-right: 0;
}

#section-content-half .outer-box-partner + .outer-box-partner {
  border-right: 1px solid #ebebeb;
}

#section-content-half .outer-box-partner + .outer-box-partner + .outer-box-partner {
  border-right: 0;
}

#section-downloads {
  padding-bottom: 7.143em;
  /*
  .row + .row {
    margin-top: 20px;
  }
  */
}

#section-downloads .inner-box > a {
  color: #2e2e2e;
}

#section-downloads .inner-box > a > i {
  font-size: 6em;
  color: #49555d;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-downloads .inner-box > a > span {
  margin-top: 20px;
  display: block;
  font-family: "AileronLightItalic";
  font-size: 1.286em;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-downloads .inner-box > a:hover > i,
#section-downloads .inner-box > a:hover > span {
  color: #cc0235;
}

@media (max-width: 767px) {
  #section-downloads .inner-box {
    margin-bottom: 30px;
  }
}

#section-downloads .flex-container {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
}

#section-downloads .flex-container__item {
  padding: 5px 15px;
  line-height: 50px;
  text-align: center;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
@media (max-width: 600px) {
  #section-downloads .flex-container__item {
    display: block;
  }
  #section-downloads .flex-container__item .inner-box {
    margin: 1rem auto;
  }
}

#section-downloads .flex-container__item .inner-box {
  width: 200px;
}

#section-downloads .flex-container__item span {
  display: block;
  margin-top: 20px;
  line-height: 24px;
}

@media (max-width: 991px) {
  #section-teasers .container {
    width: 100%;
  }
}

#section-teasers .outer-box {
  /*
    &:first-child {
      border-left: 1px solid $border-color;
    }
    &:last-child {
      border-left: 1px solid $border-color;
    }
    */
}

@media (max-width: 767px) {
  #section-teasers .outer-box {
    border-bottom: 1px solid #ebebeb;
  }
  #section-teasers .outer-box:last-child {
    border-bottom: 0;
  }
}

#section-teasers .outer-box .inner-box {
  padding: 65px 25px 15px 30px;
  position: relative;
}

@media (max-width: 991px) {
  #section-teasers .outer-box .inner-box {
    padding: 80px 15px 15px 15px;
  }
}

#section-teasers .outer-box .inner-box:before {
  content: '';
  height: 213px;
  height: 219px;
  width: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #ebebeb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-teasers .outer-box .inner-box .inner-box-icon {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 2.4em;
}

#section-teasers .outer-box .inner-box .inner-box-title-top {
  color: #cc0235;
}

#section-teasers .outer-box .inner-box .inner-box-title-bottom {
  font-family: "AileronBold";
  font-size: 1.714em;
}

#section-teasers .outer-box .inner-box .inner-box-title-bottom > a {
  color: inherit;
}

#section-teasers .outer-box .special-more-link, #section-teasers .outer-box .special-more-link-v_2 > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  top: 4px;
}

#section-teasers .outer-box.outer-box-background-image {
  border-right: 0;
  background-repeat: no-repeat;
  margin-bottom: -50px;
  background-size: cover;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  overflow: hidden;
}

#section-teasers .outer-box.outer-box-background-image .inner-box {
  padding-top: 115px;
}

#section-teasers .outer-box.outer-box-background-image .inner-box .inner-box-icon {
  top: 60px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-teasers .outer-box.outer-box-background-image .inner-box .inner-box-icon,
#section-teasers .outer-box.outer-box-background-image .inner-box .inner-box-title-top,
#section-teasers .outer-box.outer-box-background-image .inner-box .inner-box-title-bottom,
#section-teasers .outer-box.outer-box-background-image .inner-box .special-more-link,
#section-teasers .outer-box.outer-box-background-image .inner-box .special-more-link-v_2 > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-teasers .outer-box.outer-box-background-image .inner-box .inner-box-background-image {
  background-size: cover;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  bottom: -284px;
  left: 0;
  width: 100%;
  height: 100%;
}

#section-teasers .outer-box.outer-box-background-image:hover .inner-box {
  /*
          &:before {
            opacity: 1;
          }
          */
}

#section-teasers .outer-box.outer-box-background-image:hover .inner-box .inner-box-background-image {
  opacity: 1;
  bottom: 0;
}

#section-teasers .outer-box.outer-box-background-image:hover .inner-box .inner-box-icon {
  top: 10px;
}

#section-teasers .outer-box.outer-box-background-image:hover .inner-box .inner-box-icon,
#section-teasers .outer-box.outer-box-background-image:hover .inner-box .inner-box-title-top,
#section-teasers .outer-box.outer-box-background-image:hover .inner-box .inner-box-title-bottom,
#section-teasers .outer-box.outer-box-background-image:hover .inner-box .special-more-link,
#section-teasers .outer-box.outer-box-background-image:hover .inner-box .special-more-link-v_2 > a {
  color: #fff;
}

#section-teasers .outer-box.outer-box-background-image:hover .special-more-link, #section-teasers .outer-box.outer-box-background-image:hover .special-more-link-v_2 > a {
  color: #cc0235;
}

#section-teasers .outer-box:hover .special-more-link, #section-teasers .outer-box:hover .special-more-link-v_2 > a {
  color: #cc0235;
}

#section-teasers .outer-box:hover .inner-box:before {
  height: 100%;
}

#section-teasers .outer-box:last-child .inner-box:after {
  content: '';
  height: 213px;
  height: 219px;
  width: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #ebebeb;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#section-teasers .outer-box:last-child:hover .inner-box:after {
  height: 100%;
}

.section-header-image {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 5;
}

.section-header-image > div {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.section-header-image .frame-ce-hero-image  .ce-textpic,
.section-header-image .frame-ce-hero-image .ce-image {
	height: 100%;
}

.section-header-image .news img,
.section-header-image .frame-ce-hero-image--condensed img,
.section-header-image .frame-ce-hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.section-header-image .news {
  height: 100%;
}


.xmarketing .frame-fullimage-box {
	max-width: none;
}
.xmarketing .frame-fullimage-box .page-ce-fullimage-background {
	overflow: hidden;
}
.xmarketing .frame-fullimage-box .page-ce-fullimage-background img {
	width: 100%;
	height: auto;
}

.xmarketing .frame-fullimage-box .more {
	color: #fff;
    background-color: #122136;
    padding: 13px 59px 10px 28px;
	font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
	position: relative;
	margin-top: 15px;
	display: inline-block;
}

.xmarketing .frame-fullimage-box .more:before {
	content:'\0044';
	
	display: inline-block;
    font-family: 'font uniserv';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	
	font-size: 1.4em;
    position: absolute;
    top: 10px;
    right: 15px;
}


.frame-ce-hero-image {
  height: 450px;
}

.frame-ce-hero-image header {
    width: 1170px;
    max-width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.frame-ce-hero-image header h1 {
    display: table;
    font-size: 1em;
    background: #122136;
    padding: 5px 25px;
    margin: 0;
    color: #fff;
    position: absolute;
    top: 50%;
    left: -25px;
    transform: translateY(10px);
    width: 880px;
    min-height: 106px;
    max-width: 100%;
}

.frame-ce-hero-image header h1 > span {
    display: table-cell;
    width: 100%;
    font-size: 2.429em;
    line-height: 1.18em;
    hyphens: auto;
    vertical-align: middle;
}

.frame-ce-hero-image--condensed .ce-textpic, 
.frame-ce-hero-image--condensed {
  height: 155px;
}

.news-page-article .section-header-image {
  height: 155px;
}

.headline-wrapper {
  width: 1170px;
  max-width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.headline-first {
  display: table;
  font-size: 1em;
  background: #122136;
  padding: 5px 25px;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  left: -25px;
  transform: translateY(10px);
  width: 880px;
  min-height: 106px;
  max-width: 100%;
}

.headline-first > span {
  display: table-cell;
  width: 100%;
  font-size: 2.429em;
  line-height: 1.18em;
  hyphens: auto;
  vertical-align: middle;
}

@media (max-width: 1199px) {
  .frame-ce-hero-image header,
   .headline-wrapper {
    width: 940px;
  }
}

@media (max-width: 991px) {
  .frame-ce-hero-image header, 
  .headline-wrapper {
    width: 100%;
  }
  
  .frame-ce-hero-image header h1, 
  .headline-first {
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .headline-first > span {
    font-size: 2.143em;
  }
}

.page-ce h2 {
  margin-top: 35px;
  margin-bottom: 15px;
}

.page-ce a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ce .btn, .page-ce .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .page-ce .tx-indexedsearch-searchbox-button.submit {
  margin-top: 15px;
  position: relative;
}

.page-ce ul > li {
  margin-left: 20px;
  text-indent: -20px;
  margin-bottom: 10px;
  color: #2e2e2e;
}

.page-ce ul > li > a {
  color: #2e2e2e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ce ul > li > a:hover {
  color: #cc0235;
}

.page-ce ul > li:before {
  content: "";
  margin-right: 13px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #cc0235;
  border-radius: 50%;
  margin-bottom: 1px;
}

.frame ul {
  /*padding-left: 0;*/
  list-style: none;
}

.frame ul > li {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #2e2e2e;
  list-style-type: none;
}

@media (min-width: 768px) {
  .frame ul > li {
    margin-left: 0;
  }
}

.frame ul > li > a {
  color: #cc0235;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.frame ul > li > a:hover {
  color: #cc0235;
}

.frame ul > li > a.colored-links {
  color: #cc0235;
}

.frame ul > li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #122136;
  margin-left: -20px;
  position: absolute;
  margin-top: 0.4em;
}

.layout-default .content {
  font-size: 18px;
  line-height: 1.9;
  font-family: "AileronLight";
}

.content #hero-news {
	/*font-size: 14px;*/
}

.content ul {
  /*padding-left: 0;*/
  list-style: none;
}

.content ul > li {
  margin-bottom: 10px;
  margin-left: 20px;
  color: #2e2e2e;
}

@media (min-width: 768px) {
  .content ul > li {
    margin-left: 0;
  }
}

.content ul > li > a {
  color: #2e2e2e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.content ul > li > a:hover {
  color: #cc0235;
}

.content ul > li > a.colored-links {
  color: #cc0235;
}

.content ul > li:before {
  content: "";
  width: 7px;
  height: 7px;
  background-color: #122136;
  margin-left: -20px;
  position: absolute;
  margin-top: 0.4em;
}

.content ul.tx-indexedsearch-browsebox > li {
  margin-left: 0;
}

.content ul.tx-indexedsearch-browsebox > li:before {
  display: none;
}

.content ul.browsebox > li {
  margin-left: 0;
}

.content ul.browsebox > li:before {
  display: none;
}

.content ul.overview-link-list-item > li {
  margin-left: 0;
}

.content ul.overview-link-list-item > li:before {
  display: none;
}

.content ul.f3-widget-paginator > li {
  margin-left: 0;
  text-indent: 0;
}

.content ul.f3-widget-paginator > li:before {
  display: none;
}

.content ul.list-tags > li {
  margin-left: 0;
}

.content ul.list-tags > li:before {
  display: none;
}

.content .tx-indexedsearch {
  font-size: 14px;
  line-height: 1.4;
  font-family: AileronRegular;
}

.content ul.csc-uploads li {
  overflow: visible;
}

.content ul.csc-uploads li span {
  display: inline;
}

.csc-header-alignment-right {
  text-align: right;
}

.ce-uploads-fileName {
  text-decoration: underline;
}

.page-ce-fullimage {
  position: relative;
  margin-top: 50px;
}

.page-ce-fullimage .page-ce-fullimage-background {
  background-size: cover;
  width: 100%;
  height: 260px;
}

.page-ce-fullimage .page-ce-fullimage-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.page-ce-fullimage .page-ce-fullimage-inner xh3,
.page-ce-fullimage .page-ce-fullimage-inner .page-ce-fullimage-title-top {
  
  font-size: 1.714em;
  font-family: "AileronLight";
  line-height: 1.2;
}


.page-ce-fullimage-inner h2 {
	font-size: 25px;
	line-height: 28px
}

.page-ce-fullimage-inner h3,
.page-ce-fullimage .page-ce-fullimage-inner .page-ce-fullimage-title-bottom {
	margin-top: 0;
  font-size: 25px;
  font-weight: 500;
  line-height: 28px;
}

.xmarketing .frame .page-ce-fullimage-inner  p {
	margin: 0;
}

.page-ce-fullimage .container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
}

.page-ce-fullimage .container .row {
  height: 100%;
}

.page-ce-fullimage .container .row .col {
  height: 100%;
}

.page-ce-text-image {
  margin-top: 20px;
}

.page-ce-text-image .page-ce-text-image-title {
  font-size: 1.429em;
}

.page-ce-text-image .page-ce-text-image-title > a {
  color: #2e2e2e;
  font-family: "AileronBold";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ce-text-image .page-ce-text-image-title > a:hover {
  color: #cc0235;
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
.csc-textpic-intext-left .csc-textpic-imagewrap, .ce-left.ce-intext .csc-textpic-imagewrap {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

div.csc-textpic-intext-right .csc-textpic-imagewrap,
div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, .ce-right.ce-intext .csc-textpic-imagewrap {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

/* Clear floats after csc-textpic and after csc-textpic-imagerow */
div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
  overflow: hidden;
}

.page-ce-images .row-space {
  margin-right: -15px;
  margin-left: -15px;
}

.page-ce-images .col-space {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.ce_interim-text {
  margin: 0 0 60px 0;
  text-align: center;
}

.ce_interim-text-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 400px);
  padding: 240px 0 160px 0;
  transform: translateY(-240px);
}

.ce_interim-text-background-image {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  object-fit: cover;
}

.ce_interim-text .container {
  position: relative;
  z-index: 1;
  width: 1530px;
  max-width: 100%;
  margin: 80px auto 0 auto;
  text-align: left;
}

.ce_interim-text .container > .row {
  float: right;
  width: 50%;
}

.ce_interim-text-background-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 29%, white 44%, white 100%);
}

.ce_interim-text-background-mask:before, .ce_interim-text-background-mask:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ce_interim-text-background-mask:before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 100%);
}

.ce_interim-text-background-mask:after {
  background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 70%, white 100%);
}

.ce_interim-text-headline {
  font-family: "AileronLight";
  font-weight: 100;
  font-size: 5.4rem;
  line-height: 1.13em;
  color: #2e2e2e;
  padding-right: 20px;
  transition: all 0.6s ease-out;
  transition-delay: .4s;
  transform: translateX(100%);
  opacity: 0;
}

.ce_interim-text-intro {
  transition: all 0.6s ease-out;
  transition-delay: 0.3s;
  transform: translateX(100%);
  opacity: 0;
  font-size: 1.8rem;
  line-height: 1.33em;
}

.ce_interim-text.show .ce_interim-text-headline {
  transform: translateX(0);
  opacity: 0.65;
}

.ce_interim-text.show .ce_interim-text-intro {
  transform: translateX(-180px);
  opacity: 1;
}

.ce_interim-text--left .container > .row {
  float: left;
}

.ce_interim-text--left .ce_interim-text-headline {
  padding-right: 0;
  padding-left: 20px;
  transform: translateX(-100%);
}

.ce_interim-text--left .ce_interim-text-intro {
  transform: translateX(-100%);
}

.ce_interim-text--left .ce_interim-text-background-mask {
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 30%, white 45%, white 100%);
}

.ce_interim-text--left.show.show .ce_interim-text-intro {
  transform: translateX(180px);
}

@media (max-width: 991px) {
  .ce_interim-text {
    margin-bottom: 0;
  }
  .ce_interim-text-background {
    height: 100%;
    width: 100%;
    padding: 0;
    transform: translateY(0);
    overflow: hidden;
  }
  .ce_interim-text-background:after {
    background: rgba(255, 255, 255, 0.65);
  }
  .ce_interim-text-background-image {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .ce_interim-text .container {
    margin: 40px 0 0 0;
  }
  .ce_interim-text .container > .row {
    width: 100%;
    float: none;
    padding: 20px 20px 30px 20px;
  }
  .ce_interim-text-headline {
    padding-left: 80px;
    padding-right: 0;
  }
  .ce_interim-text.show .ce_interim-text-intro {
    transform: translateX(0);
  }
  .ce_interim-text--left .container > .row {
    float: none;
  }
  .ce_interim-text--left .ce_interim-text-headline {
    padding-left: 80px;
  }
  .ce_interim-text--left .ce_interim-text-background:after {
    background: rgba(255, 255, 255, 0.65);
  }
  .ce_interim-text--left.show.show .ce_interim-text-intro {
    transform: translateX(0);
  }
}

@media (max-width: 767px) {
  .ce_interim-text-headline {
    padding-left: 0;
    font-size: 3rem;
  }
  .ce_interim-text--left .ce_interim-text-headline {
    padding-left: 0;
  }
}

.ce-accordion {
  margin: 0 0 40px 0;
}

.ce-accordion-panel {
  border: 0;
  box-shadow: none;
  margin-left: 2rem;
}

.frame-layout-1  .ce-accordion-panel div.ce-accordion-header {
  background-color: transparent;
  padding: 0;
  border-bottom: 1px solid rgba(46, 46, 46, 0.25);
}

.ce-accordion-panel div.ce-accordion-header {
  background-color: transparent;
  padding: 15px 0;
  border-bottom: 1px solid rgba(46, 46, 46, 0.25);
}

.frame-layout-1 .ce-accordion-headline {
    font-family: "AileronBold";
    font-size: 2.4rem;
    line-height: 1em;
}

.ce-accordion-headline {
    font-family: "AileronLight";
	font-size: 1.429em;
    line-height: 1em;
}


.ce-accordion-link {
  display: block;
  padding: 25px 50px 25px 0;
  transition: color 0.3s ease-out;
  position: relative;
}

.ce-accordion-link:hover {
  color: #cc0235;
}

.ce-accordion-link .ce-accordion-icon {
  transform: translateY(-50%) rotate(45deg);
}

.ce-accordion-link.collapsed .ce-accordion-icon {
  transform: translateY(-50%) rotate(0);
}

.ce-accordion-icon {
  font-size: 2rem;
  line-height: 1.2em;
  position: absolute;
  top: 50%;
  right: 25px;
  transition: all 0.3s ease-out;
}

.ce-accordion-body {
  border: 0 !important;
  padding: 30px 0;
}

.xmarketing .frame-wideframe .ce-accordion-body .frame-default {
	padding-right: 0;
}


@media (max-width: 767px) {
  #section-content .xmarketing .ce-accordion-body .frame {
    padding-right: 0;
    padding-left: 0;
  }
}

.ce-uploads {
  margin: 0 -10px 60px -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.ce-uploads li.ce-uploads-element {
  margin: 0 10px;
  text-indent: 0;
  width: calc(33.333% - 20px);
  height: 210px;
  position: relative;
}

.ce-uploads li.ce-uploads-element:before {
  content: none;
}

.ce-uploads li.ce-uploads-element:nth-of-type(n+4) {
  margin-top: 30px;
}

.ce-uploads-element-link {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.ce-uploads-element-link:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  line-height: 1em;
  transition: all 0.3s ease-out;
  color: #2e2e2e;
  opacity: 0.65;
}

.ce-uploads-element-link:hover {
  background: #122136;
  padding-bottom: 20px;
  border-color: #122136;
}

.ce-uploads-element-link:hover:after {
  color: #ffffff;
  opacity: 1;
}

.ce-uploads-element-link:hover .ce-uploads-element-image {
  opacity: 0.2;
}

.ce-uploads-element-link:hover .ce-uploads-element-description,
.ce-uploads-element-link:hover .ce-uploads-element-title {
  color: #ffffff;
}

.ce-uploads-element-image {
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: auto;
  transition: opacity 0.3s ease-out;
  opacity: 0.1;
}

.ce-uploads-element-headline {
  width: 100%;
  padding: 0 20px 15px 20px;
}

.ce-uploads-element-description, .ce-uploads-element-title {
  transition: color 0.3s ease-out;
  display: block;
  min-height: 1em;
}

.ce-uploads-element-description {
  font-size: 1.4rem;
  line-height: 1.286em;
  color: #cc0235;
}

.ce-uploads-element-title {
  font-family: "AileronBold";
  font-size: 2.1rem;
  line-height: 1.24em;
  color: #2e2e2e;
}

#section-content .frame .ce-uploads {
  padding: 0;
}

@media (max-width: 991px) {
  .ce-uploads li.ce-uploads-element {
    width: calc(50% - 20px);
  }
  .ce-uploads li.ce-uploads-element:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .ce-uploads li.ce-uploads-element {
    width: calc(100% - 20px);
  }
  .ce-uploads li.ce-uploads-element:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .ce-uploads-element-link:hover {
    padding-bottom: 0;
  }
}

.cta-button {
  margin: 0 0 40px 0;
}

.cta-button > a {
  display: inline-block;
  background-color: #122136;
  padding: 10px 14px;
  font-size: 1.5rem;
  line-height: 1.43em;
  border: 1px solid #122136;
  color: #ffffff;
  transition: transform 0.3s ease-out;
  transform: translate3d(0, 0, 0);
}

.cta-button > a:hover {
  transform: translate3d(2px, 2px, 0);
}

.pricetable {
  display: flex;
  flex-flow: row;
  margin-bottom: 3rem;
  margin-top: 3rem;
}

.pricetable ul {
	padding: 0;
}

@media (max-width: 420px) {
  .pricetable {
    flex-flow: column;
  }
}

.pricetable_img {
  position: absolute;
  opacity: 0.2;
  margin: -15px 25%;
  display: block;
  z-index: 0;
}

.pricetable .pricetable__column--1 .column__list {
  text-align: left;
  padding-top: 1px;
}

.pricetable__column {
  background: #f5f5f5;
  font-size: 12px;
  position: relative;
  width: 100%;
}

.pricetable__column:nth-last-of-type(2) {
  background: #122136;
  color: #ffffff;
  transform: scale(1.05);
  z-index: 100;
  box-shadow: 2px 3px 6px 0 #12213624;
  border: none;
}

.pricetable__column:nth-last-of-type(2) .column__list li {
  color: #ffffff;
  border-bottom: 0;
}

.pricetable__column:nth-last-of-type(2):after {
  color: #fff;
}

.pricetable__column:nth-last-of-type(2):hover {
  transform: scale(1.1);
}

.pricetable__column--1 {
  background: #ffffff;
}

.pricetable__column--1 .column__list li:last-child {
  border-bottom: 0;
}

.pricetable__column--2 {
  position: relative;
  background-position: 50% 0;
  border: 1px solid #ebebeb;
}

.pricetable__column--2:after {
  left: 40%;
  transform: translate(-50%, 0);
}

.pricetable__column--3 {
  position: relative;
  background-position: 50% 0;
  border: 1px solid #ebebeb;
}

.pricetable__column--3:after {
  left: 50%;
  transform: translate(-50%, 0);
}

.pricetable__column--4 {
  position: relative;
  background-position: 50% 0;
  border: 1px solid #ebebeb;
}

.pricetable__column--4:after {
  left: 60%;
  transform: translate(-50%, 0);
}

.pricetable__column--2, .pricetable__column--3, .pricetable__column--4, .pricetable__column--5 {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 420px) {
  .pricetable__column--2, .pricetable__column--3, .pricetable__column--4, .pricetable__column--5 {
    height: 50px;
  }
  .pricetable__column--2::after, .pricetable__column--3::after, .pricetable__column--4::after, .pricetable__column--5::after {
    left: 33%;
    right: 33%;
  }
  .pricetable__column--2.listopen, .pricetable__column--3.listopen, .pricetable__column--4.listopen, .pricetable__column--5.listopen {
    height: 100%;
  }
}

@media (max-width: 420px) and (max-width: 420px) {
  .pricetable__column--2.listopen, .pricetable__column--3.listopen, .pricetable__column--4.listopen, .pricetable__column--5.listopen {
    padding-top: 10px;
    z-index: 99 !important;
  }
}

.pricetable__column--2::after, .pricetable__column--3::after, .pricetable__column--4::after, .pricetable__column--5::after {
  font-family: "FontAwesome";
  opacity: 0.1;
  position: absolute;
  top: 20px;
  font-size: 60px;
}

.pricetable__column--2:hover, .pricetable__column--3:hover, .pricetable__column--4:hover, .pricetable__column--5:hover {
  transform: scale(1.1);
  z-index: 101;
}

.pricetable__column--2::after {
  content: "\f1db";
}

.pricetable__column--3::after {
  content: "\f08a";
}

.pricetable__column--4::after {
  content: "\f006";
}

.pricetable .column__list {
  text-align: center;
}

.pricetable .column__list > li {
  padding: 0 8px 4px 8px;
  white-space: nowrap;
  border-bottom: 1px solid #ebebeb;
}

@media (max-width: 767px) {
  .pricetable .column__list > li {
    margin: 0;
  }
}

@media (min-width: 420px) and (max-width: 767px) {
  .pricetable .column__list > li {
    font-size: 0.9rem;
    padding: 3px 3px 2px 2px;
  }
}

.pricetable .column__list > li:last-child {
  border-bottom: none;
}

.pricetable .column__list > li:nth-last-child(2) {
  font-family: "AileronBold";
  font-size: 1.3rem;
  border-bottom: 0;
}

@media (max-width: 767px) {
  .pricetable .column__list > li:nth-last-child(2) {
    font-size: 1.2rem;
  }
}

.pricetable .column__list > li:nth-last-child(3) {
  border-bottom: 0;
}

.pricetable .column__list .price {
  font-weight: bold;
  border-bottom: none;
}

.pricetable .column__list .action a {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
  padding: 10px 5px;
  display: block;
  background: #122136;
  font-size: 1em;
  max-width: 130px;
  margin: 0 auto;
}

@media (min-width: 420px) and (max-width: 767px) {
  .pricetable .column__list .action a {
    font-size: 0.9rem;
  }
}

.pricetable .column__list .fa, .pricetable .column__list .ce-uploads-element-link:after, .pricetable .column__list .ion2sdownloadteaser .ion2sdownloadteaser-a:after, .ion2sdownloadteaser .pricetable .column__list .ion2sdownloadteaser-a:after {
  font-size: 1.7rem;
}

.pricetable .column__caption {
  font-size: 1.8rem;
  font-family: "AileronBold";
  text-align: center;
  padding: 20px 5px;
}

@media (max-width: 420px) {
  .pricetable .column__caption {
    line-height: 1rem;
  }
}

.content .pricetable li:before {
  display: none;
}

/*
 * navbar:meta
 */
.section-top-bar {
  height: 50px;
}

.section-top-bar:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 30;
}

@media (max-width: 991px) {
  .section-top-bar {
    border-top: 1px solid #ebebeb;
    border-bottom: 0;
  }
  .section-top-bar .container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .section-top-bar {
    height: auto;
  }
}

.section-top-bar .phone-number i {
  font-size: 0.857em;
  line-height: 20px;
  float: left;
  margin-right: 5px;
}

.section-top-bar .top-bar-left-content {
  padding-top: 15px;
}

@media (max-width: 767px) {
  .section-top-bar .top-bar-left-content {
    padding-left: 30px;
    border-bottom: 1px solid #ebebeb;
  }
  .section-top-bar .top-bar-left-content.visible-xs.top-bar-left-content-bottom {
    width: 100%;
    right: 0;
    border-top: 1px solid #ebebeb;
  }
}

.section-top-bar .top-bar-left-content ul {
  margin-bottom: 0;
}

.section-top-bar .top-bar-left-content .phone-number {
  margin-right: 30px;
}

.section-top-bar .top-bar-left-content .phone-number a {
  color: #96a5b5;
}

@media (max-width: 991px) {
  .section-top-bar .top-bar-left-content .phone-number {
    margin-left: 20px;
  }
}

.section-top-bar .top-bar-left-content.top-bar-left-content-bottom {
  background-color: #f9f9f9;
  border-top: 1px solid #ebebeb;
  padding-bottom: 12px;
}

@media (max-width: 991px) {
  .section-top-bar .top-bar-right-content .phone-number {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-top-bar .top-bar-right-content.col-xs-18 {
    width: 100%;
    left: 0;
  }
}

.section-top-bar .top-bar-right-content ul {
  margin-bottom: 0;
  height: 50px;
  margin-right: 110px;
}

.section-top-bar .top-bar-right-content ul > li {
  height: 100%;
  padding-right: 15px;
}

.section-top-bar .top-bar-right-content ul > li:first-child {
  padding-left: 10px;
}

.section-top-bar .top-bar-right-content ul > li > a {
  display: inline-block;
  padding-top: 15px;
  color: #96a5b5;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-top-bar .top-bar-right-content ul > li > a:hover {
  color: white;
}

.section-top-bar .top-bar-right-content ul > li.active > a {
  color: white;
}

.section-top-bar .top-bar-right-content ul.list-first {
  margin-right: 5px;
  display: flex;
}

.section-top-bar .top-bar-right-content ul.list-second > li {
  padding-left: 20px;
  padding-right: 20px;
}

.section-top-bar .top-bar-right-content ul.list-second > li > a {
  color: #96a5b5;
  height: 100%;
  width: 100%;
}

.section-top-bar .top-bar-right-content ul.list-second > li > a > i {
  font-size: 1.4em;
}





.section-top-bar .top-bar-right-content form button.reset {
  background-color: #f9f9f9 !important;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 9px;
}

.section-top-bar .top-bar-right-content form button.reset .icon-bar {
  background-color: #2e2e2e;
  border-radius: 0px;
  width: 27px;
  height: 3px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.section-top-bar .top-bar-right-content form button.reset .icon-bar {
  margin-top: 5px;
}

.section-top-bar .top-bar-right-content form button.reset .icon-bar.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  position: relative;
  left: 3px;
  top: 2px;
}

.section-top-bar .top-bar-right-content form button.reset .icon-bar.middle-bar {
  opacity: 0;
}

.section-top-bar .top-bar-right-content form button.reset .icon-bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  position: relative;
  left: 3px;
}

@media (min-width: 562px) and (orientation: landscape) and (max-width: 767px) {
  .section-top-bar .top-bar-right-content {
    width: 63.11111%;
    left: 36.88889%;
  }
  .section-top-bar .top-bar-left-content.top-bar-left-content-bottom {
    width: 36.88889%;
    right: 63.11111%;
    border-top: none;
    padding-left: 10px;
  }
}

/*
 * navbar:main
 */
#navbar-main {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 25;
}

@media (max-width: 991px) {
  #navbar-main {
    position: static;
  }
}

#navbar-main:after {
  z-index: -20;
  content: "";
  position: absolute;
  top: -50px;
  height: 130px;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), #154b8a);
  width: 99.6vw;
  overflow: visible;
}

#navbar-main .navbar {
  border: 0;
  background: transparent;
}

@media (max-width: 991px) {
  #navbar-main .navbar {
    background: #ffffff;
  }
  #navbar-main .navbar .container {
    position: relative;
    width: 100%;
  }
  #navbar-main .navbar .container .navbar-header, #navbar-main .navbar .container #navbar {
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#navbar-main .navbar .navbar-header .navbar-brand {
  padding-top: 14px;
  z-index: 21;
  position: relative;
}

#navbar-main .navbar #navbar > ul > li {
  z-index: 26;
}

#navbar-main .navbar #navbar > ul > li > a {
  font-size: 1.286em;
  color: rgba(255, 255, 255, 0.6);
  padding: 24px 22px 17px 22px;
  position: relative;
  z-index: 21;
  font-family: "AileronLight";
  -webkit-touch-callout: default;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#navbar-main .navbar #navbar > ul > li > a:before {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#navbar-main .navbar #navbar > ul > li > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: transparent;
}

#navbar-main .navbar #navbar > ul > li > a:hover {
  color: white;
}
/*
#navbar-main .navbar #navbar > ul > li:last-child {
	padding: 10px 0px 5px 0px;
}
#navbar-main .navbar #navbar > ul > li:last-child a {
    background-color: #fff;
    color: #2864aa !important;
    padding: 14px 22px 12px 22px;
}
*/

#navbar-main .navbar .container {
	position: relative;
}

#navbar-main .navbar #navbar > ul > li.lastitem {
    position: absolute;
    left: 100%;
    width: auto;
    display: block;
    white-space: nowrap;
    float: none;
    margin-left: 20px;
	padding-top: 10px;
	z-index: 10;
}

#navbar-main .navbar #navbar > ul > li.lastitem a {
    background-color: #fff;
    color: #2864aa !important;
    padding: 14px 22px 12px 22px;
}

@media (max-width: 1440px) {
	  
  #navbar-main .navbar #navbar > ul > li.lastitem {
	  top: 50px;
	  right: 0;
	  left: initial;
  }
  
}

@media (max-width: 1199px) {
  #navbar-main .navbar #navbar > ul > li > a {
    padding-left: 11px;
    padding-right: 11px;
  }
  

}

@media (max-width: 991px) {
  #navbar-main .navbar #navbar > ul > li > a {
    padding: 15px 11px;
    color: #2e2e2e;
    width: calc(100% - 40px);
  }
  #navbar-main .navbar #navbar > ul > li > a:hover {
    color: inherit;
  }
  
	#navbar-main .navbar #navbar > ul > li.lastitem {
		position: static;
		margin: 0;
		padding: 0;
	}
  
	#navbar-main .navbar #navbar > ul > li.lastitem a {
		background-color: transparent;
		color: #2e2e2e !important;
		padding: 15px 11px;
	}
}

#navbar-main .navbar #navbar > ul > li > a + a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.571em;
  height: 40px;
  width: 40px;
  padding-left: 25px;
  padding-right: 15px;
  background-color: #ebebeb;
}

#navbar-main .navbar #navbar > ul > li > a + a:before, #navbar-main .navbar #navbar > ul > li > a + a:after {
  content: "";
  position: absolute;
  background-color: #2e2e2e;
  transition: transform 0.3s ease-out;
}

#navbar-main .navbar #navbar > ul > li > a + a:before {
  top: 10px;
  left: 50%;
  width: 4px;
  height: 20px;
  margin-left: -2px;
}

#navbar-main .navbar #navbar > ul > li > a + a:after {
  top: 50%;
  left: 10px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
}

@media (max-width: 991px) {
  #navbar-main .navbar #navbar > ul > li > a + a {
    margin-top: 5px;
  }
}

#navbar-main .navbar #navbar > ul > li.active > a:first-child {
  color: #ffffff;
}

#navbar-main .navbar #navbar > ul > li.active > a:first-child:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffffff;
}

@media (max-width: 991px) {
  #navbar-main .navbar #navbar > ul > li.active > a:first-child:before {
    display: none;
  }
}

@media (max-width: 991px) {
  #navbar-main .navbar #navbar > ul > li.active > a:first-child {
    color: inherit;
  }
}

#navbar-main .navbar #navbar > ul > li.mega-dropdown {
  position: static;
}

#navbar-main .navbar #navbar > ul > li.mega-dropdown.open > a {
  position: relative;
}

#navbar-main .navbar #navbar > ul > li:hover > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #ffffff;
}

@media (max-width: 991px) {
  #navbar-main .navbar #navbar > ul > li.mega-dropdown.open > a:before {
    display: none;
  }
}

#navbar-main .navbar #navbar > ul > li.mega-dropdown.open > a + a {
  position: absolute;
}

@media (max-width: 991px) {
  #navbar-main .navbar #navbar > ul > li.mega-dropdown.open > .dropdown-menu {
    position: static;
    float: none;
    box-shadow: none;
  }
}

@media (max-width: 991px) {
  #navbar-main .navbar #navbar > ul > li.mega-dropdown {
    position: relative;
  }
}

@media (max-width: 991px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}

.navbar-default .navbar-toggle {
  border: 0;
  position: absolute;
  right: 15px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  top: 23px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 15;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #cc0235;
  border-radius: 0px;
  width: 30px;
  height: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-default .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 5px;
}

.navbar-default .navbar-toggle .icon-bar.top-bar {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -moz-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
  position: relative;
  left: 3px;
  top: 0;
}

.navbar-default .navbar-toggle .icon-bar.middle-bar {
  opacity: 0;
}

.navbar-default .navbar-toggle .icon-bar.bottom-bar {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -moz-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
  position: relative;
  left: 3px;
}

.navbar-default .navbar-toggle.collapsed .icon-bar {
  background-color: #2e2e2e;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.top-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  top: 0;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.middle-bar {
  opacity: 1;
}

.navbar-default .navbar-toggle.collapsed .icon-bar.bottom-bar {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  left: 0;
  top: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: transparent;
}

.mega-dropdown-menu {
  z-index: 20;
  overflow: hidden;
  box-shadow: 0px 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu {
  width: 100%;
  max-width: 1170px;
  background-color: #ffffff;
  border: 0;
  margin: 0;
  padding: 20px 25px 30px 25px;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu {
    padding: 10px 20px 20px 20px;
    box-shadow: none;
    transform: translateX(0);
  }
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner .menu-col-item-title {
  font-size: 1.286em;
  letter-spacing: 1.8px;
  margin-bottom: 30px;
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner .menu-col-item-title > a {
  display: inline-block;
  color: rgba(82, 82, 82, 0.7);
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner .menu-col-item-title {
    margin-bottom: 10px;
  }
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner ul.menu-col-item-list > li a {
  display: inline-block;
  font-size: 1em;
  color: rgba(82, 82, 82, 0.7);
  line-height: 2.14em;
  font-family: "AileronLight";
  letter-spacing: 1.4px;
  transform: translateX(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner ul.menu-col-item-list > li a > i {
  margin-right: 10px;
  position: relative;
  top: 3px;
  display: none;
}

@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner ul.menu-col-item-list > li:last-child {
    margin-bottom: 20px;
  }
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner:hover .menu-col-item-title > a,
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner:hover ul.menu-col-item-list > li a {
  color: #525252;
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner .menu-col-item-title > a:hover,
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner ul.menu-col-item-list > li a:hover {
  color: #c73030;
  transform: translateX(5px);
}

@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner:hover .menu-col-item-title > a,
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner:hover ul.menu-col-item-list > li a {
    color: rgba(82, 82, 82, 0.7);
  }
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner .menu-col-item-title > a:hover,
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .menu-col-inner ul.menu-col-item-list > li a:hover {
    color: rgba(82, 82, 82, 0.7);
    transform: translateX(0);
  }
}

.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-second-row,
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-1,
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-2,
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-3,
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-4,
.navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-5 {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-second-row,
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-1,
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-2,
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-3,
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-4,
  .navbar-nav > li > .dropdown-menu.mega-dropdown-menu .container-menu-row-5 {
    border: none;
    margin-top: 0;
    padding-top: 0;
  }
}

#footer {
  border-top: 1px solid #ebebeb;
  background-color: #f9f9f9;
  padding-top: 16px;
  padding-bottom: 14px;
  position: absolute;
  bottom: -50px;
  z-index: 10;
  width: 100%;
}

@media (max-width: 767px) {
  #footer {
    bottom: auto;
  }
}

@media (max-width: 991px) {
  #footer .container {
    width: 100%;
    padding-left: 15px;
  }
}

#footer ul {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #footer ul {
    text-align: center;
    padding-bottom: 18px;
  }
}

#footer ul > li > a {
  color: #9c9e9f;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#footer ul > li > a:hover {
  color: #cc0235;
}

#footer ul.social-media {
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  #footer ul.social-media {
    float: none !important;
    padding-top: 24px;
    padding-bottom: 10px;
    border-top: 1px solid #ebebeb;
  }
}

#footer ul.social-media > li {
  padding-left: 10px;
  padding-right: 10px;
}

#footer ul.social-media > li > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 1.286em;
}

#footer ul.social-media > li > a > i:before {
  position: relative;
  top: 3px;
}

#footer ul.social-media > li.linkedin a:hover {
  color: #0077b5;
}

#footer ul.social-media > li.gplus a:hover {
  color: #dc4e41;
}

#footer ul.social-media > li.twitter a:hover {
  color: #55acee;
}

#footer ul.social-media > li.xing a:hover {
  color: #026466;
}

.no-fullwidth-bottom #footer {
  margin-top: 40px;
}

.breadcrumb {
  margin: 20px 0 35px 0;
  padding: 0;
  background: transparent;
  font-size: 1.4rem;
  line-height: 1.429em;
  color: #6b6b6b;
}

.breadcrumb-item {
  white-space: nowrap;
}

.breadcrumb-item:not(:first-of-type):before {
  content: none;
}

.breadcrumb-item:not(:last-of-type):after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.breadcrumb-item-icon.fa, .breadcrumb-item-icon.ce-uploads-element-link:after, .ion2sdownloadteaser .breadcrumb-item-icon.ion2sdownloadteaser-a:after {
  font-size: 1.6rem;
  line-height: 1.25em;
}

.breadcrumb-item-link {
  display: inline-block;
  color: inherit;
  transition: color 0.3s ease-in-out;
}

.news-page-article .breadcrumb {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .breadcrumb {
    padding: 0 20px;
  }
}

.section-top-bar .top-bar-right-content ul.list-second > li.lang > ul {
  height: auto;
  min-width: 58px;
  margin-left: -1px;
  width: auto;
  float: none;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  box-shadow: 0px 20px 80px 0 rgba(0, 0, 0, 0.2);
}

.section-top-bar .top-bar-right-content ul.list-second > li.lang > ul > li {
  padding-right: 0;
}

.section-top-bar .top-bar-right-content ul.list-second > li.lang > ul > li:first-child {
  padding-left: 0;
}

.section-top-bar .top-bar-right-content ul.list-second > li.lang > ul > li > a {
  padding-bottom: 15px;
  padding-right: 21px;
  padding-left: 19px;
}

#section-content {
  margin-top: 50px;
  min-height: 100vh;
}

.isHomepage #section-content {
	margin-top: 0;
}

#section-content.mb-50 {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  #section-content > .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#section-content .frame > ul {
  padding-left: 30px;
}

#section-content .csc-textpic-imagecolumn {
  float: left;
}

#section-content .csc-textpic-imagecolumn .csc-textpic-image {
  margin: 8px;
}

#section-content .csc-textpic-imagerow {
  position: relative;
}

#section-content .frame-type-image .img-fluid {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

@media (max-width: 767px) {
  #section-content .csc-textpic .csc-textpic-imagewrap {
    float: none;
  }
}

.layout-default.no-breadcrumbs #section-content {
  margin-top: 76px;
}

.layout-default #section-content {
  margin-top: 0;
}

@media (max-width: 1199px) {
  .content div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap,
  .content div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap {
    float: none;
  }
  .content div.csc-textpic-intext-left-nowrap .csc-textpic-text,
  .content div.csc-textpic-intext-right-nowrap .csc-textpic-text {
    margin-right: 0;
    margin-left: 0;
  }
}

.teaser {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 30px 28px;
  position: relative;
  margin-bottom: 30px;
}

.teaser.teaser-background-blue {
  background-color: #122136;
}

.teaser.teaser-background-red {
  background-color: #cc0235;
}

.teaser.teaser-background-gray {
  background-color: #f9f9f9;
}

.teaser.teaser-background-orange {
  background-color: #e16107;
}

.sidebar .csc-header-n1 p,
.sidebar .csc-header-n2 p {
  border: 1px solid #ebebeb;
  border-bottom: 0;
  padding: 30px 28px;
  background-color: #fff;
  font-family: "AileronLight";
  font-size: 1.143em;
  color: #2e2e2e;
  margin-bottom: 0;
}

.sidebar .csc-header-n1 + .teaser,
.sidebar .csc-header-n2 + .teaser {
  border-top: 0;
}

.teaser-text-image-button {
  overflow: hidden;
}

.teaser-text-image-button .teaser-text-top {
  font-family: "AileronLight";
  font-size: 1.143em;
  color: #2e2e2e;
}

.teaser-text-image-button .teaser-title-top {
  font-family: "AileronLight";
  font-size: 1.714em;
  margin: 0;
  line-height: 1em;
}

.teaser-text-image-button .teaser-title-bottom {
  font-size: 1.714em;
  font-weight: 600;
  margin-bottom: 30px;
}

.teaser-text-image-button .teaser-text-top,
.teaser-text-image-button .teaser-title-top,
.teaser-text-image-button .teaser-title-bottom,
.teaser-text-image-button .btn,
.teaser-text-image-button .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit,
.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .teaser-text-image-button .tx-indexedsearch-searchbox-button.submit {
  z-index: 1;
  position: relative;
}

.teaser-text-image-button .teaser-image {
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 0;
}

.teaser-text-image-button .teaser-image > a > img,
.teaser-text-image-button .teaser-image > img {
  float: right;
}

.teaser-text-image-button.teaser-overflow-visible {
  overflow: visible;
}

.teaser-text-image-button.teaser-overflow-visible .teaser-image {
  width: 220px;
  height: 187px;
  position: absolute;
  top: 53%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -40px;
}

.teaser-link-list {
  padding: 0;
}

.teaser-link-list p.teaser-text-top {
  padding: 30px 28px;
  background-color: #fff;
  font-family: "AileronLight";
  font-size: 1.143em;
  color: #2e2e2e;
  margin-bottom: 0;
}

.teaser-link-list a:after {
  margin-right: 10px;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-size: 1.143em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #d4d5d5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.teaser-link-list a:hover:after {
  margin-right: 0;
  color: #cc0235;
}

.list-cat-menu > li > a:after {
  margin-right: 10px;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-size: 1.143em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #d4d5d5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-cat-menu > li > a:hover:after {
  margin-right: 0;
  color: #cc0235;
}

.teaser-text-image-catcher {
  position: relative;
  overflow: hidden;
}

.teaser-text-image-catcher .teaser-text-top {
  font-family: "AileronLight";
  font-size: 0.857em;
  color: #fff;
}

.teaser-text-image-catcher .teaser-text-top.text-label {
  background-color: #cc0235;
  padding: 3px 5px;
  display: inline-block;
}

.teaser-text-image-catcher .teaser-title-top,
.teaser-text-image-catcher .teaser-title-bottom {
  font-size: 0.929em;
  font-family: "AileronBold";
  color: #fff;
}

.teaser-text-image-catcher .teaser-image {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 0;
}

.teaser-text-image-catcher .teaser-catcher {
  width: 30px;
  height: 147px;
  position: absolute;
  right: 81px;
  top: -23px;
}

.teaser-text-image-link {
  padding-bottom: 15px;
  overflow: hidden;
}

.teaser-text-image-link .teaser-text-top {
  font-family: "AileronLight";
  font-size: 1.143em;
  color: #fff;
}

.teaser-text-image-link .teaser-title-top,
.teaser-text-image-link .teaser-title-bottom {
  font-size: 1.714em;
  color: #fff;
  margin-bottom: 0;
  line-height: 1em;
}

.teaser-text-image-link .teaser-title-top {
  margin-bottom: 10px;
  font-family: "AileronLight";
}

.teaser-text-image-link .teaser-image {
  position: absolute;
  top: 15px;
  right: -70px;
  z-index: 0;
}

.teaser-text-image-link a.special-more-link, .teaser-text-image-link .special-more-link-v_2 > a {
  color: #fceef2;
  margin-top: 15px;
}

.teaser-text-image-link.teaser-background-gray .teaser-text-top,
.teaser-text-image-link.teaser-background-gray .teaser-title-top,
.teaser-text-image-link.teaser-background-gray .teaser-title-bottom {
  color: #2e2e2e;
}

.teaser-text-image-link.teaser-background-gray a.special-more-link, .teaser-text-image-link.teaser-background-gray .special-more-link-v_2 > a {
  color: #d4d5d5;
}

.teaser-title-image .teaser-image {
  text-align: center;
}

.teaser-title-image .teaser-image img {
  margin-top: 10px;
}

.teaser-title-image .teaser-text-top {
  margin-top: 0;
  font-family: "AileronLight";
  font-size: 1.143em;
}

.teaser-page-text-2col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
}

.teaser-page-text-2col .container {
  padding: 0 0 100px 0;
}

.teaser-page-text-2col .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teaser-page-text-2col .teaser-page-text-2col-headline {
  font-size: 4.8rem;
  line-height: 1.2em;
  text-align: center;
  margin: 100px 0 40px 0;
  opacity: 0.65;
  width: 100%;
}

.teaser-page-text-2col-intro {
  font-size: 1.8rem;
  line-height: 1.333em;
  text-align: center;
  margin: 0 0 40px 0;
  width: 100%;
}

.teaser-page-text-2col-tile {
  float: none;
  margin-top: 95px;
  width: 49.9%;
}

.teaser-page-text-2col-tile:nth-of-type(odd) {
  padding-right: 10px;
}

.teaser-page-text-2col-tile:nth-of-type(even) {
  padding-left: 10px;
}

.teaser-page-text-2col-tile-headline {
  font-family: "AileronBold";
  font-size: 2.4rem;
  line-height: 1.25em;
  opacity: 0.8;
  margin-top: 0;
  margin-bottom: 15px;
}

.teaser-page-text-2col-tile-text {
  font-size: 1.4rem;
  line-height: 1.43em;
  margin-bottom: 15px;
}

.teaser-page-text-2col-tile-link {
  background-color: #122136;
  padding: 10px 14px;
  font-size: 1.5rem;
  line-height: 1.43em;
  border: 1px solid #122136;
  transform: translate(0, 0);
  white-space: normal;
}

.teaser-page-text-2col-tile-link:hover {
  background-color: #122136;
  transform: translate(2px, 2px);
}

@media (max-width: 991px) {
  .teaser-page-text-2col .container {
    padding-bottom: 60px;
  }
  .teaser-page-text-2col .teaser-page-text-2col-headline {
    margin: 60px 0 45px 0;
    font-size: 3.2rem;
  }
  .teaser-page-text-2col-tile {
    margin-top: 50px;
    width: 100%;
  }
  .teaser-page-text-2col-tile:nth-of-type(odd) {
    padding-right: 0;
  }
  .teaser-page-text-2col-tile:nth-of-type(even) {
    padding-left: 0;
  }
  .teaser-page-text-2col-tile-headline {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .teaser-page-text-2col .container {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.teaser-page-box {
  margin: 0 0 40px 0;
}

.teaser-page-box .container {
  text-align: center;
}

.teaser-page-box .teaser-page-box-headline {
  font-size: 4.8rem;
  line-height: 1.2em;
  text-align: center;
  margin: 20px 0 40px 0;
  opacity: 0.65;
}

.teaser-page-box-intro {
  font-size: 1.8rem;
  line-height: 1.333em;
  text-align: center;
  margin: 0 0 40px 0;
}

.teaser-page-box-tiles {
  margin: 0 -10px 30px -10px;
}

.teaser-page-box-tile {
  margin: 0 0 22px 0;
  padding: 0 10px;
  text-align: left;
}

.teaser-page-box-tile:nth-of-type(1), .teaser-page-box-tile:nth-of-type(2), .teaser-page-box-tile:nth-of-type(3) {
  margin-top: 20px;
}

.teaser-page-box-tile-link {
  display: block;
  border: 1px solid #ebebeb;
  position: relative;
  height: 210px;
  background: #ffffff;
  transition: all 0.3s ease-out;
}

.teaser-page-box-tile-link.show, .teaser-page-box-tile-link:hover {
  color: #ffffff;
}

.teaser-page-box-tile-link.show .teaser-page-box-tile-background, .teaser-page-box-tile-link:hover .teaser-page-box-tile-background {
  opacity: 1;
}

.teaser-page-box-tile-icon {
  position: absolute;
  z-index: 15;
  top: 15px;
  right: 20px;
  font-size: 2rem;
  line-height: 1em;
}

.teaser-page-box-tile-background {
  position: absolute;
  z-index: 10;
  top: -19px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 20px);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: opacity 0.3s ease-out;
  opacity: 0;
}

.teaser-page-box-tile-content {
  position: relative;
  z-index: 15;
}

.teaser-page-box-tile-subline, .teaser-page-box-tile-headline, .teaser-page-box-tile-text {
  display: block;
  transition: color 0.3s ease-in-out;
}

.teaser-page-box-tile-subline {
  font-family: "AileronRegular";
  font-size: 1.4rem;
  line-height: 1.25em;
  color: #cc0235;
}

.teaser-page-box-tile-headline {
  font-family: "AileronBold";
  font-size: 2.4rem;
  line-height: 1.25em;
  margin: 0;
  padding: 0 20px;
  color: #2e2e2e;
}

.teaser-page-box-tile-text {
  font-size: 1.4rem;
  line-height: 1.25em;
  margin-bottom: 15px;
  padding: 0 20px;
  color: transparent;
}

.teaser-page-box-link {
  display: inline-block;
  text-align: center;
  font-size: 1.4rem;
  line-height: 2.286em;
  margin: 0 auto 10px auto;
  transition: color 0.3s ease-in-out;
  color: #2e2e2e;
}

.teaser-page-box-link:hover {
  color: #cc0235;
}

.teaser-page-box-link:after {
  content: '\f054';
  float: right;
  font-family: 'fontAwesome';
  font-size: 1rem;
  line-height: 3.2em;
  display: inline-block;
  padding-left: 10px;
}

.teaser-page-box--default .teaser-page-box-tile-icon {
  color: #2e2e2e;
  transition: all 0.3s ease-out;
  opacity: 0.65;
  transform: translateY(0);
}

.teaser-page-box--default .teaser-page-box-tile-content {
  transition: transform 0.3s ease-out;
  transform: translateY(110px);
}

.teaser-page-box--default .teaser-page-box-tile-link.show .teaser-page-box-tile-content,
.teaser-page-box--default .teaser-page-box-tile-link:hover .teaser-page-box-tile-content {
  transform: translateY(60px);
}

.teaser-page-box--default .teaser-page-box-tile-link.show .teaser-page-box-tile-icon,
.teaser-page-box--default .teaser-page-box-tile-link:hover .teaser-page-box-tile-icon {
  color: #ffffff;
  opacity: 1;
  transform: translateY(-20px);
}

.teaser-page-box--default .teaser-page-box-tile-link.show .teaser-page-box-tile-subline,
.teaser-page-box--default .teaser-page-box-tile-link.show .teaser-page-box-tile-headline,
.teaser-page-box--default .teaser-page-box-tile-link.show .teaser-page-box-tile-text,
.teaser-page-box--default .teaser-page-box-tile-link:hover .teaser-page-box-tile-subline,
.teaser-page-box--default .teaser-page-box-tile-link:hover .teaser-page-box-tile-headline,
.teaser-page-box--default .teaser-page-box-tile-link:hover .teaser-page-box-tile-text {
  color: #ffffff;
}

.teaser-page-box--blue .teaser-page-box-tile {
  position: relative;
  width: 24.999%;
  float: left;
}

.teaser-page-box--blue .teaser-page-box-tile:nth-of-type(4) {
  margin-top: 20px;
}

.teaser-page-box--blue .teaser-page-box-tile-link {
  border: 0;
  padding-top: 100%;
}

.teaser-page-box--blue .teaser-page-box-tile-info {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  color: #ffffff;
  font-size: 1.8rem;
  line-height: 1.89em;
}

.teaser-page-box--blue .teaser-page-box-tile-icon {
  z-index: 10;
  font-size: 2rem;
  color: #ffffff;
}

.teaser-page-box--blue .teaser-page-box-tile-background {
  opacity: 1;
  top: 0;
  height: 100%;
}

.teaser-page-box--blue .teaser-page-box-tile-hover {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 50%;
  width: calc(100% + 120px);
  height: calc(100% + 120px);
  transition: opacity 0.3s ease-in-out;
  transform: translate(-50%, -50%);
  opacity: 0;
  box-shadow: 20px 30px 50px rgba(60, 19, 118, 0.5);
}

.teaser-page-box--blue .teaser-page-box-tile-content {
  position: absolute;
  z-index: 15;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}

.teaser-page-box--blue .teaser-page-box-tile-headline {
  color: #ffffff;
  text-align: center;
  font-family: "AileronRegular";
  font-size: 1.8rem;
  font-weight: 300;
  margin-bottom: 20px;
}

.teaser-page-box--blue .teaser-page-box-tile-text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 1.43em;
}

.teaser-page-box--blue .teaser-page-box-tile-more {
  position: absolute;
  z-index: 15;
  right: 20px;
  bottom: 20px;
  color: #ffffff;
  font-size: 2rem;
}

.teaser-page-box--blue .teaser-page-box-tile:hover {
  z-index: 15;
}

.teaser-page-box--blue .teaser-page-box-tile:hover .teaser-page-box-tile-hover {
  transform: translate(-50%, -50%);
  opacity: 1;
}

@media (max-width: 1024px) {
  .teaser-page-box--blue .teaser-page-box-tile-hover {
    width: calc(100% + 60px);
    height: calc(100% + 60px);
  }
}

@media (max-width: 991px) {
  .teaser-page-box .container {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 60px;
  }
  .teaser-page-box .teaser-page-box-headline {
    font-size: 3.2rem;
    margin: 60px 0 45px 0;
  }
  .teaser-page-box-tile {
    margin-top: 50px;
  }
  .teaser-page-box-tile-background {
    display: none;
  }
  .teaser-page-box-tile-content {
    transform: translateY(100px);
  }
  .teaser-page-box-tile-headline {
    font-size: 2.4rem;
  }
  .teaser-page-box-tile-text {
    display: none;
  }
  .teaser-page-box--default .teaser-page-box-tile-background {
    display: block;
    top: 0;
    height: 100%;
    opacity: 1;
  }
  .teaser-page-box--default .teaser-page-box-tile-icon {
    color: #ffffff;
    opacity: 1;
  }
  .teaser-page-box--default .teaser-page-box-tile-headline {
    color: #ffffff;
  }
  .teaser-page-box--default .teaser-page-box-tile-subline {
    color: #ffffff;
  }
  .teaser-page-box--default .teaser-page-box-tile-link:hover .teaser-page-box-tile-content {
    transform: translateY(110px);
  }
  .teaser-page-box--default .teaser-page-box-tile-link:hover .teaser-page-box-tile-icon {
    transform: translateY(0);
  }
  .teaser-page-box--blue .container {
    padding-bottom: 135px;
  }
  .teaser-page-box--blue .teaser-page-box-tile {
    width: 49.999%;
  }
  .teaser-page-box--blue .teaser-page-box-tile-background {
    display: block;
  }
  .teaser-page-box--blue .teaser-page-box-tile-hover {
    width: calc(100% + 100px);
    height: calc(100% + 100px);
  }
  .teaser-page-box--blue .teaser-page-box-tile-text {
    display: block;
  }
}

@media (max-width: 767px) {
  .teaser-page-box--blue .container {
    padding-bottom: 60px;
  }
  .teaser-page-box--blue .teaser-page-box-tile {
    width: 100%;
  }
  .teaser-page-box--blue .teaser-page-box-tile-link {
    border: 1px solid #ebebeb;
    padding-top: 0;
  }
  .teaser-page-box--blue .teaser-page-box-tile-icon {
    display: none;
  }
  .teaser-page-box--blue .teaser-page-box-tile-info {
    font-size: 2rem;
  }
  .teaser-page-box--blue .teaser-page-box-tile-hover {
    display: none;
  }
}

.teaser-stagger {
  margin: 0 0 40px 0;
}

.teaser-stagger .container > .row {
  margin: 0;
}

.teaser-stagger-headline {
  font-family: "AileronRegular";
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.21em;
  letter-spacing: 1px;
  color: #122136;
  position: absolute;
  left: 0;
  bottom: 0;
}

.teaser-stagger-tile {
  transition: transform 0.6s ease-out;
  opacity: 0;
  transform: translateY(100%);
}

.teaser-stagger-tile.show {
  opacity: 1;
  transform: translateY(0);
}

.teaser-stagger-tile.tile--0 {
  opacity: 1;
  transform: translateY(0);
}

.teaser-stagger-tile-link {
  display: block;
  color: #122136;
  height: 100%;
  overflow: hidden;
  padding: 0 15px 10px 20px;
}

.teaser-stagger-tile-link:hover {
  color: #122136;
}

.teaser-stagger-tile-headline {
  font-weight: 100;
  font-size: 2.4rem;
  line-height: 1.29em;
}

.teaser-stagger-tile-text {
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.29em;
}

.teaser-stagger-tiles {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.teaser-stagger-tile {
  height: 180px;
  /* IE11 only */
}

.teaser-stagger-tile.tile--0 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  -ms-grid-row: 1;
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
  position: relative;
}

.teaser-stagger-tile.tile--1 {
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-column: 3 / span 1;
  grid-row: 1 / span 2;
  height: auto;
}

.teaser-stagger-tile.tile--1 .teaser-stagger-tile-link {
  background-color: #122136;
  color: #ffffff;
}

.teaser-stagger-tile.tile--2 {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-column: 1 / span 1;
  grid-row: 2 / span 2;
  height: auto;
}

.teaser-stagger-tile.tile--2 .teaser-stagger-tile-link {
  border: 1px solid #ebebeb;
  background-color: #f9f9f9;
}

.teaser-stagger-tile.tile--3 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 2;
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
}

.teaser-stagger-tile.tile--4 {
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  -ms-grid-row: 3;
  grid-column: 2 / span 1;
  grid-row: 3 / span 1;
}

.teaser-stagger-tile.tile--4 .teaser-stagger-tile-link {
  background-color: #122136;
  color: #ffffff;
}

.teaser-stagger-tile:nth-of-type(n+6) .teaser-stagger-tile-link {
  border: 1px solid #ebebeb;
  background-color: #f9f9f9;
}

.teaser-stagger-tile:nth-of-type(2n+6) .teaser-stagger-tile-link {
  border: 0;
  background-color: transparent;
}

.teaser-stagger-tile:nth-of-type(6), .teaser-stagger-tile:nth-of-type(9), .teaser-stagger-tile:nth-of-type(12), .teaser-stagger-tile:nth-of-type(15), .teaser-stagger-tile:nth-of-type(18), .teaser-stagger-tile:nth-of-type(21) {
  -ms-grid-column: 1;
}

.teaser-stagger-tile:nth-of-type(7), .teaser-stagger-tile:nth-of-type(10), .teaser-stagger-tile:nth-of-type(13), .teaser-stagger-tile:nth-of-type(16), .teaser-stagger-tile:nth-of-type(19), .teaser-stagger-tile:nth-of-type(22) {
  -ms-grid-column: 2;
}

.teaser-stagger-tile:nth-of-type(8), .teaser-stagger-tile:nth-of-type(11), .teaser-stagger-tile:nth-of-type(14), .teaser-stagger-tile:nth-of-type(17), .teaser-stagger-tile:nth-of-type(20), .teaser-stagger-tile:nth-of-type(23) {
  -ms-grid-column: 3;
}

.teaser-stagger-tile:nth-of-type(6), .teaser-stagger-tile:nth-of-type(7), .teaser-stagger-tile:nth-of-type(8) {
  -ms-grid-row: 4;
}

.teaser-stagger-tile:nth-of-type(9), .teaser-stagger-tile:nth-of-type(10), .teaser-stagger-tile:nth-of-type(11) {
  -ms-grid-row: 5;
}

.teaser-stagger-tile:nth-of-type(12), .teaser-stagger-tile:nth-of-type(13), .teaser-stagger-tile:nth-of-type(14) {
  -ms-grid-row: 6;
}

.teaser-stagger-tile:nth-of-type(15), .teaser-stagger-tile:nth-of-type(16), .teaser-stagger-tile:nth-of-type(17) {
  -ms-grid-row: 7;
}

.teaser-stagger-tile:nth-of-type(18), .teaser-stagger-tile:nth-of-type(19), .teaser-stagger-tile:nth-of-type(20) {
  -ms-grid-row: 8;
}

.teaser-stagger-tile:nth-of-type(21), .teaser-stagger-tile:nth-of-type(22), .teaser-stagger-tile:nth-of-type(23) {
  -ms-grid-row: 9;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .teaser-stagger-tile:nth-of-type(1) {
    padding: 0 10px 10px 0;
  }
  .teaser-stagger-tile:nth-of-type(2) {
    padding: 0 0 10px 10px;
  }
  .teaser-stagger-tile:nth-of-type(3) {
    padding: 10px 10px 10px 0;
  }
  .teaser-stagger-tile:nth-of-type(4), .teaser-stagger-tile:nth-of-type(5) {
    padding: 10px;
  }
  .teaser-stagger-tile:nth-of-type(6), .teaser-stagger-tile:nth-of-type(9), .teaser-stagger-tile:nth-of-type(12), .teaser-stagger-tile:nth-of-type(15), .teaser-stagger-tile:nth-of-type(18), .teaser-stagger-tile:nth-of-type(21) {
    padding: 10px 10px 10px 0;
  }
  .teaser-stagger-tile:nth-of-type(7), .teaser-stagger-tile:nth-of-type(10), .teaser-stagger-tile:nth-of-type(13), .teaser-stagger-tile:nth-of-type(16), .teaser-stagger-tile:nth-of-type(19), .teaser-stagger-tile:nth-of-type(22) {
    padding: 10px;
  }
  .teaser-stagger-tile:nth-of-type(8), .teaser-stagger-tile:nth-of-type(11), .teaser-stagger-tile:nth-of-type(14), .teaser-stagger-tile:nth-of-type(17), .teaser-stagger-tile:nth-of-type(20), .teaser-stagger-tile:nth-of-type(23) {
    padding: 10px 0 10px 10px;
  }
}

.teaser-stagger-tile-link:hover {
  transition: transform 0.3s ease-out;
  transform: translate(2px, 2px);
}

@media (max-width: 1199px) {
  .teaser-stagger-tile {
    height: 220px;
  }
}

@media (max-width: 991px) {
  .teaser-stagger-tiles {
    -ms-grid-columns: 1fr 1fr;
    grid-auto-columns: 1fr 1fr;
  }
  .teaser-stagger-tile {
    height: 180px;
    /* IE11 only */
  }
  .teaser-stagger-tile.tile--0 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }
  .teaser-stagger-tile.tile--1 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-column: 2 / span 1;
    grid-row: 1 / span 2;
  }
  .teaser-stagger-tile.tile--2 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
  }
  .teaser-stagger-tile.tile--3 {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    grid-column: 2 / span 1;
    grid-row: 3 / span 1;
  }
  .teaser-stagger-tile.tile--4 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 4;
    grid-column: 1 / span 1;
    grid-row: 4 / span 1;
  }
  .teaser-stagger-tile:nth-of-type(n+6) .teaser-stagger-tile-link {
    border: 1px solid #ebebeb;
    background-color: #f9f9f9;
  }
  .teaser-stagger-tile:nth-of-type(6), .teaser-stagger-tile:nth-of-type(8), .teaser-stagger-tile:nth-of-type(10), .teaser-stagger-tile:nth-of-type(12), .teaser-stagger-tile:nth-of-type(14), .teaser-stagger-tile:nth-of-type(16), .teaser-stagger-tile:nth-of-type(18), .teaser-stagger-tile:nth-of-type(20), .teaser-stagger-tile:nth-of-type(22) {
    -ms-grid-column: 1;
  }
  .teaser-stagger-tile:nth-of-type(7), .teaser-stagger-tile:nth-of-type(9), .teaser-stagger-tile:nth-of-type(11), .teaser-stagger-tile:nth-of-type(13), .teaser-stagger-tile:nth-of-type(15), .teaser-stagger-tile:nth-of-type(17), .teaser-stagger-tile:nth-of-type(19), .teaser-stagger-tile:nth-of-type(21), .teaser-stagger-tile:nth-of-type(23) {
    -ms-grid-column: 2;
  }
  .teaser-stagger-tile:nth-of-type(6), .teaser-stagger-tile:nth-of-type(7) {
    -ms-grid-row: 5;
  }
  .teaser-stagger-tile:nth-of-type(8), .teaser-stagger-tile:nth-of-type(9) {
    -ms-grid-row: 6;
  }
  .teaser-stagger-tile:nth-of-type(10), .teaser-stagger-tile:nth-of-type(11) {
    -ms-grid-row: 7;
  }
  .teaser-stagger-tile:nth-of-type(12), .teaser-stagger-tile:nth-of-type(13) {
    -ms-grid-row: 8;
  }
  .teaser-stagger-tile:nth-of-type(14), .teaser-stagger-tile:nth-of-type(15) {
    -ms-grid-row: 9;
  }
  .teaser-stagger-tile:nth-of-type(16), .teaser-stagger-tile:nth-of-type(17) {
    -ms-grid-row: 10;
  }
  .teaser-stagger-tile:nth-of-type(18), .teaser-stagger-tile:nth-of-type(19) {
    -ms-grid-row: 11;
  }
  .teaser-stagger-tile:nth-of-type(20), .teaser-stagger-tile:nth-of-type(21) {
    -ms-grid-row: 12;
  }
  .teaser-stagger-tile:nth-of-type(22), .teaser-stagger-tile:nth-of-type(23) {
    -ms-grid-row: 13;
  }
}

@media all and (max-width: 991px) and (-ms-high-contrast: none), (max-width: 991px) and (-ms-high-contrast: active) {
  .teaser-stagger-tile:nth-of-type(1) {
    padding: 0 10px 10px 0;
  }
  .teaser-stagger-tile:nth-of-type(2) {
    padding: 0 0 10px 10px;
  }
  .teaser-stagger-tile:nth-of-type(3), .teaser-stagger-tile:nth-of-type(5) {
    padding: 10px 10px 10px 0;
  }
  .teaser-stagger-tile:nth-of-type(4) {
    padding: 10px 0 10px 10px;
  }
  .teaser-stagger-tile:nth-of-type(6), .teaser-stagger-tile:nth-of-type(8), .teaser-stagger-tile:nth-of-type(10), .teaser-stagger-tile:nth-of-type(12), .teaser-stagger-tile:nth-of-type(14), .teaser-stagger-tile:nth-of-type(16), .teaser-stagger-tile:nth-of-type(18), .teaser-stagger-tile:nth-of-type(20), .teaser-stagger-tile:nth-of-type(22) {
    padding: 10px 10px 10px 0;
  }
  .teaser-stagger-tile:nth-of-type(7), .teaser-stagger-tile:nth-of-type(9), .teaser-stagger-tile:nth-of-type(11), .teaser-stagger-tile:nth-of-type(13), .teaser-stagger-tile:nth-of-type(15), .teaser-stagger-tile:nth-of-type(17), .teaser-stagger-tile:nth-of-type(19), .teaser-stagger-tile:nth-of-type(21), .teaser-stagger-tile:nth-of-type(23) {
    padding: 10px 0 10px 10px;
  }
}

@media (max-width: 767px) {
  .teaser-stagger-headline {
    position: static;
  }
  .teaser-stagger-tiles {
    grid-auto-columns: unset;
    display: flex;
    flex-direction: column;
  }
  .teaser-stagger-tile {
    height: auto;
    margin-top: 20px;
    padding: 0;
  }
}

/*
 * Podcast content element
 */
.podcast__inner {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 1024px) {
  .podcast__inner {
    flex-direction: row;
  }
}

.podcast__image-wrapper {
  margin-bottom: 2rem;
}

@media (min-width: 1024px) {
  .podcast__image-wrapper {
    margin-right: 40px;
    margin-bottom: 0;
  }
}

.podcast__player {
  min-width: 100%;
}

@media (min-width: 1024px) {
  .podcast__player {
    min-width: 60%;
  }
}

.podcast .podcast__more-list {
  display: flex;
  flex-flow: row;
  justify-content: left;
  max-width: 500px;
}

.podcast .podcast__more-list-item:before {
  list-style-type: none;
  content: none;
}

.podcast .podcast__more-list-item:first-child {
  margin-left: 0;
}

@media (min-width: 768px) {
  .podcast .podcast__more-list-item {
    margin-left: 5%;
  }
}

.podcast .podcast__more-itunes, .podcast .podcast__more-spotify, .podcast .podcast__more-android {
  display: block;
  transform: translate(0, 0);
}

.podcast .podcast__more-itunes:hover, .podcast .podcast__more-spotify:hover, .podcast .podcast__more-android:hover {
  transform: translate(2px, 2px);
}

.podcast .podcast__more img {
  max-width: 150px;
  height: auto;
  width: 100%;
}

/*
 * slider:hero news
 */
#hero-news {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  height: auto;
}

@media (max-width: 991px) {
  .frame-hero-news-box,
  #hero-news .container {
    width: 100%;
	max-width: initial !important;
  }
}

#hero-news .hero-news-item {
  height: 270px;
  margin-top: 4px;
  padding-top: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#hero-news .hero-news-item:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#hero-news .hero-news-item.hero-news-background-color-white {
  background-color: #fff;
}

#hero-news .hero-news-item.hero-news-background-color-transparent {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

#hero-news .hero-news-item.hero-news-background-color-transparent:before {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 991px) {
  #hero-news .hero-news-item.hero-news-background-color-transparent {
    background-color: #fff;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #hero-news .hero-news-item.hero-news-background-color-transparent {
    border-bottom: 1px solid #ebebeb;
  }
}

#hero-news .hero-news-item .hero-news-item-category {
  color: #cc0235;
}

#hero-news .hero-news-item .hero-news-item-date {
  color: #9d9fa0;
}

#hero-news .hero-news-item .hero-news-item-title {
  font-size: 1.714em;
  font-family: "AileronBold";
  margin-top: 16px;
  display: inline-block;
  line-height: normal;
}

#hero-news .hero-news-item .hero-news-item-title > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #2e2e2e;
}

#hero-news .hero-news-item .hero-news-item-subtitle {
  font-size: 1.714em;
  font-weight: 600;
}

#hero-news .hero-news-item .hero-news-item-subtitle > a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #2e2e2e;
}

#hero-news .hero-news-item .hero-news-item-teaser-text {
  margin-top: 7px;
}

#hero-news .hero-news-item .hero-news-item-title,
#hero-news .hero-news-item .hero-news-item-subtitle,
#hero-news .hero-news-item .hero-news-item-more-link {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#hero-news .hero-news-item.hero-news-background-color-transparent .special-more-link, #hero-news .hero-news-item.hero-news-background-color-transparent .special-more-link-v_2 > a,
#hero-news .hero-news-item.hero-news-background-color-transparent .special-more-link-v_2 > a {
  color: #2e2e2e;
}

@media (max-width: 991px) {
  #hero-news .hero-news-item.hero-news-background-color-transparent .hero-news-item-date, #hero-news .hero-news-item.hero-news-background-color-transparent .special-more-link, #hero-news .hero-news-item.hero-news-background-color-transparent .special-more-link-v_2 > a {
    color: #d4d5d5;
  }
}

#hero-news .hero-news-item:hover:before {
  background-color: #cc0235;
}

#hero-news .hero-news-item:hover .hero-news-item-title,
#hero-news .hero-news-item:hover .hero-news-item-subtitle,
#hero-news .hero-news-item:hover .special-more-link,
#hero-news .hero-news-item:hover .special-more-link-v_2 > a {
  color: #cc0235;
}

#hero-news .hero-news-item:hover .hero-news-item-title > a,
#hero-news .hero-news-item:hover .hero-news-item-subtitle > a,
#hero-news .hero-news-item:hover .special-more-link > a,
#hero-news .hero-news-item:hover .special-more-link-v_2 > a > a {
  color: #cc0235;
}

#hero-news .hero-news-item:hover .special-more-link-v_2 > a > span {
  width: 100%;
  margin-right: calc(25px + 10px);
}

#hero-news .hero-news-item:hover .special-more-link-v_2 > a > span + i {
  right: 0;
}

#hero-news .hero-news-item:hover.hero-news-background-color-transparent {
  background-color: #fff;
}

#hero-news .hero-news-item:hover.hero-news-background-color-transparent:before {
  background-color: rgba(204, 2, 53, 0.8);
}

#hero-news .hero-news-item.first {
  border-left: 0;
}

@media (max-width: 991px) {
  #hero-news .hero-news-item {
    height: auto;
  }
}

@media (max-width: 991px) {
  #hero-news {
    position: static;
    height: auto;
  }
}

.hero-news-row {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .hero-news-row {
    flex-direction: column;
  }
  .hero-news-row .col-sm-6 {
    border-bottom: 1px solid #ebebeb;
  }
}

.hero-news-row .col-md-6,
.hero-news-row .col-sm-6 {
  border-left: 1px solid #ebebeb;
}

.sidebar .news-archiv-list .panel-group {
  margin-bottom: 0;
}

.sidebar .news-archiv-list .panel-group .panel {
  border: 0;
  border-top: 1px solid #ebebeb;
}

.sidebar .news-archiv-list .panel-group .panel + .panel {
  margin-top: 0;
}

.sidebar .news-archiv-list .panel-group .panel .panel-heading {
  padding: 0;
}

.sidebar .news-archiv-list .panel-group .panel .panel-heading .panel-title {
  font-size: inherit;
  background: #f9f9f9;
}

.sidebar .news-archiv-list .panel-group .panel .panel-heading .panel-title > a {
  font-family: "AileronLight";
  font-size: 1.143em;
  color: #2e2e2e;
  padding: 15px 10px 15px 28px;
  display: block;
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar .news-archiv-list .panel-group .panel .panel-heading .panel-title > a:after {
  margin-right: 10px;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-size: 1.143em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #d4d5d5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sidebar .news-archiv-list .panel-group .panel .panel-heading .panel-title:hover > a {
  color: #cc0235;
}

.sidebar .news-archiv-list .panel-group .panel .panel-heading .panel-title:hover > a:after {
  margin-right: 0;
  color: #cc0235;
}

.sidebar .news-archiv-list .panel-group .panel .panel-body > ul > li a {
  font-size: 1.143em;
}

.sidebar .news-archiv-list .panel-group .panel .panel-body > ul > li a:hover {
  color: #cc0235;
}

.list-cat-menu > li > a:after {
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  float: right;
  color: #d4d5d5;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.143em;
}

.list-cat-menu > li > a:hover:after {
  margin-right: 0;
  color: #cc0235;
}

.news-single h1 {
  margin-top: 20px;
}

.news-single h2 {
  line-height: 1.3;
}

@media (max-width: 767px) {
  .news-single iframe {
    width: 100%;
    height: auto;
  }
}

.news-backlink-wrap {
  clear: both;
}

.sidebar .news-tags {
  font-size: 9px;
  clear: both;
  margin-bottom: 0;
  padding: 16px 28px 16px 28px;
  -webkit-margin-before: 0em;
}

.sidebar .news-tags li {
  border: 0;
  display: inline-block;
}

.sidebar .news-tags li > a {
  padding: 0.35em;
  font-family: "AileronRegular";
  line-height: 15px;
}

.sidebar .news-tags li > a:hover {
  color: #cc0235;
}

.sidebar .news-tags li.cloudlevel_0 a {
  font-size: 1.1em;
}

.sidebar .news-tags li.cloudlevel_1 a {
  font-size: 1.5em;
}

.sidebar .news-tags li.cloudlevel_2 a {
  font-size: 1.75em;
}

.sidebar .news-tags li.cloudlevel_3 a {
  font-size: 2.2em;
  padding-left: 0.1em;
}

.sidebar .news-tags li.cloudlevel_4 a {
  font-size: 2.6em;
  padding-left: 0.1em;
}

.sidebar .news-tags li.cloudlevel_5 a {
  font-size: 2.8em;
  padding-left: 0.1em;
}

.news-category-list {
  font-size: 1.4rem;
  line-height: 1.714em;
  margin: 20px auto;
}


.news-category-list-header {
  font-family: "AileronBold";
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

ul.news-category-list-items {
	padding: 0;
}

.news-category-list-item {
  display: inline-block;
  white-space: nowrap;
}

.news-category-list-item:not(:last-of-type):after {
  content: '|';
  position: relative;
  margin: 0 5px;
}

.news-category-list .news-category-list-item {
  margin: 0;
  text-indent: 0;
}

.news-category-list .news-category-list-item:before {
  content: none;
}

.news-category-list-item-link {
  text-transform: none;
}

.news-list-item {
  padding: 40px 0 50px 0;
}

.news-list-item:not(:first-of-type) {
  border-top: 1px solid #ebebeb;
}

.news-list-item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.news-list-item-category, .news-list-item-date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.71em;
}

.news-list-item-image-wrapper {
  width: 280px;
  float: left;
}

.news-list-item-image-link {
  display: block;
}

.news-list-item-image {
  width: 100%;
  height: auto;
}

.news-list-item-text {
  width: calc(100% - 280px);
  padding: 20px 0 20px 20px;
  float: right;
}

.news-list-item-headline {
  font-family: "AileronBold";
  font-size: 2.4rem;
  line-height: 1.2em;
  margin-top: 0;
}

.news-list-item-headline-link {
  color: inherit;
}

.news-list-item-description {
  font-size: 1.4rem;
  line-height: 1.71em;
}

@media (max-width: 767px) {
  .news-list-item-image-wrapper {
    width: 100%;
    float: none;
  }
  .news-list-item-text {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.news-list-pager {
  margin: 40px 0;
  font-size: 1.4rem;
  line-height: 1.71em;
}

.news-list-pager-list {
  margin: 0;
}

.news-list-pager-previous, .news-list-pager-next {
  margin: 0;
  white-space: nowrap;
}

.news-list-pager-previous {
  float: left;
}

.news-list-pager-next {
  float: right;
}

.news-list-pager-previous-link:before, .news-list-pager-next-link:after {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.news-list-pager-previous-link:before {
  content: '\f053';
  margin-right: 5px;
}

.news-list-pager-next-link:after {
  content: '\f054';
  margin-left: 5px;
}

.news-single-header {
  display: flex;
  justify-content: space-between;
}

.news-single-category, .news-single-date {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.71em;
}

.news-single-image {
  width: 100%;
  margin: 0 0 35px 0;
}

.news-single-image img {
  width: 100%;
  min-height: 100%;
}

.news-single-title {
  font-size: 3.4rem;
  line-height: 1.18em;
  margin: 0 0 35px 0;
}

.news-page-article .shariff {
  margin-bottom: 40px;
  /*
    .orientation-horizontal {
      justify-content: space-between;
    }
    */
}

@media (max-width: 991px) {
  .news-page-article .section-header-image {
    display: none;
  }
}

@media (max-width: 767px) {
  .news-single .article {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-single-header {
    padding: 0 20px;
  }
  .news-single-image {
    padding: 0 20px;
  }
}

.sidebar {
  padding: 0;
  /* Category List */
}

.sidebar .frame {
  margin-top: 30px;
}

.sidebar .news {
  border: 1px solid #ebebeb;
}

.sidebar ul {
  background-color: #f9f9f9;
  margin-bottom: 0;
  padding-left: 0;
}

.sidebar ul > li {
  border-bottom: 1px solid #ebebeb;
  list-style: none;
  padding-left: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.sidebar ul > li > a {
  font-family: "AileronLight";
  font-size: 1.286em;
  color: #2e2e2e;
  padding: 15px 10px 15px 28px;
  display: block;
  position: relative;
}

.sidebar ul:hover > a {
  color: #cc0235;
}

.sidebar ul:hover > a:after {
  margin-right: 0;
  color: #cc0235;
}

.sidebar ul:first-child {
  border-top: 1px solid #ebebeb;
}

.sidebar ul:last-child {
  border-bottom: 0;
}

.sidebar.small > li > a {
  padding-right: 60px;
}

.sidebar ul.news-category-list > li > a:after {
  margin-right: 10px;
  float: right;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-size: 1.143em;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  color: #d4d5d5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*        content: '\0044';
                display: inline-block;
                font-family: 'font uniserv';
                font-style: normal;
                font-weight: normal;
                font-size: 1.143em;
                line-height: 1;
                text-transform: uppercase;
                -webkit-font-smoothing: antialiased;
                -moz-osx-font-smoothing: grayscale;
                color: #d4d5d5;
                position: absolute;
                margin-right: 10px;
                float: right;
                top: 50%;
                right: 10px;
                @include transition(all 0.2s ease-in-out);
                @include transform(translateY(-50%));*/
}

.sidebar ul.news-category-list > li > a:hover:after {
  margin-right: 0;
  color: #cc0235;
}

.sidebar h3.news-sidebar-header {
  padding: 30px 28px;
  background-color: #fff;
  font-family: "AileronLight";
  font-size: 1.143em;
  color: #2e2e2e;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}

.form-default {
  margin-top: 30px;
}

.form-default .form-group {
  margin-bottom: 25px;
}

.form-default label {
  font-weight: normal;
}

.form-default .required-sign {
  color: #cc0235;
}

.xframe-type-felogin_login label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 25px;
	display: block;
}


.xframe-type-felogin_login input,
.form-default .form-control, .form-default .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-default .tx-indexedsearch-searchbox-sword.sword {
  box-shadow: none;
  height: 40px;
  padding: 10px;
  -webkit-border-radius: 0px;
  -webkit-appearance: none;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid #122136;
  border-left: none;
  background: none;
}

.xframe-type-felogin_login input {
	
}

.xframe-type-felogin_login input[type=submit] {
	display: inline-block;
	width: auto;
	padding: 13px 59px 10px 28px;
    color: #fff;
    background-color: #050a10;
    background-image: none;
    border-color: black;
	transition: all 0.2s ease-in-out;
    border: none;
    font-family: "AileronLight";
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 0;
}

.xframe-type-felogin_login input[type=submit]:after {
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -3px;
  right: 17px;
  color: #fff;
  font-size: 1.8em;
}

.frame-type-felogin_login .typo3-messages {
	padding-left: 0 !important;
	margin-top: 5rem;
}

.frame-type-felogin_login .typo3-messages li.alert-success {
	background-color: transparent;
	border: 0;
}

.frame-type-felogin_login .typo3-messages li.alert-success p {
	margin-top: 0;
}

.form-default .form-control:focus, .form-default .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:focus, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-default .tx-indexedsearch-searchbox-sword.sword:focus {
  box-shadow: none;
  border-color: #cc0235;
}

.form-default textarea.form-control, .form-default .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child textarea.tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .form-default textarea.tx-indexedsearch-searchbox-sword.sword {
  height: auto;
}

.form-default .form-group-bottom {
  margin-top: 30px;
}

.form-default .inner.left {
  margin-right: 15px;
}

.form-default .inner.right {
  margin-left: 15px;
}

.form-default .form-submit > input {
  position: relative;
}

.form-default .powermail_fieldwrap_type_submit .powermail_field {
  position: relative;
}

.form-default .powermail_fieldwrap_type_submit .powermail_field:after {
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 8px;
  right: 20px;
  color: #d6d7d7;
  font-size: 1.8em;
}

.frame-type-felogin_login form legend,
.form-default legend {
  padding: 0;
  border-bottom: 0;
}

.form-default .mandatory {
  color: #cc0235;
  position: relative;
  top: -4px;
  display: inline-block;
}

.form-default .powermail_fieldwrap_type_select {
  position: relative;
}

.form-default .powermail_fieldwrap_type_select:after {
  content: '\0041';
  display: inline-block;
  font-family: 'font uniserv';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 40px;
  right: 10px;
  color: #d6d7d7;
  font-size: 1.4em;
}

.form-default .checkbox-outer {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 10px;
  clear: both;
}

.form-default .submit-button-outer {
  position: relative;
  display: inline;
}

.form-default .submit-button-outer:after {
  content: '\0044';
  display: inline-block;
  font-family: 'font uniserv';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: -3px;
  right: 17px;
  color: #fff;
  font-size: 1.8em;
}

.footer-top .form-default .mandatory {
  color: #ffffff;
}

.tx-srfeuserregister-pi1 label {
  margin-bottom: 5px;
}

.tx-srfeuserregister-pi1 label span {
  color: #ff0000;
}

.tx-srfeuserregister-pi1 p {
  margin: 0;
  padding: 0;
}

.tx-srfeuserregister-pi1 .tx-srfeuserregister-pi1-error {
  color: #cc0235;
  margin-bottom: 5px;
}

.tx-srfeuserregister-pi1 input.tx-srfeuserregister-pi1-submit {
  padding: 19px 30px 17px 30px;
}

.tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-terms_acknowledged,
.tx-srfeuserregister-pi1 #tx-srfeuserregister-pi1-agree_email_user_profiling {
  float: left;
  height: auto;
  width: auto;
  -webkit-appearance: checkbox;
}

.tx-srfeuserregister-pi1 .acknowledged-text {
  padding: 10px;
}

.tx-srfeuserregister-pi1 .acknowledged-text a {
  background-image: none;
  padding-left: 0;
}

.tx-srfeuserregister-pi1 .form-group .privacy-link {
  background-image: none;
  display: block;
  padding-left: 0;
  padding-top: 20px;
}

.section-top-bar .navbar-form {
  border-top: 0;
  border-bottom: 0;
  box-shadow: none;
}

.section-top-bar .top-bar-right-content .list-loginicon {
	position: absolute;
	right: 0px;
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 8px;
}

.section-top-bar .top-bar-right-content .list-loginicon a i {
	color: #96a5b5;
	font-size: 1.4em;
}

.section-top-bar .top-bar-right-content .list-loginicon:hover a i {
	color: #ffffff;
	font-size: 1.4em;
}

.section-top-bar form[role="search"] {
  position: absolute;
  top: -1px;
  right: 50px;
  width: 100%;
  padding: 0px;
  margin: 0px;
  z-index: 0;
}

@media (max-width: 991px) {
  .section-top-bar form[role="search"] {
    top: 0;
  }
}

.section-top-bar form[role="search"] .input-group {
  margin-right: -1px;
  overflow: hidden;
}

.section-top-bar form[role="search"] .input-group .input-group-btn {
  width: 1%;
}

.section-top-bar form[role="search"] button,
.section-top-bar form[role="search"] input {
  padding: 8px 12px;
  border-radius: 0px;
  border-width: 0px;
  color: #777777;
  background-color: #f8f8f8;
  border-color: #e7e7e7;
  box-shadow: none;
  outline: none;
}

.section-top-bar form[role="search"] button > i,
.section-top-bar form[role="search"] input > i {
  transition: color 0.3s ease-in-out;
}

.section-top-bar form[role="search"] input {
  padding: 16px 12px;
  font-size: 14pt;
  font-style: italic;
  color: #a0a0a0;
  box-shadow: none;
}

.section-top-bar form[role="search"] button[type="submit"] {
  background: transparent;
}

.section-top-bar form[role="search"] button[type="submit"] > i {
  color: #96a5b5;
}

.section-top-bar form[role="search"] button[type="submit"]:hover > i {
  color: white;
}

.section-top-bar form[role="search"] button[type="reset"] {
  display: none;
  height: 49px;
}

.section-top-bar form[role="search"] button[type="reset"]:hover > span {
  background: #cc0235;
}

.section-top-bar form[role="search"] {
  width: 60px;
}

.section-top-bar form[role="search"] button,
.section-top-bar form[role="search"] input {
  padding: 0;
  padding-top: 15px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 8px;
}

.section-top-bar form[role="search"] button.reset,
.section-top-bar form[role="search"] input.reset {
  border-right: 0;
}

.section-top-bar form[role="search"] button > i,
.section-top-bar form[role="search"] input > i {
  color: #2e2e2e;
  font-size: 1.4em;
}

.section-top-bar form[role="search"] input {
  font-size: 1.143em;
  opacity: 0;
  display: none;
  height: 49px;
  padding-top: 9px;
}

.section-top-bar form[role="search"].active {
  width: auto;
  z-index: 1;
}

.section-top-bar form[role="search"].active button,
.section-top-bar form[role="search"].active input {
  display: table-cell;
  opacity: 1;
}

.section-top-bar form[role="search"].active button.reset,
.section-top-bar form[role="search"].active input.reset {
  background-color: #cc0235;
}

.section-top-bar form[role="search"].active button.reset > i,
.section-top-bar form[role="search"].active input.reset > i {
  color: #fff;
}

@media (max-width: 991px) {
  .section-top-bar form[role="search"].active button[type="submit"],
  .section-top-bar form[role="search"].active input[type="submit"] {
    background: #f9f9f9;
  }
  .section-top-bar form[role="search"].active button[type="submit"] > i,
  .section-top-bar form[role="search"].active input[type="submit"] > i {
    color: #2e2e2e;
  }
}

.section-top-bar form[role="search"].active input {
  width: 100%;
}

.page-ce-table .table-default,
.page-ce-table .contenttable {
  border-bottom: 1px solid #ebebeb;
}

.page-ce-table .table-default > thead > tr > th,
.page-ce-table .contenttable > thead > tr > th {
  background-color: #f9f9f9;
  color: #777777;
  border-bottom: 0;
  font-weight: normal;
  font-family: "AileronBold";
}

.page-ce-table .table-default > tbody > tr > td,
.page-ce-table .contenttable > tbody > tr > td {
  font-family: "AileronLight";
  color: #777777;
  border-right: 1px solid #ebebeb;
}

.page-ce-table .table-default > tbody > tr > td a,
.page-ce-table .contenttable > tbody > tr > td a {
  color: #777777;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ce-table .table-default > tbody > tr > td a:hover,
.page-ce-table .contenttable > tbody > tr > td a:hover {
  color: #cc0235;
}

.page-ce-table .table-default > tbody > tr > td:last-child,
.page-ce-table .contenttable > tbody > tr > td:last-child {
  border-right: 0;
}

.contenttable {
  border: 0 !important;
  border-bottom: 1px solid #ebebeb !important;
}

.contenttable > thead > tr > th {
  background-color: #f9f9f9;
  color: #777777;
  border-bottom: 0;
  font-weight: normal;
  font-family: "AileronBold";
  padding: 20px;
}

.contenttable > tbody > tr {
  background-color: transparent !important;
}

.contenttable > tbody > tr > td {
  font-family: "AileronLight";
  color: #777777;
  border-top: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 20px;
}

.contenttable > tbody > tr > td a {
  color: #777777;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.contenttable > tbody > tr > td a:hover {
  color: #cc0235;
}

.contenttable > tbody > tr > td:last-child {
  border-right: 0;
}

.page-ce-list-group {
  margin-top: 20px;
}

.page-ce-list-group .list-group-default .list-group-item {
  margin-left: 0;
  text-indent: 0;
  margin-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-color: #ebebeb;
  font-size: 1.286em;
  color: #777777;
  font-family: "AileronLight";
  padding-left: 0;
  border: 0;
  border-top: 1px solid #ebebeb;
}

.page-ce-list-group .list-group-default .list-group-item a {
  color: #777777;
  font-family: "AileronLight";
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.page-ce-list-group .list-group-default .list-group-item a i {
  font-size: 1.286em;
  position: relative;
  top: 2px;
  margin-right: 20px;
}

.page-ce-list-group .list-group-default .list-group-item a:hover {
  color: #cc0235;
}

.page-ce-list-group .list-group-default .list-group-item:before {
  display: none;
}

.page-ce-list-group .list-group-default .list-group-item:last-child {
  border-bottom: 1px solid #ebebeb;
}

.panel-default > .panel-heading {
  padding: 15px 15px;
}

.xmarketing {
  /*font-size: 1.4em;
  line-height: 1.7em;*/
  /*font-family: "AileronLight";*/
  width: 100%;
}

.xmarketing .page-ce-fullimage .page-ce-fullimage-background {
  height: 430px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.xmarketing .csc-header > h1, .xmarketing p, .xmarketing h2 {
  margin: 20px auto;
}

.xmarketing .page-ce-fullimage .container .row .col .page-ce-fullimage-inner  h3,
.xmarketing .page-ce-fullimage .container .row .col .page-ce-fullimage-inner  {
  color: #000;
  text-align: left;
}

.xmarketing .page-ce-fullimage-inner {
  width: 100%;
  text-align: left;
  padding-left: 15%;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.xmarketing .content ul.inner-box-list > li:before {
  display: none;
}

.xmarketing .frame {
  /* margin: 0 auto; */
  margin-left: auto;
  margin-right: auto;
}

.xmarketing .frame > *:not(.ce_all-overflow) {
  position: relative;
  z-index: 1;
}

.xmarketing .frame > .ce_all-overflow {
  position: relative;
  z-index: 0;
}

@media (min-width: 768px) {
  .xmarketing .frame {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .xmarketing .frame {
    max-width: 940px;
  }
}

@media (min-width: 1200px) {
  .xmarketing .frame {
    max-width: 1170px;
  }
}

@media (min-width: 992px) {
  .xmarketing .frame-default {
    padding-right: 140px;
  }
}

@media (min-width: 1200px) {
  .xmarketing .frame-default {
    padding-right: 240px;
  }
}

@media (min-width: 992px) {
  .xmarketing .columns .frame-default {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  .xmarketing .columns .frame-default {
    padding-right: 0;
  }
}


.xmarketing .frame-fullimage-box {
	max-width: none;
}

.xmarketing .frame-fullWidth, .xmarketing .frame-background-color-gray-light {
  max-width: 100%;
}

.xmarketing #section-downloads, 
.xmarketing #section-teasers, 
.xmarketing #xsection-content-half,
.xmarketing #section-content-half.textimage-full,
.xmarketing .hoverbox {
  font-size: 14px;
}

@media (max-width: 768px) {
  #section-content .xmarketing {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  #section-content .xmarketing .frame-default {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.layout-default .xmarketing .content {
  line-height: 1.333em;
  padding-bottom: 40px;
}

.layout-default .xmarketing .frame-default .frame {
  padding-right: 0;
}

.layout-default .xmarketing .frame > p:first-of-type {
  margin-top: 0;
}

.layout-default .xmarketing .frame > p:last-of-type {
  margin-bottom: 40px;
}

.layout-default .xmarketing .frame > p.introtext {
  margin-bottom:0;
}

.xmarketing .frame p.teaser-page-box-tile-text {
	margin: 0 auto;
}

.xmarketing .csc-header > h1, 
.xmarketing .frame p, 
.xmarketing h2 {
    margin: 20px auto;
}

.layout-default #section-content .csc-textpic-imagewrap .csc-textpic-imagerow {
/*  margin-left: -20px;
  margin-right: -20px;
  display: flex;
  justify-content: space-between;
  */
}

.layout-default #section-content .csc-textpic-imagewrap.columns-3 .csc-textpic-imagerow {
    margin-left: -20px;
    margin-right: 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.layout-default #section-content .frame-type-textmedia .csc-textpic-imagerow {
	margin: 0;
}

.layout-default #section-content .csc-textpic-imagewrap .csc-textpic-imagerow img.img-fluid {
	max-width: 100%;
	height: auto;
}

.layout-default #section-content .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn {
  float: none;
}

.layout-default #section-content .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn .csc-textpic-image {
  margin: 10px;
}

.layout-default #section-content .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn .csc-textpic-image img {
  width: 100%;
  height: 100%;
}

.layout-default #section-content .csc-textpic-imagewrap .csc-textpic-imagerow a,
.layout-default #section-content .csc-textpic-imagewrap .csc-textpic-imagerow img{
  /* margin: 10px; */
}

.layout-default #section-content .csc-textpic-imagewrap.columns-1 .csc-textpic-imagecolumn {
  width: 100%;
}

.layout-default #section-content .csc-textpic-imagewrap.columns-2 .csc-textpic-imagecolumn {
  width: 50%;
}

.layout-default #section-content .csc-textpic-imagewrap.columns-3 .csc-textpic-imagecolumn {
  width: 33.332%;
}

.layout-default #section-content .csc-textpic-imagewrap.columns-4 .csc-textpic-imagecolumn {
  width: 25%;
}

.layout-default #section-content .csc-textpic-imagewrap.columns-5 .csc-textpic-imagecolumn {
  width: 20%;
}

.layout-default #section-content .csc-textpic-imagewrap.columns-6 .csc-textpic-imagecolumn {
  width: 16.665%;
}

.layout-default #section-content .csc-textpic-imagewrap.columns-7 .csc-textpic-imagecolumn {
  width: 14.284%;
}

.layout-default #section-content .csc-textpic-imagewrap.columns-8 .csc-textpic-imagecolumn {
  width: 12.5%;
}

.layout-full-width #section-content {
  margin-top: 0;
}

.layout-full-width #section-content .container-full {
  margin-top: 0;
  padding: 0;
}

.layout-full-width .outer-box-has-map .inner-box,
.layout-full-width .outer-box-has-map .row,
.layout-full-width .outer-box-has-map .embed-responsive {
  height: 100%;
}

@media (max-width: 767px) {
  .layout-full-width .row.flex-height .outer-box.outer-box-has-map {
    order: 1;
  }
}

.overview-link-list {
  background-color: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
  width: 50%;
  float: right;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .overview-link-list {
    float: none;
    width: calc(100% - 10px);
  }
}

.content .overview-link-list-ul li:before {
  background: none;
  display: none !important;
}

.overview-link-list-ul li i {
  color: #cc0235;
  padding-right: 5px;
}

.content .overview-link-list .overview-link-list-ul li {
  text-indent: 0;
  margin-left: 0;
}

.page-wrap .xmarketing .content .overview-link-list {
  z-index: 10;
}

/*
 * slider:hero
 */
#section-hero-slider {
  /* wrapper */
}

#section-hero-slider > .carousel-hero .carousel-indicators {
  bottom: 52px;
  margin: 0;
  transform: translateX(-50%);
}

@media (min-width: 991px) and (max-width: 1024px), (pointer: coarse) {
  #section-hero-slider > .carousel-hero .carousel-indicators {
    bottom: 295px;
  }
}

#section-hero-slider > .carousel-hero .carousel-indicators li {
  background-color: rgba(255, 255, 255, 0);
  height: 10px;
  width: 10px;
  margin: 0 4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#section-hero-slider > .carousel-hero .carousel-indicators li:hover, #section-hero-slider > .carousel-hero .carousel-indicators li.active {
  background-color: white;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero .carousel-indicators {
    top: 20px;
    bottom: auto;
  }
}

#section-hero-slider > .carousel-hero > .carousel-link-box {
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  height: 225px;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .container {
  position: relative;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .container .carousel-link-box-outer {
  position: absolute;
  z-index: 1;
  right: 0;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-top {
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 15px;
  background-color: #cc0235;
  line-height: 1.4em;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-top .carousel-link-box-top-title {
  color: #fff;
  font-size: 1.429em;
  margin-bottom: 0;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-top .carousel-link-box-top-subtitle {
  font-size: 0.929em;
  color: #fff;
  margin-bottom: 0;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-bottom {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 18px;
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 15px;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-bottom > ul {
  margin-bottom: 0;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-bottom > ul > li {
  margin-bottom: 14px;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-bottom > ul > li > a {
  font-family: "AileronLight";
  font-size: 1.429em;
  color: #2e2e2e;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-bottom > ul > li > a:hover {
  color: #cc0235;
}

#section-hero-slider > .carousel-hero > .carousel-link-box .carousel-link-box-bottom > ul > li:last-child {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero > .carousel-link-box {
    display: none;
  }
}

#section-hero-slider > .carousel-hero > .carousel-inner {
  height: 100vh;
  min-height: 900px;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero > .carousel-inner {
    height: calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
    height: -o-calc(100vh - 120px);
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  #section-hero-slider > .carousel-hero > .carousel-inner {
    height: calc(100vh - 170px);
    height: -moz-calc(100vh - 170px);
    height: -webkit-calc(100vh - 170px);
    height: -o-calc(100vh - 170px);
    min-height: 0;
  }
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item {
  opacity: 0;
  transition-property: opacity;
  height: 100vh;
  min-height: 900px;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero > .carousel-inner > .item {
    height: calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
    height: -o-calc(100vh - 120px);
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  #section-hero-slider > .carousel-hero > .carousel-inner > .item {
    height: calc(100vh - 170px);
    height: -moz-calc(100vh - 170px);
    height: -webkit-calc(100vh - 170px);
    height: -o-calc(100vh - 170px);
    min-height: 0;
  }
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > img,
#section-hero-slider > .carousel-hero > .carousel-inner > .item > picture img {
  width: 100%;
  object-fit: cover;
  height: 100vh;
  min-height: 900px;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero > .carousel-inner > .item > img,
  #section-hero-slider > .carousel-hero > .carousel-inner > .item > picture img {
    height: calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: -webkit-calc(100vh - 120px);
    height: -o-calc(100vh - 120px);
    min-height: 640px;
  }
}

@media (max-width: 767px) {
  #section-hero-slider > .carousel-hero > .carousel-inner > .item > img,
  #section-hero-slider > .carousel-hero > .carousel-inner > .item > picture img {
    height: calc(100vh - 170px);
    height: -moz-calc(100vh - 170px);
    height: -webkit-calc(100vh - 170px);
    height: -o-calc(100vh - 170px);
    min-height: 0;
  }
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero > .carousel-inner > .item > .container {
    width: 95%;
    bottom: 3%;
    top: auto;
  }
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption {
  position: relative;
  top: 200px;
  left: 0;
  z-index: 15;
  width: 50%;
  margin-left: 0;
  list-style: none;
  text-align: left;
  padding: 0;
  text-shadow: none;
  color: #ffffff;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption {
    width: 100%;
    top: auto;
    bottom: 94px;
  }
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .item-title {
  font-size: 3.571em;
  font-family: "AileronBold";
  margin-bottom: 20px;
  line-height: normal;
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .item-title > a {
  color: #ffffff;
}

@media (max-width: 991px) {
  #section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .item-title {
    font-size: 2.143em;
    line-height: normal;
  }
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .item-text {
  font-size: 1.286em;
  font-weight: 100;
  margin-bottom: 0;
  line-height: 24px;
  font-family: "AileronLight";
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child #section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .tx-indexedsearch-searchbox-button.submit {
  position: absolute;
  bottom: -30px;
  left: 0;
  padding: 20px 50px;
  transform: translate(0, 100%);
  background: #ffffff;
  color: #2864aa !important;
  transition: all 0.3s ease-in-out;
}

#section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .btn:hover, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child #section-hero-slider > .carousel-hero > .carousel-inner > .item > .container > .carousel-caption > .tx-indexedsearch-searchbox-button.submit:hover {
  transform: translate(1px, 102%);
}

#section-hero-slider > .carousel-hero > .carousel-inner > .active {
  opacity: 1;
}

#section-hero-slider .carousel-fade .carousel-inner .active.left,
#section-hero-slider .carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

#section-hero-slider .carousel-fade .carousel-inner .next.left,
#section-hero-slider .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

#section-hero-slider .carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  #section-hero-slider .carousel-fade .carousel-inner > .item.next,
  #section-hero-slider .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  #section-hero-slider .carousel-fade .carousel-inner > .item.prev,
  #section-hero-slider .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    transform: translate3d(0, 0, 0);
  }
  #section-hero-slider .carousel-fade .carousel-inner > .item.next.left,
  #section-hero-slider .carousel-fade .carousel-inner > .item.prev.right,
  #section-hero-slider .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

#section-hero-slider .content-button {
  position: absolute;
  bottom: 10px;
  left: 50%;
  color: white;
  font-size: 73px;
  margin-left: -22px;
  cursor: pointer;
  height: 84px;
}

@media (max-width: 991px) {
  #section-hero-slider .content-button {
    display: none;
  }
}

@media (min-width: 991px) and (max-width: 1024px), (pointer: coarse) {
  #section-hero-slider .content-button {
    bottom: -20px;
    color: white;
    cursor: pointer;
    font-size: 40px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    margin-left: 0;
  }
}

#section-hero-slider .content-button i {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: fadeInOutDown;
  animation-name: fadeInOutDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes fadeInOutDown {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

@-webkit-keyframes fadeInOutDown {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}





#header-teaser-wrapper {
  position: absolute;
  bottom: 100px;
  left: 0;
  width: 100%;
}

@media (max-width: 991px) {
  #header-teaser-wrapper {
    top: 60px;
  }
}

@media (min-width: 991px) and (max-width: 1024px), (pointer: coarse) {
  #header-teaser-wrapper {
    bottom: 44px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}

@media (max-width: 768px) {
  #header-teaser-wrapper {
    height: 60%;
  }
}

@media (max-width: 767px) {
  #header-teaser-wrapper {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
  }
}

@media (max-width: 991px) {
  #header-teaser-wrapper .container {
    width: 95%;
  }
}

@media (max-width: 767px) {
  #header-teaser-wrapper .container {
    width: 100%;
  }
}

#header-teaser-wrapper .header-teaser-row.row {
  display: flex;
  justify-content: space-between;
  margin: 0 -20px;
}

.header-teaser-box {
  float: left;
  width: calc(25% - 26px);
  height: 230px;
  border: 1px solid #ebebeb;
  color: #ffffff;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
}

.header-teaser-box-image-wrapper {
  width: 100%;
  height: calc(100% - 44px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

.header-teaser-box-image {
  height: auto;
  max-width: 50%;
  max-height: 66%;
}

.header-teaser-box-headline {
  font-family: "AileronLight";
  font-size: 1.286em;
  font-weight: 300;
  line-height: 1.333em;
  padding: 0 20px;
  margin: 0;
  text-align: center;
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 20px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  transform: scale(1);
  color: #ffffff;
}

.header-teaser-box-hover {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  padding: 20px 25px;
  background: #ffffff;
  color: #2864aa;
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
}

.header-teaser-box-hover-headline {
  margin-top: 0;
  margin-bottom: 25px;
  text-align: center;
  font-size: 1.286em;
  line-height: 1.333em;
}

.header-teaser-box-hover-text {
  font-size: 11.666px;
  line-height: 1.43em;
  overflow: hidden;
  max-height: 11em;
}

.header-teaser-box-hover-arrow {
  font-size: 1.429em;
  line-height: 1em;
  position: absolute;
  right: 25px;
  bottom: 15px;
  transition: color 0.3s ease-in-out;
  color: #2864aa;
}

.header-teaser-box:hover {
  z-index: 10;
}

.header-teaser-box:hover .header-teaser-box-image-wrapper {
  z-index: 0;
  opacity: 0;
}

.header-teaser-box:hover .header-teaser-box-headline {
  z-index: 0;
}

.header-teaser-box:hover .header-teaser-box-hover {
  color: #2864aa;
  z-index: 10;
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 1;
}

@media (max-width: 1199px) {
  .header-teaser-box-hover-headline {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  #header-teaser-wrapper .header-teaser-row.row {
    display: block;
    padding: 0 20px;
  }
  .header-teaser-box {
    margin-bottom: 25px;
    padding: 0;
    width: 100%;
    height: auto;
  }
  .header-teaser-box-image-wrapper {
    display: none;
  }
  .header-teaser-box-headline {
    font-size: 1.286em;
    position: static;
    padding: 13px 20px;
  }
  .header-teaser-box:hover {
    transform: scale(1.045);
  }
}

@media (max-width: 767px) {
  .header-teaser-box {
    border-top: 0;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0;
    padding: 10px 0;
  }
  .header-teaser-box-headline {
    color: #2e2e2e;
  }
  .header-teaser-box:hover {
    transform: scale(1);
  }
  .header-teaser-box:hover .header-teaser-box-headline {
    transform: scale(1.045);
    color: #cc0235;
  }
}

/*
* Quick navigation elements on Startpage
*/
#quicknav-container {
  position: fixed;
  bottom: -60px;
  right: 0;
  z-index: 100;
  transition: bottom 3s 0.5s;
  -ms-transition: bottom 3s 0.5s;
  -o-transition: bottom 3s 0.5s;
}

#quicknav-container.nowshow {
  bottom: 0;
}

@media (min-width: 992px) and (max-width: 1024px), (pointer: coarse) {
  #quicknav-container {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none !important;
  }
}

#quicknav {
  overflow: hidden;
  background: #fff;
  height: 56px;
  background: #122136;
  box-shadow: 0px 20px 80px 0 rgba(0, 0, 0, 0.2);
  transition: height 1s;
}

#quicknav:hover {
  cursor: pointer;
}

#quicknav.active {
  height: 458px;
}

#quicknav.active .quickn li {
  transform: translateX(0);
}

#quicknav.active .quicknav-line:before {
  content: "\f00d";
}

#quicknav > ul {
  margin: 0;
}

.quicknav-line {
  padding: 16px 10px;
  background: #122136;
  color: #ffffff;
  border: 1px solid #122136;
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}

.quicknav-line:before {
  content: "\f1e5";
  position: relative;
  font-size: 1.3em;
  padding-right: 10px;
  font-family: FontAwesome;
}

.quicknav-line i {
  padding-right: 10px;
}

.quicknav-line:hover {
  transform: translate(2px, 2px);
}

.quickn li {
  border-bottom: 1px solid #cdcece;
  background: #ffffff;
  transform: translateX(100%);
}

.quickn li.quickitem1 {
  transition: transform 0.3s;
}

.quickn li.quickitem2 {
  transition: transform 0.5s;
}

.quickn li.quickitem3 {
  transition: transform 0.7s;
}

.quickn li.quickitem4 {
  transition: transform 0.9s;
}

.quickn li.quickitem5 {
  transition: transform 1.1s;
}

.quickn li.quickitem6 {
  transition: transform 1.3s;
}

.quickn li.quickitem7 {
  transition: transform 1.5s;
}

.quickn li.quickitem8 {
  transition: transform 1.7s;
}

.quickn li.quickitem9 {
  transition: transform 1.9s;
}

.quickn li a {
  color: #2e2e2e;
  display: block;
  padding: 15px 10px;
  transition: all 0.3s ease-in-out;
}

.quickn li a:hover {
  color: #cc0235;
  transform: translate(2px, 2px);
}

.quickn li a i {
  padding-right: 10px;
}

.quickn li:last-child {
  border-bottom: none;
}

/* ********************** */
#quicks {
  position: fixed;
  right: 0;
  z-index: 10;
  top: 30%;
}

@media (max-width: 990px), (max-height: 590px) {
  #quicks {
    display: none;
  }
}

.q-box {
  background: #122136;
  color: #ffffff;
  border: 1px solid #122136;
  padding: 5px;
  width: 60px;
  margin-bottom: 5px;
  box-shadow: 0px 20px 80px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-in-out;
  transform: translate(0, 0);
}

.q-box:hover {
  transform: translate(2px, 2px);
}

.q-box a {
  color: inherit;
}

.q-box a i {
  height: 30px;
  display: block;
  text-align: center;
  font-size: 1.7em;
}

.q-box a p {
  text-align: center;
  padding-bottom: 0;
  margin: 0px !important;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

@media (min-width: 1024px) {
  .q-box.branch {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .q-box.branch {
    display: block;
  }
}

.q-box.branch p {
  font-size: 11px;
}

/*
* _section-footer-slider
*/
.footer-top {
  background: #122136;
  color: #fff;
  min-height: 560px;
  padding: 4rem;
  margin-top: 40px;
  background: #122b40 url("../images/motiv-footer-kontakt.jpg");
  background-size: cover;
  background-position: center center;
  /* Controls */
  /*.form-default .powermail_fieldwrap_type_submit*/
}

.footer-top  .columns:first-child {
  padding-right: 10%;
}

.footer-top .carousel fieldset:not(.active) {
  display: none;
}

.footer-top .form-control, .footer-top .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .footer-top .tx-indexedsearch-searchbox-sword.sword {
  background: none;
  border-style: none;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.footer-top .form-control option, .footer-top .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword option, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .footer-top .tx-indexedsearch-searchbox-sword.sword option {
  background: #fff;
  color: #122136;
}

.footer-top .powermail_fieldwrap_type_select:after {
  top: 40px;
  content: '\f078';
  font-family: 'fontAwesome';
  font-size: 1rem;
}

.footer-top .powermail_fieldwrap_anrede {
  width: 50%;
}

.footer-top .carousel-indicators {
  bottom: -10px;
}

.footer-top .carousel-indicators li {
  margin: 3px;
}

.footer-top .carousel-indicators li .active {
  margin: 3px;
}

.footer-top .contactslide-control {
  background: #fff;
  padding: 10px 15px;
  color: #122136;
  margin-top: 30px;
  transition: transform .3s;
}

.footer-top .contactslide-control--left {
  float: left;
}

.footer-top .contactslide-control--right {
  float: right;
}

.footer-top .contactslide-control:hover {
  transform: translate(2px, 2px);
  color: #2864aa;
}
/*
.footer-top h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 2.5rem;
}
*/

.footer-top h3, 
.footer-top header {
	font-family: "AileronBold", sand-serif;
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 2.5rem;
}

.footer-top .frame-indent-right {
	padding-right: 33%;
}

.footer-top p {
  font-size: 18px;
  line-height: 2.5rem;
}

.footer-top .powermail_fieldwrap_type_submit .powermail_field {
  transition: transform .3s;
  transform: translate(0, 0);
}

.footer-top .powermail_fieldwrap_type_submit .powermail_field .btn-primary {
  background: #fff;
  color: #122136;
  padding: 13px 18px 10px 18px;
}

.footer-top .powermail_fieldwrap_type_submit .powermail_field:after {
  font-family: 'fontAwesome';
  font-size: 1.5rem;
  content: '\f054';
  top: 16px;
  color: #122136;
  display: none;
}


.footer-top .powermail_fieldwrap_html a {
	color: #fff;
	text-decoration: underline;
}

.footer-top .powermail_fieldwrap_type_submit .powermail_field:hover {
  transform: translate(2px, 2px);
  color: #2864aa;
}

.footer-top .powermail_fieldwrap_type_submit .powermail_field:hover .btn-primary {
  color: #2864aa;
}

.footer-top .powermail_fieldwrap_type_submit .powermail_field:hover:after {
  color: #2864aa;
}

.footer-top .btn.btn-primary.btn-lg.powermail_submit, .footer-top .btn-group-lg > .btn.btn-primary.powermail_submit, .footer-top .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-primary.powermail_submit.tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .footer-top .btn-primary.powermail_submit.tx-indexedsearch-searchbox-button.submit {
  margin: 0 2px 2px 0;
}

.carousel.slide form {
  position: relative;
  overflow: hidden;
}

.carousel.slide form .item {
  position: relative;
  bottom: 0;
}

.carousel.slide form .item:not(.active) {
  position: absolute;
  width: 100%;
  height: 100%;
}

.carousel.slide form .item:not(.active).prev {
  display: block;
  transition: left 700ms;
  left: -100%;
}

.carousel.slide form .item:not(.active).prev.right {
  left: 0;
}

.carousel.slide form .item:not(.active).next {
  display: block;
  transition: left 700ms;
  left: 100%;
}

.carousel.slide form .item:not(.active).next.left {
  left: 0;
}

.carousel.slide form .item.active {
  transition: left 700ms;
  left: 0;
}

.carousel.slide form .item.active.left {
  left: -100%;
}

.carousel.slide form .item.active.right {
  left: 100%;
}

#section-content.content-box .shariff ul li {
  height: 50px;
  text-indent: 0;
  margin-left: 0;
}

#section-content.content-box .shariff ul li a {
  color: #fff;
}

#section-content.content-box .shariff ul li a .fa {
	vertical-align: middle;
}

#section-content.content-box .shariff ul li a span {
	padding-left: 5px;
}

#section-content.content-box .shariff ul li:before {
  content: none;
}

#section-content.content-box .shariff-button.rss a {
  background-color: #e16107;
}

#section-content.content-box .shariff-button.rss a:hover {
  background-color: #f87b23;
}

#section-content .frame ul.ion2sdownloadteaser {
  padding: 0;
}

.ion2sdownloadteaser {
  margin: 0 -10px 60px -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
}

.ion2sdownloadteaser li.ion2sdownloadteaser-listelement {
  margin: 0 10px;
  text-indent: 0;
  width: calc(33.333% - 20px);
  height: 210px;
  position: relative;
}

.ion2sdownloadteaser li.ion2sdownloadteaser-listelement:before {
  content: none;
}

.ion2sdownloadteaser li.ion2sdownloadteaser-listelement:nth-of-type(n+4) {
  margin-top: 30px;
}

.ion2sdownloadteaser .ion2sdownloadteaser-a {
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #ffffff;
  border: 1px solid #ebebeb;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s ease-out;
}

.ion2sdownloadteaser .ion2sdownloadteaser-a:after {
  content: "a";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 2.5rem;
  line-height: 1em;
  transition: all 0.3s ease-out;
  color: #2e2e2e;
  opacity: 0.65;
}

.ion2sdownloadteaser .ion2sdownloadteaser-a:hover {
  background: #122136;
  padding-bottom: 20px;
  border-color: #122136;
}

.ion2sdownloadteaser .ion2sdownloadteaser-a:hover:after {
  color: #ffffff;
  opacity: 1;
}

.ion2sdownloadteaser .ion2sdownloadteaser-a:hover .ion2sdownloadteaser-icon {
  opacity: 0.2;
  color: #5e5e5e;
}

.ion2sdownloadteaser .ion2sdownloadteaser-a:hover .ion2sdownloadteaser-description,
.ion2sdownloadteaser .ion2sdownloadteaser-a:hover .ion2sdownloadteaser-title {
  color: #ffffff;
}

.ion2sdownloadteaser .ion2sdownloadteaser-icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
  transition: opacity 0.3s ease-out;
  opacity: 0.1;
  height: auto;
  width: auto;
  font-size: 90px;
  color: #2e2e2e;
}

.ion2sdownloadteaser .ion2sdownloadteaser-icon.fa.fa-link, .ion2sdownloadteaser .ion2sdownloadteaser-icon.fa-link.ce-uploads-element-link:after, .ion2sdownloadteaser .ion2sdownloadteaser-icon.fa-link.ion2sdownloadteaser-a:after {
  bottom: 13px;
}

.ion2sdownloadteaser .ion2sdownloadteaser-icon.fa.fa-external-link, .ion2sdownloadteaser .ion2sdownloadteaser-icon.fa-external-link.ce-uploads-element-link:after, .ion2sdownloadteaser .ion2sdownloadteaser-icon.fa-external-link.ion2sdownloadteaser-a:after {
  bottom: 7px;
}

.ion2sdownloadteaser .ion2sdownloadteaser-headline {
  width: 100%;
  padding: 0 20px 15px 20px;
}

.ion2sdownloadteaser .ion2sdownloadteaser-description,
.ion2sdownloadteaser .ion2sdownloadteaser-title {
  transition: color 0.3s ease-out;
  display: block;
  min-height: 1em;
}

.ion2sdownloadteaser .ion2sdownloadteaser-description {
  font-size: 1.4rem;
  line-height: 1.286em;
  color: #cc0235;
}

.ion2sdownloadteaser .ion2sdownloadteaser-title {
  font-family: "AileronBold";
  font-size: 2.1rem;
  line-height: 1.24em;
  color: #2e2e2e;
}

@media (max-width: 991px) {
  .ion2sdownloadteaser li.ion2sdownloadteaser-listelement {
    width: calc(50% - 20px);
  }
  .ion2sdownloadteaser li.ion2sdownloadteaser-listelement:nth-of-type(n+3) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .ion2sdownloadteaser li.ion2sdownloadteaser-listelement {
    width: calc(100% - 20px);
  }
  .ion2sdownloadteaser li.ion2sdownloadteaser-listelement:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .ion2sdownloadteaser .ion2sdownloadteaser-a:hover {
    padding-bottom: 0;
  }
}

.introtext {
  font-size: 2.4rem;
  line-height: 1.42em;
  margin: 0 auto 40px auto;
}

.search-results .search-results-results-box {
  background-color: #f9f9f9;
  padding: 15px 20px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #a8a8a8;
}

.search-results .search-results-results-box .search-results-results-box-title {
  margin-bottom: 0;
}

.search-results .search-result-item {
  border-top: 5px solid #ebebeb;
}

.search-results .search-result-item .search-result-item-title {
  margin-top: 18px;
  margin-bottom: 15px;
  font-family: "AileronBold";
  font-size: 1.429em;
}

.search-results .search-result-item .search-result-item-title a {
  color: #2e2e2e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-results .search-result-item .search-result-item-title a:hover {
  color: #cc0235;
}

.search-results .search-result-item .search-result-item-text {
  margin-bottom: 0;
}

.search-results .search-result-item .search-result-item-text a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.search-results .search-result-item .search-result-item-infos {
  background-color: #f9f9f9;
  padding: 15px 20px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #a8a8a8;
  font-family: "AileronItalic";
}

.search-results .search-result-item .search-result-item-infos strong {
  font-family: "AileronBoldItalic";
}

.search-results .search-result-pager {
  background-color: #ebebeb;
}

.search-results .search-result-pager a {
  font-size: 1.286em;
  padding: 8px 22px 19px 22px;
  color: #2e2e2e;
}

.search-results .search-result-pager a > i {
  font-size: 2em;
  position: relative;
  top: 13px;
}

.search-results .search-result-pager a.btn-prev > i {
  margin-right: 10px;
}

.search-results .search-result-pager a.btn-next.disabled {
  color: #7b7b7b;
}

.search-results .search-result-pager a.btn-next > i {
  margin-left: 10px;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox {
  margin-top: 30px;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox > form table,
.tx-indexedsearch > .tx-indexedsearch-searchbox > form tbody,
.tx-indexedsearch > .tx-indexedsearch-searchbox > form tr,
.tx-indexedsearch > .tx-indexedsearch-searchbox > form td {
  display: block;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox > form table {
  position: relative;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox > form table tr td:first-child {
  margin-bottom: 5px;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword {
  box-shadow: none;
  height: 46px;
  padding: 20px;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox tr:first-child .tx-indexedsearch-searchbox-sword.sword:focus {
  box-shadow: none;
  border-color: #cc0235;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:first-child {
  display: none;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit {
  color: #fff;
  background-color: #cc0235;
  width: auto;
  padding-right: 30px;
  position: absolute;
  top: 24px;
  right: 0;
}

.tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit:hover {
  color: #fff;
  background-color: #990228;
  border-color: #76011f;
}

.tx-indexedsearch > .tx-indexedsearch-whatis {
  font-size: 1.429em;
  margin-top: 30px;
  margin-bottom: 30px;
}

.tx-indexedsearch > .tx-indexedsearch-browsebox {
  background-color: #f9f9f9;
  padding: 15px 20px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #a8a8a8;
}

.tx-indexedsearch > .tx-indexedsearch-browsebox ul {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.tx-indexedsearch > .tx-indexedsearch-browsebox ul > li a {
  color: #2e2e2e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tx-indexedsearch > .tx-indexedsearch-browsebox ul > li a:hover {
  color: #cc0235;
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item {
  border-top: 5px solid #ebebeb;
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item .search-result-item-title {
  margin-top: 18px;
  margin-bottom: 15px;
  font-family: "AileronBold";
  font-size: 1.429em;
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item .search-result-item-title a {
  color: #2e2e2e;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item .search-result-item-title a:hover {
  color: #cc0235;
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item .search-result-item-text {
  margin-bottom: 0;
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item .search-result-item-text .tx-indexedsearch-redMarkup {
  color: #cc0235;
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item .search-result-item-infos {
  background-color: #f9f9f9;
  padding: 15px 20px;
  margin-left: 0;
  margin-top: 10px;
  margin-bottom: 30px;
  color: #a8a8a8;
  font-family: "AileronItalic";
}

.tx-indexedsearch > .tx-indexedsearch-res > .search-result-item .search-result-item-infos strong {
  font-family: "AileronBoldItalic";
}

.tx-indexedsearch .tx-indexedsearch-browsebox LI {
  display: inline;
  margin-right: 5px;
}

#dev-control-box {
  position: fixed;
  top: 200px;
  left: 0;
  background: #cc0235;
  z-index: 8000;
  padding: 15px;
}

#dev-control-box li {
  margin-bottom: 0;
  color: #fff;
}

#dev-control-box a {
  color: #fff;
}

@media (max-width: 991px) {
  #dev-control-box {
    display: none;
  }
}

.csc-space-before-extra-small, .xmarketing .csc-space-before-extra-small, .frame-space-before-extra-small {
  margin-top: 10px;
}

.csc-space-before-small, .xmarketing .csc-space-before-small, .frame-space-before-small {
  margin-top: 20px;
}

.csc-space-before-medium, .xmarketing .csc-space-before-medium, .frame-space-before-medium {
  margin-top: 30px;
}

.csc-space-before-large, .xmarketing .csc-space-before-large, .frame-space-before-large {
  margin-top: 40px;
}

.csc-space-before-extra-large, .xmarketing .csc-space-before-extra-large, .frame-space-before-extra-large {
  margin-top: 50px;
}

.csc-space-after-extra-small, .xmarketing .csc-space-after-extra-small, .frame-space-after-extra-small {
  margin-bottom: 10px;
}

.csc-space-after-small, .xmarketing .csc-space-after-small, .frame-space-after-small {
  margin-bottom: 20px;
}

.csc-space-after-medium, .xmarketing .csc-space-after-medium, .frame-space-after-medium {
  margin-bottom: 30px;
}

.csc-space-after-large, .xmarketing .csc-space-after-large, .frame-space-after-large {
  margin-bottom: 40px;
}

.csc-space-after-extra-large, .xmarketing .csc-space-after-extra-large, .frame-space-after-extra-large {
  margin-bottom: 50px;
}

.cc_banner.cc_container {
  background-color: rgba(34, 34, 34, 0.8);
}

@media (min-width: 992px) {
  .cc_banner.cc_container {
    display: flex;
    justify-content: center;
  }
  .cc_banner.cc_container .cc_btn {
    order: 1;
  }
}

@media (max-width: 991px) {
  .cc_banner.cc_container {
    bottom: 0;
    top: inherit;
  }
}

/********************
 * Columns
 * sm: 992px  - 1;
 * md: 1025px - 1;
 * lg: 1200px - 1;
 */
 
.frame-type-gridelements_pi1 .row {
  margin-right: -20px;
  margin-left: -20px;
}
 
.ce-ion2s_gridelements_multicolumns .column .columns {
  padding: 0 20px 0 20px;
}

.container .row .columns  {
  padding: 0 20px 0 20px;
}

.ce-ion2s_gridelements_multicolumns .col-sm-X4,
.ce-ion2s_gridelements_multicolumns .col-md-X2,
.frame-type-gridelements_pi1 .col-lg-X {
  float: left;
}

@media (min-width: 1199px) {
  .frame-type-gridelements_pi1 .col-lg-X {
    width: 25%;
  }
  .ce-ion2s_gridelements_multicolumns .col-lg-X2 {
    width: 50%;
  }
  .ce-ion2s_gridelements_multicolumns .col-lg-X4 {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .frame-type-gridelements_pi1 .col-md-X {
    width: 25%;
  }
  .ce-ion2s_gridelements_multicolumns .col-md-X2 {
    width: 50%;
  }
  .ce-ion2s_gridelements_multicolumns .col-md-X4 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .frame-type-gridelements_pi1 .col-sm-X {
    width: 25%;
  }
  .ce-ion2s_gridelements_multicolumns .col-sm-X2 {
    width: 50%;
  }
  .ce-ion2s_gridelements_multicolumns .col-sm-X4 {
    width: 100%;
  }
}

/********************
 * Accordion
 */
/********************
 * Tabs
 */
.usv-sociallogin {
  max-width: 100%;
}

@media (min-width: 991px) {
  .usv-sociallogin {
    margin-top: -45px;
    margin-left: 30%;
    float: left;
    width: 50%;
  }
}

.usv-sociallogin-via {
  padding-top: 10px;
}

@media (min-width: 991px) {
  .usv-sociallogin-via {
    float: left;
    max-width: 30%;
  }
}

@media (min-width: 991px) {
  .usv-sociallogin .btn-social.btn-lg, .usv-sociallogin .btn-group-lg > .btn-social.btn, .usv-sociallogin .btn-group-lg > .btn.btn-social-icon, .usv-sociallogin .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-social.tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .usv-sociallogin .btn-social.tx-indexedsearch-searchbox-button.submit, .usv-sociallogin .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit.btn-social-icon, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .usv-sociallogin .tx-indexedsearch-searchbox-button.submit.btn-social-icon, .usv-sociallogin .btn-lg.btn-social-icon {
    float: right;
    width: 70%;
  }
}

.sociallogin {
  line-height: 2.4rem;
}

@media (min-width: 991px) {
  .sociallogin {
    max-width: 66%;
  }
}

.frame-type-felogin_login legend,
.sociallogin legend {
  font-family: "AileronBold";
  font-size: 1.429em;
}

.frame-type-felogin_login label,
.sociallogin .form-default label {
  font-size: 14px;
}

.btn-social, .btn-social-icon {
  position: relative;
  padding-left: 44px;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.btn-social > :first-child, .btn-social-icon > :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  line-height: 34px;
  font-size: 1.6em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.btn-social.btn-lg, .btn-group-lg > .btn-social.btn, .btn-group-lg > .btn.btn-social-icon, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-social.tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit.btn-social-icon, .btn-lg.btn-social-icon {
  padding-left: 76px;
}

.btn-social.btn-lg > :first-child, .btn-group-lg > .btn-social.btn > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-lg > .btn-social.tx-indexedsearch-searchbox-button.submit > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-lg > .tx-indexedsearch-searchbox-button.submit.btn-social-icon > :first-child, .btn-group-lg > .btn.btn-social-icon > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-social.tx-indexedsearch-searchbox-button.submit > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .tx-indexedsearch-searchbox-button.submit.btn-social-icon > :first-child, .btn-lg.btn-social-icon > :first-child {
  line-height: 60px;
  width: 60px;
  font-size: 1.8em;
}

.btn-social.btn-sm, .btn-group-sm > .btn-social.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-sm > .btn-social.tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-sm > .tx-indexedsearch-searchbox-button.submit.btn-social-icon, .btn-group-sm > .btn.btn-social-icon, .btn-sm.btn-social-icon {
  padding-left: 38px;
}

.btn-social.btn-sm > :first-child, .btn-group-sm > .btn-social.btn > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-sm > .btn-social.tx-indexedsearch-searchbox-button.submit > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-sm > .tx-indexedsearch-searchbox-button.submit.btn-social-icon > :first-child, .btn-group-sm > .btn.btn-social-icon > :first-child, .btn-sm.btn-social-icon > :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

.btn-social.btn-xs, .btn-group-xs > .btn-social.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .btn-social.tx-indexedsearch-searchbox-button.submit, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .tx-indexedsearch-searchbox-button.submit.btn-social-icon, .btn-group-xs > .btn.btn-social-icon, .btn-xs.btn-social-icon {
  padding-left: 30px;
}

.btn-social.btn-xs > :first-child, .btn-group-xs > .btn-social.btn > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .btn-social.tx-indexedsearch-searchbox-button.submit > :first-child, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .tx-indexedsearch-searchbox-button.submit.btn-social-icon > :first-child, .btn-group-xs > .btn.btn-social-icon > :first-child, .btn-xs.btn-social-icon > :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

.btn-social-icon {
  height: 34px;
  width: 34px;
  padding: 0;
}

.btn-social-icon > :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-social-icon.tx-indexedsearch-searchbox-button.submit {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-sm > .btn-social-icon.tx-indexedsearch-searchbox-button.submit {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn, .tx-indexedsearch > .tx-indexedsearch-searchbox tr:last-child td:last-child .btn-group-xs > .btn-social-icon.tx-indexedsearch-searchbox-button.submit {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

.btn-adn {
  background-color: #d87a68;
  color: #fff;
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:focus, .btn-adn.focus {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:hover {
  color: #fff;
  background-color: #ce563f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active, .btn-adn.active,
.open > .btn-adn.dropdown-toggle {
  color: #fff;
  background-color: #ce563f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn:active:hover, .btn-adn:active:focus, .btn-adn:active.focus, .btn-adn.active:hover, .btn-adn.active:focus, .btn-adn.active.focus,
.open > .btn-adn.dropdown-toggle:hover,
.open > .btn-adn.dropdown-toggle:focus,
.open > .btn-adn.dropdown-toggle.focus {
  color: #fff;
  background-color: #b94630;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn.disabled:hover, .btn-adn.disabled:focus, .btn-adn.disabled.focus, .btn-adn[disabled]:hover, .btn-adn[disabled]:focus, .btn-adn[disabled].focus,
fieldset[disabled] .btn-adn:hover,
fieldset[disabled] .btn-adn:focus,
fieldset[disabled] .btn-adn.focus {
  background-color: #d87a68;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-adn .badge {
  color: #d87a68;
  background-color: #fff;
}

.btn-bitbucket {
  background-color: #205081;
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:focus, .btn-bitbucket.focus {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:hover {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active, .btn-bitbucket.active,
.open > .btn-bitbucket.dropdown-toggle {
  color: #fff;
  background-color: #163758;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket:active:hover, .btn-bitbucket:active:focus, .btn-bitbucket:active.focus, .btn-bitbucket.active:hover, .btn-bitbucket.active:focus, .btn-bitbucket.active.focus,
.open > .btn-bitbucket.dropdown-toggle:hover,
.open > .btn-bitbucket.dropdown-toggle:focus,
.open > .btn-bitbucket.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f253c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket.disabled:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket[disabled]:hover, .btn-bitbucket[disabled]:focus, .btn-bitbucket[disabled].focus,
fieldset[disabled] .btn-bitbucket:hover,
fieldset[disabled] .btn-bitbucket:focus,
fieldset[disabled] .btn-bitbucket.focus {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

.btn-dropbox {
  background-color: #1087dd;
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:focus, .btn-dropbox.focus {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:hover {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active, .btn-dropbox.active,
.open > .btn-dropbox.dropdown-toggle {
  color: #fff;
  background-color: #0d6aad;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox:active:hover, .btn-dropbox:active:focus, .btn-dropbox:active.focus, .btn-dropbox.active:hover, .btn-dropbox.active:focus, .btn-dropbox.active.focus,
.open > .btn-dropbox.dropdown-toggle:hover,
.open > .btn-dropbox.dropdown-toggle:focus,
.open > .btn-dropbox.dropdown-toggle.focus {
  color: #fff;
  background-color: #0a568c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox.disabled:hover, .btn-dropbox.disabled:focus, .btn-dropbox.disabled.focus, .btn-dropbox[disabled]:hover, .btn-dropbox[disabled]:focus, .btn-dropbox[disabled].focus,
fieldset[disabled] .btn-dropbox:hover,
fieldset[disabled] .btn-dropbox:focus,
fieldset[disabled] .btn-dropbox.focus {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

.btn-facebook {
  background-color: #3b5998;
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:focus, .btn-facebook.focus {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:hover {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active, .btn-facebook.active,
.open > .btn-facebook.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook:active:hover, .btn-facebook:active:focus, .btn-facebook:active.focus, .btn-facebook.active:hover, .btn-facebook.active:focus, .btn-facebook.active.focus,
.open > .btn-facebook.dropdown-toggle:hover,
.open > .btn-facebook.dropdown-toggle:focus,
.open > .btn-facebook.dropdown-toggle.focus {
  color: #fff;
  background-color: #23345a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook.disabled:hover, .btn-facebook.disabled:focus, .btn-facebook.disabled.focus, .btn-facebook[disabled]:hover, .btn-facebook[disabled]:focus, .btn-facebook[disabled].focus,
fieldset[disabled] .btn-facebook:hover,
fieldset[disabled] .btn-facebook:focus,
fieldset[disabled] .btn-facebook.focus {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

.btn-flickr {
  background-color: #ff0084;
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:focus, .btn-flickr.focus {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:hover {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active, .btn-flickr.active,
.open > .btn-flickr.dropdown-toggle {
  color: #fff;
  background-color: #cc006a;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr:active:hover, .btn-flickr:active:focus, .btn-flickr:active.focus, .btn-flickr.active:hover, .btn-flickr.active:focus, .btn-flickr.active.focus,
.open > .btn-flickr.dropdown-toggle:hover,
.open > .btn-flickr.dropdown-toggle:focus,
.open > .btn-flickr.dropdown-toggle.focus {
  color: #fff;
  background-color: #a80057;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr.disabled:hover, .btn-flickr.disabled:focus, .btn-flickr.disabled.focus, .btn-flickr[disabled]:hover, .btn-flickr[disabled]:focus, .btn-flickr[disabled].focus,
fieldset[disabled] .btn-flickr:hover,
fieldset[disabled] .btn-flickr:focus,
fieldset[disabled] .btn-flickr.focus {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

.btn-foursquare {
  background-color: #f94877;
  color: #fff;
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:focus, .btn-foursquare.focus {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:hover {
  color: #fff;
  background-color: #f71752;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active, .btn-foursquare.active,
.open > .btn-foursquare.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare:active:hover, .btn-foursquare:active:focus, .btn-foursquare:active.focus, .btn-foursquare.active:hover, .btn-foursquare.active:focus, .btn-foursquare.active.focus,
.open > .btn-foursquare.dropdown-toggle:hover,
.open > .btn-foursquare.dropdown-toggle:focus,
.open > .btn-foursquare.dropdown-toggle.focus {
  color: #fff;
  background-color: #e30742;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare.disabled:hover, .btn-foursquare.disabled:focus, .btn-foursquare.disabled.focus, .btn-foursquare[disabled]:hover, .btn-foursquare[disabled]:focus, .btn-foursquare[disabled].focus,
fieldset[disabled] .btn-foursquare:hover,
fieldset[disabled] .btn-foursquare:focus,
fieldset[disabled] .btn-foursquare.focus {
  background-color: #f94877;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-foursquare .badge {
  color: #f94877;
  background-color: #fff;
}

.btn-github {
  background-color: #444444;
  color: #fff;
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:focus, .btn-github.focus {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:hover {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active, .btn-github.active,
.open > .btn-github.dropdown-toggle {
  color: #fff;
  background-color: #2b2b2b;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github:active:hover, .btn-github:active:focus, .btn-github:active.focus, .btn-github.active:hover, .btn-github.active:focus, .btn-github.active.focus,
.open > .btn-github.dropdown-toggle:hover,
.open > .btn-github.dropdown-toggle:focus,
.open > .btn-github.dropdown-toggle.focus {
  color: #fff;
  background-color: #191919;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github.disabled:hover, .btn-github.disabled:focus, .btn-github.disabled.focus, .btn-github[disabled]:hover, .btn-github[disabled]:focus, .btn-github[disabled].focus,
fieldset[disabled] .btn-github:hover,
fieldset[disabled] .btn-github:focus,
fieldset[disabled] .btn-github.focus {
  background-color: #444444;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-github .badge {
  color: #444444;
  background-color: #fff;
}

.btn-google {
  background-color: #dd4b39;
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:focus, .btn-google.focus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:hover {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active, .btn-google.active,
.open > .btn-google.dropdown-toggle {
  color: #fff;
  background-color: #c23321;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google:active:hover, .btn-google:active:focus, .btn-google:active.focus, .btn-google.active:hover, .btn-google.active:focus, .btn-google.active.focus,
.open > .btn-google.dropdown-toggle:hover,
.open > .btn-google.dropdown-toggle:focus,
.open > .btn-google.dropdown-toggle.focus {
  color: #fff;
  background-color: #a32b1c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google.disabled:hover, .btn-google.disabled:focus, .btn-google.disabled.focus, .btn-google[disabled]:hover, .btn-google[disabled]:focus, .btn-google[disabled].focus,
fieldset[disabled] .btn-google:hover,
fieldset[disabled] .btn-google:focus,
fieldset[disabled] .btn-google.focus {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-google .badge {
  color: #dd4b39;
  background-color: #fff;
}

.btn-instagram {
  background-color: #3f729b;
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:focus, .btn-instagram.focus {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:hover {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active, .btn-instagram.active,
.open > .btn-instagram.dropdown-toggle {
  color: #fff;
  background-color: #305777;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram:active:hover, .btn-instagram:active:focus, .btn-instagram:active.focus, .btn-instagram.active:hover, .btn-instagram.active:focus, .btn-instagram.active.focus,
.open > .btn-instagram.dropdown-toggle:hover,
.open > .btn-instagram.dropdown-toggle:focus,
.open > .btn-instagram.dropdown-toggle.focus {
  color: #fff;
  background-color: #26455d;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram.disabled:hover, .btn-instagram.disabled:focus, .btn-instagram.disabled.focus, .btn-instagram[disabled]:hover, .btn-instagram[disabled]:focus, .btn-instagram[disabled].focus,
fieldset[disabled] .btn-instagram:hover,
fieldset[disabled] .btn-instagram:focus,
fieldset[disabled] .btn-instagram.focus {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

.btn-linkedin {
  background-color: #007bb6;
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:focus, .btn-linkedin.focus {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:hover {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active, .btn-linkedin.active,
.open > .btn-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005983;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin:active:hover, .btn-linkedin:active:focus, .btn-linkedin:active.focus, .btn-linkedin.active:hover, .btn-linkedin.active:focus, .btn-linkedin.active.focus,
.open > .btn-linkedin.dropdown-toggle:hover,
.open > .btn-linkedin.dropdown-toggle:focus,
.open > .btn-linkedin.dropdown-toggle.focus {
  color: #fff;
  background-color: #00405f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin.disabled:hover, .btn-linkedin.disabled:focus, .btn-linkedin.disabled.focus, .btn-linkedin[disabled]:hover, .btn-linkedin[disabled]:focus, .btn-linkedin[disabled].focus,
fieldset[disabled] .btn-linkedin:hover,
fieldset[disabled] .btn-linkedin:focus,
fieldset[disabled] .btn-linkedin.focus {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

.btn-microsoft {
  background-color: #2672ec;
  color: #fff;
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:focus, .btn-microsoft.focus {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:hover {
  color: #fff;
  background-color: #125acd;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active, .btn-microsoft.active,
.open > .btn-microsoft.dropdown-toggle {
  color: #fff;
  background-color: #125acd;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft:active:hover, .btn-microsoft:active:focus, .btn-microsoft:active.focus, .btn-microsoft.active:hover, .btn-microsoft.active:focus, .btn-microsoft.active.focus,
.open > .btn-microsoft.dropdown-toggle:hover,
.open > .btn-microsoft.dropdown-toggle:focus,
.open > .btn-microsoft.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f4bac;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft.disabled:hover, .btn-microsoft.disabled:focus, .btn-microsoft.disabled.focus, .btn-microsoft[disabled]:hover, .btn-microsoft[disabled]:focus, .btn-microsoft[disabled].focus,
fieldset[disabled] .btn-microsoft:hover,
fieldset[disabled] .btn-microsoft:focus,
fieldset[disabled] .btn-microsoft.focus {
  background-color: #2672ec;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-microsoft .badge {
  color: #2672ec;
  background-color: #fff;
}

.btn-odnoklassniki {
  background-color: #f4731c;
  color: #fff;
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:focus, .btn-odnoklassniki.focus {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:hover {
  color: #fff;
  background-color: #d35b0a;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active, .btn-odnoklassniki.active,
.open > .btn-odnoklassniki.dropdown-toggle {
  color: #fff;
  background-color: #d35b0a;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki:active:hover, .btn-odnoklassniki:active:focus, .btn-odnoklassniki:active.focus, .btn-odnoklassniki.active:hover, .btn-odnoklassniki.active:focus, .btn-odnoklassniki.active.focus,
.open > .btn-odnoklassniki.dropdown-toggle:hover,
.open > .btn-odnoklassniki.dropdown-toggle:focus,
.open > .btn-odnoklassniki.dropdown-toggle.focus {
  color: #fff;
  background-color: #b14c09;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki.disabled:hover, .btn-odnoklassniki.disabled:focus, .btn-odnoklassniki.disabled.focus, .btn-odnoklassniki[disabled]:hover, .btn-odnoklassniki[disabled]:focus, .btn-odnoklassniki[disabled].focus,
fieldset[disabled] .btn-odnoklassniki:hover,
fieldset[disabled] .btn-odnoklassniki:focus,
fieldset[disabled] .btn-odnoklassniki.focus {
  background-color: #f4731c;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-odnoklassniki .badge {
  color: #f4731c;
  background-color: #fff;
}

.btn-openid {
  background-color: #f7931e;
  color: #fff;
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:focus, .btn-openid.focus {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:hover {
  color: #fff;
  background-color: #da7908;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active, .btn-openid.active,
.open > .btn-openid.dropdown-toggle {
  color: #fff;
  background-color: #da7908;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid:active:hover, .btn-openid:active:focus, .btn-openid:active.focus, .btn-openid.active:hover, .btn-openid.active:focus, .btn-openid.active.focus,
.open > .btn-openid.dropdown-toggle:hover,
.open > .btn-openid.dropdown-toggle:focus,
.open > .btn-openid.dropdown-toggle.focus {
  color: #fff;
  background-color: #b86607;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid.disabled:hover, .btn-openid.disabled:focus, .btn-openid.disabled.focus, .btn-openid[disabled]:hover, .btn-openid[disabled]:focus, .btn-openid[disabled].focus,
fieldset[disabled] .btn-openid:hover,
fieldset[disabled] .btn-openid:focus,
fieldset[disabled] .btn-openid.focus {
  background-color: #f7931e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-openid .badge {
  color: #f7931e;
  background-color: #fff;
}

.btn-pinterest {
  background-color: #cb2027;
  color: #fff;
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:focus, .btn-pinterest.focus {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:hover {
  color: #fff;
  background-color: #9f191f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active, .btn-pinterest.active,
.open > .btn-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #9f191f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest:active:hover, .btn-pinterest:active:focus, .btn-pinterest:active.focus, .btn-pinterest.active:hover, .btn-pinterest.active:focus, .btn-pinterest.active.focus,
.open > .btn-pinterest.dropdown-toggle:hover,
.open > .btn-pinterest.dropdown-toggle:focus,
.open > .btn-pinterest.dropdown-toggle.focus {
  color: #fff;
  background-color: #801419;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest.disabled:hover, .btn-pinterest.disabled:focus, .btn-pinterest.disabled.focus, .btn-pinterest[disabled]:hover, .btn-pinterest[disabled]:focus, .btn-pinterest[disabled].focus,
fieldset[disabled] .btn-pinterest:hover,
fieldset[disabled] .btn-pinterest:focus,
fieldset[disabled] .btn-pinterest.focus {
  background-color: #cb2027;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-pinterest .badge {
  color: #cb2027;
  background-color: #fff;
}

.btn-reddit {
  background-color: #eff7ff;
  color: #000;
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:focus, .btn-reddit.focus {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:hover {
  color: #000;
  background-color: #bcdeff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active, .btn-reddit.active,
.open > .btn-reddit.dropdown-toggle {
  color: #000;
  background-color: #bcdeff;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit:active:hover, .btn-reddit:active:focus, .btn-reddit:active.focus, .btn-reddit.active:hover, .btn-reddit.active:focus, .btn-reddit.active.focus,
.open > .btn-reddit.dropdown-toggle:hover,
.open > .btn-reddit.dropdown-toggle:focus,
.open > .btn-reddit.dropdown-toggle.focus {
  color: #000;
  background-color: #98ccff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit.disabled:hover, .btn-reddit.disabled:focus, .btn-reddit.disabled.focus, .btn-reddit[disabled]:hover, .btn-reddit[disabled]:focus, .btn-reddit[disabled].focus,
fieldset[disabled] .btn-reddit:hover,
fieldset[disabled] .btn-reddit:focus,
fieldset[disabled] .btn-reddit.focus {
  background-color: #eff7ff;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-reddit .badge {
  color: #eff7ff;
  background-color: #000;
}

.btn-soundcloud {
  background-color: #ff5500;
  color: #fff;
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:focus, .btn-soundcloud.focus {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:hover {
  color: #fff;
  background-color: #cc4400;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active, .btn-soundcloud.active,
.open > .btn-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud:active:hover, .btn-soundcloud:active:focus, .btn-soundcloud:active.focus, .btn-soundcloud.active:hover, .btn-soundcloud.active:focus, .btn-soundcloud.active.focus,
.open > .btn-soundcloud.dropdown-toggle:hover,
.open > .btn-soundcloud.dropdown-toggle:focus,
.open > .btn-soundcloud.dropdown-toggle.focus {
  color: #fff;
  background-color: #a83800;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud.disabled:hover, .btn-soundcloud.disabled:focus, .btn-soundcloud.disabled.focus, .btn-soundcloud[disabled]:hover, .btn-soundcloud[disabled]:focus, .btn-soundcloud[disabled].focus,
fieldset[disabled] .btn-soundcloud:hover,
fieldset[disabled] .btn-soundcloud:focus,
fieldset[disabled] .btn-soundcloud.focus {
  background-color: #ff5500;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-soundcloud .badge {
  color: #ff5500;
  background-color: #fff;
}

.btn-tumblr {
  background-color: #2c4762;
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:focus, .btn-tumblr.focus {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:hover {
  color: #fff;
  background-color: #1c2e3f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active, .btn-tumblr.active,
.open > .btn-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr:active:hover, .btn-tumblr:active:focus, .btn-tumblr:active.focus, .btn-tumblr.active:hover, .btn-tumblr.active:focus, .btn-tumblr.active.focus,
.open > .btn-tumblr.dropdown-toggle:hover,
.open > .btn-tumblr.dropdown-toggle:focus,
.open > .btn-tumblr.dropdown-toggle.focus {
  color: #fff;
  background-color: #111c26;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr.disabled:hover, .btn-tumblr.disabled:focus, .btn-tumblr.disabled.focus, .btn-tumblr[disabled]:hover, .btn-tumblr[disabled]:focus, .btn-tumblr[disabled].focus,
fieldset[disabled] .btn-tumblr:hover,
fieldset[disabled] .btn-tumblr:focus,
fieldset[disabled] .btn-tumblr.focus {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

.btn-twitter {
  background-color: #55acee;
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:focus, .btn-twitter.focus {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:hover {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active, .btn-twitter.active,
.open > .btn-twitter.dropdown-toggle {
  color: #fff;
  background-color: #2795e9;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter:active:hover, .btn-twitter:active:focus, .btn-twitter:active.focus, .btn-twitter.active:hover, .btn-twitter.active:focus, .btn-twitter.active.focus,
.open > .btn-twitter.dropdown-toggle:hover,
.open > .btn-twitter.dropdown-toggle:focus,
.open > .btn-twitter.dropdown-toggle.focus {
  color: #fff;
  background-color: #1583d7;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter.disabled:hover, .btn-twitter.disabled:focus, .btn-twitter.disabled.focus, .btn-twitter[disabled]:hover, .btn-twitter[disabled]:focus, .btn-twitter[disabled].focus,
fieldset[disabled] .btn-twitter:hover,
fieldset[disabled] .btn-twitter:focus,
fieldset[disabled] .btn-twitter.focus {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

.btn-vimeo {
  background-color: #1ab7ea;
  color: #fff;
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:focus, .btn-vimeo.focus {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:hover {
  color: #fff;
  background-color: #1295bf;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active, .btn-vimeo.active,
.open > .btn-vimeo.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo:active:hover, .btn-vimeo:active:focus, .btn-vimeo:active.focus, .btn-vimeo.active:hover, .btn-vimeo.active:focus, .btn-vimeo.active.focus,
.open > .btn-vimeo.dropdown-toggle:hover,
.open > .btn-vimeo.dropdown-toggle:focus,
.open > .btn-vimeo.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f7b9f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo.disabled:hover, .btn-vimeo.disabled:focus, .btn-vimeo.disabled.focus, .btn-vimeo[disabled]:hover, .btn-vimeo[disabled]:focus, .btn-vimeo[disabled].focus,
fieldset[disabled] .btn-vimeo:hover,
fieldset[disabled] .btn-vimeo:focus,
fieldset[disabled] .btn-vimeo.focus {
  background-color: #1ab7ea;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vimeo .badge {
  color: #1ab7ea;
  background-color: #fff;
}

.btn-vk {
  background-color: #587ea3;
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:focus, .btn-vk.focus {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:hover {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active, .btn-vk.active,
.open > .btn-vk.dropdown-toggle {
  color: #fff;
  background-color: #466482;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk:active:hover, .btn-vk:active:focus, .btn-vk:active.focus, .btn-vk.active:hover, .btn-vk.active:focus, .btn-vk.active.focus,
.open > .btn-vk.dropdown-toggle:hover,
.open > .btn-vk.dropdown-toggle:focus,
.open > .btn-vk.dropdown-toggle.focus {
  color: #fff;
  background-color: #3a526b;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk.disabled:hover, .btn-vk.disabled:focus, .btn-vk.disabled.focus, .btn-vk[disabled]:hover, .btn-vk[disabled]:focus, .btn-vk[disabled].focus,
fieldset[disabled] .btn-vk:hover,
fieldset[disabled] .btn-vk:focus,
fieldset[disabled] .btn-vk.focus {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

.btn-yahoo {
  background-color: #720e9e;
  color: #fff;
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:focus, .btn-yahoo.focus {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:hover {
  color: #fff;
  background-color: #500a6f;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active, .btn-yahoo.active,
.open > .btn-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #500a6f;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo:active:hover, .btn-yahoo:active:focus, .btn-yahoo:active.focus, .btn-yahoo.active:hover, .btn-yahoo.active:focus, .btn-yahoo.active.focus,
.open > .btn-yahoo.dropdown-toggle:hover,
.open > .btn-yahoo.dropdown-toggle:focus,
.open > .btn-yahoo.dropdown-toggle.focus {
  color: #fff;
  background-color: #39074e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo.disabled:hover, .btn-yahoo.disabled:focus, .btn-yahoo.disabled.focus, .btn-yahoo[disabled]:hover, .btn-yahoo[disabled]:focus, .btn-yahoo[disabled].focus,
fieldset[disabled] .btn-yahoo:hover,
fieldset[disabled] .btn-yahoo:focus,
fieldset[disabled] .btn-yahoo.focus {
  background-color: #720e9e;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-yahoo .badge {
  color: #720e9e;
  background-color: #fff;
}

.btn-xing {
  background-color: #026466;
  color: #fff;
  background-color: #026466;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-xing:focus, .btn-xing.focus {
  color: #fff;
  background-color: #013334;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-xing:hover {
  color: #fff;
  background-color: #013334;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-xing:active, .btn-xing.active,
.open > .btn-xing.dropdown-toggle {
  color: #fff;
  background-color: #013334;
  background-image: none;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-xing:active:hover, .btn-xing:active:focus, .btn-xing:active.focus, .btn-xing.active:hover, .btn-xing.active:focus, .btn-xing.active.focus,
.open > .btn-xing.dropdown-toggle:hover,
.open > .btn-xing.dropdown-toggle:focus,
.open > .btn-xing.dropdown-toggle.focus {
  color: #fff;
  background-color: #001111;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-xing.disabled:hover, .btn-xing.disabled:focus, .btn-xing.disabled.focus, .btn-xing[disabled]:hover, .btn-xing[disabled]:focus, .btn-xing[disabled].focus,
fieldset[disabled] .btn-xing:hover,
fieldset[disabled] .btn-xing:focus,
fieldset[disabled] .btn-xing.focus {
  background-color: #026466;
  border-color: rgba(0, 0, 0, 0.2);
}

.btn-xing .badge {
  color: #026466;
  background-color: #fff;
}

.additional-login-link {
  margin-top: 15px;
  display: inline-block;
}

.socialloginfooter {
  margin-top: 45px;
}



.frame-type-textpic .ce-textpic.ce-nowrap {
	display: inline-block;
}
.frame-type-textmedia .ce-textpic.ce-left.ce-nowrap, .frame-type-textpic .ce-textpic.ce-left.ce-nowrap {
	flex-direction: row;
	display: flex;
}
.frame-type-textmedia .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery, .frame-type-textpic .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-gallery {
	order: 1;
	margin-right: 20px;
	min-width: fit-content;
}
.frame-type-textmedia .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext, .frame-type-textpic .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
	order: 2;
}

.frame-type-textpic .ce-textpic.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  position: relative;
  z-index: 10;
}


.ce-left.ce-intext.ce-nowrap .ce-bodytext {
  /*margin-left: 106px;*/
}



::selection {
  background: #cc0235;
  /* WebKit/Blink Browsers */
  color: #fff;
}

::-moz-selection {
  background: #cc0235;
  /* Gecko Browsers */
  color: #fff;
}



.xmarketing .frame-background-color-gray-light .ce-textpic {
  width: 200px;
  text-align: center;
  margin-top: 2rem;
}
.xmarketing .frame-background-color-gray-light .csc-textpic-imagerow {
  margin: 0 !important;
}

.ce-center img {
  display: block;
  margin: 0 auto;
}