@import "/fonts/fontello/css/fontello.css";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@font-face {
  font-family: 'hw';
  font-style: normal;
  font-weight: 400;
  src: local('Nothing You Could Do'), local('NothingYouCouldDo'), url('../fonts/hw/nothing-you-could-do-v6-latin-regular.woff2') format('woff2'), url('../fonts/hw/nothing-you-could-do-v6-latin-regular.woff') format('woff');
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #3e78b3;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a527a;
  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,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
}
h2,
.h2 {
  font-size: 28px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 16px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #3e78b3;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #315f8d;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #3e78b3;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #315f8d;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 10.5px;
  margin: 0 0 11px;
  font-size: 15px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container {
    width: 780px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.row {
  margin-left: -30px;
  margin-right: -30px;
}
.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: 30px;
  padding-right: 30px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 8px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #3e78b3;
  border-color: #376ba0;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #315f8d;
  border-color: #172c41;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #315f8d;
  border-color: #284d73;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #315f8d;
  border-color: #284d73;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #284d73;
  border-color: #172c41;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #3e78b3;
  border-color: #376ba0;
}
.btn-primary .badge {
  color: #3e78b3;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #4bad85;
  border-color: #439b77;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #1d4233;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #317157;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #317157;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #317157;
  border-color: #1d4233;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #4bad85;
  border-color: #439b77;
}
.btn-success .badge {
  color: #4bad85;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #4bad85;
  border-color: #439b77;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #1d4233;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #317157;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #317157;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #317157;
  border-color: #1d4233;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #4bad85;
  border-color: #439b77;
}
.btn-info .badge {
  color: #4bad85;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #eab765;
  border-color: #e7ad4f;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #e4a238;
  border-color: #a06b16;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #e4a238;
  border-color: #db921e;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #e4a238;
  border-color: #db921e;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #db921e;
  border-color: #a06b16;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eab765;
  border-color: #e7ad4f;
}
.btn-warning .badge {
  color: #eab765;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #cc4c33;
  border-color: #b8442e;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #a33d29;
  border-color: #521e14;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #a33d29;
  border-color: #873222;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #a33d29;
  border-color: #873222;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #873222;
  border-color: #521e14;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #cc4c33;
  border-color: #b8442e;
}
.btn-danger .badge {
  color: #cc4c33;
  background-color: #ffffff;
}
.btn-link {
  color: #3e78b3;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a527a;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #ffffff;
  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: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #3e78b3;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #3e78b3;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 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.42857143;
  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: #ffffff;
  border: 1px solid #dddddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: #ffffff;
  background-color: #3e78b3;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.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 {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-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 {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.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: 100px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}
@media (min-width: 992px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 992px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 30px;
  padding-left: 30px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 992px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -30px;
  margin-left: -30px;
}
@media (min-width: 992px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 992px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 992px) {
  .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: 39px 30px;
  font-size: 20px;
  line-height: 22px;
  height: 100px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 992px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -30px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 30px;
  padding: 9px 10px;
  margin-top: 33px;
  margin-bottom: 33px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 992px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 19.5px -30px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 39px;
    padding-bottom: 39px;
  }
}
.navbar-form {
  margin-left: -30px;
  margin-right: -30px;
  padding: 10px 30px;
  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: 32px;
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .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-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 {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 32px;
  margin-bottom: 32px;
}
.navbar-btn.btn-sm {
  margin-top: 33.5px;
  margin-bottom: 33.5px;
}
.navbar-btn.btn-xs {
  margin-top: 39px;
  margin-bottom: 39px;
}
.navbar-text {
  margin-top: 39px;
  margin-bottom: 39px;
}
@media (min-width: 992px) {
  .navbar-text {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -30px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #3e78b3;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #315f8d;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #3e78b3;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #2e5a86;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #315f8d;
  background-color: #eeeeee;
}
.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: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #315f8d;
}
@media (max-width: 991px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #3e78b3;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #2e5a86;
    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: #315f8d;
    background-color: #eeeeee;
  }
  .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: #3e78b3;
}
.navbar-default .navbar-link:hover {
  color: #2e5a86;
}
.navbar-default .btn-link {
  color: #3e78b3;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #2e5a86;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.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: #ffffff;
}
.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: #080808;
  color: #ffffff;
}
@media (max-width: 991px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    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: #ffffff;
    background-color: #080808;
  }
  .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: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 22px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #3e78b3;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.featurerow:before,
