@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
@import url(../libs/smartmenus/dist/addons/bootstrap/jquery.smartmenus.bootstrap.css);
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  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;
  appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  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;
}

/*$breakpoint-xs:              767px;
$breakpoint-sm:              768px;
$breakpoint-md:              980px;
$breakpoint-lg:              980px;*/
.mejs-offscreen {
  /* Accessibility: hide screen reader texts (and prefer "top" for RTL languages).  Reference: http://blog.rrwd.nl/2015/04/04/the-screen-reader-text-class-why-and-how/ */
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 - no likey commas */
  clip: rect(1px, 1px, 1px, 1px);
  /* IE8-IE11 - we likey commas, no support for clip-path */
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.mejs-container {
  position: relative;
  background: #000;
  font-family: "Helvetica", Arial, serif;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
}

.mejs-fill-container, .mejs-fill-container .mejs-container {
  width: 100%;
  height: 100%;
}

.mejs-fill-container {
  overflow: hidden;
}

.mejs-container:focus {
  outline: none;
}

.me-plugin {
  position: absolute;
}

.mejs-embed, .mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

.mejs-fullscreen {
  /* set it to not show scroll bars so 100% will work */
  overflow: hidden !important;
}

.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}

.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}

.mejs-clear {
  clear: both;
}

/* Start: LAYERS */
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

:root .mejs-poster img {
  display: none;
}

.mejs-poster img {
  border: 0;
  padding: 0;
}

.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}

.mejs-overlay-play {
  cursor: pointer;
}

.mejs-overlay-button {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  background: url("bigplay.svg") no-repeat;
}

.no-svg .mejs-overlay-button {
  background-image: url("bigplay.png");
}

.mejs-overlay:hover .mejs-overlay-button {
  background-position: 0 -100px;
}

.mejs-overlay-loading {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: #333;
  background: url("background.png");
  background: rgba(0, 0, 0, 0.9);
  background: linear-gradient(rgba(50, 50, 50, 0.9), rgba(0, 0, 0, 0.9));
}

.mejs-overlay-loading span {
  display: block;
  width: 80px;
  height: 80px;
  background: transparent url("loading.gif") 50% 50% no-repeat;
}

/* End: LAYERS */
/* Start: CONTROL BAR */
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  background: url("background.png");
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  height: 30px;
  width: 100%;
}

.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  font-size: 11px;
  line-height: 11px;
  font-family: "Helvetica", Arial, serif;
  border: 0;
}

.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  margin: 7px 5px;
  padding: 0;
  position: absolute;
  height: 16px;
  width: 16px;
  border: 0;
  background: transparent url("controls.svg") no-repeat;
}

.no-svg .mejs-controls .mejs-button button {
  background-image: url("controls.png");
}

/* :focus for accessibility */
.mejs-controls .mejs-button button:focus {
  outline: dotted 1px #999;
}

/* End: CONTROL BAR */
/* Start: Time (Current / Duration) */
.mejs-container .mejs-controls .mejs-time {
  color: #fff;
  display: block;
  height: 17px;
  width: auto;
  padding: 10px 3px 0 3px;
  overflow: hidden;
  text-align: center;
  box-sizing: content-box;
}

.mejs-container .mejs-controls .mejs-time a {
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  display: block;
  float: left;
  margin: 1px 2px 0 0;
  width: auto;
}

/* End: Time (Current / Duration) */
/* Start: Play/Pause/Stop */
.mejs-controls .mejs-play button {
  background-position: 0 0;
}

.mejs-controls .mejs-pause button {
  background-position: 0 -16px;
}

.mejs-controls .mejs-stop button {
  background-position: -112px 0;
}

/* Start: Play/Pause/Stop */
/* Start: Progress Bar */
.mejs-controls div.mejs-time-rail {
  direction: ltr;
  width: 200px;
  padding-top: 5px;
}

.mejs-controls .mejs-time-rail span, .mejs-controls .mejs-time-rail a {
  display: block;
  position: absolute;
  width: 180px;
  height: 10px;
  border-radius: 2px;
  cursor: pointer;
}

.mejs-controls .mejs-time-rail .mejs-time-total {
  margin: 5px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  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: 15px 15px;
  animation: buffering-stripes 2s linear infinite;
}

@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}

.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #3caac8;
  background: rgba(60, 170, 200, 0.8);
  background: linear-gradient(rgba(44, 124, 145, 0.8), rgba(78, 183, 212, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
  width: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background: #fff;
  border-radius: 5px;
  cursor: pointer;
  border: solid 2px #333;
  top: -2px;
  text-align: center;
}

.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  background: #eee;
  width: 36px;
  height: 17px;
  border: solid 1px #333;
  top: -26px;
  margin-left: -18px;
  text-align: center;
  color: #111;
}

.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}

.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  line-height: 0;
  border: solid 5px #eee;
  border-color: #eee transparent transparent transparent;
  border-radius: 0;
  top: 15px;
  left: 13px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}

.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}

/*
.mejs-controls .mejs-time-rail:hover .mejs-time-handle {
	visibility:visible;
}
*/
/* End: Progress Bar */
/* Start: Fullscreen */
.mejs-controls .mejs-fullscreen-button button {
  background-position: -32px 0;
}

.mejs-controls .mejs-unfullscreen button {
  background-position: -32px -16px;
}

/* End: Fullscreen */
/* Start: Mute/Volume */
.mejs-controls .mejs-mute button {
  background-position: -16px -16px;
}

.mejs-controls .mejs-unmute button {
  background-position: -16px 0;
}

.mejs-controls .mejs-volume-button {
  position: relative;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border-radius: 0;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}

.mejs-controls .mejs-volume-button:hover {
  border-radius: 0 0 4px 4px;
}

/*
.mejs-controls .mejs-volume-button:hover .mejs-volume-slider {
	display: block;
}
*/
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  background: #ddd;
  background: rgba(255, 255, 255, 0.9);
  cursor: N-resize;
  border-radius: 1px;
  margin: 0;
}

/* horizontal version */
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 26px;
  width: 56px;
  position: relative;
  display: block;
  float: left;
  vertical-align: middle;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #333;
  background: rgba(50, 50, 50, 0.8);
  background: linear-gradient(rgba(30, 30, 30, 0.8), rgba(60, 60, 60, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 11px;
  width: 50px;
  height: 8px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  border-radius: 2px;
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(200, 200, 200, 0.8));
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}

/* End: Mute/Volume */
/* Start: Track (Captions and Chapters) */
.mejs-controls .mejs-captions-button {
  position: relative;
}

.mejs-controls .mejs-captions-button button {
  background-position: -48px 0;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector {
  visibility: hidden;
  position: absolute;
  bottom: 26px;
  right: -51px;
  width: 85px;
  height: 100px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px 10px 0 10px;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-captions-button:hover .mejs-captions-selector {
  visibility: visible;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-captions-button .mejs-captions-selector ul li label {
  width: 55px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px;
}

.mejs-controls .mejs-captions-button .mejs-captions-translations {
  font-size: 10px;
  margin: 0 0 5px 0;
}

.mejs-chapters {
  position: absolute;
  top: 0;
  left: 0;
  border-right: solid 1px #fff;
  width: 10000px;
  z-index: 1;
}

.mejs-chapters .mejs-chapter {
  position: absolute;
  float: left;
  background: #222;
  background: rgba(0, 0, 0, 0.7);
  background: linear-gradient(rgba(50, 50, 50, 0.7), rgba(0, 0, 0, 0.7));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#323232,endColorstr=#000000);
  overflow: hidden;
  border: 0;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block {
  font-size: 11px;
  color: #fff;
  padding: 5px;
  display: block;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  cursor: pointer;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block-last {
  border-right: none;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block:hover {
  background: #666;
  background: rgba(102, 102, 102, 0.7);
  background: linear-gradient(rgba(102, 102, 102, 0.7), rgba(50, 50, 50, 0.6));
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, startColorstr=#666666,endColorstr=#323232);
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-title {
  font-size: 12px;
  font-weight: bold;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 0 3px 0;
  line-height: 12px;
}

.mejs-chapters .mejs-chapter .mejs-chapter-block .ch-timespan {
  font-size: 12px;
  line-height: 12px;
  margin: 3px 0 4px 0;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mejs-captions-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
}

.mejs-captions-layer a {
  color: #fff;
  text-decoration: underline;
}

.mejs-captions-layer[lang=ar] {
  font-size: 20px;
  font-weight: normal;
}

.mejs-captions-position {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: 0;
}

.mejs-captions-position-hover {
  bottom: 35px;
}

.mejs-captions-text {
  padding: 0;
  background: url("background.png");
  background: rgba(20, 20, 20, 0.5);
  white-space: pre-wrap;
  box-shadow: 5px 0 0 rgba(20, 20, 20, 0.5), -5px 0 0 rgba(20, 20, 20, 0.5);
}

/* End: Track (Captions and Chapters) */
/* Start: Error */
.me-cannotplay a {
  color: #fff;
  font-weight: bold;
}

.me-cannotplay span {
  padding: 15px;
  display: block;
}

/* End: Error */
/* Start: Loop */
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}

.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}

/* End: Loop */
/* Start: backlight */
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}

.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}

/* End: backlight */
/* Start: Picture Controls */
.mejs-controls .mejs-picturecontrols-button {
  background-position: -96px 0;
}

/* End: Picture Controls */
/* context menu */
.mejs-contextmenu {
  position: absolute;
  width: 150px;
  padding: 10px;
  border-radius: 4px;
  top: 0;
  left: 0;
  background: #fff;
  border: solid 1px #999;
  z-index: 1001;
  /* make sure it shows on fullscreen */
}

.mejs-contextmenu .mejs-contextmenu-separator {
  height: 1px;
  font-size: 0;
  margin: 5px 6px;
  background: #333;
}

.mejs-contextmenu .mejs-contextmenu-item {
  font-family: "Helvetica", Arial, serif;
  font-size: 12px;
  padding: 4px 6px;
  cursor: pointer;
  color: #333;
}

.mejs-contextmenu .mejs-contextmenu-item:hover {
  background: #2C7C91;
  color: #fff;
}

/* Start: Source Chooser */
.mejs-controls .mejs-sourcechooser-button {
  position: relative;
}

.mejs-controls .mejs-sourcechooser-button button {
  background-position: -128px 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector {
  position: absolute;
  bottom: 26px;
  right: -10px;
  width: 130px;
  height: 100px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 10px;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li {
  margin: 0 0 6px 0;
  padding: 0;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
}

.mejs-controls .mejs-sourcechooser-button .mejs-sourcechooser-selector ul li label {
  width: 100px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 10px;
}

/* End: Source Chooser */
/* Start: Postroll */
.mejs-postroll-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  z-index: 1000;
  overflow: hidden;
}

.mejs-postroll-layer-content {
  width: 100%;
  height: 100%;
}

.mejs-postroll-close {
  position: absolute;
  right: 0;
  top: 0;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  color: #fff;
  padding: 4px;
  z-index: 100;
  cursor: pointer;
}

/* End: Postroll */
/* Start: Speed */
div.mejs-speed-button {
  width: 46px !important;
  position: relative;
}

.mejs-controls .mejs-button.mejs-speed-button button {
  background: transparent;
  width: 36px;
  font-size: 11px;
  line-height: normal;
  color: #ffffff;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector {
  display: none;
  position: absolute;
  top: -100px;
  left: -10px;
  width: 60px;
  height: 100px;
  background: url("background.png");
  background: rgba(50, 50, 50, 0.7);
  border: solid 1px transparent;
  padding: 0;
  overflow: hidden;
  border-radius: 0;
}

.mejs-controls .mejs-speed-button:hover > .mejs-speed-selector {
  display: block;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label.mejs-speed-selected {
  color: #21f8f8;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul {
  margin: 0;
  padding: 0;
  display: block;
  list-style-type: none !important;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li {
  margin: 0 0 6px 0;
  padding: 0 10px;
  list-style-type: none !important;
  display: block;
  color: #fff;
  overflow: hidden;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li input {
  clear: both;
  float: left;
  margin: 3px 3px 0 5px;
  display: none;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li label {
  width: 60px;
  float: left;
  padding: 4px 0 0 0;
  line-height: 15px;
  font-family: "Helvetica", Arial, serif;
  font-size: 11px;
  color: white;
  margin-left: 5px;
  cursor: pointer;
}

.mejs-controls .mejs-speed-button .mejs-speed-selector ul li:hover {
  background-color: #c8c8c8 !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

/* End: Speed */
/* Start: Jump Forward */
.mejs-controls .mejs-button.mejs-jump-forward-button {
  background: transparent url("jumpforward.png") no-repeat 3px 3px;
}

.mejs-controls .mejs-button.mejs-jump-forward-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Jump Forward */
/* Start: Skip Back */
.mejs-controls .mejs-button.mejs-skip-back-button {
  background: transparent url("skipback.png") no-repeat 3px 3px;
}

.mejs-controls .mejs-button.mejs-skip-back-button button {
  background: transparent;
  font-size: 9px;
  line-height: normal;
  color: #ffffff;
}

/* End: Skip Back */
/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}

.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}

.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}

.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}

.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}

.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}

.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}

.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}

.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}

.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: 0 0 7px 7px solid transparent;
  border-bottom-color: #428bca;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

.bootstrap-datetimepicker-widget table td span.active {
  background-color: #428bca;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.fade {
  opacity: 0;
  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;
  transition: height 0.35s ease;
}

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

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

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

input[type="search"] {
  box-sizing: border-box;
}

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

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

.form-control, .contact-form form #contactDate {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus, .contact-form form #contactDate:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder, .contact-form form #contactDate::-moz-placeholder {
  color: #777777;
  opacity: 1;
}

.form-control:-ms-input-placeholder, .contact-form form #contactDate:-ms-input-placeholder {
  color: #777777;
}

.form-control::-webkit-input-placeholder, .contact-form form #contactDate::-webkit-input-placeholder {
  color: #777777;
}

.form-control[disabled], .contact-form form [disabled]#contactDate, .form-control[readonly], .contact-form form [readonly]#contactDate,
fieldset[disabled] .form-control,
fieldset[disabled] .contact-form form #contactDate, .contact-form form
fieldset[disabled] #contactDate {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control, .contact-form form textarea#contactDate {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
  appearance: none;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 34px;
  line-height: 1.42857 \0;
}

input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .form-horizontal .form-group-sm .contact-form form input[type="date"]#contactDate, .contact-form form .form-horizontal .form-group-sm input[type="date"]#contactDate, .input-group-sm > input[type="date"].form-control, .contact-form form .input-group-sm > input[type="date"]#contactDate,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.form-horizontal .form-group-sm .contact-form form input[type="time"]#contactDate,
.contact-form form .form-horizontal .form-group-sm input[type="time"]#contactDate,
.input-group-sm > input[type="time"].form-control,
.contact-form form .input-group-sm > input[type="time"]#contactDate,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.form-horizontal .form-group-sm .contact-form form input[type="datetime-local"]#contactDate,
.contact-form form .form-horizontal .form-group-sm input[type="datetime-local"]#contactDate,
.input-group-sm > input[type="datetime-local"].form-control,
.contact-form form .input-group-sm > input[type="datetime-local"]#contactDate,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.form-horizontal .form-group-sm .contact-form form input[type="month"]#contactDate,
.contact-form form .form-horizontal .form-group-sm input[type="month"]#contactDate,
.input-group-sm > input[type="month"].form-control,
.contact-form form .input-group-sm > input[type="month"]#contactDate,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
  line-height: 30px;
}

input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .form-horizontal .form-group-lg .contact-form form input[type="date"]#contactDate, .contact-form form .form-horizontal .form-group-lg input[type="date"]#contactDate, .input-group-lg > input[type="date"].form-control, .contact-form form .input-group-lg > input[type="date"]#contactDate,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.form-horizontal .form-group-lg .contact-form form input[type="time"]#contactDate,
.contact-form form .form-horizontal .form-group-lg input[type="time"]#contactDate,
.input-group-lg > input[type="time"].form-control,
.contact-form form .input-group-lg > input[type="time"]#contactDate,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.form-horizontal .form-group-lg .contact-form form input[type="datetime-local"]#contactDate,
.contact-form form .form-horizontal .form-group-lg input[type="datetime-local"]#contactDate,
.input-group-lg > input[type="datetime-local"].form-control,
.contact-form form .input-group-lg > input[type="datetime-local"]#contactDate,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.form-horizontal .form-group-lg .contact-form form input[type="month"]#contactDate,
.contact-form form .form-horizontal .form-group-lg input[type="month"]#contactDate,
.input-group-lg > input[type="month"].form-control,
.contact-form form .input-group-lg > input[type="month"]#contactDate,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
  line-height: 46px;
}

