@charset "UTF-8";
/* ---------------------------------------------------------
 * * Var
 * * --------------------------------------------------------- */
/* Tablecolors */
/* ---------------------------------------------------------
 * * Includes
 * * --------------------------------------------------------- */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: white;
}

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

a {
  color: #428bca;
  text-decoration: none;
}
a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: white;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 19px;
  margin-bottom: 19px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 19px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: white;
}

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

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

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: whitesmoke;
}

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

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

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: whitesmoke;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 14.25px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 33px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  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 {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}

textarea.form-control {
  height: auto;
}

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

input[type=date] {
  line-height: 33px;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 19px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}

.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], fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
fieldset[disabled] input[type=checkbox],
.radio[disabled],
fieldset[disabled] .radio,
.radio-inline[disabled],
fieldset[disabled] .radio-inline,
.checkbox[disabled],
fieldset[disabled] .checkbox,
.checkbox-inline[disabled],
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}

.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 41.25px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 24px;
  right: 0;
  display: block;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
}

.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 {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.form-control-static {
  margin-bottom: 0;
}

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

@media (min-width: 768px) {
  .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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
    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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio], .navbar-form .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .control-label,
.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: 26px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}

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

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.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: 14px;
  background-color: white;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  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: 8.5px 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: whitesmoke;
}

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

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

.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: 12px;
  line-height: 1.42857;
  color: #999999;
}

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

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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;
}
.nav .nav-divider {
  height: 1px;
  margin: 8.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.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 #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: white;
  border: 1px solid #dddddd;
  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: white;
  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;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    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-justified > .active > a:focus {
    border-bottom-color: white;
  }
}

.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: 50px;
  margin-bottom: 19px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            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: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15.5px 15px;
  font-size: 18px;
  line-height: 19px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 19px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            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: 19px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15.5px;
    padding-bottom: 15.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8.5px;
  margin-bottom: 8.5px;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}

.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: 8.5px;
  margin-bottom: 8.5px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15.5px;
  margin-bottom: 15.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.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: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .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: #555555;
    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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.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: #cccccc;
}