.featurerow:after,
.footerrow:before,
.footerrow:after,
.subfooterrow:before,
.subfooterrow:after,
.quoterow:before,
.quoterow:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.featurerow:after,
.footerrow:after,
.subfooterrow:after,
.quoterow: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;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.hw {
  font-family: "hw";
  font-size: 36px;
  color: #315f8d;
  font-weight: bold;
  letter-spacing: -3px;
}
.lead {
  color: #3e78b3;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pexblue {
  background-color: #3e78b3;
}
.pexdarkblue {
  background-color: #315f8d;
}
.pexlightblue {
  background-color: #709ecd;
}
.pexred {
  background-color: #cc4c33;
}
.pexdarkred {
  background-color: #a33d29;
}
.pexlightred {
  background-color: #db8270;
}
.pexgreen {
  background-color: #4bad85;
}
.pexdarkgreen {
  background-color: #3c896a;
}
.pexlightgreen {
  background-color: #7ec7a9;
}
.greentext {
  color: #4bad85;
}
.colorbox {
  padding: 20px;
  margin: 20px 20px 20px 0px;
  font-weight: bold;
  color: #fff;
}
small {
  font-size: 10px;
  color: #555555;
}
.formbox {
  border: solid 3px #3e78b3;
  padding: 20px;
  margin: 20px 0;
}
.skybg {
  background: #E0EAFC;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #e0eafc, #cfdef3);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #e0eafc, #cfdef3);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/***********************************************/
/* Ribbon tag NEW                           /
/***********************************************/
.ribbonhelper {
  overflow: hidden;
  display: inline-block;
}
.ribbonhelper img {
  margin-top: -70px;
}
.ribbon {
  position: relative;
  overflow: hidden;
  width: 300px;
  background: #C09;
  margin-top: 20px;
  margin-left: -105px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  line-height: 50px;
  color: #fff;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.ribbon a:link,
.ribbon a,
.ribbon a:hover {
  color: #fff;
}
/***********************************************/
/* Mobile phone frame                                /
/***********************************************/
.iphone-vertical {
  padding: 26% 0 0 6.5%;
  background-image: url("/pics/screenshots/pexi/iphone-vertical.png");
  background-size: 100% 100%;
  z-index: 9999;
  margin: 0 0 30px 0;
}
.iphone-vertical img {
  width: 100%;
  padding: 0 7% 27% 0;
}
@media (max-width: 767px) {
  .iphone-vertical {
    padding: 16% 0 0 5.2%;
    max-width: 360px;
    margin: 0 auto 30px auto;
  }
  .iphone-vertical img {
    padding: 0 7% 25% 0;
  }
}
@media (max-width: 767px) {
  .iphoneani {
    width: 100%;
    max-width: 360px !important;
    margin: 0 auto 30px auto;
  }
}
.android-vertical {
  padding: 18% 0 0 6.5%;
  background-image: url("/pics/screenshots/pexa2/android-vertical.png");
  background-size: 100% 100%;
  z-index: 9999;
  margin: 0 0 30px 0;
  max-width: 360px;
}
.android-vertical img {
  width: 100%;
  padding: 0 7% 27% 0;
}
@media (max-width: 767px) {
  .android-vertical {
    padding: 18% 0 0 5%;
    max-width: 360px;
    margin: 0 auto 30px auto;
  }
  .android-vertical img {
    padding: 0 6% 27% 0;
  }
}
.sscaption {
  margin-top: 60px;
  text-align: center;
}
.ssphone {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 30px auto;
}
@media (min-width: 992px) {
  .ssphone {
    width: 350px;
  }
}
/***********************************************/
/* Icon Formatting								*/
/***********************************************/
.icon-android {
  color: #78c257;
}
.icon-windows {
  color: #0078d7;
}
.icon-chat,
.icon-cloud {
  color: #3e78b3;
}
.icon-lock,
.icon-cog-alt {
  color: #eab765;
}
.icon-magic {
  color: #8d52ab;
}
.icon-check,
.icon-graduation-cap {
  color: #cc4c33;
}
.icon-magic {
  color: #8d52ab;
}
.icon-check {
  color: #cc4c33;
}
.icon-flash {
  color: #eab765;
}
.icon-list-alt {
  color: #4bad85;
}
.icon-lightbulb {
  color: #eab765;
}
.icon-suitcase,
.icon-award {
  color: #4bad85;
}
.icon-recycle {
  color: #4bad85;
}
.icon-user-md {
  color: #cc4c33;
}
.icon-rocket {
  color: #eab765;
}
.icon-2x {
  font-size: 2em;
}
.icon-3x {
  font-size: 3em;
}
.icon-4x {
  font-size: 4em;
}
.icon-5x {
  font-size: 5em;
}
.icon-basket {
  color: #fff;
}
/***********************************************/
/* FLASHY Highlighter */
/***********************************************/
.flashy {
  animation: bcolor 2s;
  -moz-animation: bcolor 2s;
  -moz-animation-delay: 2s;
  -webkit-animation: bcolor 2s;
  -webkit-animation-delay: 2s;
  -o-animation: bcolor 2s;
  -o-animation-delay: 2s;
}
@keyframes bcolor {
  from {
    background-color: #FFCE00;
  }
  to {
    background-color: #ffffff;
  }
}
/***********************************************/
/* MAIN NAVBAR */
/***********************************************/
/*"position:absolute" innerhalb des Containers erfordert position:relative im parent:*/
.navbar > .container {
  position: relative;
}
.navbar-collapse.collapsing {
  -webkit-transition: height 0.01s;
  -moz-transition: height 0.01s;
  -ms-transition: height 0.01s;
  -o-transition: height 0.01s;
  transition: height 0.01s;
}
.navbar-logo > a {
  position: absolute;
  left: 15px;
  right: 80px;
  height: auto;
  top: 36px;
}
.navbar-logo > a img {
  width: 100%;
  max-width: 500px;
  height: auto;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 30px;
  }
}
.navbar {
  border-bottom: 3px solid #3e78b3;
  margin-bottom: 40px;
}
/*Toggle button Erscheinungsbild */
.navbar-default .navbar-toggle {
  border-radius: 0px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #3e78b3;
  border-color: #ffffff;
}
.navbar-default .navbar-toggle:hover .icon-bar,
.navbar-default .navbar-toggle:focus .icon-bar {
  background-color: #ffffff;
}
/*Mainnav Drop-Down Zwischenüberschriften*/
li.dropdown-header {
  margin-left: 20px;
  font-size: 16px;
  font-weight: bold;
}
/*.dropdown:hover .dropdown-menu {
 display: block;
 }*/
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.centered {
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.centered img {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.centered ul {
  max-width: 350px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .centered ul {
    max-width: 600px;
  }
}
.xs-left {
  text-align: left;
  margin-left: 0;
  margin-right: auto;
}
.xs-right {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}
.xs-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .sm-left {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .sm-right {
    text-align: right;
    margin-left: auto;
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .sm-center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
/***********************************************/
/* MEHRSPALTIGE LISTEN */
/***********************************************/
ul.listcol {
  -moz-column-width: 15em;
  -webkit-column-width: 15em;
  column-width: 15em;
  -moz-column-gap: 40px;
  -webkit-column-gap: 40px;
  column-gap: 40px;
}
/* correct webkit/chrome uneven margin on the first column*/
ul.listcol li:first-child {
  margin-top: 0px;
}
/***********************************************/
/* FEATUREBOX */
/***********************************************/
.featurebox {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  /*	text-align: center;
	padding:50px 20px 0px 20px;*/
}
@media (min-width: 768px) {
  .featurebox {
    float: left;
    width: 50%;
  }
}
@media (min-width: 992px) {
  .featurebox {
    float: left;
    width: 33.33333333%;
  }
}
.featurebox h3 {
  font-size: 20px;
  margin-top: 5px;
}
.featurebox h3 a {
  color: #000000;
}
.featurebox .thumbnail {
  padding-top: 30px;
}
.featurebox .thumbnail img {
  height: 72px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .featurebox .thumbnail {
    min-height: 320px;
  }
}
/*BETA ONLY - NUR WEGEN Dreamweaver Darstellungsproblem
.embed-responsive
{width:640px;height:360px;}*/
/*Download Counter und Kundenreferenzen*/
.downloadrow {
  margin-bottom: 80px;
  padding: 40px 0 30px 0;
  background: #ffffff;
  background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #cfdeee 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #cfdeee));
  background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #cfdeee 100%);
  background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #cfdeee 100%);
  background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #cfdeee 100%);
  background: radial-gradient(ellipse at center, #ffffff 0%, #cfdeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='@dlbgcolor', GradientType=1);
}
.customers {
  padding-top: 20px;
}
.customers img {
  display: block;
  max-width: 100%;
  height: auto;
}
/*Für den Fussnotenlink bei der Downloadzahl*/
a:hover.nodeco,
a:focus.nodeco {
  text-decoration: none;
}
.downloadtext {
  text-align: left;
}
.downloadtext p {
  font-size: 32px;
  vertical-align: middle;
  margin: 0;
  padding: 0px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .downloadtext p {
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
  }
}
/***********************************************/
/* TESTIMONIAL */
/***********************************************/
.testimonialrow {
  padding: 40px 0 0 0;
  margin-bottom: 80px;
  background: #ffffff;
  background-position: 20% 20%;
  background: -moz-radial-gradient(center, ellipse cover, #f6e1bf 0%, #edc17b 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #f6e1bf), color-stop(100%, #edc17b));
  background: -webkit-radial-gradient(center, ellipse cover, #f6e1bf 0%, #edc17b 100%);
  background: -o-radial-gradient(center, ellipse cover, #f6e1bf 0%, #edc17b 100%);
  background: -ms-radial-gradient(center, ellipse cover, #f6e1bf 0%, #edc17b 100%);
  background: radial-gradient(ellipse at center, #f6e1bf 0%, #edc17b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@tslightcolor', endColorstr='@tsbgcolor', GradientType=1);
}
.testimonialrow .hw {
  font-size: 48px;
  margin-bottom: 0px;
}
.testimonialrow .company {
  margin-top: -20px;
}
.testimonialleftcol {
  float: left;
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: right;
  vertical-align: bottom;
  display: table-cell;
}
@media (min-width: 768px) {
  .testimonialleftcol {
    float: left;
    width: 41.66666667%;
  }
}
.testimonialrighttcol {
  float: left;
  width: 66.66666667%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .testimonialrighttcol {
    float: left;
    width: 58.33333333%;
  }
}
.testimonialportrait {
  display: block;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  bottom: 0px;
}
/***********************************/
/* GRID CONFIGURATION */
/***********************************/
.featurerow {
  margin-left: -30px;
  margin-right: -30px;
}
.featurerow h2,
.featurerow h3,
.featurerow h4,
.featurerow h5,
.featurerow h6 {
  margin-top: 0px;
  padding-bottom: 5px;
}
/*Für die Spalten der erste Zeile mit main screenshot*/
.featureintroleftcol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .featureintroleftcol {
    float: left;
    width: 50%;
  }
}
.mainscreenshot {
  display: block;
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.featureintrorightcol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .featureintrorightcol {
    float: left;
    width: 50%;
  }
}
/*Für die anderen Feature Spalten*/
.featureleftcol {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .featureleftcol {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  .featureleftcol {
    display: none !important;
  }
}
.featurerightcol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .featurerightcol {
    float: left;
    width: 50%;
  }
}
/*Spalten des Zweispaltenbasislayouts*/
.maincol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .maincol {
    float: left;
    width: 66.66666667%;
  }
}
.sidecol {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .sidecol {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .sidecol {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 768px) {
  .sidecol {
    float: left;
    width: 25%;
  }
}
@media (max-width: 767px) {
  .sidecol {
    display: none !important;
  }
}
/*Spalten des Shoplayouts*/
.shopmaincol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 992px) {
  .shopmaincol {
    float: left;
    width: 75%;
  }
}
@media (min-width: 1200px) {
  .shopmaincol {
    float: left;
    width: 66.66666667%;
  }
}
.shopsidecol {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .shopsidecol {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .shopsidecol {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .shopsidecol {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .shopsidecol {
    float: left;
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .shopsidecol {
    left: 8.33333333%;
  }
}
/*Spalten des Handbuchlayouts*/
.manmaincol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .manmaincol {
    float: left;
    width: 66.66666667%;
  }
}
/*Toc wird mobile in Sonderspalte ManTocMobileCol angezeigt und die Desktopversion versteckt*/
.mantocmobilcol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  display: none !important;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .mantocmobilcol {
    display: block !important;
  }
  table.mantocmobilcol {
    display: table !important;
  }
  tr.mantocmobilcol {
    display: table-row !important;
  }
  th.mantocmobilcol,
  td.mantocmobilcol {
    display: table-cell !important;
  }
}
/*Toc wird desktop in rechts angezeigt und die mobile Spalte versteckt*/
.mantocdesktopcol {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  /*.make-sm-column-push(1); Nope, wWegen affix nicht verschiebbar!*/
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .mantocdesktopcol {
    float: left;
    width: 33.33333333%;
  }
}
@media (max-width: 767px) {
  .mantocdesktopcol {
    display: none !important;
  }
}
.singlecol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .singlecol {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 768px) {
  .singlecol {
    margin-left: 8.33333333%;
  }
}
@media (max-width: 767px) {
  .featureintrorightcol,
  .featureintroleftcol {
    margin-bottom: 40px;
    text-align: center;
  }
  .featureintrorightcol ul,
  .featureintroleftcol ul {
    display: inline-block;
  }
  /*Für die anderen Feature Spalten*/
  .featureleftcol {
    margin-bottom: 40px;
  }
  .featurerightcol {
    margin-bottom: 40px;
    text-align: center;
  }
  /*Spalten des Zweispaltenbasislayouts*/
  .maincol {
    margin-bottom: 40px;
  }
  .sidecol {
    margin-bottom: 40px;
  }
  /*Spalten des Handbuchlayouts*/
  .manmaincol {
    margin-bottom: 40px;
  }
  .mansidecol {
    margin-bottom: 40px;
  }
  .scroll-top.show {
    visibility: hidden;
  }
}
.bluebutton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  color: #ffffff;
  background-color: #3e78b3;
  border-color: #376ba0;
}
.bluebutton:focus,
.bluebutton:active:focus,
.bluebutton.active:focus,
.bluebutton.focus,
.bluebutton:active.focus,
.bluebutton.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.bluebutton:hover,
.bluebutton:focus,
.bluebutton.focus {
  color: #333333;
  text-decoration: none;
}
.bluebutton:active,
.bluebutton.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.bluebutton.disabled,
.bluebutton[disabled],
fieldset[disabled] .bluebutton {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.bluebutton.disabled,
fieldset[disabled] a.bluebutton {
  pointer-events: none;
}
.bluebutton:focus,
.bluebutton.focus {
  color: #ffffff;
  background-color: #315f8d;
  border-color: #172c41;
}
.bluebutton:hover {
  color: #ffffff;
  background-color: #315f8d;
  border-color: #284d73;
}
.bluebutton:active,
.bluebutton.active,
.open > .dropdown-toggle.bluebutton {
  color: #ffffff;
  background-color: #315f8d;
  border-color: #284d73;
}
.bluebutton:active:hover,
.bluebutton.active:hover,
.open > .dropdown-toggle.bluebutton:hover,
.bluebutton:active:focus,
.bluebutton.active:focus,
.open > .dropdown-toggle.bluebutton:focus,
.bluebutton:active.focus,
.bluebutton.active.focus,
.open > .dropdown-toggle.bluebutton.focus {
  color: #ffffff;
  background-color: #284d73;
  border-color: #172c41;
}
.bluebutton:active,
.bluebutton.active,
.open > .dropdown-toggle.bluebutton {
  background-image: none;
}
.bluebutton.disabled,
.bluebutton[disabled],
fieldset[disabled] .bluebutton,
.bluebutton.disabled:hover,
.bluebutton[disabled]:hover,
fieldset[disabled] .bluebutton:hover,
.bluebutton.disabled:focus,
.bluebutton[disabled]:focus,
fieldset[disabled] .bluebutton:focus,
.bluebutton.disabled.focus,
.bluebutton[disabled].focus,
fieldset[disabled] .bluebutton.focus,
.bluebutton.disabled:active,
.bluebutton[disabled]:active,
fieldset[disabled] .bluebutton:active,
.bluebutton.disabled.active,
.bluebutton[disabled].active,
fieldset[disabled] .bluebutton.active {
  background-color: #3e78b3;
  border-color: #376ba0;
}
.bluebutton .badge {
  color: #3e78b3;
  background-color: #ffffff;
}
.greenbutton {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 10px;
  color: #ffffff;
  background-color: #4bad85;
  border-color: #439b77;
}
.greenbutton:focus,
.greenbutton:active:focus,
.greenbutton.active:focus,
.greenbutton.focus,
.greenbutton:active.focus,
.greenbutton.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.greenbutton:hover,
.greenbutton:focus,
.greenbutton.focus {
  color: #333333;
  text-decoration: none;
}
.greenbutton:active,
.greenbutton.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.greenbutton.disabled,
.greenbutton[disabled],
fieldset[disabled] .greenbutton {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.greenbutton.disabled,
fieldset[disabled] a.greenbutton {
  pointer-events: none;
}
.greenbutton:focus,
.greenbutton.focus {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #1d4233;
}
.greenbutton:hover {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #317157;
}
.greenbutton:active,
.greenbutton.active,
.open > .dropdown-toggle.greenbutton {
  color: #ffffff;
  background-color: #3c896a;
  border-color: #317157;
}
.greenbutton:active:hover,
.greenbutton.active:hover,
.open > .dropdown-toggle.greenbutton:hover,
.greenbutton:active:focus,
.greenbutton.active:focus,
.open > .dropdown-toggle.greenbutton:focus,
.greenbutton:active.focus,
.greenbutton.active.focus,
.open > .dropdown-toggle.greenbutton.focus {
  color: #ffffff;
  background-color: #317157;
  border-color: #1d4233;
}
.greenbutton:active,
.greenbutton.active,
.open > .dropdown-toggle.greenbutton {
  background-image: none;
}
.greenbutton.disabled,
.greenbutton[disabled],
fieldset[disabled] .greenbutton,
.greenbutton.disabled:hover,
.greenbutton[disabled]:hover,
fieldset[disabled] .greenbutton:hover,
.greenbutton.disabled:focus,
.greenbutton[disabled]:focus,
fieldset[disabled] .greenbutton:focus,
.greenbutton.disabled.focus,
.greenbutton[disabled].focus,
fieldset[disabled] .greenbutton.focus,
.greenbutton.disabled:active,
.greenbutton[disabled]:active,
fieldset[disabled] .greenbutton:active,
.greenbutton.disabled.active,
.greenbutton[disabled].active,
fieldset[disabled] .greenbutton.active {
  background-color: #4bad85;
  border-color: #439b77;
}
.greenbutton .badge {
  color: #4bad85;
  background-color: #ffffff;
}
.embed-responsive {
  margin-bottom: 20px;
}
.btn {
  margin-top: 10px;
}
/***********************************************/
/* MOBILE APP PAGES */
/***********************************************/
.appleftcol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .appleftcol {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 1200px) {
  .appleftcol {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .appleftcol {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 768px) {
  .appleftcol {
    margin-bottom: 80px;
  }
}
.apprightcol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .apprightcol {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 1200px) {
  .apprightcol {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .apprightcol {
    text-align: left;
    margin-left: 0;
    margin-right: auto;
  }
}
@media (min-width: 992px) {
  .apprightcol {
    margin-top: 40px;
  }
}
.apprightcol ul {
  margin-top: 40px;
}
.appcentercol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .appcentercol {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 768px) {
  .appcentercol {
    float: left;
    width: 83.33333333%;
  }
}
@media (min-width: 992px) {
  .appcentercol {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 992px) {
  .appcentercol {
    float: left;
    width: 66.66666667%;
  }
}
@media (min-width: 1200px) {
  .appcentercol {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 1200px) {
  .appcentercol {
    float: left;
    width: 66.66666667%;
  }
}
/***********************************************/
/* MAIN TEASER */
/***********************************************/
.teaser {
  min-height: 350px;
  max-height: 500px;
  margin-top: -40px;
  margin-bottom: 80px;
  background-image: url(/img/textbausteinverwaltung.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 73% 25%;
  /* focal point */
  position: relative;
  /*while child-divs absolute positioniert werden*/
}
.teasertext {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  display: inline-block;
  top: 60px;
  padding: 0px 20px 5px 20px;
}
.teasertext h1 {
  margin-top: 11px;
}
@media (max-width: 767px) {
  .teasertext {
    top: 20px;
    width: 60%;
  }
  .teasertext h1 {
    font-size: 20px;
  }
}
.teasergroup {
  position: absolute;
  bottom: 0px;
  margin-left: 15px;
}
.windowsbox {
  background-color: #0078d7;
}
.windowsbox .icon-windows {
  color: #fff;
}
.androidbox {
  background-color: #78c257;
}
.androidbox .icon-android {
  color: #fff;
}
.iosbox {
  background-color: #0a0a0a;
}
.iosbox .icon-apple {
  color: #fff;
}
.osxbox {
  background-color: #777777;
}
.osxbox .icon-apple {
  color: #fff;
}
.windowsbox,
.androidbox,
.iosbox,
.osxbox {
  float: left;
  bottom: 0px;
  padding: 10px;
  text-align: center;
  margin-right: 10px;
}
.windowsbox a,
.androidbox a,
.iosbox a,
.osxbox a {
  color: #fff;
}
.satisfaction {
  text-align: center;
  padding: 20px;
  margin-top: 200px;
  background-color: #FFF0BF;
  max-width: 250px;
}
.satisfaction h2 {
  margin-top: 0;
}
body {
  background-color: #fdfdfd;
}
/***********************************************/
/* Link Icons */
/***********************************************/
/*http://askthecssguy.com/articles/showing-hyperlink-cues-with-css/*/
a[href$='.pdf'] {
  padding-left: 22px;
  background: transparent url(/img/pdflogo.png) no-repeat center left;
  background-size: contain;
}
/*a[href $='.zip'] {
 padding-left: 22px;
 background: transparent url(/img/zip.png) no-repeat center left;
 background-size: contain;
}*/
/***********************************************/
/* basic text formatting */
/***********************************************/
body {
  color: #444455;
}
h1,
h2,
h3,
h4 {
  letter-spacing: -1px;
  overflow: hidden;
  line-height: 1.3;
  color: #000;
}
h1 {
  margin-top: 0px;
}
h2 {
  margin-top: 45px;
}
h2:nth-child(1) {
  margin-top: 0px;
}
h3,
h4,
h5 {
  margin-top: 20px;
}
h6 {
  font-weight: bold;
}
ul,
ol {
  padding-left: 10px;
}
.manmaincol h1,
.mantocmobilecol h1,
.mantocdesktopcol h1 {
  font-size: 28px;
}
.manmaincol h2,
.mantocmobilecol h2,
.mantocdesktopcol h2 {
  font-size: 24px;
}
.manmaincol h3,
.mantocmobilecol h3,
.mantocdesktopcol h3 {
  font-size: 22px;
  margin-top: 40px;
}
.manmaincol h4,
.mantocmobilecol h4,
.mantocdesktopcol h4 {
  font-size: 20px;
  margin-top: 40px;
}
.manmaincol h5,
.mantocmobilecol h5,
.mantocdesktopcol h5 {
  font-weight: bold;
}
.manmaincol h6,
.mantocmobilecol h6,
.mantocdesktopcol h6 {
  margin-top: 40px;
}
/*Für Shop Table*/
.icon-ok {
  font-size: 1.7em;
  color: #4bad85;
}
/***********************************************/
/* Unordered list bullets */
/***********************************************/
ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 14px;
}
ul li {
  position: relative;
  list-style: none;
  padding-left: 14px;
  margin: 0px 0px 14px 0px;
  text-align: left;
}
ul li:before {
  content: "\f054";
  font-family: 'Fontello';
  position: absolute;
  left: 0px;
  top: 2px;
  font-size: 12px;
  color: #3e78b3;
}
/*Reset nav ul*/
/*.sidenav ul {.nav; .nav-pills; .nav-stacked;}*/
ul.nav li:before,
footer li:before,
.list-unstyled li:before,
ul.sidenav li:before,
li.list:before {
  content: normal;
}
/*li.list ist für phplist reset*/
ul.sidenav {
  padding: 0;
  margin: 0px;
}
ul.sidenav li,
footer li,
.list-unstyled li {
  padding-left: 0;
  margin-left: 0px;
}
ul.nav li {
  padding: 0px;
  margin: 0px;
}
ul.dropdown-menu {
  padding: 10px 0;
  margin: 0;
  /*padding bestimmt highlighter fläche*/
  /*Trennlinie im drop-down menu*/
  /*Drop-down Überschriften*/
}
ul.dropdown-menu li {
  padding: 0;
  margin: 0px;
}
ul.dropdown-menu li a {
  padding: 10px 20px;
  margin: 0px;
}
ul.dropdown-menu li.divider {
  padding: 1px 0;
  margin: 5px;
}
ul.dropdown-menu li.dropdown-header {
  padding-left: 15px;
  margin: 10px;
}
.navbar-nav > li > a {
  padding: 10px 10px;
}
/*dividers nicht nur in nicht-drop-downs, sondern auch für side menu*/
li.divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
@media (max-width: 767px) {
  .ul-xs-center {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
.ul-center {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
/***********************************************/
/* TOCIFY */
/***********************************************/
ul.tocify-header {
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 15px;
}
ul.tocify-subheader {
  margin-left: 20px;
  margin-top: 0px;
}
ul.tocify-subheader li {
  font-weight: normal;
}
li.tocify-item.active a {
  color: #315f8d;
  border-left: solid medium #315f8d;
}
li.tocify-item a {
  color: #709ecd;
  padding: 5px;
}
/*************************************************/
/* Affix (for tocify) 							 */
/* ACHTUNG: Darf nicht für DIVS mit push column */
/*************************************************/
.affix-top {
  position: relative;
  margin-top: 20px;
}
.affix {
  overflow: hidden;
  position: fixed;
  top: 20px;
}
.affix-bottom {
  position: relative;
  overflow: hidden;
}
/***********************************************/
/* Special icons */
/***********************************************/
li.info,
p.info {
  padding-left: 25px;
  position: relative;
  list-style: none;
}
ul li.info:before,
p.info:before {
  content: "\f05a";
  font-family: 'Fontello';
  position: absolute;
  left: 0px;
  top: -4px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #3e78b3;
}
ul li.question,
p.question {
  padding-left: 25px;
  position: relative;
  list-style: none;
}
p.question {
  font-weight: bold;
}
ul li.question:before,
p.question:before {
  content: "\f059";
  font-family: 'Fontello';
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #3e78b3;
}
ul li.answer,
p.answer {
  padding-left: 25px;
  position: relative;
  list-style: none;
}
ul li.answer:before,
p.answer:before {
  content: "\f06a";
  font-family: 'Fontello';
  position: absolute;
  left: 0px;
  top: -2px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #4bad85;
}
ul li.warn,
p.warn {
  padding-left: 25px;
  position: relative;
  list-style: none;
}
ul li.warn:before,
p.warn:before {
  content: "\f071";
  font-family: 'Fontello';
  position: absolute;
  left: 0px;
  top: -3px;
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  color: #eab765;
  border: none;
}
ul li.trick,
p.trick {
  padding-left: 25px;
  position: relative;
  list-style: none;
}
ul li.trick:before,
p.trick:before {
  content: "\f0eb";
  font-family: 'Fontello';
  position: absolute;
  left: 4px;
  top: -3px;
  font-size: 19px;
  font-style: normal;
  font-weight: normal;
  color: #4bad85;
  border: none;
}
p.video:before,
a.video:before {
  content: "\f16a";
  font-family: 'Fontello';
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  color: #4bad85;
}
p.video,
a.video {
  padding-left: 27px;
  position: relative;
  list-style: none;
}
ul.info,
ul.warn,
ul.trick,
ul.video {
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
}
ul.checklist li:before {
  content: "\f00c";
  font-family: 'Fontello';
  position: absolute;
  left: 0px;
  top: -5px;
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  color: #4bad85;
}
ul.checklist li {
  text-align: left;
  padding-left: 27px;
  position: relative;
  list-style: none;
}
/*CHANGELOG PREFIXES*/
li.clfix,
li.clnew,
li.clneu {
  padding-left: 50px;
  position: relative;
  list-style: none;
}
li.clfix:before,
li.clnew:before,
li.clneu:before {
  font-weight: bold;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: center;
  color: #FFF;
  top: 2px;
  width: 40px;
  padding: 1px 6px;
  position: absolute;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
li.clfix:before {
  content: "FIX";
  background-color: #cc4c33;
}
li.clnew:before {
  content: "NEW";
  background-color: #4bad85;
}
li.clneu:before {
  content: "NEU";
  background-color: #4bad85;
}
/***********************************************/
/* Table classes */
/***********************************************/
.table-center {
  text-align: center;
}
.table-right {
  text-align: right;
}
/*http://stackoverflow.com/a/10688485 */
.table-nonfluid {
  width: auto !important;
}
/*Versatz in Tabellen weg*/
.table ul {
  margin-top: 0px;
}
.table li {
  margin-left: 0px;
}
/***********************************************/
/* Footer */
/***********************************************/
.footer {
  background-color: #f5f5f5;
  border-top: 2px solid #a9c5e1;
  /*li i {color: @pexblue;}*/
}
.footer ul {
  padding-left: 0;
  list-style: none;
}
.footerrow {
  margin-left: -30px;
  margin-right: -30px;
  padding: 30px 0 20px 0;
}
.footerrow h4 {
  margin-top: 0px;
}
.footercol {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footercol {
    float: left;
    width: 25%;
  }
}
.footercol img {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.footercol ul {
  max-width: 350px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .footercol ul {
    max-width: 600px;
  }
}
.footercol ul,
.footercol ul li {
  list-style-type: none;
  text-align: center;
}
.footercolen {
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .footercolen {
    float: left;
    width: 33.33333333%;
  }
}
.footercolen img {
  max-width: 100%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.footercolen ul {
  max-width: 350px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 768px) {
  .footercolen ul {
    max-width: 600px;
  }
}
.footercolen ul,
.footercolen ul li {
  list-style-type: none;
  text-align: center;
}
.subfooter {
  background-color: #434343;
  padding: 20px 0;
}
.subfooterrow {
  margin-left: -30px;
  margin-right: -30px;
}
.subfootercol {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
.subfootercol footer ul,
.subfootercol footer li {
  list-style-type: none;
}
.subfootercol p,
.subfootercol a,
.subfootercol a:hover {
  color: #fefefe;
  margin: 5px 0;
  text-align: center;
}
.footermig {
  max-height: 70px;
  margin-top: 15px;
}
.fbbox {
  background-color: #45619d;
}
.twbox {
  background-color: #55acee;
}
.ytbox {
  background-color: #e62016;
}
.fbbox,
.twbox,
.ytbox {
  display: inline-block;
  padding: 4px;
  margin-right: 10px;
}
.fbbox a,
.twbox a,
.ytbox a {
  color: #fff;
}
/***********************************************/
/* OL Wizard */
/***********************************************/
ol.wizard li img {
  vertical-align: top;
}
ol.wizard {
  list-style-type: none;
  list-style-type: decimal !ie;
  /*IE 7- hack*/
  margin: 25px 0 30px 20px;
  padding: 0;
  counter-reset: li-counter;
}
ol.wizard > li {
  position: relative;
  padding-left: 0.7em;
  margin-bottom: 15px;
}
ol.wizard > li:before {
  position: absolute;
  top: 0;
  left: -1em;
  width: 0.8em;
  font-size: 1.5em;
  line-height: 1;
  font-weight: bold;
  text-align: right;
  color: #3e78b3;
  content: counter(li-counter);
  counter-increment: li-counter;
}
.yellowmarker {
  background-color: #E5EB00;
}
.new {
  background-color: #093;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.pro {
  background-color: #C09;
  color: #FFF;
  font-weight: bold;
  padding: 2px 4px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  display: inline;
}
.inlineimg {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .screenshot {
    margin-left: -10px;
  }
}
/* Links for Headlines*/
abbr,
acronym,
.help,
a.hoverlink:hover {
  cursor: help;
}
.minitext {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
}
.block {
  padding-left: 30px;
  padding-right: 20px;
}
p.testimonials {
  margin-bottom: 50px;
}
/*for reserved words like "secondary PC"*/
.def {
  font-weight: bold;
}
/*for reserved commands like "activate screen"*/
.cmd,
.menuitem,
.menu {
  font-weight: bold;
  font-style: italic;
}
/*for filenames*/
.file {
  font-style: italic;
}
.imgpromo {
  float: left;
  margin: 0px 60px 20px 0;
}
.imgfloatleft {
  float: left;
  margin: 5px 20px 10px 0;
}
.promotext {
  margin-top: 30px;
}
.imgmanual {
  margin: 10px 10px 10px 0px;
  clear: both;
}
/* content box properties */
.awards {
  text-align: center;
}
.awards p {
  margin-bottom: 30px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small;
}
.imgmargin {
  margin: 0 10px 10px 0;
  float: left;
}
/*General info box */
.infobox,
.yellowbox {
  background-color: #f5f5f5;
  border: 1px solid #DFDFDF;
  padding: 0px;
  margin: 20px 0px;
}
.infobox h3,
.yellowbox h3 {
  background-color: #3e78b3;
  color: #fff;
  padding: 5px 20px;
  margin: 0;
  font-weight: bold;
}
.infobox h3 a,
.yellowbox h3 a {
  color: #fff;
}
.infobox ul,
.yellowbox ul,
.infobox p,
.yellowbox p {
  padding: 10px 20px 1px 20px;
}
.yellowbox h3 {
  background-color: #eab765;
  color: #000;
}
/*Warning box */
.warnbox_de,
.warnbox_en {
  background-color: #faedeb;
  border: 1px solid #cc4c33;
  padding: 0px;
  margin: 20px 0px;
}
.warnbox_de ul,
.warnbox_en ul,
.warnbox_de p,
.warnbox_en p,
.warnbox_de h3,
.warnbox_en h3 {
  padding: 10px 20px 1px 20px;
}
.warnbox_de::before,
.warnbox_en::before {
  display: block;
  font-weight: bold;
  color: #fff;
  background-color: #cc4c33;
  padding: 5px 20px;
}
.warnbox_de::before {
  content: "Wichtig!";
}
.warnbox_en::before {
  content: "Important";
}
/*Download page OS logos*/
.dlosbox p,
.dlosbox h2 {
  margin-bottom: 30px;
}
.dlosbox img {
  width: 200px;
}
/*Notepad box */
.notepad_de,
.notepad_en {
  background-color: #fefefe;
  border: 1px solid #000066;
  padding: 0 0 40px 0;
  margin: 20px 0px;
  width: 80%;
  font-family: "Courier New", Courier, monospace;
  font-style: normal;
}
.notepad_de p,
.notepad_en p,
.notepad_de img,
.notepad_en img {
  padding: 0 10px;
}
.notepad_de p:first-child,
.notepad_en p:first-child,
.notepad_de img:first-child,
.notepad_en img:first-child {
  padding-top: 10px;
}
.notepad_de::before,
.notepad_en::before {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #3e78b3;
  padding: 5px 10px;
}
.notepad_de::before {
  content: "Editor";
}
.notepad_en::before {
  content: "Notepad";
}
/*Phrase contents box */
.pexedit_de,
.pexedit_en {
  background-color: #fefefe;
  border: 1px solid #D3D3D3;
  padding: 0px;
  margin: 20px 0px;
}
.pexedit_de p,
.pexedit_en p {
  padding: 10px;
}
.pexedit_de::before,
.pexedit_en::before {
  display: block;
  font-weight: bold;
  background-color: #D3D3D3;
  padding: 5px 10px;
}
.pexedit_de::before {
  content: "Textbausteininhalt";
}
.pexedit_en::before {
  content: "Phrase Contents";
}
.how {
  margin-top: 25px;
}
.how h2,
.how p {
  margin-left: 130px;
  margin-top: 0;
  padding-top: 0;
  clear: none;
}
.how img {
  float: left;
}
.how div {
  clear: both;
  padding-bottom: 1px;
}
em.menuitem,
span.menuitem {
  font-style: italic;
  font-weight: bold;
}
em.type,
span.type,
p.type,
span.parameter {
  font-family: "Courier New", Courier, monospace;
  font-style: normal;
}
.hotkey,
kbd {
  background-color: #eeeeee;
  color: #333333;
  margin-left: 2px;
  margin-right: 2px;
  padding: 1px 4px;
  border: 1px solid;
  border-color: #dfdfdf #cacaca #cacaca #dfdfdf ;
  font-size: 14px;
  font-weight: bold;
}
.contextmenuhighlighted {
  color: #FFFFFF;
  background-color: #333366;
  padding: 4px;
}
.contextmenu p {
  padding: 2px;
  margin: 0px;
}
.clear {
  clear: both;
}
.macro,
.macroparam,
.macrovalue,
.EmbeddedMacro,
.EmbeddedMacro2,
.EmbeddedMacro3 {
  font-family: "Courier New", Courier, monospace;
  font-style: normal;
}
.macrovalue {
  font-style: italic;
}
.EmbeddedMacro {
  background-color: #E8FFE8;
  /*display: inline;*/
}
.EmbeddedMacro2 {
  background-color: #CDD7FE;
}
.EmbeddedMacro3 {
  background-color: #FFECF8;
}
/***********************************************/
/* Scroll to top button */
/***********************************************/
.scroll-top {
  /*bei smartphones kann man oben tippen für top*/
  position: fixed;
  opacity: 0;
  visibility: hidden;
  z-index: 99999999;
  right: 20px;
  bottom: 100px;
  width: 50px;
  height: 50px;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(49, 95, 141, 0.2);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-align: center;
}
@media (max-width: 767px) {
  .scroll-top {
    display: none !important;
  }
}
.scroll-top .icon-up-open {
  font-size: 2em;
}
.scroll-top:hover {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(49, 95, 141, 0.8);
}
.scroll-top.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}
/***********************************************/
/* Tooltip (for shop)						 */
/* http://www.menucool.com/tooltip/css-tooltip */
/***********************************************/
a.ttip {
  outline: none;
}
a.ttip:hover {
  text-decoration: none;
}
a.ttip span {
  z-index: 100;
  display: none;
  padding: 14px 20px;
  margin-top: -30px;
  margin-left: 28px;
  width: 300px;
  border-radius: 4px;
  box-shadow: 5px 5px 8px #CCC;
}
@media (max-width: 767px) {
  a.ttip span {
    display: none !important;
  }
}
a.ttip:hover span {
  display: inline;
  position: absolute;
  color: #111;
  border: 1px solid #DCA;
  background: #fffAF0;
}
/***********************************************/
/* Customer quotes: 						 */
/***********************************************/
.quoterow {
  margin-left: -30px;
  margin-right: -30px;
  padding: 40px 0 20px 0;
}
.quoteimgcol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .quoteimgcol {
    float: left;
    width: 25%;
  }
}
.quoteimgcol img {
  max-width: 140px;
}
.quotecol {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .quotecol {
    float: left;
    width: 75%;
  }
}
blockquote {
  font-family: Georgia, serif;
  font-size: 18px;
  font-style: italic;
  margin: 2rem 0;
  padding: 0 0 0 50px;
  position: relative;
  border: none;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -20px;
  color: #3e78b3;
}
blockquote cite {
  color: #999999;
  font-size: 16px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
/***********************************************/
/* SHOP TABLE 						 */
/***********************************************/
table.shoptable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}
table.shoptable > thead > tr > th,
table.shoptable > tbody > tr > th,
table.shoptable > tfoot > tr > th,
table.shoptable > thead > tr > td,
table.shoptable > tbody > tr > td,
table.shoptable > tfoot > tr > td {
  padding: 10px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
table.shoptable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
table.shoptable > caption + thead > tr:first-child > th,
table.shoptable > colgroup + thead > tr:first-child > th,
table.shoptable > thead:first-child > tr:first-child > th,
table.shoptable > caption + thead > tr:first-child > td,
table.shoptable > colgroup + thead > tr:first-child > td,
table.shoptable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table.shoptable > tbody + tbody {
  border-top: 2px solid #dddddd;
}
table.shoptable .table {
  background-color: #ffffff;
}
table.shoptable ul {
  margin-top: 0px;
}
table.shoptable li {
  margin-left: 0px;
}
table.shoptable > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
table.shoptable > thead th,
table.shoptable tr th,
table.shoptable > thead td,
table.shoptable tr td {
  text-align: center;
  min-width: 150px;
}
table.shoptable > thead td:nth-child(1),
table.shoptable tr td:nth-child(1) {
  text-align: left;
}
table.shoptable > thead td a,
table.shoptable tr td a {
  vertical-align: middle;
}
table.shoptable .discounttext {
  font-weight: bold;
  color: #4bad85;
}
table.shoptable .discountprice {
  color: #4bad85;
  text-decoration: line-through;
}
table.shoptable th {
  font-size: 20px;
}
.mainttip {
  text-align: center !important;
  font-weight: bold;
  color: #4bad85;
}
.tbdeluxe {
  display: none;
}