.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .form-horizontal .form-group-lg .contact-form form .form-control-static#contactDate, .contact-form form .form-horizontal .form-group-lg .form-control-static#contactDate, .input-group-lg > .form-control-static.form-control, .contact-form form .input-group-lg > .form-control-static#contactDate,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .form-horizontal .form-group-sm .contact-form form .form-control-static#contactDate, .contact-form form .form-horizontal .form-group-sm .form-control-static#contactDate, .input-group-sm > .form-control-static.form-control, .contact-form form .input-group-sm > .form-control-static#contactDate,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .form-horizontal .form-group-sm .form-control, .form-horizontal .form-group-sm .contact-form form #contactDate, .contact-form form .form-horizontal .form-group-sm #contactDate, .input-group-sm > .form-control, .contact-form form .input-group-sm > #contactDate,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 13;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .form-horizontal .form-group-sm select.form-control, .form-horizontal .form-group-sm .contact-form form select#contactDate, .contact-form form .form-horizontal .form-group-sm select#contactDate, .input-group-sm > select.form-control, .contact-form form .input-group-sm > select#contactDate,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .form-horizontal .form-group-sm .contact-form form textarea#contactDate, .contact-form form .form-horizontal .form-group-sm textarea#contactDate, .input-group-sm > textarea.form-control, .contact-form form .input-group-sm > textarea#contactDate,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.form-horizontal .form-group-sm .contact-form form select[multiple]#contactDate,
.contact-form form .form-horizontal .form-group-sm select[multiple]#contactDate,
.input-group-sm > select[multiple].form-control,
.contact-form form .input-group-sm > select[multiple]#contactDate,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.input-lg, .form-horizontal .form-group-lg .form-control, .form-horizontal .form-group-lg .contact-form form #contactDate, .contact-form form .form-horizontal .form-group-lg #contactDate, .input-group-lg > .form-control, .contact-form form .input-group-lg > #contactDate,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 16;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg, .form-horizontal .form-group-lg select.form-control, .form-horizontal .form-group-lg .contact-form form select#contactDate, .contact-form form .form-horizontal .form-group-lg select#contactDate, .input-group-lg > select.form-control, .contact-form form .input-group-lg > select#contactDate,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .form-horizontal .form-group-lg .contact-form form textarea#contactDate, .contact-form form .form-horizontal .form-group-lg textarea#contactDate, .input-group-lg > textarea.form-control, .contact-form form .input-group-lg > textarea#contactDate,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.form-horizontal .form-group-lg .contact-form form select[multiple]#contactDate,
.contact-form form .form-horizontal .form-group-lg select[multiple]#contactDate,
.input-group-lg > select[multiple].form-control,
.contact-form form .input-group-lg > select[multiple]#contactDate,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.has-feedback {
  position: relative;
}

.has-feedback .form-control, .has-feedback .contact-form form #contactDate, .contact-form form .has-feedback #contactDate {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}

.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .form-horizontal .form-group-lg .contact-form form #contactDate + .form-control-feedback, .contact-form form .form-horizontal .form-group-lg #contactDate + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .contact-form form .input-group-lg > #contactDate + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .form-horizontal .form-group-sm .contact-form form #contactDate + .form-control-feedback, .contact-form form .form-horizontal .form-group-sm #contactDate + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .contact-form form .input-group-sm > #contactDate + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .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 {
  color: #3c763d;
}

.has-success .form-control, .has-success .contact-form form #contactDate, .contact-form form .has-success #contactDate {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success .contact-form form #contactDate:focus, .contact-form form .has-success #contactDate:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}

.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}

.has-warning .form-control, .has-warning .contact-form form #contactDate, .contact-form form .has-warning #contactDate {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning .contact-form form #contactDate:focus, .contact-form form .has-warning #contactDate:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}

.has-error .form-control, .has-error .contact-form form #contactDate, .contact-form form .has-error #contactDate {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error .contact-form form #contactDate:focus, .contact-form form .has-error #contactDate:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

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

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

.has-feedback label.sr-only ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="incrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="decrementMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showHours"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showHours"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="showMinutes"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="togglePeriod"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="clear"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="clear"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.btn[data-action="today"]::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.btn[data-action="today"]::after ~ .form-control-feedback, .has-feedback .bootstrap-datetimepicker-widget label.picker-switch::after ~ .form-control-feedback, .bootstrap-datetimepicker-widget .has-feedback label.picker-switch::after ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #b7b7b7;
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}

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

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

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

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

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

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

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

.input-group .form-control, .input-group .contact-form form #contactDate, .contact-form form .input-group #contactDate {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .contact-form form #contactDate, .contact-form form
.input-group #contactDate {
  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 .contact-form form #contactDate:not(:first-child):not(:last-child), .contact-form form
.input-group #contactDate: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: 14;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, .form-horizontal .form-group-sm .contact-form form .input-group-addon#contactDate, .contact-form form .form-horizontal .form-group-sm .input-group-addon#contactDate, .contact-form form .input-group-sm > .input-group-addon#contactDate,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 13;
  border-radius: 3px;
}

.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control, .form-horizontal .form-group-lg .contact-form form .input-group-addon#contactDate, .contact-form form .form-horizontal .form-group-lg .input-group-addon#contactDate, .contact-form form .input-group-lg > .input-group-addon#contactDate,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 16;
  border-radius: 6px;
}

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

.input-group .form-control:first-child, .input-group .contact-form form #contactDate:first-child, .contact-form form .input-group #contactDate:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

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

.input-group .form-control:last-child, .input-group .contact-form form #contactDate:last-child, .contact-form form .input-group #contactDate:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

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

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}

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

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label: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: #428bca;
}

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

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

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

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

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

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

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

.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

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

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}

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

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

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

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  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:hover, .btn-info:focus, .btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  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:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  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:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

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

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

.btn-link {
  color: #777777;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #EE0000;
  text-decoration: underline;
  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 {
  padding: 10px 16px;
  font-size: 16;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

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

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

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

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

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

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

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

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

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}

.btn-group-justified > .btn-group .btn {
  width: 100%;
}

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

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}

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

.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;
  list-style: none;
  font-size: 14;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.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: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

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

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

.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

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

.open > a {
  outline: 0;
}

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

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

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

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

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

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

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

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

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

.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;
  background-color: transparent;
  cursor: not-allowed;
}

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

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

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

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

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

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

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

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

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

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

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

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

.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 {
  text-align: center;
  margin-bottom: 5px;
}

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

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

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

.nav-tabs-justified > .active > a, .nav-tabs.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;
}

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

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

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

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

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

.navbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.navbar-brand {
  float: left;
  padding: 20px 15px;
  font-size: 16;
  line-height: 20px;
  height: 60px;
}

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

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

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

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

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

.navbar-nav {
  margin: 10px -15px;
}

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

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

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

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

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 15px;
  margin-bottom: 15px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 19px;
  margin-bottom: 19px;
}

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

.navbar-default {
  background-color: transparent;
  border-color: #e7e7e7;
}

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

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

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

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

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  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: #e7e7e7;
}

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

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

.navbar-default .navbar-link {
  color: #333333;
}

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

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

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

.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: #222;
  border-color: #090909;
}

.navbar-inverse .navbar-brand {
  color: #777777;
}

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

.navbar-inverse .navbar-text {
  color: #777777;
}

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

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

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

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

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}

.navbar-inverse .navbar-link {
  color: #777777;
}

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

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

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

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

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../libs/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../libs/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../libs/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../libs/bootstrap-sass/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../libs/bootstrap-sass/assets/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: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

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

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

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

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

.container:after {
  clear: both;
}

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

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

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

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

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

.row:after {
  clear: both;
}

.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, .press-articles .press-teaser .press-image + p + p, .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, .press-articles .press-teaser .press-image + p + p, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.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, .press-articles .press-teaser .press-image + p + p {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-12, .press-articles .press-teaser .press-image + p + p {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

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

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

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

.clearfix:after, .module:after, .videocnt:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: 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;
  visibility: hidden !important;
}

.affix {
  position: fixed;
  transform: translate3d(0, 0, 0);
}

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

.pagination > li {
  display: inline;
}

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

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

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

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #EE0000;
  background-color: #e3e3e3;
  border-color: #f1f1f1;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #bbbbbb;
  border-color: #f1f1f1;
  cursor: default;
}

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

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

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

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

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13;
}

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

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

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

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

/* 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-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-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: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-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.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-genderless:before,
.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-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-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: "";
}

@font-face {
  font-family: 'Sparkasse-Web';
  src: url("fonts/sparrg-webfont.eot");
  src: url("fonts/sparrg-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sparrg-webfont.woff") format("woff"), url("fonts/SparRg.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'spar-light';
  src: url("fonts/sparlt-webfont.eot");
  src: url("fonts/sparlt-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sparlt-webfont.woff") format("woff"), url("fonts/SparLt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'spar-bd';
  src: url("fonts/Sparkasse_web_Bd.eot");
  src: url("fonts/Sparkasse_web_Bd.eot?#iefix") format("embedded-opentype"), url("fonts/Sparkasse_web_Bd.woff") format("woff"), url("fonts/Sparkasse_web_Bd.ttf") format("truetype");
}

/*
 Centered Icon to use in a before pseudo-element
 -> remember to add position:relative to parent since the icon is positioned absolute
 -> add padding-left to parent to prevent overlay
 */
.icon-before, .icon-before-link, .icon-before-link-phone,
.icon-before-link-mobilephone,
.icon-before-link-fax,
.icon-before-link-mail, .icon-before-link-extern, .icon-before-link-download {
  position: relative;
  display: inline-block;
  padding-left: 15px;
}

.icon-before:before, .icon-before-link:before, .icon-before-link-phone:before,
.icon-before-link-mobilephone:before,
.icon-before-link-fax:before,
.icon-before-link-mail:before, .icon-before-link-extern:before, .icon-before-link-download:before {
  font-family: FontAwesome;
  font-size: 12px;
  left: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
}

.icon-before-link:before {
  color: #EE0000;
  content: "";
}

.icon-before-link-phone:before,
.icon-before-link-mobilephone:before,
.icon-before-link-fax:before,
.icon-before-link-mail:before {
  color: #EE0000;
  top: 10px;
}

.icon-before-link-phone:before {
  content: "";
}

.icon-before-link-search:before {
  content: "";
}

.icon-before-link-mobilephone:before {
  content: "";
  left: 4px;
}

.icon-before-link-fax:before {
  content: "";
}

.icon-before-link-mail:before {
  content: "";
}

.icon-before-link-extern:before {
  color: #EE0000;
  content: "";
}

.icon-before-link-download:before {
  color: #EE0000;
  content: "";
}

.icon-after, .icon-after-link-locked {
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.icon-after:after, .icon-after-link-locked:after {
  font-family: FontAwesome;
  font-size: 12px;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  position: absolute;
}

.icon-after-link-locked:after {
  font-size: 18px;
  opacity: .3;
  content: "";
}

* {
  box-sizing: border-box;
}

img,
figure {
  margin: 0;
}

body {
  color: #777777;
  background-color: #f1f1f1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.show-breakpoints::before {
  background: rgba(0, 255, 0, 0.3);
  border: 1px solid black;
  border-left: 0;
  border-top: 0;
  font-size: 20px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 30px;
  z-index: 10000;
}

a {
  color: #777777;
  text-decoration: underline;
}

a:hover, a:focus {
  color: #EE0000;
}

a:active {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #EE0000;
  margin-bottom: 20px;
  margin-top: 15px;
}

.module, .videocnt {
  margin-bottom: 20px;
}

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

.ym-clearfix:after {
  clear: both;
}

.textcntinner {
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
}

.page-wrapper {
  margin: 0 auto;
  padding: 0;
  background-color: #f1f1f1;
}

.page-row {
  position: relative;
}

.page-table {
  margin-top: 80px;
}

.stage .page-table,
.stage + .page-table {
  margin-top: 30px;
}

.frontpage {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 10px;
}

.frontpage .main-content {
  padding: 0 15px 30px 15px;
}

.frontpage .teaser {
  background-color: #ffffff !important;
}

.frontpage .col-xs-8 .teaser__image, .frontpage .main-content .col-md-12 .teaser__image {
  height: 0;
  padding-top: 61.66667%;
}

.contentpage {
  padding-bottom: 10px;
}

.contentpage .text-content {
  padding: 20px;
  background-color: #fff;
}

.contentpage .main-content {
  padding: 30px;
}

.contentpage .contentWhiteBackgroundWithMargin,
.contentpage .contentWhiteBackgroundWithoutMargin {
  padding: 0 20px;
  margin-bottom: -20px;
}

.main-content__row {
  margin-bottom: 20px;
}

.no-gutter-between {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter-between > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.no-gutter-between > [class*='col-'].content-sidebar-right {
  padding-left: 0;
  padding-right: 10px;
}

.content-sidebar-left {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 0;
  background-color: #ebebeb;
}

.content-sidebar-right {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
}

.container-alt .linked .navigation-redirect__headline1 {
  padding-top: 0;
}

.container-alt .linked .navigation-redirect__headline1::before {
  top: 30%;
}

.container-alt .content-header h1 {
  margin-top: 0;
}

.container-alt .linked .navigation-redirect__headline {
  padding-top: 0;
}

.container-alt .linked .navigation-redirect__headline::before {
  top: 30%;
}

.container-alt .linked .navigation-redirect__headline .content-header h1 {
  margin-top: 0;
}

input[type="search"] {
  font-weight: lighter;
  font-style: italic;
}

/* Privacy Message */
.pm-fa-info-circle-shape {
  width: 17px;
  height: 17px;
  cursor: pointer;
  margin-bottom: 4px;
}

.pm-fa-info-circle {
  cursor: pointer;
  -ms-transform: none;
      transform: none;
  position: relative;
  display: inline-block;
  background-size: 17px;
  background-repeat: no-repeat;
}

.pm-privacy-police {
  display: none;
  background-color: #f7f7f7;
  font-size: 11px;
  line-height: 14px;
  position: absolute;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
  padding: 15px;
  z-index: 1000;
  width: 200px;
  right: -40px;
  text-align: left;
  font-weight: normal;
  top: 25px;
}

.pm-privacy-police a {
  text-decoration: underline !important;
}

.pm-info-arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #EE0000 transparent;
  bottom: -1px;
  right: 4px;
  z-index: 1000;
}

.kontaktliste .email .privacy-police a,
.kontaktliste .email .privacy-police-form a {
  text-decoration: underline;
}

.kontaktliste .link {
  position: relative;
  padding-left: 30px;
}

.kontaktliste .link:before {
  background-image: url("../images/icons/globe_red.png");
  position: absolute;
  left: 0;
  width: 21px;
}

.kontaktliste .contactname {
  color: #EE0000;
  margin-bottom: 0;
}

.kontaktliste .contactname:before {
  display: none;
}

.kontaktliste .contactposition:before {
  display: none;
}

.pm-messageContainer {
  display: inline-block;
  position: relative;
}

.teaser_formatedText {
  color: #777777 !important;
}

.teaser--content-page .link-wrap .teaser__content .teaser__body p {
  color: #777777 !important;
}

.teaser-wrap {
  cursor: pointer;
}

.pm-messageContainer {
  display: inline-block;
  position: relative;
}

#contactLeasingForm .sleasing-content, #contactConsultingForm .sleasing-content {
  position: absolute !important;
  left: -500px;
  top: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: inline;
}

#contactLeasingForm #timestamp, #contactConsultingForm #timestamp {
  display: none;
}

#contactLeasingForm label[for="website"], #contactConsultingForm label[for="website"] {
  display: none;
}

#contactLeasingForm label[for="timestamp"], #contactConsultingForm label[for="timestamp"] {
  display: none;
}

.autoIndividuellForm .sleasing-content {
  position: absolute !important;
  left: -500px;
  top: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: inline;
}

.autoIndividuellForm #timestamp {
  display: none;
}

.autoIndividuellForm label[for="slwebsite"] {
  display: none;
}

.autoIndividuellForm label[for="timestamp"] {
  display: none;
}

.carOfMonthformWrapper .sleasing-content {
  position: absolute !important;
  left: -500px;
  top: -100px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  display: inline;
}

.carOfMonthformWrapper #timestamp {
  display: none;
}

.carOfMonthformWrapper label[for="comwebsite"] {
  display: none;
}

.carOfMonthformWrapper label[for="timestamp"] {
  display: none;
}

.navigation-main-gewerbekredit {
  background-color: transparent;
  font-size: 16px;
  min-height: 0;
  border: 0 none;
  position: absolute;
  width: 100%;
}

.navigation-main-gewerbekredit.container-fluid {
  padding: 0 0;
}