.navbar-inverse {
  background-color: #222222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: white;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: white;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: white;
}
.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: white;
}
@media (max-width: 767px) {
  .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: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: white;
    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: white;
    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: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: white;
}
.navbar-inverse .btn-link {
  color: #999999;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: white;
}
.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: #444444;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .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;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .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;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .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;
  }
}
@media (min-width: 1200px) {
  .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;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Generated by http://css.spritegen.com CSS Sprite Generator */
.sprite-logo, .sprite-member-jardin, .sprite-facebook, .sprite-search, .sprite-arrow-left, .owl-carousel .owl-prev span, .sprite-arrow-right, .owl-carousel .owl-next span, .sprite-arrow-down-small, .sprite-arrow-right-small {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sprite-logo {
  background-image: url("../Images/Logo-auto-ag-schwyz.svg");
  width: 240px;
  height: 50px;
  max-width: 100%;
}

.sprite-member-jardin {
  background-image: url("../Images/sprite/member-jardin.png");
  width: 211px;
  height: 37px;
}

.sprite-facebook {
  background-image: url("../Images/sprite/facebook.png");
  width: 36px;
  height: 36px;
}

.sprite-search {
  background-image: url("../Images/sprite/search.png");
  width: 20px;
  height: 19px;
}

.sprite-arrow-left, .owl-carousel .owl-prev span {
  background-image: url("../Images/sprite/arrow-left.png");
  width: 19px;
  height: 29px;
}

.sprite-arrow-right, .owl-carousel .owl-next span {
  background-image: url("../Images/sprite/arrow-right.png");
  width: 19px;
  height: 29px;
}

.sprite-arrow-down-small {
  background-image: url("../Images/sprite/arrow-down-small.png");
  width: 16px;
  height: 12px;
}
.sprite-arrow-down-small.nav {
  width: 12px;
  height: 8px;
}

.sprite-arrow-right-small {
  background-image: url("../Images/sprite/arrow-right-small.png");
  width: 9px;
  height: 15px;
}

/* *  Owl Carousel - Animate Plugin */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* * 	Owl Carousel - Auto Height Plugin */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* *  Core Owl Carousel CSS File */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* * 	Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  border: 2px solid transparent;
  padding: 11px 19px;
  text-indent: -9999px;
  display: inline-block;
  cursor: pointer;
  border-radius: 55px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: 45%;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-controls .owl-nav [class*=owl-]:hover {
  border: 2px solid #e41e0a;
  text-decoration: none;
}
.owl-carousel .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 10px;
}
.owl-carousel .owl-controls .owl-nav .owl-prev {
  padding: 11px 13px;
  left: 10px;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* * 	Owl Carousel - Video Plugin */
html, body {
  height: 100%;
  width: 100%;
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
  font-weight: normal;
  color: #000000;
  font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
  color: #e41e0a;
  font-weight: normal;
  font-family: "Helvetica Neue LT W05_77 Bd Cn", sans-serif;
  word-wrap: break-word;
  text-transform: none;
  letter-spacing: 0.4px;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 43px;
}

h2, .aside h2 {
  font-family: "Helvetica Neue LT W05_77 Bd Cn", sans-serif;
  color: #e41e0a;
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 32px;
}

.aside h2, .frame-layout-3 h2 {
  font-family: "Helvetica Neue LT W05_77 Bd Cn", sans-serif;
  color: #e41e0a;
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 32px;
}

.frame-layout-3 h2 {
  text-align: center;
}

h2 a:hover {
  color: #e41e0a;
  text-decoration: none;
}

h3 {
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 10px;
  color: #000000;
  text-transform: none;
}

p {
  line-height: 23px;
  padding: 0;
  margin: 0 0 23px;
}
p.no-mb {
  margin-bottom: 0;
}
p a.pdf {
  position: relative;
  padding: 8px 0 5px 24px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e41e0a;
}
p a.pdf:before {
  position: absolute;
  left: 0;
  content: "";
  background: url("../Images/Icons/file-pdf.svg") no-repeat;
  color: #e41e0a;
  width: 20px;
  height: 20px;
}
p a.link {
  position: relative;
  padding: 8px 0 5px 24px;
  display: inline-block;
  width: 100%;
  border-top: 1px solid #e41e0a;
}
p a.link:before {
  position: absolute;
  left: 0;
  content: "";
  background: url("../Images/Icons/link.svg") no-repeat;
  color: #e41e0a;
  width: 20px;
  height: 20px;
}
p a:last-child.pdf, p a:last-child.link {
  border-bottom: 1px solid #e41e0a;
}

strong, b {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
  font-weight: normal;
}

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

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

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

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

.ce-bodytext p:last-child {
  margin: 0;
}

.ce-bodytext ul {
  list-style-type: none;
  margin: 0 0 23px;
  padding: 0;
}
.ce-bodytext ul li {
  position: relative;
  padding-left: 20px;
}
.ce-bodytext ul li:before {
  position: absolute;
  left: 0;
  content: "•";
  color: #e41e0a;
}

a {
  color: #e41e0a;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  color: #000000;
  text-decoration: underline;
}

strong {
  font-weight: normal;
  font-family: "Helvetica Neue LT W01_414888784", sans-serif;
}

article {
  margin-bottom: 30px;
}
article:last-child {
  margin-bottom: 0;
}

table.contenttable {
  margin-bottom: 60px;
  width: 100%;
}
table.contenttable thead {
  background-color: #dfdfdf;
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
  text-align: center;
}
table.contenttable thead th {
  padding: 15px 24px;
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
  font-weight: normal;
}
table.contenttable thead tr:nth-child(2) {
  background: #f4f4f4;
}
table.contenttable tbody td {
  text-align: center;
  padding: 5px 24px;
}
table.contenttable tbody tr:nth-child(even) {
  background: #f4f4f4;
}
tr table.contenttable tbody:first-child td {
  padding: 15px 24px;
}
table.contenttable tbody tr:nth-child(odd) {
  background: #FFFFFF;
}
table.contenttable tbody td[rowspan] {
  background-color: #e41e0a;
  color: #FFFFFF;
  border-bottom: 1px solid white;
}

.message {
  background: #ebebeb;
  text-align: left;
  position: relative;
  font-size: 18px;
  line-height: 23px;
  padding: 10px 220px 10px 10px;
}
.message p {
  margin: 0;
}
.message a.message-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  padding: 10px;
  background: #e41e0a;
  color: white;
  text-transform: uppercase;
  font-family: "Helvetica Neue LT W05_77 Bd Cn", sans-serif;
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 23px;
}
.message a.message-button:hover, .message a.message-button:focus {
  text-decoration: none;
}
@media (max-width: 649px) {
  .message {
    padding: 10px;
    text-align: center;
  }
  .message a.message-button {
    position: relative;
    display: inline-block;
    width: auto;
    margin-top: 10px;
  }
}

.content-wrapper {
  text-align: center;
}
.content-wrapper .row {
  margin-bottom: 30px;
}

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

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

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

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

.img-circle {
  border-radius: 50%;
}

*:focus {
  outline: none !important;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder {
  color: #000000;
}

@-webkit-keyframes hvr-back-pulse {
  50% {
    background-color: rgba(228, 30, 10, 0.75);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(228, 30, 10, 0.75);
  }
}
.btn,
.button,
.loadmore-button {
  position: relative;
  display: inline-block;
  background: #e41e0a;
  color: white;
  padding: 9px 20px 9px;
  font-size: 20px;
  font-family: "Helvetica Neue LT W05_77 Bd Cn", sans-serif;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  font-weight: normal;
  border: none;
  cursor: pointer;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-property: color, background-color;
  transition-property: color, background-color;
}
.btn:hover,
.button:hover,
.loadmore-button:hover {
  text-decoration: none;
  color: white;
  -webkit-animation-name: hvr-back-pulse;
  animation-name: hvr-back-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background-color: #e41e0a;
}
.btn:focus,
.button:focus,
.loadmore-button:focus {
  text-decoration: none;
  outline: none;
  color: white;
}
.btn:active,
.button:active,
.loadmore-button:active {
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  text-decoration: none;
  outline: none;
  color: white;
}
.btn:disabled, .btn[disabled],
.button:disabled,
.button[disabled],
.loadmore-button:disabled,
.loadmore-button[disabled] {
  opacity: 0.3;
}

.loadmore-button {
  margin-top: 25px;
}

.loadmore-less {
  display: none;
}

#loader {
  overflow-x: hidden;
  overflow-y: hidden;
  vertical-align: middle;
  background-color: #ffffff;
  position: fixed;
  display: table;
  width: 100%;
  top: 0;
  height: 100%;
  min-height: 100%;
  z-index: 99999;
}

/* Form-Spinner */
#form-spinner.spinner {
  display: none;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  z-index: 1000000;
  background: url("../Images/loader.svg") no-repeat;
  background-color: rgba(255, 255, 255, 0.85);
  background-position: center center;
}

.ce-intext.ce-right .ce-gallery {
  margin-left: 15px;
}

.ce-intext.ce-right .ce-gallery,
.ce-intext.ce-left .ce-gallery,
.ce-above .ce-gallery {
  margin-bottom: 15px;
}

.loader-container {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 12;
  text-align: center;
}

.loader {
  margin-top: 20px;
  vertical-align: top;
}