.navigation-main-gewerbekredit .first-header {
  background-color: #EE0000;
  padding: 0;
  display: none;
  height: 45px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.navigation-main-gewerbekredit .navbar-collapse {
  padding: 0;
  margin-top: 23px;
  margin-right: 0;
  margin-left: 0;
}

.basecontent-list ul {
  display: inline-block;
  padding-left: 1.25em;
  text-align: left;
}

.img-wrapper {
  position: relative;
}

.img-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

div.image figure {
  display: table;
  width: 100%;
}

div.image figure figcaption {
  font-variant: normal;
  text-align: left;
  background: #EEEEEE none repeat scroll 0 0;
  font-size: 91.667%;
  font-weight: normal;
  overflow: hidden;
  padding: 0.3em 0.5em;
  display: table-caption;
  caption-side: bottom;
}

body {
  font-family: "Sparkasse Web", "Sparkasse-Web", Arial, Helvetica, sans-serif;
  font-size: 14px;
}

/*--- Headings | Überschriften ------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

h1 {
  font-size: 40px;
  font-family: "Sparkasse Web Head", "Sparkasse-Web", Arial, Helvetica, sans-serif;
  font-family: 'spar-bd',sans-serif;
}

h2 {
  font-size: 25px;
  font-family: 'spar-bd',sans-serif !important;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 16px;
  font-family: 'spar-bd',sans-serif;
}

pre, code, kbd, samp, var, tt {
  font-family: 'Consolas, "Lucida Console", "Andale Mono", "Bitstream Vera Sans Mono", "Courier New", Courier';
}

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

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

.slick-list:focus {
  outline: none;
}

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

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

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

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

.slick-track:after {
  clear: both;
}

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

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

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

.slick-slide img {
  display: block;
}

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

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

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

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

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

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

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

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

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

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

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

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

.slick-prev {
  left: -25px;
}

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

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

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

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

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

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

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

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

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

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

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.logo {
  padding: 21px 0 0 23px;
}

.logo .logo__link {
  display: block;
}

.header {
  background-color: #EE0000;
  height: 96px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
}

.header .top-button {
  float: right;
  margin-top: 25px;
}

.header .top-button .button-text {
  text-align: right;
  color: #ffffff;
  font-size: 18px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  padding: 11px 40px 10px 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.header .top-button .button-text:hover .arrow {
  background-position: -55px -220px;
}

.header .top-button .arrow {
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -55px -165px;
  position: absolute;
  right: 0;
  top: 6px;
  width: 32px;
  height: 32px;
}

.header .menu-button .navbar-toggle {
  margin-top: 30px;
  position: absolute;
  right: 0;
}

.searchform-container {
  padding-left: 2px;
}

.searchform-container .searchform {
  margin-top: 32px;
  position: relative;
}

.searchform-container .searchform input {
  width: 300px;
  border: 1px solid #f1f1f1;
  color: #777777;
  padding: 5px 0 6px 35px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.searchform-container .searchform input.searchbutton {
  margin-top: 1px;
  line-height: 10;
}

.searchform-container .search {
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -1142px -53px;
  position: absolute;
  left: -1px;
  top: 5px;
  border: none !important;
  border-radius: 0 !important;
  width: 32px !important;
  height: 22px;
}

.searchPos {
  float: right !important;
  width: auto !important;
}

@keyframes fade-in-down {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes flyout-caret {
  0% {
    margin-left: 0;
  }
  25% {
    margin-left: 20px;
  }
  100% {
    margin-left: 0;
  }
}

.navigation-main {
  background-color: transparent;
  font-size: 16px;
  min-height: 0;
  border: 0 none;
  position: absolute;
  width: 100%;
}

.navigation-main .first-header {
  background-color: #EE0000;
  padding: 0;
  display: none;
  height: 45px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.navigation-main .first-header .navbar-toggle {
  padding: 0;
  margin: 13px 0 0 10px;
}

.navigation-main .first-header .searchform-container .searchform {
  margin-top: 7px;
}

.navigation-main.container-fluid {
  padding: 0 0;
}

.navigation-main .navbar-collapse {
  padding: 0;
  margin-top: 23px;
  margin-right: 0;
  margin-left: 0;
}

.navigation-main.affix {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  margin-top: 0;
  position: fixed;
}

.navigation-main.affix .navigation-main-list {
  background-color: #bbbbbb;
}

.navigation-main.affix .flyout {
  top: 45px;
}

.navigation-main.affix .first-header {
  display: block !important;
}

.navigation-main.affix .first-header__logo {
  position: absolute;
  top: 5px;
  margin-left: 11px;
}

.navigation-main.affix .first-header .searchform-container {
  padding-right: 0;
}

.navigation-main.affix .first-header .searchform-container .searchform {
  font-size: 16px;
  margin-top: 6px;
  text-align: right;
}

.navigation-main ul {
  list-style: none;
  padding: 0;
}

.navigation-main .caret {
  color: #dddddd;
  background: transparent url("../images/icons/sprite.png") no-repeat scroll -562px -98px;
  height: 15px;
  width: 15px;
  border: none;
  float: right;
  display: block;
  margin-top: 1px;
}

.navigation-main [data-level='1'] .caret {
  display: none;
}

.navigation-main .flyout {
  position: absolute;
  top: 0;
  background-color: #ffffff;
  left: 0;
  height: 420px;
  max-height: 0;
  overflow: hidden;
  right: 0;
  transition: max-height 0.5s ease-out;
  z-index: 10;
}

.navigation-main .flyout.open {
  max-height: 500px;
}

.navigation-main .flyout ul {
  margin-top: 65px;
  display: none;
  float: left;
  min-height: 100%;
  padding: 5px 30px;
  width: 33%;
  padding-left: 0;
}

.navigation-main .flyout ul[data-level='3'] {
  display: none !important;
}

.navigation-main .flyout ul[data-level='4'] {
  display: none !important;
}

.navigation-main .flyout ul[data-level='5'] {
  display: none !important;
}

.navigation-main .flyout ul[data-level='6'] {
  display: none !important;
}

.navigation-main .flyout a {
  color: #777777;
  cursor: pointer;
  display: block;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  padding: 5px;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
}

.navigation-main .flyout a:hover {
  background-color: rgba(255, 255, 255, 0.7);
  color: #777777;
}

.navigation-main .flyout a.active .caret {
  background-position: -562px -98px;
}

.navigation-main .flyout .module, .navigation-main .flyout .videocnt {
  position: relative;
  width: 280px;
  top: 65px;
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
}

.navigation-main .flyout .module .teaser__search-box--image, .navigation-main .flyout .videocnt .teaser__search-box--image {
  right: 23px;
}

.navigation-main.colorscheme-1 .flyout a.active {
  background-color: #EE0000;
  color: white;
}

.navigation-main.colorscheme-1 .flyout a.active .caret {
  background-position: -587px -98px;
}

.navigation-main li ul {
  display: none;
}

.navigation-main li.opened > ul {
  display: block;
}

.navigation-main a {
  text-decoration: none;
}

.navigation-main .subitem-padding:first-child {
  padding-left: 20%;
  margin-right: 5%;
}

.container .navigation-main .flyout {
  padding-left: 17.5%;
  padding-right: 17.5%;
  width: 100.2%;
}

.container .navigation-main .home-icon a:after {
  right: -10px;
}

.ui-autocomplete + .ui-autocomplete {
  position: fixed !important;
  z-index: 1000 !important;
}

.ui-autocomplete + .ui-autocomplete + .ui-autocomplete {
  position: absolute !important;
  z-index: 100 !important;
}

.stage-slider.uninitialized {
  height: 0;
  overflow: hidden;
  padding-bottom: 27.5%;
  width: 100%;
}

.stage-slider .slick-slider {
  margin: 0;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.stage-slider .slick-slider .stage-slider__item {
  outline: none;
}

.stage-slider .slick-slider .stage-slider__item.slick-center {
  cursor: default;
}

.stage-slider .slick-prev,
.stage-slider .slick-next {
  background: rgba(0, 0, 0, 0.5);
  height: 65px;
  margin-top: -32px;
  width: 35px;
  z-index: 1;
}

.stage-slider .slick-prev:before,
.stage-slider .slick-next:before {
  font-family: FontAwesome;
  font-size: 45px;
  line-height: .6;
  margin-top: -5px;
}

.stage-slider .slick-prev {
  left: 0;
}

.stage-slider .slick-prev:before {
  content: "";
  margin-left: -2px;
}

.stage-slider .slick-next {
  right: 0;
}

.stage-slider .slick-next:before {
  content: "";
  margin-right: -2px;
}

.stage-slider .slick-dots {
  bottom: -10px;
}

.stage-slider .slick-dots li {
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
}

.stage-slider .slick-dots li button {
  height: 10px;
  width: 10px;
  margin: 0;
  padding: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px #333333;
  background-color: #fff;
}

.stage-slider .slick-dots li.slick-active button {
  background-color: #EE0000;
}

.stage-slider .slick-dots li button:before {
  content: normal;
}

.stage-slider .slider-item {
  outline: none;
  position: relative;
  width: 100%;
}

.stage-slider .slider-item .slider-image {
  left: auto;
  position: static;
  top: auto;
  width: 100%;
}

.stage-slider .slider-item .slider-teaser {
  background: transparent url("../images/bg-panel-small.png") no-repeat scroll right top;
  bottom: 18%;
  display: table;
  height: 120px;
  position: absolute;
  right: 0;
  text-decoration: none;
  width: 467px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.text-slider {
  position: absolute;
  width: 100%;
  top: 80px;
}

.text-slider .text-container {
  width: 50%;
  padding-left: 10px;
}

.text-slider .text-container .cta {
  font-size: 16px;
  padding: 13px 55px 13px 13px;
  float: left;
}

.text-slider .text-container .cta .arrow {
  right: 10px;
}

.text-slider h1 {
  font-size: 40px;
  font-family: "Sparkasse Web Head", "Sparkasse-Web", Arial, Helvetica, sans-serif;
  font-family: 'spar-bd',sans-serif;
  margin: 0 0 10px 0;
}

.text-slider p {
  font-size: 20px;
  margin: 0 0 10px 0;
}

.text-slider p span font {
  color: #000000;
}

.text-slider p span font.primary1 {
  color: #777777;
}

.text-slider p span font.primary2 {
  color: #EE0000;
}

.text-slider p span font.secondary1 {
  color: #ffffff;
}

.teaser-row {
  background-color: #f1f1f1;
}

.teaser-row .module, .teaser-row .videocnt {
  margin-bottom: 0;
}

.teaser-row .teaser--news,
.teaser-row .teaser--content-page {
  margin: 0;
}

.teaser-row .col-sm-8 .teaser__image {
  padding-top: 29.83871%;
}

.teaser-row .col-sm-6 .teaser__image {
  padding-top: 40.21739%;
}

.teaser-row.teaser-row-1 .col-xs-12 .teaser__image, .teaser-row.teaser-row-1 .press-articles .press-teaser .press-image + p + p .teaser__image, .press-articles .press-teaser .teaser-row.teaser-row-1 .press-image + p + p .teaser__image {
  padding-top: 19.68085%;
}

.content-with-sidebar .teaser-row .col-sm-8 .teaser__image {
  padding-top: 45.51046%;
}

.content-with-sidebar .teaser-row .col-sm-6 .teaser__image {
  padding-top: 61.66667%;
}

.content-with-sidebar .teaser-row .col-sm-4 .teaser__image {
  padding-top: 95.60724%;
}

.content-with-sidebar .teaser-row.teaser-row-1 .col-xs-12 .teaser__image, .content-with-sidebar .teaser-row.teaser-row-1 .press-articles .press-teaser .press-image + p + p .teaser__image, .press-articles .press-teaser .content-with-sidebar .teaser-row.teaser-row-1 .press-image + p + p .teaser__image {
  padding-top: 29.83871%;
}

.teaser {
  position: relative;
  background-color: #ffffff;
  height: 100%;
  text-align: left;
}

.teaser .link-wrap {
  display: block;
  text-decoration: none;
}

.teaser .link-wrap:hover p {
  color: #777777;
}

.teaser .link-wrap:hover .teaser__link--arrow {
  background-position: -55px -55px;
}

.teaser__image {
  overflow: hidden;
  padding-top: 61.66667%;
  position: relative;
}

.teaser__image img {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.teaser__headline--primary {
  color: #777777;
  font-size: 25px;
  font-family: 'spar-bd',sans-serif;
  margin-top: 0;
}

.teaser__headline--link {
  color: #EE0000;
  padding-right: 83px;
  position: relative;
}

.teaser__headline--link:after {
  background-color: #ffffff;
  border-left: 1px solid #f1f1f1;
  bottom: 0;
  color: #EE0000;
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 50px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
}

.teaser__body {
  font-size: 16px;
  line-height: 24px;
}

.teaser__body > span .link-download {
  font-size: 18px;
  display: block;
  background-color: #EE0000;
  color: #ffffff;
  text-align: left;
  padding: 13px 50px 13px 15px;
  position: relative;
}

.teaser__body > span .link-download:after {
  content: '';
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -165px -165px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.teaser__body > span .link-download:hover, .teaser__body > span .link-download:focus {
  color: #ffffff;
}

.teaser__body > span .link-download:hover:after, .teaser__body > span .link-download:focus:after {
  background-position: -165px -220px;
}

.teaser__search-box--field {
  margin-bottom: 15px;
  font-size: 14px;
}

.teaser__search-box--button {
  font-size: 16px;
  background: #EE0000;
  color: #ffffff;
  border: 0;
  line-height: 0;
  text-align: left;
  float: right;
  height: 45px;
  width: 115px;
  padding: 20px 15px;
}

.teaser__search-box--button:hover .teaser__search-box--image {
  background-position: -55px -215px;
}

.teaser__search-box--image {
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -55px -160px;
  position: absolute;
  cursor: pointer;
  margin-top: -21px;
  right: 25px;
  width: 34px;
  height: 37px;
}

.teaser__search-box input {
  outline: none;
}

.teaser__link {
  color: #EE0000;
  font-family: 'spar-bd',sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.teaser__link--arrow {
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -55px 0;
  position: relative;
  top: 11px;
  width: 32px;
  height: 32px;
  display: inline-block;
  margin-left: 5px;
}

.teaser__link:hover .teaser__link--arrow, .teaser__link:active .teaser__link--arrow, .teaser__link:focus .teaser__link--arrow {
  background-position: -55px -55px;
}

.teaser__list {
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
}

.teaser__list .item--locked a:after {
  right: 0;
}

.teaser__item {
  margin: 0;
  padding: 2px 0;
  position: relative;
}

.teaser__item:first-child {
  padding-top: 0;
}

.teaser__item:last-child {
  border: none;
  padding-bottom: 0;
}

.teaser__item a {
  text-decoration: none;
  width: 100%;
}

.teaser__item a:before {
  color: #EE0000;
  font-family: FontAwesome;
  font-size: 12px;
  left: -15px;
  line-height: 21px;
  position: absolute;
}

.teaser__item a.link-intern:before {
  content: "";
}

.teaser__item a.link-extern:before {
  content: "";
}

.teaser__item a.link-download:before {
  content: "";
}

.teaser.teaser--simple .teaser__content {
  padding: 15px;
}

.teaser.teaser--simple .teaser__content a {
  text-decoration: none;
}

.teaser.teaser--simple .teaser__headline--primary {
  width: 100%;
  bottom: 0;
  color: #EE0000;
}

.teaser.teaser--simple .second-teaser {
  position: relative;
}

.teaser.teaser--simple .second-teaser .teaser__body {
  margin: 0;
  padding: 0 15px 15px 15px;
}

.teaser.teaser--simple .teaser__body {
  margin: 0;
}

.teaser.teaser--simple .teaser__body p {
  margin: 0 0 15px;
}

.teaser.teaser--simple .teaser__body .download-list-element ul {
  left: 0;
  padding-left: 10px;
  list-style-type: none;
}

.teaser.teaser--simple .teaser__body .download-list-element ul li {
  position: relative;
  padding-left: 10px;
}

.teaser.teaser--simple .teaser__body .download-list-element ul li:before {
  font-family: "FontAwesome";
  content: "\f019";
  color: #EE0000;
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  left: -10px;
}

.teaser.teaser--simple .teaser__link {
  color: #777777;
}

.teaser.teaser--simple .teaser__link-box {
  position: relative;
  text-align: right;
}

.teaser.teaser--list .teaser-list-element ul {
  padding-left: 0;
  list-style-type: none;
}

.teaser.teaser--list .teaser-list-element li {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.teaser.teaser--list .teaser-list-element li:before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 6px;
}

.teaser.teaser--list p a {
  cursor: pointer;
  text-decoration: underline !important;
}

.teaser.teaser--list p a:before {
  font-family: FontAwesome;
  font-size: 14px;
  margin-right: 5px;
  margin-left: 2px;
  display: inline-block;
}

.teaser.teaser--list p .link-internal:before, .teaser.teaser--list p .link-external:before {
  content: "";
}

.teaser.teaser--list p .link-download:before {
  content: "";
}

.teaser.teaser--list.white-bg .teaser-list-element li:before {
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -1154px -767px;
}

.teaser.teaser--list.red-bg {
  background-color: #EE0000;
}

.teaser.teaser--list.red-bg h2 {
  color: #ffffff !important;
}

.teaser.teaser--list.red-bg .teaser-list-element li:before {
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -1154px -603px;
}

.teaser.teaser--list.red-bg p {
  color: #ffffff;
}

.teaser.teaser--list.red-bg p a {
  color: #ffffff;
}

.teaser.teaser--list.red-bg p a:hover {
  color: #777777;
}

.teaser.teaser--list.red-bg li {
  color: #ffffff;
}

.search-results h2 {
  margin-top: 20px;
}

.search-results .text-content {
  padding-top: 0;
}

.search-results .search-results-container__list {
  border-top: 4px solid #e3e3e3;
  padding-top: 15px;
}

.search-results .search-results-container__list a {
  color: #EE0000;
  text-decoration: none;
  line-height: 24px;
}

.search-results .search-results-container__list a:hover {
  text-decoration: underline;
}

.search-results .search-results-container__list:first-child {
  padding-top: 20px;
  border-top: none;
}

.search-results .search-results-container__list .cta {
  margin-top: 20px;
  margin-left: 0;
  background-color: #ffffff;
  padding: 16px;
  border: none;
}

.search-results .search-results-container__list .cta .arrow {
  background-position: -55px 0px;
  right: 0;
}

.search-results .search-results-container__list .cta:hover {
  text-decoration: none;
}

.search-results .search-results-container__list .cta:hover .download-label {
  color: #777777;
}

.search-results .search-results-container__list .cta:hover .arrow {
  background-position: -55px -55px;
}

.search-results .search-results-container__list--download {
  padding: 5px !important;
}

.search-results .search-results-container__list--download .download-label {
  color: #777777;
  font-size: 14px;
  margin-right: 30px;
}

.search-results .search-results-container__list--download .arrow {
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
}

.search-results button {
  display: inline-block;
  text-decoration: none;
  padding: 5px 9px;
  margin-left: 2px;
  color: #777777;
  background-color: #f1f1f1;
  border: 1px solid #bbbbbb;
}

.search-results button:hover {
  background-color: #EE0000;
  color: #ffffff;
}

.search-results .current-result-page {
  background-color: #EE0000;
  color: #ffffff;
}

.search-results .searchform-container .searchform .query {
  width: 300px;
}

.image--stage {
  overflow: hidden;
}

.image--stage img {
  width: 100%;
  display: block;
}

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

.videocnt {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.videocnt video {
  width: 100%;
  height: 100%;
}

.videocnt.black-frame-fix {
  overflow: hidden;
}

.videocnt.black-frame-fix video {
  width: 101% !important;
  height: 101% !important;
  margin-left: -1px;
}

.videocnt .mejs-container {
  background-color: transparent;
}

.text-content > *:first-child,
.textcntinner > *:first-child {
  margin-top: 0;
}

.text-content__headline--primary,
.textcntinner__headline--primary {
  margin-bottom: 15px;
}

.text-content__separator,
.textcntinner__separator {
  display: block;
  background-color: #bbbbbb;
  width: 45px;
  height: 3px;
  margin-top: 15px;
}

.text-content p,
.textcntinner p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
  margin-top: 0;
}

.text-content p:before, .text-content p:after,
.textcntinner p:before,
.textcntinner p:after {
  content: " ";
  display: table;
}

.text-content p:after,
.textcntinner p:after {
  clear: both;
}

.text-content .image,
.textcntinner .image {
  margin-bottom: 15px;
}

.text-content .float_left,
.textcntinner .float_left {
  float: left;
  display: inline;
  margin: 0 1.5em 1.5em 0;
}

.text-content .center,
.textcntinner .center {
  display: block;
  text-align: center;
  margin: 0 auto 1.5em auto;
}

.text-content .float_right,
.textcntinner .float_right {
  float: right;
  display: inline;
  margin: 0 0 1.5em 1.5em;
}

.text-content > *:last-child,
.textcntinner > *:last-child {
  margin-bottom: 0;
}

.text-content .basecontent-sub-heading,
.textcntinner .basecontent-sub-heading {
  font-size: 20px;
}

.text-content .list-element h2,
.textcntinner .list-element h2 {
  font-size: 25px;
  line-height: 37.5px;
  margin-top: 0;
}

.text-content .list-element h4,
.textcntinner .list-element h4 {
  color: #777777;
}

.text-content .list-element ul,
.textcntinner .list-element ul {
  left: 0;
  padding-left: 5px;
  list-style-type: none;
}

.text-content .list-element ul li,
.textcntinner .list-element ul li {
  position: relative;
  font-size: 16px;
  padding: 0 0 0 25px;
  margin-bottom: 10px;
  line-height: 1.5;
}

.text-content .list-element ul li:before,
.textcntinner .list-element ul li:before {
  content: "";
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -1154px -767px;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 4px;
}

.text-content .list-element p a,
.textcntinner .list-element p a {
  text-decoration: underline !important;
  cursor: pointer;
}

.text-content .list-element p a:before,
.textcntinner .list-element p a:before {
  content: "";
  font-family: FontAwesome;
  margin-right: 5px;
  margin-left: 2px;
}

.text-content .download-list ul,
.textcntinner .download-list ul {
  left: 0;
  padding-right: 10px;
  list-style-type: none;
}

.text-content .download-list ul li,
.textcntinner .download-list ul li {
  line-height: 21px;
  position: relative;
}

.text-content .download-list ul li a,
.textcntinner .download-list ul li a {
  text-decoration: none;
}

.text-content .download-list ul li:before,
.textcntinner .download-list ul li:before {
  background: transparent;
  content: "";
}

.text-content .download-list ul li .download-file:before,
.textcntinner .download-list ul li .download-file:before {
  font-family: "FontAwesome";
  background: transparent;
  content: "\f019";
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}

.text-content .press-article-header,
.textcntinner .press-article-header {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
}

.text-content .press-article-header h4,
.textcntinner .press-article-header h4 {
  color: #EE0000;
  font-size: 18px;
  margin: 0;
  padding-left: 0;
}

.text-content .press-article-header .press-article-date,
.textcntinner .press-article-header .press-article-date {
  padding-right: 0;
  text-align: right;
}

.content-header {
  margin-bottom: 20px;
}

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

.content-header .text-content {
  background-color: transparent;
  padding: 0;
}

.content-header .text-content p {
  font-size: 18px;
}

.content-header h2 {
  color: #777777;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 15px;
}

.content-header .text-content__headline--primary {
  font-size: 40px;
  color: #EE0000;
}

.content-header .text-content__headline--secondary {
  font-size: 25px;
  color: #EE0000;
  font-family: 'spar-bd',sans-serif;
}

.content-header .text-content__body p {
  line-height: 27px;
  font-size: 18px;
  margin-bottom: 15px;
}

.accordion-container {
  background-color: #ffffff;
}

.accordion-container .accordion-element {
  margin-top: 5px;
}

.accordion-container .accordion-element .accordion-button {
  width: 100%;
  margin: 0 auto;
  padding: 15px 45px 15px 15px;
  cursor: pointer;
  background-color: #e3e3e3;
  position: relative;
}

.accordion-container .accordion-element .accordion-button:after {
  display: inline-block;
  position: absolute;
  right: 15px;
  top: 18px;
  color: #777777;
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 16px;
}

.accordion-container .accordion-element .accordion-button h3 {
  font-family: "spar-light", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-family: 'spar-bd',sans-serif;
  margin: 0;
  line-height: 24px;
  color: #777777;
}

.accordion-container .accordion-element .accordion-button.selected {
  background-color: #777777;
}

.accordion-container .accordion-element .accordion-button.selected h3 {
  color: #ffffff;
}

.accordion-container .accordion-element .accordion-button.selected:after {
  content: "";
  color: #ffffff;
}

.accordion-container .accordion-element .accordion-button:hover h3 {
  color: #EE0000;
}

.accordion-container .accordion-element .accordion-button:hover:after {
  color: #EE0000;
}

.accordion-container .accordion-element .accordion-button:hover.selected h3 {
  color: #ffffff;
}

.accordion-container .accordion-element .accordion-button:hover.selected:after {
  color: #ffffff;
}

.accordion-container .accordion-element .accordion-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #777777;
  background-color: #f1f1f1;
  font-size: 16px;
  line-height: 24px;
}

.accordion-container .accordion-element .accordion-content .accordion-content-inner {
  padding: 20px;
}

.accordion-container .accordion-element .accordion-content .accordion-content-inner h4 {
  font-size: 16px;
}

.accordion-container .accordion-element .accordion-content .accordion-content-inner > *:last-child {
  margin-bottom: 0;
}

.accordion-container .accordion-element .accordion-content .accordion-content-inner .float-right {
  margin: 0 0 1em 1em;
}

.accordion-container .accordion-element .accordion-content .accordion-content-inner .videocnt {
  overflow: hidden;
}

.accordion-container .accordion-element:first-child {
  margin-top: 0;
}

.js .accordion-content {
  display: none;
}

.content-sidebar .accordion-content-inner img {
  display: none;
}

.contact-container {
  margin-left: 0;
  margin-right: 0;
}

.contact-container .whitegb {
  background-color: #ffffff;
  padding: 0;
}

.contact-font {
  font-size: 16px;
  padding-left: 20px;
}

.contact-form .glyphicon-calendar,
.contact-form .glyphicon-time,
.contact-form .glyphicon-chevron-left,
.contact-form .glyphicon-chevron-right,
.contact-form .glyphicon-chevron-up,
.contact-form .glyphicon-chevron-down {
  color: #EE0000;
}

.contact-form .bootstrap-datetimepicker-widget {
  display: block !important;
}

.contact-form .bootstrap-datetimepicker-widget.top {
  bottom: 34px !important;
}

.contact-form .bootstrap-datetimepicker-widget.bottom {
  top: 68px !important;
}

.contact-form .bootstrap-datetimepicker-widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-form .bootstrap-datetimepicker-widget ul table td.active {
  background-color: #EE0000;
}

.contact-form .bootstrap-datetimepicker-widget ul table td.active:hover {
  background-color: #EE0000;
}

.contact-form .bootstrap-datetimepicker-widget .disabled {
  color: #bbbbbb;
}

.contact-form .text-content__headline--primary {
  margin: 30px 0 20px 0;
}

.contact-form .text-content__headline--primary.first {
  margin-top: 0;
}

.contact-form .spk-name {
  margin: 0;
}

.contact-form .headline-tertiary {
  color: #777777;
  margin-top: 0;
  font-family: 'spar-bd',sans-serif;
}

.contact-form form p {
  line-height: 24px;
}

.contact-form form fieldset {
  padding: 20px;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
}

.contact-form form fieldset.reduced-space {
  padding-top: 10px;
}

.contact-form form fieldset.reduced-space .contact-font {
  margin-top: 0;
}

.contact-form form fieldset label:first-child {
  margin-top: 0;
}

.contact-form form fieldset:last-child {
  margin-bottom: 0;
}

.contact-form form .padding-contact-person {
  padding-right: 10px;
}

.contact-form form .padding-contact-company {
  padding-left: 10px;
}

.contact-form form .accordion-container fieldset {
  padding: 0;
  margin-bottom: 20px;
}

.contact-form form div.input-cnt {
  position: relative;
}

.contact-form form div.input-cnt.clearfix, .contact-form form div.input-cnt.module, .contact-form form div.input-cnt.videocnt {
  margin-bottom: 20px;
}

.contact-form form div.radio-box {
  margin-bottom: 30px;
  text-indent: -30px;
  margin-left: 30px;
}

.contact-form form div.radio-box:first-child {
  margin-bottom: 10px;
}

.contact-form form .date {
  margin-top: 20px;
}

.contact-form form label {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.contact-form form label small {
  font-weight: normal;
}

.contact-form form .input-cnt {
  margin: 10px 0;
}

.contact-form form .input-cnt.file {
  margin-bottom: 30px;
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea {
  border: 1px solid #bbbbbb;
  font-family: "Sparkasse Web", "Sparkasse-Web", Arial, Helvetica, sans-serif;
  border-radius: 5px;
}

.contact-form form input,
.contact-form form textarea {
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
}

.contact-form form textarea {
  height: 200px;
  resize: none;
}

.contact-form form select {
  width: 100%;
  padding: 9px;
  border-bottom-left-radius: 5px !important;
  border-top-left-radius: 5px !important;
}

.contact-form form select[name=area] {
  margin-bottom: 10px;
}

.contact-form form select.form-control, .contact-form form select#contactDate {
  padding: 0 5px;
}

.contact-form form input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 5px;
  border: none;
}

.contact-form form button,
.contact-form form input[type="button"] {
  display: block;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #EE0000;
  border: 0;
  color: #fff;
  width: auto;
  height: 37px;
  cursor: pointer;
  text-align: left;
  position: relative;
  margin-top: 30px;
}

.contact-form form button:after,
.contact-form form input[type="button"]:after {
  top: 11.4px;
  right: 15px;
  position: absolute;
  content: "";
  font-family: FontAwesome;
}

.contact-form form button:hover, .contact-form form button:focus,
.contact-form form input[type="button"]:hover,
.contact-form form input[type="button"]:focus {
  background-color: #fff;
  color: #EE0000;
  border: 1px solid #EE0000;
}

.contact-form form button:active,
.contact-form form input[type="button"]:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.contact-form form #contactDate {
  border-radius: 5px 0 0 5px !important;
}

.contact-form form .hasErrors {
  border: 1px solid #EE0000;
}

.contact-form form .hasErrors h3 {
  color: #EE0000;
}

.contact-form form .hasErrors:after {
  color: #EE0000;
}

.contact-form form span.hint {
  margin-top: 10px;
  display: block;
  text-align: right;
}

.contact-form form .submit-send-form-button {
  float: right;
}

.contact-form .privacy-police-position {
  margin-top: 20px;
  width: 100%;
  float: left;
}

.contact-form .privacy-police-position .hint {
  float: right;
}

.contact-form .privacy-police-position .privacy-police {
  text-align: left !important;
  margin-top: 15px;
  float: left !important;
}

.contact-form .form-group {
  margin-bottom: 20px !important;
}

.contact-form .nothing-found {
  padding-top: 20px;
}

.contact-form .date-container {
  padding: 0;
  margin-bottom: 10px !important;
}

.contact-form .date-container .contact-spec {
  float: left;
}

.contact-form .date-container .contact-spec.input-group .input-cnt {
  margin: 0;
  padding-right: 40px;
}

.contact-form .date-container .contact-spec .input-group-addon {
  height: 34px;
  padding: 7px 12px;
  width: 40px;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 100;
  border-color: #bbbbbb;
}

.contact-form .date-container .contact-spec:first-child {
  padding-left: 0;
}

.contact-form .date-container .contact-spec:last-child {
  padding-right: 0;
}

.contact-form .date-container .contact-spec select {
  padding: 6.8px;
}

.contact-form .error {
  background-color: transparent;
  color: #EE0000;
  margin-bottom: 15px;
  font-size: 14px;
}

.contact-form.error {
  color: #EE0000;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 24px;
}

.contact-form .form-errors {
  color: #EE0000;
  line-height: 1.5px;
  margin-bottom: 20px;
}

.contact-form .form-control, .contact-form form #contactDate {
  padding: 10px;
  font-size: 16px;
  border: 1px solid #bbbbbb;
}

.contact-form .contact-button {
  border: 1px solid #EE0000;
  height: auto;
}

.contact-form.form-consultation button {
  min-width: 300px;
}

.contact-form .confirmation-email-label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

.contact-form .confirmation-email-label .confirmation-email-input {
  margin-right: 10px !important;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -1px;
  left: 5px;
}

.checked span {
  margin-left: 15px;
}

.checked span:before {
  background: transparent url(../images/icons/sprite.svg) no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -1154px -767px;
  content: "";
  left: 10px;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
}

.footer {
  padding: 20px 20px;
  background-color: #777777;
  color: #ffffff;
}

.footer h2,
.footer h4 {
  color: #ffffff;
  margin-top: 10px;
}

.footer h4 {
  margin-top: 5px;
}

.footer__list {
  margin-top: 25px;
  margin-bottom: 20px;
  padding-left: 0;
  list-style-type: none;
}

.footer__item {
  display: inline-block;
  font-size: 16px;
  margin-right: 7px;
  width: 100%;
  text-align: left;
  line-height: 26px;
}

.footer__item a {
  text-decoration: none;
  color: #ffffff;
}

.footer .copyright-box {
  width: auto;
}

.footer .left-link-box ul {
  padding: 0;
  margin-bottom: 10px;
}

.footer .left-link-box ul .footer__item {
  width: auto;
  font-family: 'spar-bd',sans-serif;
}

.glossary {
  background-color: #ffffff;
  padding: 20px;
}

.glossary div {
  padding-left: 0;
  padding-right: 0;
}

.glossary div p {
  font-size: 16px;
  line-height: 24px;
}

.glossary .glossary-index .index-list {
  margin: 0;
  list-style: none;
  padding-right: 20px;
  padding-left: 0;
}

.glossary .glossary-index .index-list li {
  border-bottom: 1px solid #f1f1f1;
  padding: 5px 0;
  margin-right: 0;
  margin-left: 0;
}

.glossary .glossary-index .index-list li a {
  display: block;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}

.glossary .glossary-index .index-list li a:hover, .glossary .glossary-index .index-list li a:focus {
  color: #EE0000;
}

.glossary .glossary-index .index-list li a:after {
  content: "";
  margin-left: 10px;
  top: 2px;
  position: relative;
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -275px -605px;
  cursor: pointer;
  width: 8px;
  height: 12px;
  display: inline-block;
}

.glossary .glossary-selector {
  margin-bottom: 20px;
}

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

.glossary .glossary-selector .selector-list li {
  margin-right: 1px;
  margin-left: 1px;
  float: left;
  font-family: 'spar-bd',sans-serif;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 2px;
}

.glossary .glossary-selector .selector-list li a {
  width: 28px;
  height: 28px;
  border: 1px solid #f1f1f1;
  background-color: #f7f7f7;
  padding: 3px;
  text-align: center;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.glossary .glossary-selector .selector-list li a.not-available {
  color: #bbbbbb;
  cursor: default;
}

.glossary .glossary-selector .selector-list li a.not-available:hover, .glossary .glossary-selector .selector-list li a.not-available:focus {
  background-color: #f7f7f7;
  color: #bbbbbb;
}

.glossary .glossary-selector .selector-list li a:hover, .glossary .glossary-selector .selector-list li a:focus {
  background-color: #EE0000;
  color: #ffffff;
}

.glossary .glossary-content h2 {
  margin-top: 0;
}

.spk-search {
  background-color: #ffffff;
}

.spk-search .result-info {
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

.spk-search .search-results-list {
  padding: 20px;
}

.spk-search .search-results-detail .blz {
  margin-top: -15px;
  font-size: 18px;
}

.spk-search .search-results-detail .indent-block {
  margin-left: 20px;
}

.spk-search .search-result:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.spk-search .search-result .title {
  padding: 11px 10px 12px 0;
  float: left;
  margin: 0;
}

.spk-search .search-result .blz {
  float: left;
  color: #777777;
  padding: 11px 0 12px 0;
  font-size: 20px;
}

.spk-search {
  background-color: #ffffff;
}

.spk-search .result-info {
  font-size: 16px;
  line-height: 24px;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

.spk-search .search-results-list {
  padding: 20px;
}

.spk-search .search-result:not(:last-of-type) {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.cta {
  font-size: 18px;
  color: #ffffff;
  max-width: 320px;
  text-decoration: none;
  display: block;
  position: relative;
  padding: 15px 55px 15px 15px;
  cursor: pointer;
  background-color: #EE0000;
  border: none;
  outline: none;
}

.cta .arrow {
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  background-position: -55px -165px;
  width: 32px;
  height: 32px;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.cta:hover, .cta:focus {
  color: #ffffff;
}

.cta:hover .arrow, .cta:focus .arrow {
  background-position: -55px -220px;
}

.press-articles {
  padding: 20px;
  background-color: #ffffff;
}

.press-articles .press-teaser {
  padding: 20px 0;
  position: relative;
  border-top: 4px solid #e3e3e3;
  font-size: 16px;
  line-height: 21px;
}

.press-articles .press-teaser:first-child {
  border-top: 0;
  padding-top: 0;
}

.press-articles .press-teaser h4 {
  color: #EE0000;
  font-size: 18px;
  margin: 0;
  padding-left: 0;
}

.press-articles .press-teaser .press-image {
  margin-top: 20px;
  padding-left: 0;
}

.press-articles .press-teaser .press-date {
  padding-right: 0;
  text-align: right;
}

.press-articles .press-teaser .press-header {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 20px;
}

.press-articles .press-teaser .press-button-container {
  padding: 0;
}

.press-articles .press-teaser .press-button-container a {
  display: block;
  text-align: right;
  text-decoration: none;
  font-family: 'spar-bd',sans-serif;
  font-size: 16px;
}

.press-articles .press-teaser .press-button-container a:hover {
  color: #777777;
}

.press-articles .press-teaser .press-button-container a:hover .teaser__link--arrow {
  background-position: -55px -55px;
}

.press-articles .press-teaser.uninitialized .slick-slider-press-wrap .slick-slider-press {
  width: 100%;
}

.press-articles .press-teaser.uninitialized .slick-slider-press-wrap .slick-slider-press:before, .press-articles .press-teaser.uninitialized .slick-slider-press-wrap .slick-slider-press:after {
  content: " ";
  display: table;
}

.press-articles .press-teaser.uninitialized .slick-slider-press-wrap .slick-slider-press:after {
  clear: both;
}

.press-articles .press-teaser.uninitialized .slick-slider-press-wrap .slick-slider-press div {
  float: left;
  width: 33%;
}

.press-articles .press-teaser.uninitialized .slick-slider-press-wrap .slick-slider-press div:nth-child(n+4) {
  display: none;
}

.press-articles .press-teaser .slick-slider-press {
  margin-bottom: 15px;
}

.press-articles .press-teaser .slick-slider-press .slick-prev,
.press-articles .press-teaser .slick-slider-press .slick-next {
  height: 25px;
  width: 25px;
  z-index: 1;
}

.press-articles .press-teaser .slick-slider-press .slick-prev::before,
.press-articles .press-teaser .slick-slider-press .slick-next::before {
  content: '';
  background: transparent url("../images/icons/sprite.svg") no-repeat scroll 0 0/1209.5px 828.5px;
  position: relative;
  top: -4px;
  width: 32px;
  height: 32px;
  display: inline-block;
  left: -4px;
}

.press-articles .press-teaser .slick-slider-press .slick-prev {
  left: 0;
}

.press-articles .press-teaser .slick-slider-press .slick-prev::before {
  background-position: -221px 0;
}

.press-articles .press-teaser .slick-slider-press .slick-next {
  right: 0;
}

.press-articles .press-teaser .slick-slider-press .slick-next::before {
  background-position: -274px 0;
}

.press-articles .press-teaser .slick-slider-press img {
  max-width: 100%;
  padding: 10px;
  width: auto;
}

.press-article-detail .press-article-header {
  margin-bottom: 20px;
}

.press-article-detail .teaseraside,
.press-article-detail .composedcontent-spkextra-linkbox {
  display: none;
}

.press-article-detail .textcntinner {
  padding: 0;
}

.press-article-detail .teaser-row {
  background-color: transparent;
}

.press-article-detail .teaser-row .teaser-block-link {
  height: 101%;
  width: 101%;
}

.press-article-detail .teaser-row .imageteaser {
  margin-bottom: 0;
}

.press-article-detail .teaser-row .teaser {
  margin-bottom: 0;
}

.press-article-detail .teaser-row .teaser .textcntinner {
  background-color: transparent;
}

.press-article-detail .teaser-row .teaser .textcntinner .list-element li {
  padding-left: 25px;
}

.press-article-detail .ym-g50 {
  width: 50%;
}

.press-article-detail .ym-g33 {
  width: 33.333%;
}

.press-article-detail .ym-gl {
  float: left;
  padding-right: 10px;
}

.press-article-detail .ym-gr {
  float: right;
  padding-left: 10px;
}

.press-article-detail .ym-hideme {
  display: none;
}

.press-article-detail .ym-clearfix .cta {
  display: block;
  padding: 10px 30px 10px 10px;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #ffffff;
  float: right;
  margin-bottom: 20px;
  width: auto;
  min-width: 270px;
  text-align: left;
  position: relative;
  text-decoration: none;
}

.press-article-detail .ym-clearfix .cta:active {
  position: relative;
  top: 1px;
  left: 1px;
}

.press-article-detail .ym-clearfix .cta:hover, .press-article-detail .ym-clearfix .cta:focus {
  background-color: #ffffff;
  color: #EE0000;
}

.press-article-detail .ym-clearfix .cta:after {
  content: "\00BB";
  float: right;
  right: 13px;
  top: 10px;
  position: absolute;
}

.press-article-detail .teaser {
  margin-bottom: 20px;
  padding: 10px;
  position: relative;
}

.press-article-detail .teaser ul {
  margin-left: 7px;
  margin-bottom: 0;
}

.press-article-detail .teaser ul li {
  position: relative;
  padding-left: 10px;
}

.press-article-detail .teaser ul li a {
  text-decoration: none;
}

.press-article-detail .teaser .download-list li:before {
  width: 8px;
  height: 15px;
  background-image: image-url("icons/download_list_icon.gif", false, false);
  background-color: transparent;
  top: 2px;
}

.press-article-detail .teaser .download-list li:hover:before {
  background-image: image-url("icons/download_list_icon_red.gif", false, false);
}

.press-article-detail .teaser.international-clock .ym-g50.ym-gl, .press-article-detail .teaser.international-clock .ym-g50.ym-gr {
  padding-bottom: 0;
  padding-top: 10px;
}

.press-article-detail .teaser + .teaser {
  margin-top: 20px;
}

.press-article-detail .teaserheader-small {
  font-size: 12px;
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 12px;
  margin-bottom: 12px;
  line-height: 1.5;
  overflow: hidden;
}

.press-article-detail .teaserheader-small span {
  margin-bottom: 0;
}

.press-article-detail .teaserheader-small .float-right {
  float: right;
}

.press-article-detail .dark-teaser .teaserheader-small {
  color: #fff;
}

.press-article-detail .teaserheader-mixed {
  border-bottom: 1px solid #ddd8d3;
  padding-bottom: 6px;
  margin-bottom: 12px;
}

.press-article-detail .teaserheader-mixed * {
  margin-bottom: 0;
}

.press-article-detail .teaserheader-mixed .float-left {
  position: relative;
  top: 4px;
}

.press-article-detail .whitebg {
  background-color: #f7f7f7;
}

.press-article-detail .whitebg .teaserheadsmall {
  color: #EE0000;
}

.press-article-detail .whitebg .teaserheadsmall a {
  text-decoration: none;
}

.press-article-detail .whitebg .teaserheadsmall a:hover, .press-article-detail .whitebg .teaserheadsmall a:focus {
  text-decoration: underline;
}

.press-article-detail .whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

.press-article-detail .greybg,
.press-article-detail .white-bg .teaser.whitebg {
  background-color: #f7f7f7;
  border-color: #f7f7f7;
}

.press-article-detail .greybg .teaserheadsmall,
.press-article-detail .white-bg .teaser.whitebg .teaserheadsmall {
  color: #EE0000;
}

.press-article-detail .greybg .teaserheadsmall a,
.press-article-detail .white-bg .teaser.whitebg .teaserheadsmall a {
  text-decoration: none;
}

.press-article-detail .greybg .teaserheadsmall a:hover, .press-article-detail .greybg .teaserheadsmall a:focus,
.press-article-detail .white-bg .teaser.whitebg .teaserheadsmall a:hover,
.press-article-detail .white-bg .teaser.whitebg .teaserheadsmall a:focus {
  text-decoration: underline;
}

.press-article-detail .greybg .teaserheader,
.press-article-detail .white-bg .teaser.whitebg .teaserheader {
  color: #333;
  border-bottom-color: #a3988e;
}

.press-article-detail .teaserheadbig {
  font-size: 20px;
  color: #fff;
}

.press-article-detail .teaserheadsmall {
  font-size: 16px;
  color: #fff;
}

.press-article-detail .teaserimage {
  margin-bottom: 20px;
}

.press-article-detail .teaserimage img {
  display: block;
}

.press-article-detail .teaser-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 10;
}

.press-article-detail .goon {
  text-decoration: none;
}

.press-article-detail .goon:after {
  content: "\00BB";
  display: inline-block;
  position: absolute;
  top: 48%;
  right: 10px;
  font-size: 35px;
  color: #EE0000;
}

.press-article-detail .goon:hover:after, .press-article-detail .goon:focus:after {
  color: #ff5555;
}

.press-article-detail .teaser-block-link {
  text-decoration: none;
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: -5px;
  left: -5px;
}

.press-article-detail .teaser-block-link.goon:after {
  right: 15px;
}

.press-article-detail .teaser p, .press-article-detail .teaser ul, .press-article-detail .teaser .teaserheadsmall {
  margin-right: 35px;
}

.press-article-detail .loadmore a {
  display: block;
  clear: both;
  background-color: #a3988e;
  color: #fff;
  border: 1px solid #a3988e;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  margin: 10px 0;
}

.press-article-detail .loadmore a:hover, .press-article-detail .loadmore a:focus {
  background-color: #fff;
  color: #a3988e;
}

.press-article-detail .ym-gl, .press-article-detail .ym-gr {
  margin-bottom: 20px;
}

.press-article-detail .imageteaser {
  margin-bottom: 20px;
  position: relative;
  padding: 5px;
  background-color: #f7f7f7;
}

.press-article-detail .imageteaser .imageteaser-inner {
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 10px 10px;
}

.press-article-detail .imageteaser.download .imageteaser-inner {
  bottom: 43px;
}

.press-article-detail .imageteaser.download .teaser-footer {
  padding: 0;
  position: static;
}

.press-article-detail .ym-wbox-landingpage .ym-wbox {
  max-width: 1160px;
  padding: 30px 20px 30px 20px;
}

.press-article-detail .ym-wbox-landingpage .ym-wbox .multi-download-form .download-list .ym-gl {
  margin-bottom: 0;
  float: none;
}

.press-article-detail .ym-wbox-landingpage .linklist {
  list-style-type: square;
  color: #EE0000;
}

.press-article-detail .ym-wbox-landingpage .teaser-row .imageteaser.download .imageteaser-inner {
  bottom: 45px !important;
}

.press-article-detail .white-bg .imageteaser {
  background-color: #f7f7f7;
}

.press-article-detail .ym-g25 .imageteaser .imageteaser-inner,
.press-article-detail .ym-g33 .imageteaser .imageteaser-inner {
  top: auto;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 5px 10px 10px 10px;
}

.press-article-detail .ym-g25 .imageteaser .imageteaser-inner .teaserheader-small,
.press-article-detail .ym-g33 .imageteaser .imageteaser-inner .teaserheader-small {
  display: none;
}

.press-article-detail .ym-g25 .imageteaser .imageteaser-inner .teaserheadbig,
.press-article-detail .ym-g33 .imageteaser .imageteaser-inner .teaserheadbig {
  font-size: 16px;
}

.press-article-detail .ym-g25 .imageteaser .imageteaser-inner .teaserheadbig:last-child,
.press-article-detail .ym-g33 .imageteaser .imageteaser-inner .teaserheadbig:last-child {
  margin-bottom: 0;
}

.press-article-detail .ym-g25 .imageteaser .imageteaser-inner .teaserheadsmall,
.press-article-detail .ym-g33 .imageteaser .imageteaser-inner .teaserheadsmall {
  font-size: 14px;
}

.press-article-detail .ym-g25 .imageteaser .imageteaser-inner .teaserheadsmall:last-child,
.press-article-detail .ym-g33 .imageteaser .imageteaser-inner .teaserheadsmall:last-child {
  margin-bottom: 0;
}

.press-article-detail .teaser-bg-img {
  position: relative;
  display: block;
  z-index: 1;
}

.press-article-detail .text-image-element {
  margin: 0 0 20px 0;
}

.press-article-detail .text-image-element .image-box {
  margin-bottom: 20px;
}

.press-article-detail .text-image-element .text-image-box p {
  margin-bottom: 0;
}

.press-article-detail .text-image-element p {
  margin-right: 0;
}

.press-article-detail .marginColumn .teaser.contact .ym-g50.ym-gl,
.press-article-detail .marginColumn .teaser.contact .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

.press-article-detail .teaser.narrow .ym-g50.ym-gl,
.press-article-detail .teaser.narrow .ym-g50.ym-gr {
  width: 100%;
  padding: 0;
}

.press-article-detail .faq-container {
  margin: 0 0 20px 0;
  overflow: hidden;
}

.press-article-detail .faq-container .faq-btn {
  width: 100%;
  margin: 5px auto 0;
  padding: 15px 30px 15px 15px;
  cursor: pointer;
  background-color: #ddd8d3;
  position: relative;
}

.press-article-detail .faq-container .faq-btn:first-child {
  margin-top: 0;
}

.press-article-detail .faq-container .faq-btn h3 {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1.25;
  color: #161e21;
}

.press-article-detail .faq-container .faq-btn h3:after {
  content: "\203a";
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
  position: absolute;
  right: 13px;
  top: 6px;
  color: #161e21;
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.press-article-detail .faq-container .faq-btn .selected:after {
  content: "\203a";
  font-weight: normal;
  display: inline-block;
  font-size: 35px;
  position: absolute;
  right: 20px;
  top: 4px;
  color: #161e21;
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.press-article-detail .faq-container .faq-content {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  color: #333;
  background-color: #f6f4f1;
}

.press-article-detail .faq-container .faq-content .faq-content-inner {
  padding: 20px;
}

.press-article-detail .faq-container .faq-content .faq-content-inner > *:last-child {
  margin-bottom: 0;
}

.press-article-detail .faq-container .faq-content .faq-content-inner ul {
  margin-left: 7px;
}

.press-article-detail .faq-container .faq-content .faq-content-inner ul li {
  position: relative;
  padding-left: 10px;
}

.press-article-detail .faq-container .faq-content .faq-content-inner ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  background-color: #EE0000;
  position: absolute;
  left: -6px;
  top: 9px;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .list-element {
  word-wrap: break-word;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .list-element > h2 {
  padding-top: 20px;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .download-list li:before {
  width: 8px;
  height: 15px;
  background-image: image-url("icons/download_list_icon.gif", false, false);
  background-color: transparent;
  top: 2px;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .download-list li:hover:before {
  background-image: image-url("icons/download_list_icon_red.gif", false, false);
}

.press-article-detail .faq-container .faq-content .faq-content-inner .textcntinner {
  background-color: transparent;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .float-right {
  margin: 0 0 1em 1em;
}

.press-article-detail .faq-container .faq-content .faq-content-inner h3 {
  font-size: 18px;
  color: #444;
}

.press-article-detail .faq-container .faq-content .faq-content-inner h4 {
  font-size: 16px;
  color: #EE0000;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .videocnt {
  overflow: hidden;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .teaser {
  padding: 0;
  border: none;
  background-color: transparent;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .teaser .teaser-footer {
  padding-left: 0;
  padding-right: 0;
}

.press-article-detail .faq-container .faq-content .faq-content-inner .teaseraside h3 {
  color: #fff;
}

.module-search .mask {
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}

.module-search .spinner {
  left: 50%;
  top: 140px;
  position: absolute;
  height: 28px;
  width: 28px;
  animation: rotate 1s infinite linear;
  border: 5px solid #EE0000;
  border-right-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg) scale(1);
    opacity: 0;
  }
  50% {
    transform: rotate(180deg) scale(1.4);
    opacity: 1;
  }
  100% {
    transform: rotate(360deg) scale(1);
    opacity: 0;
  }
}

.error-pages a {
  text-decoration: none;
  color: #000000;
}

.error-pages a:hover {
  text-decoration: underline;
}

.gallery-slider {
  margin-bottom: 30px;
  background-color: rgba(0, 0, 0, 0.5);
  /* Prevents displaying all images if Slick has not been initialized yet */
}

.gallery-slider .image-count {
  text-align: center;
  padding: 0;
  position: absolute;
  bottom: 15px;
  right: 15px;
  color: white;
  font-size: 12px;
}

.gallery-slider .slick-slide {
  padding: 0 0;
  position: relative;
}

.gallery-slider .slick-slide:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.2963%;
}

.gallery-slider .slick-slide .gallery-link {
  display: block;
}

.gallery-slider .slick-slide .gallery-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

.gallery-slider .slick-slide figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
}

.gallery-slider .slick-slide figcaption p {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-slider .slick-slide figcaption p .image-count {
  position: initial;
  float: right;
  margin-top: 4px;
}

.gallery-slider .slick-prev {
  left: 5px;
  height: 30px;
  width: 30px;
  z-index: 10;
}

.gallery-slider .slick-prev:before {
  font-size: 30px;
  color: #EE0000;
  opacity: 1;
}

.gallery-slider .slick-prev:after {
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 5px;
  width: 22px;
  height: 22px;
  top: 2px;
  z-index: -1;
}

.gallery-slider .slick-next {
  right: 5px;
  height: 30px;
  width: 30px;
  z-index: 10;
}

.gallery-slider .slick-next:before {
  font-size: 30px;
  color: #EE0000;
  opacity: 1;
}

.gallery-slider .slick-next:after {
  content: "";
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  right: 5px;
  width: 22px;
  height: 22px;
  top: 2px;
  z-index: -1;
}

.gallery-slider .slider-item {
  display: none;
}

.gallery-slider .slider-item:first-child {
  display: block;
}

.gallery-slider.slick-initialized .slider-item {
  display: block;
}

.composedcontent-car-of-month {
  font-size: 16px;
  line-height: 24px;
}

.composedcontent-car-of-month .textcntinner.ym-clearfix {
  clear: both;
}

.composedcontent-car-of-month .clearfix, .composedcontent-car-of-month .module, .composedcontent-car-of-month .videocnt, .composedcontent-car-of-month .module, .composedcontent-car-of-month .videocnt, .composedcontent-car-of-month .videocnt {
  clear: both;
}

.composedcontent-car-of-month h2 {
  color: #EE0000;
  font-size: 25px;
  margin: 30px 0 20px 0;
  font-size: 21px;
}

.composedcontent-com-head > h2:nth-of-type(1) {
  background-color: #f1f1f1;
  padding: 20px 0 20px 0;
}

.composedcontent-com-head .list-element h2,
.com-reserve-form-div .list-element h2 {
  font-size: 100%;
  color: #444;
}

.composedcontent-car-of-month .composedcontent-com-head {
  background-color: #ffffff;
}

.composedcontent-com-head .composedcontent-com-head-date {
  padding: 10px;
  display: block;
  background-color: #ffffff;
}

.composedcontent-com-head .image {
  margin: 0 auto;
}

.composedcontent-com-head .list-element {
  margin: 10px;
}

.composedcontent-com-price {
  background-color: #EE0000;
  float: right;
  padding: 10px;
  margin: -147px 20px 0px 0px;
  max-width: 100%;
  font-size: 90%;
  line-height: 1.4em;
}

.composedcontent-com-price .basecontent-com-price-text {
  text-align: center;
  color: #fff;
  font-size: 156%;
  font-family: 'spar-bd',sans-serif;
}

.composedcontent-car-of-month .composedcontent-com-optional h2, .composedcontent-car-of-month .composedcontent-com-zusatz h2 {
  background-color: #ffffff;
  margin: 0;
  padding: 20px;
  font-size: 20px;
}

.composedcontent-com-price .basecontent-com-price-addition-text {
  text-align: center;
  color: #fff;
  font-size: 80%;
}

.composedcontent-com-head .composedcontent-com-head-footer {
  padding: 10px;
}

.composedcontent-com-head-footer-row .basecontent-com-price-text {
  display: inline;
}

.composedcontent-com-config {
  margin-top: 20px;
}

.composedcontent-com-config .com-config-block,
.composedcontent-com-optional .com-optional-block,
.composedcontent-com-zusatz .com-zusatz-block {
  background-color: #ffffff;
  /*display: grid;*/
}

.composedcontent-com-config-left {
  background-color: #ffffff;
  padding-right: 10px;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100%;
}

.composedcontent-com-config-right {
  padding: 20px 20px 20px 10px;
  width: 100%;
  background-color: #ffffff;
}

.composedcontent-com-config .basecontent-com-config-text {
  float: left;
  font-family: 'spar-bd',sans-serif;
}

.composedcontent-com-config .basecontent-image {
  float: left;
  margin: 10px 12px 0 0;
}

.composedcontent-com-config-element div:nth-child(3) {
  clear: left;
}

.composedcontent-com-config .com-config-options {
  background-image: url("../images/option-unchecked.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  float: left;
}

.composedcontent-com-config .com-config-options.checked {
  background-image: url("../images/option-checked.png");
}

.composedcontent-com-config-element .basecontent-image table {
  margin-bottom: 0px;
}

.composedcontent-com-config-element .basecontent-image td {
  background-color: transparent;
}

.composedcontent-com-config-element .basecontent-image caption {
  font-size: 80%;
  font-family: 'spar-bd',sans-serif;
  background: none;
  margin-left: 34px;
  text-align: center;
  line-height: 16px;
}

.composedcontent-com-config-element .basecontent-image img {
  margin-left: 6px;
}

.composedcontent-com-optional, .composedcontent-com-zusatz {
  clear: left;
  padding-top: 0;
}

.composedcontent-com-config-row, .composedcontent-com-optional-row {
  display: -ms-flexbox;
  display: flex;
}

.composedcontent-com-optional-left {
  width: 100%;
}

.composedcontent-com-optional-right {
  width: 100%;
}

.composedcontent-com-optional .composedcontent-com-optional-config, .composedcontent-com-zusatz .composedcontent-com-optional-config {
  color: #EE0000;
  margin: 20px;
  padding: 10px;
  background-color: #f7f7f7;
}

.composedcontent-com-optional .composedcontent-com-optional-config-options-div, .composedcontent-com-zusatz .composedcontent-com-optional-config-options-div {
  float: right;
}

.composedcontent-com-optional .composedcontent-com-optional-config-options-div .basecontent-com-price-text {
  float: left;
}

.composedcontent-com-optional .composedcontent-com-optional-config-options, .composedcontent-com-zusatz .composedcontent-com-optional-zusatz-options {
  background-image: url("../images/optional-option-unchecked.png");
  background-repeat: no-repeat;
  width: 28px;
  height: 28px;
  float: right;
  margin: -5px 0 0 10px;
}

.composedcontent-com-optional .composedcontent-com-optional-config-options.checked, .composedcontent-com-zusatz .composedcontent-com-optional-zusatz-options.checked {
  background-image: url("../images/optional-option-checked.png");
}

.composedcontent-com-optional .composedcontent-com-optional-config-element, .composedcontent-com-zusatz .composedcontent-com-optional-config-element {
  color: #444;
  margin-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  clear: both;
}

.composedcontent-com-optional .composedcontent-com-optional-config-element .img-wrapper,
.composedcontent-com-zusatz.composedcontent-com-optional-config-element .img-wrapper,
.composedcontent-com-zusatz .composedcontent-com-optional-config-element .img-wrapper {
  display: inline;
  margin-right: 10px;
  max-width: 55px;
  width: auto !important;
  height: auto !important;
  padding-top: 0 !important;
}

.composedcontent-com-optional .composedcontent-com-optional-config-element .img-wrapper img,
.composedcontent-com-zusatz.composedcontent-com-optional-config-element .img-wrapper img,
.composedcontent-com-zusatz .composedcontent-com-optional-config-element .img-wrapper img {
  position: relative;
}

.composedcontent-com-optional .composedcontent-com-optional-config-element span, .composedcontent-com-zusatz .composedcontent-com-optional-config-element span {
  position: absolute;
  margin: 14px 0 0 14px;
}

.composedcontent-car-of-month .composedcontent-com-optional-next-step,
.composedcontent-car-of-month .com-reserve-form-button,
.com-reserve-form-div .spk-search-json button {
  clear: both;
  margin: 20px 0 40px 0;
  background-color: #EE0000;
  border: 1px solid #EE0000;
  color: #fff;
  text-align: center;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
}

.composedcontent-car-of-month .com-reserve-form-button-back {
  clear: both;
  margin: 20px 0 40px 0;
  background-color: #fff;
  border: 1px solid #EE0000;
  color: #EE0000;
  text-align: center;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
}

.composedcontent-car-of-month .composedcontent-com-optional-next-step,
.composedcontent-car-of-month .com-reserve-form-button {
  float: right !important;
}

.com-reserve-form-div .spk-search-json button {
  min-width: 300px;
  text-align: left;
}

.composedcontent-car-of-month .composedcontent-com-optional-next-step:hover,
.composedcontent-car-of-month .com-reserve-form-button:hover,
.com-reserve-form-div .spk-search-json button:hover {
  background-color: #fff;
  color: #EE0000;
  cursor: pointer;
}

.composedcontent-car-of-month .com-reserve-form-button-back:hover {
  background-color: #EE0000;
  color: #fff;
  cursor: pointer;
}

.com-reserve-form-button::after,
.composedcontent-com-optional-next-step::after,
.com-reserve-form-div .spk-search-json button::after {
  float: right;
}

.composedcontent-car-of-month .com-reserve-form-button {
  text-align: left;
  float: none;
}

.com-reserve-form-button::after,
.composedcontent-com-optional-next-step::after,
.composedcontent-com-optional-config a::after,
.com-reserve-form-div .spk-search-json button::after {
  margin-left: 10px;
  content: "";
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 16px;
}

.com-reserve-form-button-back::before {
  margin-right: 10px;
  content: "";
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 16px;
}

.composedcontent-car-of-month .composedcontent-com-footer {
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}

.composedcontent-car-of-month .composedcontent-com-footer img {
  float: left;
  margin-right: 10px;
}

.composedcontent-car-of-month .composedcontent-com-footer-div {
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  font-size: 70%;
  line-height: 1.5em;
}

.composedcontent-car-of-month .com-reserve-form-div {
  display: none;
}

.com-reserve-form-div .com-reserve-form-text-block-a {
  background-color: #ffffff;
  padding: 10px;
}

.com-reserve-form-div .com-reserve-form-text-block-a-content {
  margin-top: 20px;
}

.com-reserve-form-div .com-reserve-form-options-a,
.com-reserve-form-div .com-reserve-form-options-b,
.com-reserve-form-div .com-reserve-form-options-c,
.com-reserve-form-div .com-reserve-form-options-x {
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 10px;
}

.com-reserve-form-div .com-reserve-form-options-a h2,
.com-reserve-form-div .com-reserve-form-options-b h2,
.com-reserve-form-div .com-reserve-form-options-c h2,
.com-reserve-form-div .com-reserve-form-options-x h2 {
  margin-top: 0;
  padding-left: 20px;
  padding-bottom: 20px;
  padding-top: 15px;
  font-size: 20px;
  font-weight: 400 !important;
  margin-bottom: 0;
}

.com-reserve-form-options-x-row > span {
  padding-left: 20px;
}

.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-row,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-row {
  width: 100%;
  margin: 0;
}

.com-reserve-form-div .com-reserve-form-options-a .com-reserve-form-options-a-text,
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-text,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-text,
.com-reserve-form-div .com-reserve-form-options-x .com-reserve-form-options-x-text {
  float: left;
  font-family: 'spar-bd',sans-serif;
  padding-left: 20px;
  padding-top: 0;
  max-width: 70%;
}

.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price,
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price-bold,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price-bold {
  max-width: 30%;
}

.com-reserve-form-div .com-reserve-form-options-a .com-reserve-form-options-a-text span,
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-text span,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-text span,
.com-reserve-form-div .com-reserve-form-options-x .com-reserve-form-options-x-text span {
  font-weight: normal;
}

.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price,
.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price-bold,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price-bold {
  float: right;
  padding-right: 10px;
}

.com-reserve-form-head .com-reserve-form-title, .com-reserve-form-step-next-head h2 {
  padding-left: 0;
}

.com-reserve-form-div .com-reserve-form-options-b .com-reserve-form-options-b-price-bold,
.com-reserve-form-div .com-reserve-form-options-c .com-reserve-form-options-c-price-bold {
  font-family: 'spar-bd',sans-serif;
}

.com-reserve-form-div .spk-search-json {
  margin-top: 20px;
}

.com-reserve-form-div .spk-search-json fieldset {
  padding: 20px;
  margin: 0 0 20px 0;
  background-color: #ffffff;
  border: none;
  font-size: 16px;
}

.com-reserve-form-div .spk-search-json input {
  border: 1px solid #bbbbbb;
  font-family: "Sparkasse Web", "Sparkasse-Web", Arial, Helvetica, sans-serif;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  background-color: #ffffff;
}

.com-reserve-form-div .spk-search-json form p {
  line-height: 24px;
}

.com-reserve-form-contakt-data .com-reserve-form {
  width: 100%;
}

.com-reserve-form-contakt-data .com-reserve-form-body {
  padding: 20px;
  background-color: #ffffff;
}

.com-reserve-form select,
.com-reserve-form input,
.com-reserve-form .com-reserve-form-mandatory-text,
.com-reserve-form .com-reserve-form-footer,
.composedcontent-car-of-month .com-reserve-form-button,
.com-reserve-form .com-reserve-form-mandatory-text,
.com-reserve-form .com-reserve-form-mandatory-mark {
  width: 100%;
}

.com-reserve-form .com-reserve-form-mandatory-mark {
  margin-top: 20px;
}

.com-reserve-form .com-reserve-form-mandatory-mark input {
  margin-right: 6px;
}

.com-reserve-form label {
  font-family: 'spar-bd',sans-serif;
}

.com-reserve-form select,
.com-reserve-form input {
  border-radius: 5px !important;
  margin: 4px 0 10px 0;
  padding: 10px;
  border: 1px solid #bbbbbb;
}

.com-reserve-form .com-reserve-form-contaktoption input {
  width: 20px;
}

.com-reserve-form .com-reserve-form-mandatory-text {
  text-align: right;
  margin-top: 10px;
}

.com-reserve-form .com-reserve-form-mandatory-mark input,
.com-reserve-form .com-reserve-form-contaktoption input {
  width: 20px;
}

.composedcontent-com-optional-config a {
  text-decoration: none;
  color: #EE0000;
}

.composedcontent-com-error-message-textarea,
.composedcontent-com-success-message-textarea {
  background-color: #ffffff;
  display: none;
}

.basecontent-text-privacy-policy {
  background-color: #ffffff;
  padding: 20px;
}

.com-website-field {
  display: none;
}

.totalZusatz {
  float: right;
  padding-right: 10px;
}

.composedcontent-car-of-month {
  font-size: 107.1%;
}

.composedcontent-car-of-month .composedcontent-com-footer-div {
  font-size: 100%;
}

.com-reserve-form textarea {
  border: 1px solid #bbbbbb;
  width: 100%;
  border-radius: 5px !important;
  height: 150px;
}

.spk-search-json input[type="radio"] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 5px;
  border: none;
}

.composedcontent-car-of-month .spk-search-json #messageGroup, .composedcontent-car-of-month .spk-search-json #selectedGroup {
  margin-bottom: 0;
  padding-bottom: 0;
}