.no-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.no-list li {
  padding: 0;
  margin: 0;
}

.topbar {
  background: #FFFFFF;
  border-top: 7px solid #e41e0a;
  height: 32px;
}
.topbar .search-wrapper {
  position: relative;
  float: left;
}
.topbar #search {
  cursor: pointer;
  margin-right: 12px;
  line-height: 0px;
  margin-top: 9px;
}
.topbar #search-form {
  display: none;
  -webkit-backface-visibility: hidden;
  position: absolute;
  top: 39px;
  left: 0;
  z-index: 90;
  height: 30px;
}
.topbar #search-form.open {
  display: block;
}
.topbar #search-form .search-submit {
  display: none;
}
.topbar #search-form .search-input {
  border: 1px solid #e41e0a;
  padding: 7px 18px;
  display: inline-block;
  border-top: none;
}
.topbar ul {
  float: right;
}
.topbar ul li {
  float: left;
}
.topbar ul li a {
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  padding: 0 6px;
  font-size: 12px;
}
.topbar ul li a.selected {
  color: #e41e0a;
}
.topbar ul.language {
  margin-right: 20px;
}
.topbar ul.language li:first-child:after {
  content: " | ";
}
.topbar ul.language li.current a, .topbar ul.language li:hover a, .topbar ul.language li:focus a {
  color: #e41e0a;
}
.topbar ul.language li a {
  padding: 0 6px;
}

.icon-bar {
  background-color: #e41e0a;
}