.composedcontent-car-of-month .spk-search-json #resultGroup, .composedcontent-car-of-month .spk-search-json #spk-clear-group {
  margin-top: 0;
  padding-top: 0;
}

.composedcontent-car-of-month .textcntinner h2, .composedcontent-com-success-message-textarea.cntinner h2 {
  padding-left: 0;
}

.carOfMonthformWrapper .confirmation-email-label, .autoIndividuellForm .confirmation-email-label {
  display: block;
  padding-left: 15px;
  text-indent: -15px;
}

.carOfMonthformWrapper .confirmation-email-label .confirmation-email-input, .autoIndividuellForm .confirmation-email-label .confirmation-email-input {
  margin-right: 10px !important;
  width: 13px;
  height: 13px;
  padding: 0;
  margin: 0;
  vertical-align: bottom;
  position: relative;
  top: -5px;
  left: 5px;
}

.carOfMonthformWrapper .confirmation-email-label .confirmation-email-label-top, .autoIndividuellForm .confirmation-email-label .confirmation-email-label-top {
  top: -2px !important;
}

.basecontent-list ul {
  padding-left: 1.25em !important;
}

.com-reserve-form-vehicle-values .accordion-container {
  padding: 0 20px 10px;
}

.com-reserve-form-vehicle-values .accordion-container .accordion-element .accordion-button::after {
  line-height: normal;
}