.navbar-header {
  position: relative;
  padding: 0 0 15px 0;
}
.navbar-header .navbar-toggle {
  position: absolute;
  right: 0;
  top: 12px;
  margin: 0;
  border: none;
  background: transparent !important;
}
.navbar-header .navbar-toggle:hover {
  background: transparent !important;
}
.navbar-header .navbar-toggle .icon-bar {
  width: 30px;
  height: 4px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-header .navbar-toggle .top-bar {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
          transform-origin: 10% 10%;
}
.navbar-header .navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-header .navbar-toggle .bottom-bar {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
          transform-origin: 10% 90%;
}
.navbar-header .navbar-toggle.collapsed .top-bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.navbar-header .navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-header .navbar-toggle.collapsed .bottom-bar {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.navbar-nav > li > a {
  color: #000000;
  font-weight: normal;
  font-family: "Helvetica Neue LT W05_77 Bd Cn", sans-serif;
  text-transform: uppercase;
  padding: 8px 20px 10px 20px;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0.4px;
}
.navbar-nav > li > a.current {
  color: #e41e0a;
}
.navbar-nav > li > a span.arrow {
  margin-left: 5px;
  padding-bottom: 11px;
}
.navbar-nav > li > a span.phone {
  color: #000000 !important;
  display: block;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  font-weight: 400;
}
.navbar-nav > li.active > a, .navbar-nav > li:hover > a {
  color: #e41e0a;
}
.navbar-nav .dropdown-menu, .navbar-nav .thirdlevel {
  padding: 15px 0px;
  border: none;
  border-radius: inherit;
  background: #f5f5f5;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-width: 100%;
}
.navbar-nav .dropdown-menu > li:hover, .navbar-nav .dropdown-menu > li.hover, .navbar-nav .thirdlevel > li:hover, .navbar-nav .thirdlevel > li.hover {
  border-left: 3px solid #e41e0a;
}
.navbar-nav .dropdown-menu > li:hover > a, .navbar-nav .dropdown-menu > li.hover > a,
.navbar-nav .dropdown-menu > li a.active,
.navbar-nav .dropdown-menu > li a.current, .navbar-nav .thirdlevel > li:hover > a, .navbar-nav .thirdlevel > li.hover > a,
.navbar-nav .thirdlevel > li a.active,
.navbar-nav .thirdlevel > li a.current {
  background: transparent !important;
  font-weight: 700;
  color: #e41e0a;
}
.navbar-nav .dropdown-menu > li > a, .navbar-nav .thirdlevel > li > a {
  font-size: 16px;
  line-height: 16px;
  color: #000000;
  padding: 7px 20px 7px 20px;
}
.navbar-nav .dropdown-menu li.dropdown:hover .thirdlevel,
.navbar-nav .dropdown-menu li.dropdown.hover .thirdlevel, .navbar-nav .thirdlevel li.dropdown:hover .thirdlevel,
.navbar-nav .thirdlevel li.dropdown.hover .thirdlevel {
  display: inline-block;
}
@media (max-width: 1023px) {
  .navbar-nav .dropdown-menu li.dropdown.act .thirdlevel, .navbar-nav .dropdown-menu li.dropdown.cur .thirdlevel, .navbar-nav .thirdlevel li.dropdown.act .thirdlevel, .navbar-nav .thirdlevel li.dropdown.cur .thirdlevel {
    display: inline-block;
  }
}
.navbar-nav .thirdlevel {
  padding: 0 0 7px 0;
  left: 63%;
  top: 1px;
}
.navbar-nav .thirdlevel > li > a {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  display: block;
  padding: 4px 20px 4px 32px;
}
.navbar-nav .thirdlevel > li > a:hover {
  text-decoration: none;
}
.navbar-nav .thirdlevel li {
  list-style-type: none;
}
.navbar-nav .thirdlevel li:hover, .navbar-nav .thirdlevel li.hover {
  border-left: none;
  text-decoration: none;
}
@media (max-width: 1023px) {
  .navbar-nav .thirdlevel {
    position: relative;
    left: 25px;
  }
}

.owl-carousel {
  width: 100%;
  margin-bottom: 54px;
}
.owl-carousel .owl-stage-outer {
  width: 100%;
}
.owl-carousel .owl-prev span {
  display: block;
}
.owl-carousel .owl-next span {
  display: block;
}
.owl-carousel .owl-item-wrap {
  position: relative;
  overflow: hidden;
}
.owl-carousel .owl-item-wrap .owl-item-image {
  height: 750px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.owl-carousel .owl-item-wrap .description {
  background: rgba(250, 255, 255, 0.75);
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: black;
  padding: 2px 5px;
  font-size: 12px;
}

.shadow-image {
  position: absolute;
  width: 200%;
  height: 100%;
  -webkit-box-shadow: inset 0px 0px 118px -5px rgb(0, 0, 0);
  box-shadow: inset 0px 0px 118px -5px rgb(0, 0, 0);
  border-radius: 20px;
  top: 0;
  left: -50%;
}

.follow-slide-wrap {
  position: relative;
  overflow: hidden;
}
.follow-slide-wrap .description {
  background: rgba(250, 255, 255, 0.75);
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: black;
  padding: 2px 5px;
  font-size: 12px;
}

.text-teaser,
.news-teaser {
  background: #f5f5f5;
  text-align: center;
  padding: 18px;
}
.text-teaser img,
.news-teaser img {
  max-width: 100%;
  height: auto;
}

.news-teaser {
  height: 535px;
  padding-top: 41px;
}
.news-teaser img {
  margin-bottom: 20px;
}
.news-teaser .btn {
  position: absolute;
  bottom: 0px;
  left: calc(50% - 74px);
}
@media (max-width: 1023px) {
  .news-teaser .btn {
    bottom: 15px;
  }
}
@media (max-width: 767px) {
  .news-teaser .btn {
    bottom: 0;
  }
}
@media (max-width: 1023px) {
  .news-teaser {
    height: 460px;
  }
}

.text-teaser {
  position: relative;
}
.text-teaser .ce-gallery {
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 50%;
}
.text-teaser p.align-center {
  height: 30px !important;
}
.text-teaser p.align-center a.button {
  position: absolute;
  width: calc(100% - 120px);
  white-space: nowrap;
  bottom: 30px;
  left: 60px;
}

.news-list-item {
  width: 30%;
  float: left;
  margin-right: 2%;
}
@media (max-width: 1023px) {
  .news-list-item {
    width: 47%;
  }
}
.news-list-item .subheader {
  max-width: 100%;
  display: block;
}
.news-list-item .subheader .icon {
  display: block;
}
.news-list-item .subheader .icon img {
  width: 100%;
}

.tx-twwc-mixitup .filter-wrapper {
  text-align: center;
  color: #e41e0a;
  clear: both;
  display: inline-block;
  margin-bottom: 35px;
  list-style-type: none;
}
.tx-twwc-mixitup .filter-wrapper a.active {
  text-decoration: none !important;
  font-weight: 700;
  color: #e41e0a;
}
.tx-twwc-mixitup .filter-wrapper li {
  float: left;
  cursor: pointer;
  position: relative;
  height: 25px;
  line-height: 25px;
}
.tx-twwc-mixitup .filter-wrapper li:after {
  margin: 0 15px;
  content: "|";
}
.tx-twwc-mixitup .filter-wrapper li:last-child:after {
  display: none;
}
.tx-twwc-mixitup .filter-wrapper li ul {
  display: none;
  list-style-type: none;
  position: absolute;
  left: 0;
  top: 25px;
  font-size: 15px;
  background: white;
  width: 500px;
  padding: 5px 15px;
  margin-left: -15px;
  z-index: 90;
  border-radius: 5px;
}
.tx-twwc-mixitup .filter-wrapper li:hover > ul, .tx-twwc-mixitup .filter-wrapper li.active > ul {
  display: block;
}
.tx-twwc-mixitup .mixitup-item-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}
.tx-twwc-mixitup .mixitup-item-wrapper .mix {
  display: none;
}
.tx-twwc-mixitup .mixitup-item-wrapper > div {
  float: left;
  overflow: hidden;
  width: 50%;
  position: relative;
  border: 1px solid white;
}
@media (max-width: 767px) {
  .tx-twwc-mixitup .mixitup-item-wrapper > div {
    height: 200px;
  }
}
.tx-twwc-mixitup .mixitup-item-wrapper > div img {
  min-width: 100%;
}
.tx-twwc-mixitup .mixitup-item-wrapper > div:hover .magnifier {
  opacity: 1;
  visibility: visible;
}
.tx-twwc-mixitup .mixitup-item-wrapper > div:hover .buttons {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tx-twwc-mixitup .mixitup-item-wrapper .magnifier {
  background: #222222;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tx-twwc-mixitup .mixitup-item-wrapper .buttons {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 45%;
  margin-top: -20px;
  -webkit-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tx-twwc-mixitup .mixitup-item-wrapper .buttons .imgdesc {
  margin-top: 10px;
}
.tx-twwc-mixitup .mixitup-item-wrapper .buttons > a {
  background: #e41e0a;
  color: #ffffff;
  display: inline-block;
  float: none !important;
  font-size: 14px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-align: center;
  border-radius: 200px 200px 200px 200px;
  -moz-border-radius: 200px 200px 200px 200px;
  -webkit-border-radius: 200px 200px 200px 200px;
  width: 35px;
}

.footer {
  background: #f5f5f5;
  padding-top: 40px;
}
.footer .nav {
  margin: 0;
}
.footer .nav li {
  padding: 0;
}
.footer .nav li a {
  padding: 0;
}
.footer .nav li a:hover {
  text-decoration: underline;
}
.footer .inline-float {
  display: inline-block;
  float: left;
}
.footer .inline-float li {
  margin-right: 20px;
  margin-bottom: 10px;
  float: left;
}
.footer .inline-float li a {
  display: inline-block;
}
.footer .inline-float .sprite-facebook {
  margin-top: -7px;
}

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

.slider-section {
  position: relative;
}

.follow .slider-section {
  height: 250px;
  margin-bottom: 25px;
}
.follow .slider-section .follow-slide {
  height: 250px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
}
.follow .slider-section .follow-slide-wrap {
  display: none;
}
.follow .slider-section .follow-slide-wrap:first-child {
  display: block;
}
.follow .content-wrapper {
  text-align: left;
}
.follow .content-wrapper .col-sm-8,
.follow .content-wrapper .col-sm-9 {
  margin-bottom: 40px;
}
.follow .content-wrapper .col-sm-3 > article,
.follow .content-wrapper .col-sm-4 > article {
  background: #f5f5f5;
  padding: 14px 24px;
}
.follow .content-wrapper .col-sm-3 > article h3,
.follow .content-wrapper .col-sm-4 > article h3 {
  color: #e41e0a;
}

.tx-kesearch-pi1 {
  margin-bottom: 20px;
}
.tx-kesearch-pi1 .kesearchbox {
  margin-bottom: 15px;
}
.tx-kesearch-pi1 #ke_search_sword {
  margin-right: 10px;
  padding: 3px 10px;
}
.tx-kesearch-pi1 #kesearch_num_results {
  font-weight: 700;
  margin-bottom: 15px;
}
.tx-kesearch-pi1 .result-list-item {
  padding-bottom: 15px;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 15px;
}
.tx-kesearch-pi1 .result-title {
  font-weight: 700;
}

.tx-twwc-team .employee {
  position: relative;
  overflow: hidden;
  padding: 0;
  height: 200px;
}
.tx-twwc-team .employee .detail-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.tx-twwc-team .employee .detail-info {
  position: absolute;
  top: calc(100% - 35px);
  height: 100%;
  background: rgba(241, 245, 240, 0.9);
  width: 100%;
  left: 0;
  -webkit-transition: all 1s ease 0.1s;
  transition: all 1s ease 0.1s;
  padding: 0 20px;
}
.tx-twwc-team .employee .detail-info .name {
  padding: 5px 0;
  color: #e41e0a;
  display: inline-block;
}
.tx-twwc-team .employee:hover .detail-info {
  padding: 20px;
  top: 0px;
}
.tx-twwc-team .next-employees {
  text-indent: -9999px;
  position: fixed;
}

.tx-powermail .row {
  margin-bottom: 0px;
}

.form-control {
  height: 40px;
  background-color: #ededed;
  color: #767676;
  border: 2px solid #ededed;
  display: block;
  width: 100%;
  padding: 0.8em 0.8em;
  background-image: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: inherit;
}

.powermail_fieldwrap_textarea {
  width: 100%;
}

textarea {
  min-height: 160px;
}

@media (max-width: 1023px) {
  .navbar-nav .open > a {
    background-color: #f5f5f5;
  }
  .navbar-nav .open .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    width: 100%;
  }
  .content-wrapper .news-teaser {
    margin-bottom: 15px;
  }
  .navbar-collapse.in {
    height: 100%;
    max-height: 100%;
    overflow: inherit;
  }
  .sprite-logo {
    width: 220px;
    height: 52px;
  }
}
@media (min-width: 768px) {
  .follow .slider-section {
    margin-bottom: 54px;
    height: 440px;
  }
  .follow .slider-section .follow-slide {
    height: 440px;
  }
  .follow .content-wrapper .ce-bodytext {
    padding: 0;
  }
  .follow .content-wrapper .col-sm-9 {
    margin-bottom: 0px;
  }
  .tx-twwc-mixitup .mixitup-item-wrapper > div {
    width: 25%;
  }
  .content-wrapper .ce-bodytext {
    padding: 0 150px;
  }
  .topbar .search-wrapper {
    float: right;
  }
  .topbar ul {
    margin-top: 9px;
  }
  .topbar ul li a {
    padding: 0 12px;
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  header.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 50;
    background: white;
    height: 70px;
    -webkit-box-shadow: 0px -20px 20px 20px rgba(9, 9, 9, 0.41);
            box-shadow: 0px -20px 20px 20px rgba(9, 9, 9, 0.41);
  }
  header.fixed .navbar-nav {
    padding: 0;
  }
  header.fixed .navbar-nav > li > a {
    padding: 10px 20px;
    height: 70px;
  }
  header.fixed .logo {
    padding-top: 7px;
  }
  header.fixed .logo .sprite-logo {
    height: 57px;
  }
  .header {
    height: 86px;
  }
  .logo {
    max-width: 100%;
    display: inline-block;
    margin-left: 20px;
    margin-left: 20px;
    padding-right: 31px;
  }
  .navbar-header {
    padding: 0;
  }
  .navbar-collapse .navbar-nav {
    padding-top: 13px;
  }
  .navbar-collapse .navbar-nav > li > a {
    display: inline-block;
  }
  .navbar-nav {
    float: right;
  }
  .navbar-nav > li > a {
    padding: 8px 12px 28px 12px;
    font-size: 19px;
    letter-spacing: 0.2px;
  }
  .navbar-nav .dropdown-menu {
    padding: 25px 0px 14px 0px;
  }
  .navbar-nav .has-submenu {
    position: relative;
  }
  .navbar-nav .has-submenu:hover > ul, .navbar-nav .has-submenu.hover > ul, .navbar-nav .has-submenu:focus > ul {
    visibility: visible;
    opacity: 1;
    top: 100%;
  }
  .navbar-nav .has-submenu ul {
    -webkit-transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
    transition: visibility 0.35s ease-in-out, opacity 0.35s ease-in-out, top 0.35s ease-in-out, bottom 0.35s ease-in-out, left 0.35s ease-in-out, right 0.35s ease-in-out;
  }
  .navbar-nav .has-submenu > ul {
    position: absolute;
    top: 130%;
    visibility: hidden;
    display: block;
    opacity: 0;
    left: 0;
  }
}
@media (min-width: 1300px) {
  .logo {
    padding-right: 0;
  }
}
/* Change Bootstrap NAVBAR Breakpoint */
@media (max-width: 1023px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
/* Accordion */
.panel-group {
  margin-bottom: 40px;
}
.panel-group .panel {
  border: none;
  border: 1px solid #bbbbbb;
  border-width: 1px 0 0;
}
.panel-group .panel:last-child {
  border-width: 1px 0px;
}
.panel-group .panel .panel-heading {
  border: none;
  margin: 0;
  padding: 0;
  background: none;
}
.panel-group .panel .panel-heading svg {
  position: absolute;
  fill: #e41e0a;
  right: 0;
  top: 12px;
  width: 40px;
  padding: 5px 0;
  height: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.panel-group .panel .panel-heading a.collapsed svg {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.panel-group .panel .panel-heading h4 {
  margin: 0;
}
.panel-group .panel .panel-heading h4 a {
  position: relative;
  padding: 15px 40px 15px 0;
  display: inline-block;
  width: 100%;
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
  color: #000000;
  font-size: 16px;
  line-height: 23px;
  text-decoration: none;
}
.panel-group .panel .panel-body {
  padding-bottom: 32px;
}
.panel-group .panel.open .panel-heading svg {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.timetable a.pdf {
  position: relative;
  padding: 8px 0 5px 24px;
  display: block;
  width: 100%;
  border-top: 1px solid #e41e0a;
}
.timetable a.pdf:hover, .timetable a.pdf:focus {
  text-decoration: underline;
  color: #e41e0a;
}
.timetable a.pdf:before {
  position: absolute;
  left: 0;
  content: "";
  background: url("../Images/Icons/file-pdf.svg") no-repeat;
  color: #e41e0a;
  width: 20px;
  height: 20px;
}
.timetable a:last-child.pdf {
  border-bottom: 1px solid #e41e0a;
}

/* Accordion for Powermail layout1 */
.tx-powermail fieldset.layout1 > .row {
  width: 20%;
  display: inline-block;
}
.tx-powermail fieldset.layout1 > .row .form-control {
  width: calc(100% - 3em);
}
.tx-powermail fieldset.layout1 > .row:nth-child(3) {
  width: 70%;
  display: inline-block;
}
.tx-powermail fieldset.layout1 > .row:nth-child(3) .form-control {
  width: calc(100% - 3em);
}
.tx-powermail fieldset.layout1 > .row:nth-child(1) {
  width: inherit;
  display: inherit;
}

/* Powermail */
.tx-powermail fieldset {
  margin-bottom: 24px;
}
.tx-powermail fieldset legend, .tx-powermail fieldset .control-label {
  font-family: "Helvetica Neue LT W01_41488878", sans-serif;
  font-weight: 400;
}
.tx-powermail fieldset input, .tx-powermail fieldset textarea {
  border-radius: 0;
}
.tx-powermail fieldset .powermail_fieldwrap_type_check,
.tx-powermail fieldset .powermail_fieldwrap_type_radio {
  margin-bottom: 15px;
}
.tx-powermail fieldset button[type=submit] {
  border: none;
  border-radius: 0;
  background: #e41e0a;
}
.tx-powermail fieldset div.radio {
  display: inline-block;
}
.tx-powermail fieldset div.radio:first-child {
  margin-right: 20px;
}
.tx-powermail fieldset .parsley-errors-list, .tx-powermail fieldset .powermail-errors-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.tx-powermail fieldset .parsley-required, .tx-powermail fieldset .parsley-custom-error-message, .tx-powermail fieldset .powermail-errors-list {
  color: #e41e0a;
}
.tx-powermail .powermail_fieldwrap_type_submit {
  text-align: left;
}
.tx-powermail .radio.parsley-error {
  background: transparent;
  color: #000000;
}

.checkbox, .radio {
  padding-left: 0;
}

input[type=checkbox], input[type=radio] {
  display: none;
}
input[type=checkbox] + label, input[type=radio] + label {
  display: inline-block;
  cursor: pointer;
  padding: 1px 0 0 28px;
  position: relative;
  line-height: 20px;
}
input[type=checkbox] + label.agb, input[type=radio] + label.agb {
  width: auto;
}
input[type=checkbox] + label:before, input[type=radio] + label:before {
  content: " ";
  position: absolute;
  top: 2px;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0.54);
}
input[type=checkbox]:checked + label:before, input[type=radio]:checked + label:before {
  background: #e41e0a;
  border-color: #e41e0a;
  background-image: url("../Images/selected.svg");
  background-size: 14px 14px;
  width: 18px;
  height: 18px;
}

/* five columns */
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    width: 20%;
    float: left;
  }
}
#map {
  height: 600px;
  margin-bottom: 32px;
}

#pits_rss header {
  margin-top: 36px;
}
#pits_rss header:first-child {
  margin-top: 0;
}
#pits_rss .info-special {
  margin-top: 24px;
  border-bottom: 1px solid #e41e0a;
}
#pits_rss .info-special h3 img {
  margin-right: 6px;
}

.important-news {
  position: absolute;
  width: 370px;
  right: 150px;
  bottom: 150px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  z-index: 45;
}
@media (max-width: 767px) {
  .important-news {
    right: 20px;
    bottom: 20px;
    padding: 15px;
    width: inherit;
    max-width: 80%;
  }
  .important-news h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}
.important-news p:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  .important-news p {
    font-size: 14px;
    line-height: 19px;
  }
}

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

.fancybox-wrap iframe, .fancybox-wrap object {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-nav {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-nav span {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

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

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

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

.fancybox-outer {
  position: relative;
}

.fancybox-inner {
  position: relative;
  overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../Images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../Images/fancybox_loading.gif") center center no-repeat;
}

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

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

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

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

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

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

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}

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

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../Images/fancybox_overlay.png");
}

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

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

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

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

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

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

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

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

/*Retina graphics! */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../Images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
  }
  /*The size of the normal image, half the size of the hi-res image */
  #fancybox-loading div {
    background-image: url("../Images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
  }
}
/*The size of the normal image, half the size of the hi-res image */
#cookie-alert {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
  background: #dddddd;
}
#cookie-alert .inner {
  text-align: center;
  padding: 17px 100px;
  margin-right: 180px;
}
#cookie-alert .inner > p:last-child {
  margin: 0;
}
@media (max-width: 767px) {
  #cookie-alert .inner {
    padding: 15px 30px;
    margin-right: 0;
  }
}
#cookie-alert a {
  color: #e41e0a;
}
#cookie-alert button {
  position: absolute;
  right: 0;
  top: 0;
  width: 180px;
  height: 100%;
  background: #e41e0a;
  color: white;
  border: none;
  text-transform: uppercase;
  font-size: 17px;
}
@media (max-width: 767px) {
  #cookie-alert button {
    width: 100%;
    position: relative;
    right: inherit;
    top: inherit;
    font-size: 15px;
    height: 50px;
  }
}
#cookie-alert button:hover {
  opacity: 0.7;
}