.com-reserve-form-vehicle-values .accordion-container .accordion-element .accordion-button.selected::after {
  line-height: normal;
}

.com-reserve-form-button-group .com-reserve-form-button {
  width: auto;
}

.serviceBox {
  background-color: #f7f7f7;
  margin: 10px;
  padding: 10px;
}

.serviceBox h3 {
  font-size: 15px;
}

.autoIndividuellForm .text-content .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
}

.serviceBoxContent {
  display: -ms-flexbox;
  display: flex;
}

.serviceBoxContent .img-wrapper {
  padding-top: 0 !important;
}

.serviceBoxContent .image {
  display: inline;
  height: 100%;
  margin-right: 10px;
  width: 55px;
}

.serviceBoxContent a {
  text-decoration: none;
  color: #EE0000;
}

.serviceBoxContent a::after {
  margin-left: 10px;
  content: "";
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 16px;
}

.vorteilsBox {
  text-align: center;
  background-color: #f7f7f7;
  padding: 20px;
  height: 200px;
}

.vorteilsBox .img-wrapper {
  padding-top: 0 !important;
}

.vorteilsBox img {
  display: inline;
  position: relative;
  width: auto;
}

.offset-50 {
  padding: 0 50px;
}

.spk-select ul {
  list-style-type: square;
  color: #EE0000;
  font-size: 16px;
}