.cookie-consent-container {
  position: fixed;
  z-index: 2147483002;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px !important;
  line-height: 24px !important;
  font-weight: 300;
  color: #4d4d4d;
  font-family: "Helvetica Neue LT W01_55 Roman", sans-serif;
}
.cookie-consent-container .detail {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .detail.open {
  height: auto;
  width: 100%;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  display: block;
  margin-bottom: 15px;
  font-size: 16px !important;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .detail.open .option-wrapper p {
  margin-bottom: 15px !important;
}
.cookie-consent-container .text-center {
  text-align: center;
}
.cookie-consent-container p {
  margin: 0 0 15px 0;
  font-size: 16px;
  line-height: 24px;
}
.cookie-consent-container a {
  color: #e41e0a;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
}
.cookie-consent-container a:visited, .cookie-consent-container a:active {
  color: #e41e0a;
  text-decoration: none;
}
.cookie-consent-container a:focus {
  color: #e41e0a;
  text-decoration: none;
}
.cookie-consent-container a:focus:active {
  color: #e41e0a;
  text-decoration: none;
}
.cookie-consent-container a:hover, .cookie-consent-container a:visited:hover, .cookie-consent-container a:active:hover {
  color: #e41e0a;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container a:focus:hover, .cookie-consent-container a:focus:active:hover {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container a.show-details, .cookie-consent-container a:visited.show-details, .cookie-consent-container a:active.show-details {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  margin-bottom: 25px;
}
.cookie-consent-container a:focus.show-details, .cookie-consent-container a:focus:active.show-details {
  display: block;
  position: relative;
  padding-right: 20px;
  font-size: 16px;
  margin-bottom: 25px;
}
.cookie-consent-container a.show-details:after, .cookie-consent-container a:visited.show-details:after, .cookie-consent-container a:active.show-details:after {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #e41e0a transparent transparent transparent;
  margin: 7px 0 0 5px;
  position: absolute;
  top: 3px;
}
.cookie-consent-container a:focus.show-details:after, .cookie-consent-container a:focus:active.show-details:after {
  content: "";
  width: 0;
  height: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #e41e0a transparent transparent transparent;
  margin: 7px 0 0 5px;
  position: absolute;
  top: 3px;
}
.cookie-consent-container a.show-details:hover:after, .cookie-consent-container a:visited.show-details:hover:after, .cookie-consent-container a:active.show-details:hover:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-color: #000 transparent transparent transparent;
}
.cookie-consent-container a:focus.show-details:hover:after, .cookie-consent-container a:focus:active.show-details:hover:after {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-color: #000 transparent transparent transparent;
}
.cookie-consent-container a.show-details .less, .cookie-consent-container a:visited.show-details .less, .cookie-consent-container a:active.show-details .less {
  display: none;
}
.cookie-consent-container a:focus.show-details .less, .cookie-consent-container a:focus:active.show-details .less {
  display: none;
}
.cookie-consent-container a.show-details.open .more, .cookie-consent-container a:visited.show-details.open .more, .cookie-consent-container a:active.show-details.open .more {
  display: none;
}
.cookie-consent-container a:focus.show-details.open .more, .cookie-consent-container a:focus:active.show-details.open .more {
  display: none;
}
.cookie-consent-container a.show-details.open .less, .cookie-consent-container a:visited.show-details.open .less, .cookie-consent-container a:active.show-details.open .less {
  display: inline-block;
}
.cookie-consent-container a:focus.show-details.open .less, .cookie-consent-container a:focus:active.show-details.open .less {
  display: inline-block;
}
.cookie-consent-container a.show-details.open:after, .cookie-consent-container a:visited.show-details.open:after, .cookie-consent-container a:active.show-details.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cookie-consent-container a:focus.show-details.open:after, .cookie-consent-container a:focus:active.show-details.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cookie-consent-container .label {
  color: #4d4d4d;
  font-size: 16px !important;
  font-weight: 300;
  display: inline-block;
  margin: 0 0 6px 0 !important;
  position: relative;
  padding: 0 0 0 30px;
  line-height: 1.5;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cookie-consent-container .label.partially-checked .checkmark {
  background-color: #e41e0a;
}
.cookie-consent-container .label.partially-checked .checkmark:after {
  display: none;
}
.cookie-consent-container .label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.cookie-consent-container .label input:checked ~ .checkmark {
  background-color: #e41e0a;
}
.cookie-consent-container .label input:checked ~ .checkmark:after {
  display: block;
}
.cookie-consent-container .label input:disabled:checked ~ .checkmark {
  opacity: 0.6;
  background-color: #e41e0a;
}
.cookie-consent-container .label .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  background: #eee;
  border: 1px solid #e41e0a;
  padding-right: 0;
}
.cookie-consent-container .label .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 0;
  width: 7px;
  height: 15px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cookie-consent-container .consent-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 540px;
  width: 90%;
  max-height: calc(100vh - 50px);
  margin: auto;
  padding: 1em;
  background-color: #fff;
  overflow-y: auto;
  -webkit-box-shadow: 0 0 5px #000;
          box-shadow: 0 0 5px #000;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .consent-modal .option-wrapper {
  background: #eee;
  padding: 15px;
  margin-bottom: 15px;
}
.cookie-consent-container .consent-modal .option-wrapper:last-child, .cookie-consent-container .consent-modal .option-wrapper p {
  margin-bottom: 0;
}
.cookie-consent-container .consent-modal .option-wrapper .option-headline {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  font-weight: 700;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper {
  margin-bottom: 10px;
  border-bottom: 2px solid #afafaf;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper:last-child {
  margin-bottom: 0;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail {
  border-bottom: 1px solid #ddd;
  padding: 7px 10px 3px;
  font-size: 16px !important;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail:last-child {
  border-bottom: none;
  padding-bottom: 6px;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option {
  background: #dedede;
  font-size: 16px !important;
  font-weight: 400;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover {
  background: #d4d0d0;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option:hover ~ .option-detail {
  background: #f3f3f3;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail.cookie-option .label {
  color: #4d4d4d;
  text-align: left;
  font-weight: 700;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title {
  font-weight: 700;
  width: 100%;
  text-align: left;
  display: inline-block;
  vertical-align: top;
}
.cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value {
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.cookie-consent-container .consent-modal .option-wrapper .label {
  margin-bottom: 0;
  padding: 0 20px 0 0;
  width: 100%;
}
.cookie-consent-container .consent-modal .option-wrapper .label .checkmark {
  right: 0;
  left: inherit;
  background: #eee;
  border: 1px solid #e41e0a;
  padding-right: 0;
}
.cookie-consent-container .consent-modal .option-wrapper .label input:checked ~ .checkmark {
  background-color: #e41e0a;
}
.cookie-consent-container .consent-modal .cookie-headline {
  line-height: 1.5;
  margin: 0 0 15px 0;
  color: #4d4d4d;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 18px;
  font-family: "Helvetica Neue LT W05_77 Bd Cn", sans-serif;
}
.cookie-consent-container .consent-modal.open {
  max-width: 750px;
}
.cookie-consent-container .consent-modal .options {
  list-style: none;
  margin: 0 0 15px 0;
  padding: 0;
}
.cookie-consent-container .consent-modal .options li {
  margin-bottom: 5px;
}
.cookie-consent-container .consent-modal .footer-links {
  display: block;
  width: 100%;
  line-height: 90%;
}
.cookie-consent-container .buttons {
  margin-bottom: 25px;
}
.cookie-consent-container .buttons .btn {
  font-size: 15px;
  padding: 9px 10px;
  cursor: pointer;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  font-weight: 300;
  clear: both;
  letter-spacing: 1px;
  line-height: 100%;
}
.cookie-consent-container .buttons .btn:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-container .buttons .btn--primary {
  background: #e41e0a !important;
  color: white !important;
  border: 2px solid #e41e0a !important;
  margin-bottom: 10px;
}
.cookie-consent-container .buttons .btn--primary:hover {
  background: #30400f;
  border: 2px solid #30400f;
}
.cookie-consent-container .buttons .btn--secondary {
  background: transparent;
  color: black !important;
  border: 2px solid #e41e0a !important;
  opacity: 1 !important;
}
.cookie-consent-container .buttons .btn--secondary.deny {
  margin-bottom: 10px;
}
.cookie-consent-container .buttons .btn--secondary:hover {
  background: transparent;
  color: #e41e0a;
  opacity: 1;
}

@media all and (min-width: 660px) {
  .cookie-consent-container a.show-details, .cookie-consent-container a:visited.show-details, .cookie-consent-container a:active.show-details {
    margin-bottom: 15px;
  }
  .cookie-consent-container a:focus.show-details, .cookie-consent-container a:focus:active.show-details {
    margin-bottom: 15px;
  }
}
@media all and (min-width: 500px) {
  .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-title {
    width: 48%;
  }
}
@media all and (min-width: 500px) {
  .cookie-consent-container .consent-modal .option-wrapper .option-detail-wrapper .option-detail .option-value {
    width: 48%;
  }
}
@media all and (min-width: 500px) {
  .cookie-consent-container .consent-modal .options li {
    width: 48%;
    display: inline-block;
  }
}
@media all and (min-width: 660px) {
  .cookie-consent-container .buttons {
    margin-bottom: 15px;
  }
}
.cookie-consent-settings {
  margin-bottom: 10px;
}
.cookie-consent-settings .detail {
  visibility: hidden;
  opacity: 0;
  height: 0;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-settings .detail.open {
  height: auto;
  width: 100%;
  visibility: visible;
  opacity: 1;
  overflow: auto;
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.cookie-consent-settings .btn.btn-primary {
  background: #e41e0a;
  color: white;
  border: none;
}
/*# sourceMappingURL=default.css.map */