.spk-select ul li {
  padding: 3px 0 3px 0;
}

.spk-select ul li a {
  text-decoration: none;
  font-family: 'spar-bd',sans-serif;
}

.contact-form form .input-cnt {
  margin: 10px 0;
}

.auto-individuell form label {
  display: block;
  margin-bottom: 15px;
  margin-top: 15px;
}

.auto-individuell form label small {
  font-weight: normal;
}

.auto-individuell form fieldset {
  font-size: 16px;
}

.auto-individuell form div.radio-box {
  margin-bottom: 30px;
  text-indent: -30px;
  margin-left: 30px;
}

.auto-individuell form div.radio-box:first-child {
  margin-bottom: 10px;
}

.auto-individuell form input[type=radio] {
  width: auto;
  position: relative;
  top: 2px;
  margin-right: 15px;
  margin-left: 5px;
  border: none;
}

.auto-individuell form .input-cnt #contactDate {
  display: table-cell;
  position: relative;
  float: left;
  width: 100%;
  margin: 0;
}

.auto-individuell form .date-container .contact-spec {
  float: left;
}

.auto-individuell form .date-container .contact-spec .input-group-addon {
  height: 39px;
  padding: 7px 12px;
  width: 40px;
  display: inline-block;
  position: absolute;
  right: 0;
  z-index: 100;
  border-color: #bbbbbb;
}

.auto-individuell form .auto-individuell-privacy-police {
  width: 100%;
  float: left;
}

.auto-individuell form .auto-individuell-privacy-police-required {
  float: right;
}

.auto-individuell form .auto-individuell-privacy-police-text {
  text-align: left;
  margin-top: 15px;
  float: left;
}

.auto-individuell form span.hint {
  font-size: 11px;
}

.auto-individuell form input.remove-saved-file[type="button"]:after {
  content: "\00BB";
  float: right;
  right: 13px;
  position: absolute;
}

.auto-individuell form .remove-saved-file {
  background-image: url("../images/icons/trash-icon.png?1500388322");
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 17px !important;
  height: 19px !important;
  margin: 0 10px 0 0 !important;
  float: left;
}

.auto-individuell form .remove-saved-file:hover, .auto-individuell form .auto-individuell form .remove-saved-file:hover:focus {
  color: #EE0000;
  background-position: 0px -46px;
}

.auto-individuell form div.input-cnt.file {
  margin: 20px 0;
}

.auto-individuell form .accordion-container .accordion-element .accordion-content {
  background-color: #fff;
}

.auto-individuell form .submit-send-form-button {
  float: right;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.auto-individuell form fieldset label:first-child, .auto-individuell form fieldset #contactTime {
  margin-top: 0;
}

.auto-individuell .glyphicon-calendar, .auto-individuell .glyphicon-time, .auto-individuell .glyphicon-chevron-left, .auto-individuell .glyphicon-chevron-right, .auto-individuell .glyphicon-chevron-up, .auto-individuell .glyphicon-chevron-down {
  color: #EE0000;
}

.fullWidth img {
  width: 100%;
}

.textcntinner .basecontent-headline.linklist a {
  text-decoration: none;
  color: #EE0000;
}

.com-reserve-form .com-reserve-form-button.cta.pull-right {
  min-width: 100%;
}

.selected-spk {
  font-size: 18px !important;
  font-family: 'spar-bd',sans-serif;
}

.auto-individuell form .submit-send-form-button {
  max-width: 100%;
}

.auto-individuell form .submit-send-form-button::after {
  margin-left: 10px;
  content: "";
  font-family: FontAwesome;
  cursor: pointer;
  font-size: 16px;
}

.auto-individuell form .submit-send-form-button:hover {
  background-color: #ffffff;
  color: #EE0000;
  cursor: pointer;
}

ul.navpath {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  margin-bottom: 20px;
}

ul.navpath li {
  display: inline;
  color: #666;
}

ul.navpath li a {
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

ul.navpath li a:hover, ul.navpath li a:active, ul.navpath li a:focus {
  text-decoration: underline;
}

ul.navpath li + li:before {
  content: url("../images/einfacher-link.png");
  display: inline-block;
  font: 21px/81% Pictos-IF;
  margin: 0 -3px 0 -5px;
  width: 21px;
  text-align: center;
  vertical-align: middle;
}

@media (min-width: 768px){
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{
    width: 38em;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{
    width: 38em;
  }
  .form-inline .form-group, .navbar-form .form-group{
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control, .navbar-form .form-control, .form-inline .contact-form form #contactDate, .contact-form form .form-inline #contactDate, .navbar-form .contact-form form #contactDate, .contact-form form .navbar-form #contactDate{
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group, .navbar-form .input-group{
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn, .navbar-form .input-group .input-group-btn,
  .form-inline .input-group .form-control, .navbar-form .input-group .form-control,
  .form-inline .input-group .contact-form form #contactDate, .contact-form form
  .form-inline .input-group #contactDate, .navbar-form .input-group .contact-form form #contactDate, .contact-form form .navbar-form .input-group #contactDate{
    width: auto;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control, .form-inline .contact-form form .input-group > #contactDate, .contact-form form .form-inline .input-group > #contactDate, .navbar-form .contact-form form .input-group > #contactDate, .contact-form form .navbar-form .input-group > #contactDate{
    width: 100%;
  }
  .form-inline .control-label, .navbar-form .control-label{
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox, .navbar-form .checkbox{
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label, .navbar-form .radio label,
  .form-inline .checkbox label, .navbar-form .checkbox label{
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"], .navbar-form .checkbox input[type="checkbox"]{
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback{
    top: 0;
  }
  .form-horizontal .control-label{
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
  .form-horizontal .form-group-lg .control-label{
    padding-top: 14.3px;
  }
  .form-horizontal .form-group-sm .control-label{
    padding-top: 6px;
  }
  .navbar-right .dropdown-menu{
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left{
    left: 0;
    right: auto;
  }
  .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 > li > a, .nav-tabs.nav-justified > li > a{
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.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;
  }
  .navbar{
    border-radius: 4px;
  }
  .navbar-header{
    float: left;
  }
  .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-left: 0;
    padding-right: 0;
  }
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse{
    margin-right: 0;
    margin-left: 0;
  }
  .navbar-static-top{
    border-radius: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom{
    border-radius: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand{
    margin-left: -15px;
  }
  .navbar-toggle{
    display: none;
  }
  .navbar-nav{
    float: left;
    margin: 0;
  }
  .navbar-nav > li{
    float: left;
  }
  .navbar-nav > li > a{
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navbar-nav.navbar-right:last-child{
    margin-right: -15px;
  }
  .navbar-left{
    float: left !important;
  }
  .navbar-right{
    float: right !important;
  }
  .navbar-form{
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child{
    margin-right: -15px;
  }
  .navbar-text{
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child{
    margin-right: 0;
  }
  .container{
    width: auto;
  }
  .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, .press-articles .press-teaser .press-image + p + p, .col-sm-10, .col-sm-11, .col-sm-12{
    float: left;
  }
  .col-sm-1{
    width: 8.33333%;
  }
  .col-sm-2{
    width: 16.66667%;
  }
  .col-sm-3{
    width: 25%;
  }
  .col-sm-4{
    width: 33.33333%;
  }
  .col-sm-5{
    width: 41.66667%;
  }
  .col-sm-6{
    width: 50%;
  }
  .col-sm-7{
    width: 58.33333%;
  }
  .col-sm-8{
    width: 66.66667%;
  }
  .col-sm-9, .press-articles .press-teaser .press-image + p + p{
    width: 75%;
  }
  .col-sm-10{
    width: 83.33333%;
  }
  .col-sm-11{
    width: 91.66667%;
  }
  .col-sm-12{
    width: 100%;
  }
  .col-sm-pull-0{
    right: auto;
  }
  .col-sm-pull-1{
    right: 8.33333%;
  }
  .col-sm-pull-2{
    right: 16.66667%;
  }
  .col-sm-pull-3{
    right: 25%;
  }
  .col-sm-pull-4{
    right: 33.33333%;
  }
  .col-sm-pull-5{
    right: 41.66667%;
  }
  .col-sm-pull-6{
    right: 50%;
  }
  .col-sm-pull-7{
    right: 58.33333%;
  }
  .col-sm-pull-8{
    right: 66.66667%;
  }
  .col-sm-pull-9{
    right: 75%;
  }
  .col-sm-pull-10{
    right: 83.33333%;
  }
  .col-sm-pull-11{
    right: 91.66667%;
  }
  .col-sm-pull-12{
    right: 100%;
  }
  .col-sm-push-0{
    left: auto;
  }
  .col-sm-push-1{
    left: 8.33333%;
  }
  .col-sm-push-2{
    left: 16.66667%;
  }
  .col-sm-push-3{
    left: 25%;
  }
  .col-sm-push-4{
    left: 33.33333%;
  }
  .col-sm-push-5{
    left: 41.66667%;
  }
  .col-sm-push-6{
    left: 50%;
  }
  .col-sm-push-7{
    left: 58.33333%;
  }
  .col-sm-push-8{
    left: 66.66667%;
  }
  .col-sm-push-9{
    left: 75%;
  }
  .col-sm-push-10{
    left: 83.33333%;
  }
  .col-sm-push-11{
    left: 91.66667%;
  }
  .col-sm-push-12{
    left: 100%;
  }
  .col-sm-offset-0{
    margin-left: 0%;
  }
  .col-sm-offset-1{
    margin-left: 8.33333%;
  }
  .col-sm-offset-2{
    margin-left: 16.66667%;
  }
  .col-sm-offset-3{
    margin-left: 25%;
  }
  .col-sm-offset-4{
    margin-left: 33.33333%;
  }
  .col-sm-offset-5{
    margin-left: 41.66667%;
  }
  .col-sm-offset-6{
    margin-left: 50%;
  }
  .col-sm-offset-7{
    margin-left: 58.33333%;
  }
  .col-sm-offset-8{
    margin-left: 66.66667%;
  }
  .col-sm-offset-9{
    margin-left: 75%;
  }
  .col-sm-offset-10{
    margin-left: 83.33333%;
  }
  .col-sm-offset-11{
    margin-left: 91.66667%;
  }
  .col-sm-offset-12{
    margin-left: 100%;
  }
  .no-sidebar{
    padding-right: 30px;
  }
  .navigation-main .flyout ul.animated{
    animation-duration: 250ms;
    animation-fill-mode: both;
  }
  .navigation-main .flyout ul.fade-in-down{
    animation-name: fade-in-down;
  }
}

@media (min-width: 960px){
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{
    width: 38em;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{
    width: 38em;
  }
  .container{
    width: 940px;
  }
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{
    float: left;
  }
  .col-md-1{
    width: 8.33333%;
  }
  .col-md-2{
    width: 16.66667%;
  }
  .col-md-3{
    width: 25%;
  }
  .col-md-4{
    width: 33.33333%;
  }
  .col-md-5{
    width: 41.66667%;
  }
  .col-md-6{
    width: 50%;
  }
  .col-md-7{
    width: 58.33333%;
  }
  .col-md-8{
    width: 66.66667%;
  }
  .col-md-9{
    width: 75%;
  }
  .col-md-10{
    width: 83.33333%;
  }
  .col-md-11{
    width: 91.66667%;
  }
  .col-md-12{
    width: 100%;
  }
  .col-md-pull-0{
    right: auto;
  }
  .col-md-pull-1{
    right: 8.33333%;
  }
  .col-md-pull-2{
    right: 16.66667%;
  }
  .col-md-pull-3{
    right: 25%;
  }
  .col-md-pull-4{
    right: 33.33333%;
  }
  .col-md-pull-5{
    right: 41.66667%;
  }
  .col-md-pull-6{
    right: 50%;
  }
  .col-md-pull-7{
    right: 58.33333%;
  }
  .col-md-pull-8{
    right: 66.66667%;
  }
  .col-md-pull-9{
    right: 75%;
  }
  .col-md-pull-10{
    right: 83.33333%;
  }
  .col-md-pull-11{
    right: 91.66667%;
  }
  .col-md-pull-12{
    right: 100%;
  }
  .col-md-push-0{
    left: auto;
  }
  .col-md-push-1{
    left: 8.33333%;
  }
  .col-md-push-2{
    left: 16.66667%;
  }
  .col-md-push-3{
    left: 25%;
  }
  .col-md-push-4{
    left: 33.33333%;
  }
  .col-md-push-5{
    left: 41.66667%;
  }
  .col-md-push-6{
    left: 50%;
  }
  .col-md-push-7{
    left: 58.33333%;
  }
  .col-md-push-8{
    left: 66.66667%;
  }
  .col-md-push-9{
    left: 75%;
  }
  .col-md-push-10{
    left: 83.33333%;
  }
  .col-md-push-11{
    left: 91.66667%;
  }
  .col-md-push-12{
    left: 100%;
  }
  .col-md-offset-0{
    margin-left: 0%;
  }
  .col-md-offset-1{
    margin-left: 8.33333%;
  }
  .col-md-offset-2{
    margin-left: 16.66667%;
  }
  .col-md-offset-3{
    margin-left: 25%;
  }
  .col-md-offset-4{
    margin-left: 33.33333%;
  }
  .col-md-offset-5{
    margin-left: 41.66667%;
  }
  .col-md-offset-6{
    margin-left: 50%;
  }
  .col-md-offset-7{
    margin-left: 58.33333%;
  }
  .col-md-offset-8{
    margin-left: 66.66667%;
  }
  .col-md-offset-9{
    margin-left: 75%;
  }
  .col-md-offset-10{
    margin-left: 83.33333%;
  }
  .col-md-offset-11{
    margin-left: 91.66667%;
  }
  .col-md-offset-12{
    margin-left: 100%;
  }
  .frontpage .main-content > .row > .col-md-6{
    padding-right: 5px;
  }
  .frontpage .main-content > .row > .col-md-6 + .col-md-6{
    padding-left: 5px;
    padding-right: 10px;
  }
  body{
    overflow: visible !important;
  }
  .navigation-main-gewerbekredit .navigation-main-list{
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    table-layout: fixed;
    width: 100%;
    z-index: 100;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navigation-main-gewerbekredit .navigation-main-item:first-child{
    width: 5%;
    background-color: #EE0000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .navigation-main-gewerbekredit .navigation-main-item{
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(119, 119, 119, 0.7);
    float: none;
    height: 100%;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .navigation-main-gewerbekredit .navigation-main-link{
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-decoration: none;
  }
  .navigation-main-gewerbekredit .navigation-main-item:hover, .navigation-main-gewerbekredit .navigation-main-gewerbekredit-item:active, .navigation-main-gewerbekredit .navigation-main-item:focus, .navigation-main-gewerbekredit .navigation-main-item.opened{
    background-color: #EE0000;
  }
  .navigation-main-gewerbekredit .home-icon a{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/icons/sprite.png");
    background-origin: padding-box;
    background-position: -314px -133px;
    background-repeat: no-repeat;
    display: block;
    margin-left: 5px;
    position: relative;
    width: 23px;
  }
  .navigation-main .navigation-main-item .caret{
    display: none;
  }
  .navigation-main .navigation-main-list{
    display: table;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    table-layout: fixed;
    width: 100%;
    z-index: 100;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navigation-main .navigation-main-item{
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgba(119, 119, 119, 0.7);
    float: none;
    height: 100%;
    margin: 0;
    padding: 5px;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .navigation-main .navigation-main-item ul{
    display: none !important;
  }
  .navigation-main .navigation-main-item:hover .navigation-main-item-border{
    border-color: transparent;
  }
  .navigation-main .navigation-main-item:hover + .navigation-main-item .navigation-main-item-border{
    border-color: transparent;
  }
  .navigation-main .navigation-main-item:hover, .navigation-main .navigation-main-item:active, .navigation-main .navigation-main-item:focus, .navigation-main .navigation-main-item.opened{
    background-color: #EE0000;
  }
  .navigation-main .navigation-main-item.root{
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navigation-main .navigation-main-item:first-child{
    width: 5%;
    background-color: #EE0000;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .navigation-main .navigation-main-item:last-child{
    border-color: transparent;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .navigation-main .current{
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navigation-main .home-icon a{
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/icons/sprite.png");
    background-origin: padding-box;
    background-position: -314px -133px;
    background-repeat: no-repeat;
    display: block;
    margin-left: 5px;
    position: relative;
    width: 23px;
  }
  .navigation-main .navigation-main-link{
    color: #ffffff;
    cursor: pointer;
    height: 20px;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    text-decoration: none;
  }
  .navigation-main .navigation-main-link span{
    padding: 0 5px;
    line-height: 1.2;
  }
  .navigation-main .navigation-main-item-border{
    display: block;
    height: 100%;
  }
  .hideDesktop{
    display: none;
  }
}

@media (min-width: 1160px){
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{
    width: 38em;
  }
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs{
    width: 38em;
  }
  .container{
    width: 960px;
  }
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{
    float: left;
  }
  .col-lg-1{
    width: 8.33333%;
  }
  .col-lg-2{
    width: 16.66667%;
  }
  .col-lg-3{
    width: 25%;
  }
  .col-lg-4{
    width: 33.33333%;
  }
  .col-lg-5{
    width: 41.66667%;
  }
  .col-lg-6{
    width: 50%;
  }
  .col-lg-7{
    width: 58.33333%;
  }
  .col-lg-8{
    width: 66.66667%;
  }
  .col-lg-9{
    width: 75%;
  }
  .col-lg-10{
    width: 83.33333%;
  }
  .col-lg-11{
    width: 91.66667%;
  }
  .col-lg-12{
    width: 100%;
  }
  .col-lg-pull-0{
    right: auto;
  }
  .col-lg-pull-1{
    right: 8.33333%;
  }
  .col-lg-pull-2{
    right: 16.66667%;
  }
  .col-lg-pull-3{
    right: 25%;
  }
  .col-lg-pull-4{
    right: 33.33333%;
  }
  .col-lg-pull-5{
    right: 41.66667%;
  }
  .col-lg-pull-6{
    right: 50%;
  }
  .col-lg-pull-7{
    right: 58.33333%;
  }
  .col-lg-pull-8{
    right: 66.66667%;
  }
  .col-lg-pull-9{
    right: 75%;
  }
  .col-lg-pull-10{
    right: 83.33333%;
  }
  .col-lg-pull-11{
    right: 91.66667%;
  }
  .col-lg-pull-12{
    right: 100%;
  }
  .col-lg-push-0{
    left: auto;
  }
  .col-lg-push-1{
    left: 8.33333%;
  }
  .col-lg-push-2{
    left: 16.66667%;
  }
  .col-lg-push-3{
    left: 25%;
  }
  .col-lg-push-4{
    left: 33.33333%;
  }
  .col-lg-push-5{
    left: 41.66667%;
  }
  .col-lg-push-6{
    left: 50%;
  }
  .col-lg-push-7{
    left: 58.33333%;
  }
  .col-lg-push-8{
    left: 66.66667%;
  }
  .col-lg-push-9{
    left: 75%;
  }
  .col-lg-push-10{
    left: 83.33333%;
  }
  .col-lg-push-11{
    left: 91.66667%;
  }
  .col-lg-push-12{
    left: 100%;
  }
  .col-lg-offset-0{
    margin-left: 0%;
  }
  .col-lg-offset-1{
    margin-left: 8.33333%;
  }
  .col-lg-offset-2{
    margin-left: 16.66667%;
  }
  .col-lg-offset-3{
    margin-left: 25%;
  }
  .col-lg-offset-4{
    margin-left: 33.33333%;
  }
  .col-lg-offset-5{
    margin-left: 41.66667%;
  }
  .col-lg-offset-6{
    margin-left: 50%;
  }
  .col-lg-offset-7{
    margin-left: 58.33333%;
  }
  .col-lg-offset-8{
    margin-left: 66.66667%;
  }
  .col-lg-offset-9{
    margin-left: 75%;
  }
  .col-lg-offset-10{
    margin-left: 83.33333%;
  }
  .col-lg-offset-11{
    margin-left: 91.66667%;
  }
  .col-lg-offset-12{
    margin-left: 100%;
  }
  .visible-lg{
    display: block !important;
  }
  table.visible-lg{
    display: table;
  }
  tr.visible-lg{
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg{
    display: table-cell !important;
  }
  .visible-lg-block{
    display: block !important;
  }
  .visible-lg-inline{
    display: inline !important;
  }
  .visible-lg-inline-block{
    display: inline-block !important;
  }
  .hidden-lg{
    display: none !important;
  }
  body.show-breakpoints::before{
    content: 'LG';
  }
}

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

@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;
  }
  .navbar-form .form-group{
    margin-bottom: 5px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a{
    color: #333333;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #333333;
    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: #e7e7e7;
  }
  .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-inverse .navbar-nav .open .dropdown-menu > .dropdown-header{
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider{
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
    color: #777777;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus{
    color: #fff;
    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: #fff;
    background-color: #090909;
  }
  .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;
  }
  .visible-xs{
    display: block !important;
  }
  table.visible-xs{
    display: table;
  }
  tr.visible-xs{
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs{
    display: table-cell !important;
  }
  .visible-xs-block{
    display: block !important;
  }
  .visible-xs-inline{
    display: inline !important;
  }
  .visible-xs-inline-block{
    display: inline-block !important;
  }
  .hidden-xs{
    display: none !important;
  }
  body.show-breakpoints::before{
    content: 'XS';
  }
  .frontpage .main-content > .row > [class*='col-']{
    padding-right: 0;
    padding-left: 0;
  }
  body{
    margin-top: 85px !important;
  }
  .no-padding-right,
  .padding-right{
    padding-right: 0 !important;
  }
  .searchform-container .searchform .searchfield{
    width: 100%;
  }
  .navigation-main .first-header{
    height: 85px;
  }
  .navigation-main .first-header .navbar-toggle{
    margin-top: 20px;
  }
  .navigation-main .first-header .searchPos{
    width: 100% !important;
    margin-top: 5px;
  }
  .stage-slider{
    margin-left: -15px;
    margin-right: -15px;
  }
  .stage-slider .slider-item .slider-teaser{
    background-image: url("../images/bg-panel.png");
    position: relative;
    width: 100%;
  }
  .stage-slider .slick-dots{
    display: none !important;
  }
  .stage-slider .text-slider{
    top: 0;
  }
  .stage-slider .text-slider .text-container{
    padding-left: 5px;
  }
  .stage-slider .text-slider .text-container h1{
    font-size: 18px;
    margin: 0 0 5px 0;
  }
  .stage-slider .text-slider .text-container .cta{
    padding: 8px 42px 8px 10px;
  }
  .stage-slider .text-slider .text-container .cta:hover .arrow{
    background-position: -36px -371px;
  }
  .stage-slider .text-slider .text-container .arrow{
    background-size: 800px 1000px;
    background-position: -36px -335px;
    width: 23px;
    height: 23px;
  }
  .teaser-row > [class*='col-']{
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .teaser-row.module, .teaser-row.videocnt{
    margin-bottom: 0;
  }
  .teaser--simple .teaser__image{
    padding-top: 0 !important;
    position: inherit;
  }
  .teaser--simple .teaser__image img{
    position: inherit;
  }
  .teaser__image{
    padding-top: 29.83871% !important;
  }
  .teaser__link--arrow{
    background-size: 906px 621px;
    background-position: -41px 0;
    top: 7px;
    width: 24px;
    height: 24px;
  }
  .teaser__link:hover .teaser__link--arrow, .teaser__link:active .teaser__link--arrow, .teaser__link:focus .teaser__link--arrow{
    background-position: -41px -41px;
  }
  .teaser .link-wrap:hover .teaser__link--arrow{
    background-position: -41px -41px;
  }
  .search-results .searchform-container .searchform .query{
    width: 100%;
  }
  .date-container .col-xs-6{
    width: 100% !important;
  }
  .date-container .contact-spec{
    float: none !important;
    padding: 0 !important;
  }
  .date-container .contact-spec:first-child{
    margin-bottom: 20px !important;
  }
  .date-container .contact-spec label[for=contactTime]{
    display: none;
  }
  form button{
    min-width: 100% !important;
  }
  .footer .col-xs-12, .footer .press-articles .press-teaser .press-image + p + p, .press-articles .press-teaser .footer .press-image + p + p{
    width: 100%;
    padding-left: 0;
  }
  .footer .footer-column:nth-of-type(3){
    clear: both;
  }
  .cta{
    max-width: none;
  }
  .press-articles .press-teaser h4{
    padding-right: 0;
  }
  .press-articles .press-teaser .press-image{
    padding-right: 0;
  }
  .press-articles .press-teaser p{
    padding: 0 !important;
  }
  .press-articles .press-teaser .press-date{
    text-align: left;
    padding-left: 0;
  }
  .press-articles .press-teaser .press-button-container a .teaser__link--arrow{
    background-size: 906px 621px;
    background-position: -41px 0;
  }
  .press-articles .press-teaser .press-button-container a:hover .teaser__link--arrow{
    background-position: -41px -41px;
  }
}

@media (min-width: 768px) and (max-width: 959px){
  .visible-sm{
    display: block !important;
  }
  table.visible-sm{
    display: table;
  }
  tr.visible-sm{
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm{
    display: table-cell !important;
  }
  .visible-sm-block{
    display: block !important;
  }
  .visible-sm-inline{
    display: inline !important;
  }
  .visible-sm-inline-block{
    display: inline-block !important;
  }
  .hidden-sm{
    display: none !important;
  }
  body.show-breakpoints::before{
    content: 'SM';
  }
  .column--main{
    padding: 0 !important;
  }
  .content-sidebar-left{
    padding-left: 10px;
  }
}

@media (min-width: 960px) and (max-width: 1159px){
  .visible-md{
    display: block !important;
  }
  table.visible-md{
    display: table;
  }
  tr.visible-md{
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md{
    display: table-cell !important;
  }
  .visible-md-block{
    display: block !important;
  }
  .visible-md-inline{
    display: inline !important;
  }
  .visible-md-inline-block{
    display: inline-block !important;
  }
  .hidden-md{
    display: none !important;
  }
  body.show-breakpoints::before{
    content: 'MD';
  }
}

@media print{
  .visible-print{
    display: block !important;
  }
  table.visible-print{
    display: table;
  }
  tr.visible-print{
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print{
    display: table-cell !important;
  }
  .visible-print-block{
    display: block !important;
  }
  .visible-print-inline{
    display: inline !important;
  }
  .visible-print-inline-block{
    display: inline-block !important;
  }
  .hidden-print{
    display: none !important;
  }
}

@media (max-width: 959px){
  .page-table{
    margin-top: 20px;
  }
  .stage .page-table,
  .stage + .page-table{
    margin-top: 20px;
  }
  .frontpage{
    margin-top: 0;
  }
  .frontpage .main-content{
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .contentpage .contentWhiteBackgroundWithMargin,
  .contentpage .contentWhiteBackgroundWithoutMargin{
    padding: 0;
  }
  body{
    margin-top: 45px;
  }
  .text-content{
    padding: 0 20px;
  }
  .row{
    margin-left: 0;
    margin-right: 0;
  }
  .no-padding-left{
    padding-left: 0;
  }
  .padding-right{
    padding-right: 20px;
  }
  .header{
    display: none;
  }
  .searchform-container{
    padding-left: 0;
    padding-right: 0;
  }
  .searchform-container .searchform{
    width: 100%;
  }
  .navbar-header{
    float: none;
  }
  .navbar-left, .navbar-right{
    float: none !important;
  }
  .navbar-right{
    background-color: #2c3e50;
    margin-right: 0;
  }
  .navbar-toggle{
    display: block;
  }
  .navbar-toggle .icon-bar{
    background-color: #ffffff;
  }
  .navbar-collapse{
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top{
    border-width: 0 0 1px;
    top: 0;
  }
  .navbar-collapse.collapse{
    display: none !important;
  }
  .navbar-nav{
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > ul{
    width: 100%;
  }
  .navbar-nav > li{
    float: none;
  }
  .navbar-nav > li > a{
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .navbar-nav .open .dropdown-menu{
    background-color: transparent;
    border: 0;
    box-shadow: none;
    float: none;
    margin-top: 0;
    position: static;
    width: auto;
  }
  .collapse.in{
    display: block !important;
  }
  .navigation-main{
    background-color: #ffffff;
    font-size: 20px;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin-top: 0;
    position: fixed;
  }
  .navigation-main .navbar-collapse{
    margin-top: 0;
    padding: 0;
  }
  .navigation-main .navbar-collapse.in{
    overflow-y: auto !important;
  }
  .navigation-main .navbar-collapse .navigation-main-list{
    margin: 0;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item{
    border-bottom: 1px solid #dddddd;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item > a{
    padding: 14px 70px 14px 20px;
    position: relative;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item:first-child{
    display: none;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item:last-child{
    border-bottom: none;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item .caret{
    background-position: -214px -276px;
    background-size: 400px 500px;
    height: 31px;
    width: 31px;
    top: 8px;
    right: 20px;
    position: absolute;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item .caret:before{
    content: '';
    border-left: 1px solid #dddddd;
    position: absolute;
    height: 39px;
    right: 40px;
    top: -4px;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item.opened > .navigation-main-link{
    box-shadow: 0 4px 3px -4px #777777;
    color: #EE0000;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item.opened > .navigation-main-link .caret{
    background-position: -248px -276px;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul{
    padding: 10px;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li{
    background-color: #bbbbbb;
    border-bottom: 1px solid #dddddd;
    padding: 8px 10px 8px 10px;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li a{
    font-size: 16px;
    color: #ffffff;
    padding-left: 20px;
    padding-right: 50px;
    position: relative;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li a .caret{
    background-position: -278px -276px;
    width: 32px;
    top: -8px;
    right: 0;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li a .caret:before{
    height: 27px;
    top: 2px;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li.opened > a{
    color: #EE0000;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li.opened > a .caret{
    background-position: -305px -276px;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li ul{
    padding: 10px 0 0 0;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li ul li{
    background-color: #ffffff;
    border-bottom: 1px solid #dddddd;
    padding: 8px 10px 8px 10px;
  }
  .navigation-main .navbar-collapse .navigation-main-list .navigation-main-item ul li ul li a{
    font-size: 14px;
    color: #777777;
    padding-left: 20px;
    padding-right: 0;
  }
  .navigation-main.affix .navigation-main-list{
    background-color: transparent;
  }
  .navigation-main.affix .first-header__logo{
    margin-left: 0;
  }
  .navigation-main .first-header{
    display: block;
    position: relative;
    z-index: 1000;
  }
  .navigation-main .first-header__logo{
    position: absolute;
    top: 5px;
  }
  .navigation-main .first-header .searchform-container .searchform{
    margin-top: 6px;
  }
  .navigation-main ul{
    list-style: none;
  }
  .navigation-main ul a{
    width: 100%;
    display: block;
    color: #777777;
  }
  .navigation-main ul a:hover{
    color: #777777;
  }
  .stage-slider .text-slider{
    top: 10px;
  }
  .stage-slider .text-slider .text-container{
    width: 100%;
  }
  .stage-slider .text-slider .text-container p{
    display: none;
  }
  .teaser__search-box--image{
    right: 24px;
  }
  .content-header{
    padding: 0 10px;
  }
  .contact-form form .padding-contact-person{
    padding-right: 20px;
  }
  .contact-form form .padding-contact-company{
    padding-left: 20px;
    padding-top: 0;
  }
  .glossary .glossary-index .index-list{
    padding-right: 0;
  }
  .glossary .glossary-content h2{
    margin-top: 15px;
  }
  .spk-search .search-result .title{
    float: none;
  }
  .spk-search .search-result .blz{
    float: none;
    padding: 0 0 12px 0;
  }
  .hideMobile{
    display: none;
  }
}

@media only screen and (min-width: 960px){
  .frontpage .col-xs-8 .teaser__image, .frontpage .main-content .col-md-12 .teaser__image{
    padding-top: 29.83871%;
  }
}

@media (max-width: 768px){
  .searchform-container .searchform{
    margin-top: 18px;
  }
}

@media (max-width: 1159px){
  .stage-slider{
    padding-top: 0;
  }
}

@media (max-width: 1160px){
  .text-slider{
    top: 65px;
  }
  .text-slider .text-container h1{
    font-size: 30px;
  }
  .text-slider .text-container p{
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px){
  .accordion-container .accordion-element .accordion-content .accordion-content-inner .float-right{
    float: none;
    margin: 0 0 1em 0;
  }
  .press-article-detail .faq-container .faq-content .faq-content-inner .float-right{
    float: none;
    margin: 0 0 1em 0;
  }
}

@media only screen and (max-width: 700px){
  .press-article-detail .ym-g50{
    width: 100%;
  }
  .press-article-detail .ym-gl{
    padding-right: 0;
  }
  .press-article-detail .ym-gr{
    padding-left: 0;
  }
}

@media (min-width: 500px){
  .composedcontent-com-price{
    max-width: 48%;
  }
}

@media (max-width: 499px){
  .composedcontent-com-price{
    margin: 0 10px 30px 10px;
    padding: 10px;
    max-width: 100%;
    float: none;
  }
  .com-reserve-form-button-back{
    margin-bottom: 0 !important;
  }
}

@media (max-width: 749px){
  .composedcontent-com-config-row, .composedcontent-com-optional-row{
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .composedcontent-com-config-right{
    clear: both;
  }
}

@media (min-width: 499px){
  .composedcontent-com-footer{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 20px;
  }
}

@media (max-width: 649px){
  .composedcontent-car-of-month .composedcontent-com-optional h2{
    padding-top: 30px;
  }
}

@media (min-width: 750px){
  .composedcontent-car-of-month .composedcontent-com-optional h2{
    padding-top: 0;
  }
}

@media screen and (max-width: 767px){
  .navpath{
    display: none;
  }
}

/*# sourceMappingURL=styles.css.map */
