/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /* a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  // Don't show links for images, or javascript/internal links
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  } */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm .5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Source Sans Pro", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  color: #424242;
  background-color: transparent;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #424242;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #f21c0a;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.35;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  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;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Source Sans Pro", Arial, sans-serif;
  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: #dddddd;
}
h1,
h2,
h3 {
  margin-top: 21px;
  margin-bottom: 10.5px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 10.5px;
  margin-bottom: 10.5px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 10.5px;
}
.lead {
  margin-bottom: 21px;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #dddddd;
}
.text-primary {
  color: #428bca;
}
.text-primary:hover {
  color: #3071a9;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
.text-danger:hover {
  color: #843534;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10.5px;
}
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;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 21px;
}
dt,
dd {
  line-height: 1.35;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dddddd;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10.5px 21px;
  margin: 0 0 21px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.35;
  color: #dddddd;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 21px;
  font-style: normal;
  line-height: 1.35;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
pre {
  display: block;
  padding: 10px;
  margin: 0 0 10.5px;
  font-size: 15px;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
  color: #7b7b7b;
  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: 11.5px;
  padding-right: 11.5px;
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 966px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 966px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 966px;
  }
}
.row {
  margin-left: -11.5px;
  margin-right: -11.5px;
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-13, .col-sm-13, .col-md-13, .col-lg-13, .col-xs-14, .col-sm-14, .col-md-14, .col-lg-14, .col-xs-15, .col-sm-15, .col-md-15, .col-lg-15, .col-xs-16, .col-sm-16, .col-md-16, .col-lg-16, .col-xs-17, .col-sm-17, .col-md-17, .col-lg-17, .col-xs-18, .col-sm-18, .col-md-18, .col-lg-18, .col-xs-19, .col-sm-19, .col-md-19, .col-lg-19, .col-xs-20, .col-sm-20, .col-md-20, .col-lg-20, .col-xs-21, .col-sm-21, .col-md-21, .col-lg-21, .col-xs-22, .col-sm-22, .col-md-22, .col-lg-22, .col-xs-23, .col-sm-23, .col-md-23, .col-lg-23 {
  position: relative;
  min-height: 1px;
  padding-left: 11.5px;
  padding-right: 11.5px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-13, .col-xs-14, .col-xs-15, .col-xs-16, .col-xs-17, .col-xs-18, .col-xs-19, .col-xs-20, .col-xs-21, .col-xs-22, .col-xs-23 {
  float: left;
}
.col-xs-23 {
  width: 100%;
}
.col-xs-22 {
  width: 95.65217391304348%;
}
.col-xs-21 {
  width: 91.30434782608695%;
}
.col-xs-20 {
  width: 86.95652173913044%;
}
.col-xs-19 {
  width: 82.6086956521739%;
}
.col-xs-18 {
  width: 78.26086956521739%;
}
.col-xs-17 {
  width: 73.91304347826086%;
}
.col-xs-16 {
  width: 69.56521739130434%;
}
.col-xs-15 {
  width: 65.21739130434783%;
}
.col-xs-14 {
  width: 60.86956521739131%;
}
.col-xs-13 {
  width: 56.52173913043478%;
}
.col-xs-12 {
  width: 52.17391304347826%;
}
.col-xs-11 {
  width: 47.82608695652174%;
}
.col-xs-10 {
  width: 43.47826086956522%;
}
.col-xs-9 {
  width: 39.130434782608695%;
}
.col-xs-8 {
  width: 34.78260869565217%;
}
.col-xs-7 {
  width: 30.434782608695656%;
}
.col-xs-6 {
  width: 26.08695652173913%;
}
.col-xs-5 {
  width: 21.73913043478261%;
}
.col-xs-4 {
  width: 17.391304347826086%;
}
.col-xs-3 {
  width: 13.043478260869565%;
}
.col-xs-2 {
  width: 8.695652173913043%;
}
.col-xs-1 {
  width: 4.3478260869565215%;
}
.col-xs-pull-23 {
  right: 100%;
}
.col-xs-pull-22 {
  right: 95.65217391304348%;
}
.col-xs-pull-21 {
  right: 91.30434782608695%;
}
.col-xs-pull-20 {
  right: 86.95652173913044%;
}
.col-xs-pull-19 {
  right: 82.6086956521739%;
}
.col-xs-pull-18 {
  right: 78.26086956521739%;
}
.col-xs-pull-17 {
  right: 73.91304347826086%;
}
.col-xs-pull-16 {
  right: 69.56521739130434%;
}
.col-xs-pull-15 {
  right: 65.21739130434783%;
}
.col-xs-pull-14 {
  right: 60.86956521739131%;
}
.col-xs-pull-13 {
  right: 56.52173913043478%;
}
.col-xs-pull-12 {
  right: 52.17391304347826%;
}
.col-xs-pull-11 {
  right: 47.82608695652174%;
}
.col-xs-pull-10 {
  right: 43.47826086956522%;
}
.col-xs-pull-9 {
  right: 39.130434782608695%;
}
.col-xs-pull-8 {
  right: 34.78260869565217%;
}
.col-xs-pull-7 {
  right: 30.434782608695656%;
}
.col-xs-pull-6 {
  right: 26.08695652173913%;
}
.col-xs-pull-5 {
  right: 21.73913043478261%;
}
.col-xs-pull-4 {
  right: 17.391304347826086%;
}
.col-xs-pull-3 {
  right: 13.043478260869565%;
}
.col-xs-pull-2 {
  right: 8.695652173913043%;
}
.col-xs-pull-1 {
  right: 4.3478260869565215%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-23 {
  left: 100%;
}
.col-xs-push-22 {
  left: 95.65217391304348%;
}
.col-xs-push-21 {
  left: 91.30434782608695%;
}
.col-xs-push-20 {
  left: 86.95652173913044%;
}
.col-xs-push-19 {
  left: 82.6086956521739%;
}
.col-xs-push-18 {
  left: 78.26086956521739%;
}
.col-xs-push-17 {
  left: 73.91304347826086%;
}
.col-xs-push-16 {
  left: 69.56521739130434%;
}
.col-xs-push-15 {
  left: 65.21739130434783%;
}
.col-xs-push-14 {
  left: 60.86956521739131%;
}
.col-xs-push-13 {
  left: 56.52173913043478%;
}
.col-xs-push-12 {
  left: 52.17391304347826%;
}
.col-xs-push-11 {
  left: 47.82608695652174%;
}
.col-xs-push-10 {
  left: 43.47826086956522%;
}
.col-xs-push-9 {
  left: 39.130434782608695%;
}
.col-xs-push-8 {
  left: 34.78260869565217%;
}
.col-xs-push-7 {
  left: 30.434782608695656%;
}
.col-xs-push-6 {
  left: 26.08695652173913%;
}
.col-xs-push-5 {
  left: 21.73913043478261%;
}
.col-xs-push-4 {
  left: 17.391304347826086%;
}
.col-xs-push-3 {
  left: 13.043478260869565%;
}
.col-xs-push-2 {
  left: 8.695652173913043%;
}
.col-xs-push-1 {
  left: 4.3478260869565215%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-23 {
  margin-left: 100%;
}
.col-xs-offset-22 {
  margin-left: 95.65217391304348%;
}
.col-xs-offset-21 {
  margin-left: 91.30434782608695%;
}
.col-xs-offset-20 {
  margin-left: 86.95652173913044%;
}
.col-xs-offset-19 {
  margin-left: 82.6086956521739%;
}
.col-xs-offset-18 {
  margin-left: 78.26086956521739%;
}
.col-xs-offset-17 {
  margin-left: 73.91304347826086%;
}
.col-xs-offset-16 {
  margin-left: 69.56521739130434%;
}
.col-xs-offset-15 {
  margin-left: 65.21739130434783%;
}
.col-xs-offset-14 {
  margin-left: 60.86956521739131%;
}
.col-xs-offset-13 {
  margin-left: 56.52173913043478%;
}
.col-xs-offset-12 {
  margin-left: 52.17391304347826%;
}
.col-xs-offset-11 {
  margin-left: 47.82608695652174%;
}
.col-xs-offset-10 {
  margin-left: 43.47826086956522%;
}
.col-xs-offset-9 {
  margin-left: 39.130434782608695%;
}
.col-xs-offset-8 {
  margin-left: 34.78260869565217%;
}
.col-xs-offset-7 {
  margin-left: 30.434782608695656%;
}
.col-xs-offset-6 {
  margin-left: 26.08695652173913%;
}
.col-xs-offset-5 {
  margin-left: 21.73913043478261%;
}
.col-xs-offset-4 {
  margin-left: 17.391304347826086%;
}
.col-xs-offset-3 {
  margin-left: 13.043478260869565%;
}
.col-xs-offset-2 {
  margin-left: 8.695652173913043%;
}
.col-xs-offset-1 {
  margin-left: 4.3478260869565215%;
}
.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, .col-sm-13, .col-sm-14, .col-sm-15, .col-sm-16, .col-sm-17, .col-sm-18, .col-sm-19, .col-sm-20, .col-sm-21, .col-sm-22, .col-sm-23 {
    float: left;
  }
  .col-sm-23 {
    width: 100%;
  }
  .col-sm-22 {
    width: 95.65217391304348%;
  }
  .col-sm-21 {
    width: 91.30434782608695%;
  }
  .col-sm-20 {
    width: 86.95652173913044%;
  }
  .col-sm-19 {
    width: 82.6086956521739%;
  }
  .col-sm-18 {
    width: 78.26086956521739%;
  }
  .col-sm-17 {
    width: 73.91304347826086%;
  }
  .col-sm-16 {
    width: 69.56521739130434%;
  }
  .col-sm-15 {
    width: 65.21739130434783%;
  }
  .col-sm-14 {
    width: 60.86956521739131%;
  }
  .col-sm-13 {
    width: 56.52173913043478%;
  }
  .col-sm-12 {
    width: 52.17391304347826%;
  }
  .col-sm-11 {
    width: 47.82608695652174%;
  }
  .col-sm-10 {
    width: 43.47826086956522%;
  }
  .col-sm-9 {
    width: 39.130434782608695%;
  }
  .col-sm-8 {
    width: 34.78260869565217%;
  }
  .col-sm-7 {
    width: 30.434782608695656%;
  }
  .col-sm-6 {
    width: 26.08695652173913%;
  }
  .col-sm-5 {
    width: 21.73913043478261%;
  }
  .col-sm-4 {
    width: 17.391304347826086%;
  }
  .col-sm-3 {
    width: 13.043478260869565%;
  }
  .col-sm-2 {
    width: 8.695652173913043%;
  }
  .col-sm-1 {
    width: 4.3478260869565215%;
  }
  .col-sm-pull-23 {
    right: 100%;
  }
  .col-sm-pull-22 {
    right: 95.65217391304348%;
  }
  .col-sm-pull-21 {
    right: 91.30434782608695%;
  }
  .col-sm-pull-20 {
    right: 86.95652173913044%;
  }
  .col-sm-pull-19 {
    right: 82.6086956521739%;
  }
  .col-sm-pull-18 {
    right: 78.26086956521739%;
  }
  .col-sm-pull-17 {
    right: 73.91304347826086%;
  }
  .col-sm-pull-16 {
    right: 69.56521739130434%;
  }
  .col-sm-pull-15 {
    right: 65.21739130434783%;
  }
  .col-sm-pull-14 {
    right: 60.86956521739131%;
  }
  .col-sm-pull-13 {
    right: 56.52173913043478%;
  }
  .col-sm-pull-12 {
    right: 52.17391304347826%;
  }
  .col-sm-pull-11 {
    right: 47.82608695652174%;
  }
  .col-sm-pull-10 {
    right: 43.47826086956522%;
  }
  .col-sm-pull-9 {
    right: 39.130434782608695%;
  }
  .col-sm-pull-8 {
    right: 34.78260869565217%;
  }
  .col-sm-pull-7 {
    right: 30.434782608695656%;
  }
  .col-sm-pull-6 {
    right: 26.08695652173913%;
  }
  .col-sm-pull-5 {
    right: 21.73913043478261%;
  }
  .col-sm-pull-4 {
    right: 17.391304347826086%;
  }
  .col-sm-pull-3 {
    right: 13.043478260869565%;
  }
  .col-sm-pull-2 {
    right: 8.695652173913043%;
  }
  .col-sm-pull-1 {
    right: 4.3478260869565215%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-23 {
    left: 100%;
  }
  .col-sm-push-22 {
    left: 95.65217391304348%;
  }
  .col-sm-push-21 {
    left: 91.30434782608695%;
  }
  .col-sm-push-20 {
    left: 86.95652173913044%;
  }
  .col-sm-push-19 {
    left: 82.6086956521739%;
  }
  .col-sm-push-18 {
    left: 78.26086956521739%;
  }
  .col-sm-push-17 {
    left: 73.91304347826086%;
  }
  .col-sm-push-16 {
    left: 69.56521739130434%;
  }
  .col-sm-push-15 {
    left: 65.21739130434783%;
  }
  .col-sm-push-14 {
    left: 60.86956521739131%;
  }
  .col-sm-push-13 {
    left: 56.52173913043478%;
  }
  .col-sm-push-12 {
    left: 52.17391304347826%;
  }
  .col-sm-push-11 {
    left: 47.82608695652174%;
  }
  .col-sm-push-10 {
    left: 43.47826086956522%;
  }
  .col-sm-push-9 {
    left: 39.130434782608695%;
  }
  .col-sm-push-8 {
    left: 34.78260869565217%;
  }
  .col-sm-push-7 {
    left: 30.434782608695656%;
  }
  .col-sm-push-6 {
    left: 26.08695652173913%;
  }
  .col-sm-push-5 {
    left: 21.73913043478261%;
  }
  .col-sm-push-4 {
    left: 17.391304347826086%;
  }
  .col-sm-push-3 {
    left: 13.043478260869565%;
  }
  .col-sm-push-2 {
    left: 8.695652173913043%;
  }
  .col-sm-push-1 {
    left: 4.3478260869565215%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-23 {
    margin-left: 100%;
  }
  .col-sm-offset-22 {
    margin-left: 95.65217391304348%;
  }
  .col-sm-offset-21 {
    margin-left: 91.30434782608695%;
  }
  .col-sm-offset-20 {
    margin-left: 86.95652173913044%;
  }
  .col-sm-offset-19 {
    margin-left: 82.6086956521739%;
  }
  .col-sm-offset-18 {
    margin-left: 78.26086956521739%;
  }
  .col-sm-offset-17 {
    margin-left: 73.91304347826086%;
  }
  .col-sm-offset-16 {
    margin-left: 69.56521739130434%;
  }
  .col-sm-offset-15 {
    margin-left: 65.21739130434783%;
  }
  .col-sm-offset-14 {
    margin-left: 60.86956521739131%;
  }
  .col-sm-offset-13 {
    margin-left: 56.52173913043478%;
  }
  .col-sm-offset-12 {
    margin-left: 52.17391304347826%;
  }
  .col-sm-offset-11 {
    margin-left: 47.82608695652174%;
  }
  .col-sm-offset-10 {
    margin-left: 43.47826086956522%;
  }
  .col-sm-offset-9 {
    margin-left: 39.130434782608695%;
  }
  .col-sm-offset-8 {
    margin-left: 34.78260869565217%;
  }
  .col-sm-offset-7 {
    margin-left: 30.434782608695656%;
  }
  .col-sm-offset-6 {
    margin-left: 26.08695652173913%;
  }
  .col-sm-offset-5 {
    margin-left: 21.73913043478261%;
  }
  .col-sm-offset-4 {
    margin-left: 17.391304347826086%;
  }
  .col-sm-offset-3 {
    margin-left: 13.043478260869565%;
  }
  .col-sm-offset-2 {
    margin-left: 8.695652173913043%;
  }
  .col-sm-offset-1 {
    margin-left: 4.3478260869565215%;
  }
  .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, .col-md-13, .col-md-14, .col-md-15, .col-md-16, .col-md-17, .col-md-18, .col-md-19, .col-md-20, .col-md-21, .col-md-22, .col-md-23 {
    float: left;
  }
  .col-md-23 {
    width: 100%;
  }
  .col-md-22 {
    width: 95.65217391304348%;
  }
  .col-md-21 {
    width: 91.30434782608695%;
  }
  .col-md-20 {
    width: 86.95652173913044%;
  }
  .col-md-19 {
    width: 82.6086956521739%;
  }
  .col-md-18 {
    width: 78.26086956521739%;
  }
  .col-md-17 {
    width: 73.91304347826086%;
  }
  .col-md-16 {
    width: 69.56521739130434%;
  }
  .col-md-15 {
    width: 65.21739130434783%;
  }
  .col-md-14 {
    width: 60.86956521739131%;
  }
  .col-md-13 {
    width: 56.52173913043478%;
  }
  .col-md-12 {
    width: 52.17391304347826%;
  }
  .col-md-11 {
    width: 47.82608695652174%;
  }
  .col-md-10 {
    width: 43.47826086956522%;
  }
  .col-md-9 {
    width: 39.130434782608695%;
  }
  .col-md-8 {
    width: 34.78260869565217%;
  }
  .col-md-7 {
    width: 30.434782608695656%;
  }
  .col-md-6 {
    width: 26.08695652173913%;
  }
  .col-md-5 {
    width: 21.73913043478261%;
  }
  .col-md-4 {
    width: 17.391304347826086%;
  }
  .col-md-3 {
    width: 13.043478260869565%;
  }
  .col-md-2 {
    width: 8.695652173913043%;
  }
  .col-md-1 {
    width: 4.3478260869565215%;
  }
  .col-md-pull-23 {
    right: 100%;
  }
  .col-md-pull-22 {
    right: 95.65217391304348%;
  }
  .col-md-pull-21 {
    right: 91.30434782608695%;
  }
  .col-md-pull-20 {
    right: 86.95652173913044%;
  }
  .col-md-pull-19 {
    right: 82.6086956521739%;
  }
  .col-md-pull-18 {
    right: 78.26086956521739%;
  }
  .col-md-pull-17 {
    right: 73.91304347826086%;
  }
  .col-md-pull-16 {
    right: 69.56521739130434%;
  }
  .col-md-pull-15 {
    right: 65.21739130434783%;
  }
  .col-md-pull-14 {
    right: 60.86956521739131%;
  }
  .col-md-pull-13 {
    right: 56.52173913043478%;
  }
  .col-md-pull-12 {
    right: 52.17391304347826%;
  }
  .col-md-pull-11 {
    right: 47.82608695652174%;
  }
  .col-md-pull-10 {
    right: 43.47826086956522%;
  }
  .col-md-pull-9 {
    right: 39.130434782608695%;
  }
  .col-md-pull-8 {
    right: 34.78260869565217%;
  }
  .col-md-pull-7 {
    right: 30.434782608695656%;
  }
  .col-md-pull-6 {
    right: 26.08695652173913%;
  }
  .col-md-pull-5 {
    right: 21.73913043478261%;
  }
  .col-md-pull-4 {
    right: 17.391304347826086%;
  }
  .col-md-pull-3 {
    right: 13.043478260869565%;
  }
  .col-md-pull-2 {
    right: 8.695652173913043%;
  }
  .col-md-pull-1 {
    right: 4.3478260869565215%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-23 {
    left: 100%;
  }
  .col-md-push-22 {
    left: 95.65217391304348%;
  }
  .col-md-push-21 {
    left: 91.30434782608695%;
  }
  .col-md-push-20 {
    left: 86.95652173913044%;
  }
  .col-md-push-19 {
    left: 82.6086956521739%;
  }
  .col-md-push-18 {
    left: 78.26086956521739%;
  }
  .col-md-push-17 {
    left: 73.91304347826086%;
  }
  .col-md-push-16 {
    left: 69.56521739130434%;
  }
  .col-md-push-15 {
    left: 65.21739130434783%;
  }
  .col-md-push-14 {
    left: 60.86956521739131%;
  }
  .col-md-push-13 {
    left: 56.52173913043478%;
  }
  .col-md-push-12 {
    left: 52.17391304347826%;
  }
  .col-md-push-11 {
    left: 47.82608695652174%;
  }
  .col-md-push-10 {
    left: 43.47826086956522%;
  }
  .col-md-push-9 {
    left: 39.130434782608695%;
  }
  .col-md-push-8 {
    left: 34.78260869565217%;
  }
  .col-md-push-7 {
    left: 30.434782608695656%;
  }
  .col-md-push-6 {
    left: 26.08695652173913%;
  }
  .col-md-push-5 {
    left: 21.73913043478261%;
  }
  .col-md-push-4 {
    left: 17.391304347826086%;
  }
  .col-md-push-3 {
    left: 13.043478260869565%;
  }
  .col-md-push-2 {
    left: 8.695652173913043%;
  }
  .col-md-push-1 {
    left: 4.3478260869565215%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-23 {
    margin-left: 100%;
  }
  .col-md-offset-22 {
    margin-left: 95.65217391304348%;
  }
  .col-md-offset-21 {
    margin-left: 91.30434782608695%;
  }
  .col-md-offset-20 {
    margin-left: 86.95652173913044%;
  }
  .col-md-offset-19 {
    margin-left: 82.6086956521739%;
  }
  .col-md-offset-18 {
    margin-left: 78.26086956521739%;
  }
  .col-md-offset-17 {
    margin-left: 73.91304347826086%;
  }
  .col-md-offset-16 {
    margin-left: 69.56521739130434%;
  }
  .col-md-offset-15 {
    margin-left: 65.21739130434783%;
  }
  .col-md-offset-14 {
    margin-left: 60.86956521739131%;
  }
  .col-md-offset-13 {
    margin-left: 56.52173913043478%;
  }
  .col-md-offset-12 {
    margin-left: 52.17391304347826%;
  }
  .col-md-offset-11 {
    margin-left: 47.82608695652174%;
  }
  .col-md-offset-10 {
    margin-left: 43.47826086956522%;
  }
  .col-md-offset-9 {
    margin-left: 39.130434782608695%;
  }
  .col-md-offset-8 {
    margin-left: 34.78260869565217%;
  }
  .col-md-offset-7 {
    margin-left: 30.434782608695656%;
  }
  .col-md-offset-6 {
    margin-left: 26.08695652173913%;
  }
  .col-md-offset-5 {
    margin-left: 21.73913043478261%;
  }
  .col-md-offset-4 {
    margin-left: 17.391304347826086%;
  }
  .col-md-offset-3 {
    margin-left: 13.043478260869565%;
  }
  .col-md-offset-2 {
    margin-left: 8.695652173913043%;
  }
  .col-md-offset-1 {
    margin-left: 4.3478260869565215%;
  }
  .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, .col-lg-13, .col-lg-14, .col-lg-15, .col-lg-16, .col-lg-17, .col-lg-18, .col-lg-19, .col-lg-20, .col-lg-21, .col-lg-22, .col-lg-23 {
    float: left;
  }
  .col-lg-23 {
    width: 100%;
  }
  .col-lg-22 {
    width: 95.65217391304348%;
  }
  .col-lg-21 {
    width: 91.30434782608695%;
  }
  .col-lg-20 {
    width: 86.95652173913044%;
  }
  .col-lg-19 {
    width: 82.6086956521739%;
  }
  .col-lg-18 {
    width: 78.26086956521739%;
  }
  .col-lg-17 {
    width: 73.91304347826086%;
  }
  .col-lg-16 {
    width: 69.56521739130434%;
  }
  .col-lg-15 {
    width: 65.21739130434783%;
  }
  .col-lg-14 {
    width: 60.86956521739131%;
  }
  .col-lg-13 {
    width: 56.52173913043478%;
  }
  .col-lg-12 {
    width: 52.17391304347826%;
  }
  .col-lg-11 {
    width: 47.82608695652174%;
  }
  .col-lg-10 {
    width: 43.47826086956522%;
  }
  .col-lg-9 {
    width: 39.130434782608695%;
  }
  .col-lg-8 {
    width: 34.78260869565217%;
  }
  .col-lg-7 {
    width: 30.434782608695656%;
  }
  .col-lg-6 {
    width: 26.08695652173913%;
  }
  .col-lg-5 {
    width: 21.73913043478261%;
  }
  .col-lg-4 {
    width: 17.391304347826086%;
  }
  .col-lg-3 {
    width: 13.043478260869565%;
  }
  .col-lg-2 {
    width: 8.695652173913043%;
  }
  .col-lg-1 {
    width: 4.3478260869565215%;
  }
  .col-lg-pull-23 {
    right: 100%;
  }
  .col-lg-pull-22 {
    right: 95.65217391304348%;
  }
  .col-lg-pull-21 {
    right: 91.30434782608695%;
  }
  .col-lg-pull-20 {
    right: 86.95652173913044%;
  }
  .col-lg-pull-19 {
    right: 82.6086956521739%;
  }
  .col-lg-pull-18 {
    right: 78.26086956521739%;
  }
  .col-lg-pull-17 {
    right: 73.91304347826086%;
  }
  .col-lg-pull-16 {
    right: 69.56521739130434%;
  }
  .col-lg-pull-15 {
    right: 65.21739130434783%;
  }
  .col-lg-pull-14 {
    right: 60.86956521739131%;
  }
  .col-lg-pull-13 {
    right: 56.52173913043478%;
  }
  .col-lg-pull-12 {
    right: 52.17391304347826%;
  }
  .col-lg-pull-11 {
    right: 47.82608695652174%;
  }
  .col-lg-pull-10 {
    right: 43.47826086956522%;
  }
  .col-lg-pull-9 {
    right: 39.130434782608695%;
  }
  .col-lg-pull-8 {
    right: 34.78260869565217%;
  }
  .col-lg-pull-7 {
    right: 30.434782608695656%;
  }
  .col-lg-pull-6 {
    right: 26.08695652173913%;
  }
  .col-lg-pull-5 {
    right: 21.73913043478261%;
  }
  .col-lg-pull-4 {
    right: 17.391304347826086%;
  }
  .col-lg-pull-3 {
    right: 13.043478260869565%;
  }
  .col-lg-pull-2 {
    right: 8.695652173913043%;
  }
  .col-lg-pull-1 {
    right: 4.3478260869565215%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-23 {
    left: 100%;
  }
  .col-lg-push-22 {
    left: 95.65217391304348%;
  }
  .col-lg-push-21 {
    left: 91.30434782608695%;
  }
  .col-lg-push-20 {
    left: 86.95652173913044%;
  }
  .col-lg-push-19 {
    left: 82.6086956521739%;
  }
  .col-lg-push-18 {
    left: 78.26086956521739%;
  }
  .col-lg-push-17 {
    left: 73.91304347826086%;
  }
  .col-lg-push-16 {
    left: 69.56521739130434%;
  }
  .col-lg-push-15 {
    left: 65.21739130434783%;
  }
  .col-lg-push-14 {
    left: 60.86956521739131%;
  }
  .col-lg-push-13 {
    left: 56.52173913043478%;
  }
  .col-lg-push-12 {
    left: 52.17391304347826%;
  }
  .col-lg-push-11 {
    left: 47.82608695652174%;
  }
  .col-lg-push-10 {
    left: 43.47826086956522%;
  }
  .col-lg-push-9 {
    left: 39.130434782608695%;
  }
  .col-lg-push-8 {
    left: 34.78260869565217%;
  }
  .col-lg-push-7 {
    left: 30.434782608695656%;
  }
  .col-lg-push-6 {
    left: 26.08695652173913%;
  }
  .col-lg-push-5 {
    left: 21.73913043478261%;
  }
  .col-lg-push-4 {
    left: 17.391304347826086%;
  }
  .col-lg-push-3 {
    left: 13.043478260869565%;
  }
  .col-lg-push-2 {
    left: 8.695652173913043%;
  }
  .col-lg-push-1 {
    left: 4.3478260869565215%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-23 {
    margin-left: 100%;
  }
  .col-lg-offset-22 {
    margin-left: 95.65217391304348%;
  }
  .col-lg-offset-21 {
    margin-left: 91.30434782608695%;
  }
  .col-lg-offset-20 {
    margin-left: 86.95652173913044%;
  }
  .col-lg-offset-19 {
    margin-left: 82.6086956521739%;
  }
  .col-lg-offset-18 {
    margin-left: 78.26086956521739%;
  }
  .col-lg-offset-17 {
    margin-left: 73.91304347826086%;
  }
  .col-lg-offset-16 {
    margin-left: 69.56521739130434%;
  }
  .col-lg-offset-15 {
    margin-left: 65.21739130434783%;
  }
  .col-lg-offset-14 {
    margin-left: 60.86956521739131%;
  }
  .col-lg-offset-13 {
    margin-left: 56.52173913043478%;
  }
  .col-lg-offset-12 {
    margin-left: 52.17391304347826%;
  }
  .col-lg-offset-11 {
    margin-left: 47.82608695652174%;
  }
  .col-lg-offset-10 {
    margin-left: 43.47826086956522%;
  }
  .col-lg-offset-9 {
    margin-left: 39.130434782608695%;
  }
  .col-lg-offset-8 {
    margin-left: 34.78260869565217%;
  }
  .col-lg-offset-7 {
    margin-left: 30.434782608695656%;
  }
  .col-lg-offset-6 {
    margin-left: 26.08695652173913%;
  }
  .col-lg-offset-5 {
    margin-left: 21.73913043478261%;
  }
  .col-lg-offset-4 {
    margin-left: 17.391304347826086%;
  }
  .col-lg-offset-3 {
    margin-left: 13.043478260869565%;
  }
  .col-lg-offset-2 {
    margin-left: 8.695652173913043%;
  }
  .col-lg-offset-1 {
    margin-left: 4.3478260869565215%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 21px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.35;
  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: transparent;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #ebcccc;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #faf2cc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15.75px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 21px;
  font-size: 24px;
  line-height: inherit;
  color: #7b7b7b;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 3px;
  font-size: 16px;
  line-height: 1.35;
  color: #8a8a8a;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 27px;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.35;
  color: #8a8a8a;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #dddddd;
}
.form-control::-moz-placeholder {
  color: #dddddd;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #dddddd;
}
.form-control::-webkit-input-placeholder {
  color: #dddddd;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 21px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 31px;
  line-height: 31px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #828282;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 24px;
}
.form-horizontal .form-group {
  margin-left: -11.5px;
  margin-right: -11.5px;
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 3px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px 5px;
  font-size: 16px;
  line-height: 1.35;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.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;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.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: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: #fff;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.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: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: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.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: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: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.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: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: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.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: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: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #ffffff;
  background-color: #feffdc;
  border-color: #fdffc3;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #fdffb3;
  border-color: #fcff85;
}
.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: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: #feffdc;
  border-color: #fdffc3;
}
.btn-info .badge {
  color: #feffdc;
  background-color: #fff;
}
.btn-link {
  color: #424242;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.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: #f21c0a;
  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: #dddddd;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.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;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
  src: url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  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: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.35;
  color: #7b7b7b;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #424242;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #424242;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #dddddd;
}
.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-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.35;
  color: #dddddd;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  line-height: 31px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 2px 5px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #8a8a8a;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 13px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #dddddd;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #dddddd;
  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: #424242;
}
.nav .nav-divider {
  height: 1px;
  margin: 9.5px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.35;
  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: #8a8a8a;
  background-color: transparent;
  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: transparent;
  }
}
.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: #428bca;
}
.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: transparent;
  }
}
.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: 70px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 11px;
  padding-left: 11px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  clear: both;
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -11px;
  margin-left: -11px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 24.5px 11px;
  font-size: 18px;
  line-height: 21px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -11px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 11px;
  padding: 9px 10px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 12.25px -11px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 21px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 21px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -11px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -11px;
  margin-right: -11px;
  padding: 10px 11px;
  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: 21.5px;
  margin-bottom: 21.5px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -11px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 21.5px;
  margin-bottom: 21.5px;
}
.navbar-btn.btn-sm {
  margin-top: 19.5px;
  margin-bottom: 19.5px;
}
.navbar-btn.btn-xs {
  margin-top: 24px;
  margin-bottom: 24px;
}
.navbar-text {
  margin-top: 24.5px;
  margin-bottom: 24.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 11px;
    margin-right: 11px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #cccccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #dddddd;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #dddddd;
}
.navbar-inverse .navbar-nav > li > a {
  color: #dddddd;
}
.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: 767px) {
  .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: #dddddd;
  }
  .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: #dddddd;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 21px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #cccccc;
}
.breadcrumb > .active {
  color: #dddddd;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 2px 5px;
  line-height: 1.35;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #dddddd;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 21px 0;
  list-style: none;
  text-align: center;
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #dddddd;
  background-color: #ffffff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #dddddd;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #c4c4c4;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #feffdc;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #fdffa9;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #dddddd;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #424242;
  background-color: #ffffff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 200;
  line-height: 2.0250000000000004;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 21px;
  line-height: 1.35;
  background-color: transparent;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #424242;
}
.thumbnail .caption {
  padding: 9px;
  color: #424242;
}
.alert {
  padding: 15px;
  margin-bottom: 21px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 21px;
  margin-bottom: 21px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 13px;
  line-height: 21px;
  color: #ffffff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #feffdc;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 21px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #dddddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #7b7b7b;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.35px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.35;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 13px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #424242;
  text-align: center;
  text-decoration: none;
  background-color: #feffdc;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #dddddd;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #dddddd;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #dddddd;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #dddddd;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #dddddd;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #dddddd;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #dddddd;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #dddddd;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
.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;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.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, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(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, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(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: none;
  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%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  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 .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
@font-face {
  font-family: 'MercateoIconFont';
  src: url('../library/fonts/iconfont/mercateoiconfont.eot');
  src: url('../library/fonts/iconfont/mercateoiconfont.eot?#iefix') format('embedded-opentype'), url('../library/fonts/iconfont/mercateoiconfont.woff') format('woff'), url('../library/fonts/iconfont/mercateoiconfont.ttf') format('truetype'), url('../library/fonts/iconfont/mercateoiconfont.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
.mercateo-embedded,
.mercateo-embedded-image {
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.mercateo-embedded-hover,
.mercateo-embedded-image-hover {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 0px 6px #dddddd;
  box-shadow: 0px 0px 6px #dddddd;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #fff;
  border: none;
}
body {
  padding-top: 0px !important;
}
body.popup {
  padding-top: 0px;
}
div.body {
  position: relative;
  z-index: 1;
  display: table;
  height: 100%;
  width: 100%;
}
div.body.header {
  padding-top: 70px;
}
div.body.blured {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -o-filter: blur(4px);
  -ms-filter: blur(4px);
  filter: blur(4px);
}
.mercateo-stream-is-sidebar .mercateo-stream-footer {
  border-bottom: none;
}
.segment {
  margin: 30px 0 90px 0;
}
img {
  max-width: 100%;
  height: auto;
}
ul,
ol {
  padding: 0;
  margin: 0;
}
.area {
  display: block;
  min-width: 1200px;
  padding: 30px 0 80px 0;
  margin-top: -1px;
  background: url(../library/images/separator.png) no-repeat center top #ffffff;
}
.m-flag {
  display: table;
  line-height: 130%;
}
.m-flag .m-flag-feature {
  padding-right: 0.5em;
  display: table-cell;
  float: none;
}
.m-flag .m-flag-body {
  display: table-cell;
  float: none;
}
.m-flag .m-flag-body + .m-flag-feature {
  padding-left: 0.5em;
  padding-right: 0;
}
.m-flag.m-flag-mod-block {
  width: 100%;
}
.m-flag.m-flag-mod-block .m-flag-body {
  width: 100%;
}
.m-flag img {
  width: 100%;
}
.m-flag img.m-image-mod-default {
  width: auto;
}
.m-mod-valign-top {
  vertical-align: top;
}
.m-mod-valign-middle {
  vertical-align: middle;
}
.m-mod-valign-bottom {
  vertical-align: bottom;
}
#content {
  padding-bottom: 50px;
}
#anchortarget {
  margin-top: -130px;
  position: absolute;
}
.stripe .box {
  background: #fff;
}
.line.top {
  background: url(../library/images/separator_top.png);
  height: 19px;
  margin-bottom: 1px;
}
.line.bottom {
  background: url(../library/images/separator.png);
  height: 5px;
  margin-top: 2px;
}
.mercateo-social-media-wall ul {
  list-style: none;
}
.mercateo-social-media-wall ul br,
.mercateo-social-media-wall ul img {
  display: none;
}
.mercateo-social-media-wall ul b {
  color: #424242;
  font-weight: 600;
  display: inline-block;
  margin-right: 5px;
}
.welcome {
  text-align: center;
  background: #fcfcfc;
  padding: 0px;
  background: url(../library/images/intro_bg.jpg) no-repeat #fcfcfc center;
  padding-bottom: 18px;
}
#module-intro,
#module-intro .intro {
  height: 523px;
}
#module-intro .intro {
  overflow: hidden;
}
#module-intro {
  z-index: 100;
  position: relative;
  margin-left: -11.5px;
  margin-right: -11.5px;
  clear: both;
}
#module-intro:before,
#module-intro:after {
  content: " ";
  display: table;
}
#module-intro:after {
  clear: both;
}
#module-intro:before,
#module-intro:after {
  content: " ";
  display: table;
}
#module-intro:after {
  clear: both;
}
#module-intro .role_hint {
  position: absolute;
  margin-left: -125px;
  z-index: 1000;
  bottom: 40px;
}
#module-intro .role-seperator {
  bottom: -13px;
  position: relative;
}
#module-intro .quote {
  padding: 15px;
  display: block;
  max-width: 630px;
  z-index: 100;
  position: absolute;
  text-align: left;
  font-size: 31px;
  line-height: 41px;
  text-transform: none;
  color: #8a8a8a;
  top: 60px;
  font-weight: 300;
}
#module-intro .quote.left {
  max-width: 380px;
  left: 0px;
  top: 60px;
  position: absolute;
  font-size: 27px;
  line-height: 1.21;
}
#module-intro .quote.right {
  max-width: 380px;
  right: 0px;
  top: 170px;
  position: absolute;
  font-size: 27px;
  line-height: 1.21;
}
#module-intro .quote strong {
  font-weight: 400;
  color: #424242;
}
#module-intro .quote.welcome {
  color: #424242;
  background: none;
  padding: 0px;
  width: 966px;
  max-width: 100%;
  font-size: 53px;
  white-space: nowrap;
  left: 0px;
}
#module-intro .quote.welcome small {
  font-size: 20px;
  color: #424242;
  display: block;
  position: relative;
}
#module-intro .quote.welcome a.more {
  margin-left: 30px;
  text-decoration: underline;
  display: inline-block;
  background: url("../library/images/buttons/btn_play.png") no-repeat -7px -442px;
  padding-left: 25px;
  width: auto;
  position: absolute;
  right: 10px;
}
#module-intro .quote.welcome strong {
  font-weight: 700;
}
#module-intro #role-selector {
  position: absolute;
  bottom: 0px;
  left: 0px;
}
#module-intro #role-selector .tabbg {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);
}
#module-intro #role-selector.preselection-available .role-navigator-arrow {
  visibility: hidden;
}
#module-intro #role-selector .tab {
  display: inline-block;
  cursor: pointer;
  width: 235px;
  padding: 0px 3px;
  color: #8a8a8a;
}
#module-intro #role-selector .tab:hover,
#module-intro #role-selector .tab.preselected {
  color: #f21c0a;
  text-decoration: none;
}
#module-intro #role-selector .tab:hover .icon,
#module-intro #role-selector .tab.preselected .icon {
  opacity: 1;
  filter: alpha(opacity=100);
}
#module-intro #role-selector .tab.preselected .tab,
#module-intro #role-selector .tab.preselected .icon {
  opacity: 1;
  filter: alpha(opacity=100);
  left: 0px;
}
#module-intro #role-selector .tab .innertab {
  display: block;
  height: 90px;
  -webkit-box-shadow: 1px 0px 3px #dddddd;
  /* webkit browser*/
  -moz-box-shadow: 1px 0px 3px #dddddd;
  /* firefox */
  box-shadow: 1px 0px 3px #dddddd;
  background: url(../library/images/icons/role_icons.png) #ffffff center top no-repeat;
}
#module-intro #role-selector .tab .innertab .role-navigator-arrow {
  background: url(../library/images/icons/role_arrow.png) center 0 no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  margin-top: -23px;
  margin-left: 50px;
}
#module-intro #role-selector .tab.tab1 .innertab {
  background-position: center 0;
}
#module-intro #role-selector .tab.tab2 .innertab {
  background-position: center -150px;
}
#module-intro #role-selector .tab.tab3 .innertab {
  background-position: center -295px;
}
#module-intro #role-selector .tab.tab4 .innertab {
  background-position: center -450px;
}
#module-intro #role-selector .tab .intro-prefix {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
#module-intro #role-selector .tab .icon {
  height: 53px;
  display: block;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  background: url(../library/images/icons/role_icons.png) #ffffff center top no-repeat;
}
#module-intro #role-selector .tab.tab1 .icon1 {
  background-position: center -598px;
}
#module-intro #role-selector .tab.tab2 .icon2 {
  background-position: center -748px;
}
#module-intro #role-selector .tab.tab3 .icon3 {
  background-position: center -893px;
}
#module-intro #role-selector .tab.tab4 .icon4 {
  background-position: center -1048px;
}
#module-intro #role-selector .tab .intro-role {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  margin: 4px 0 7px 0;
  font-weight: 600;
}
section.teaser .teaserwrapper {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  min-height: 376px;
  padding-top: 10px;
  margin-bottom: 5px;
}
section.teaser .loader,
section.teaser #video-loading {
  text-align: center;
  padding: 100px 0;
  border: none;
}
section.teaser ul.teaser-list {
  margin: 0 0 5px 0;
  min-height: 364px;
}
section.teaser ul.teaser-list > li {
  clear: both;
  list-style: none;
  min-height: 112px;
}
section.teaser ul.teaser-list > li span {
  display: inline-block;
}
section.teaser ul.teaser-list > li span.teaser_image {
  display: inline-block;
  float: left;
}
section.teaser ul.teaser-list > li .sub-header {
  display: block;
}
section.teaser h2 {
  display: inline-block;
}
section.teaser#module-jobs {
  margin-bottom: 50px;
}
section.teaser#module-jobs .module-header {
  display: none;
}
section.teaser#module-jobs ul.teaser-list {
  min-height: 367px;
}
section.teaser#module-jobs ul.teaser-list .loader {
  text-align: center;
  padding: 100px 0;
  border: none;
}
section.teaser#module-jobs ul.teaser-list > li {
  clear: both;
  list-style: none;
  border: none !important;
  margin: 0px !important;
  padding: 0px;
}
section.teaser#module-jobs ul.teaser-list > li span {
  display: inline-block;
}
section.teaser#module-jobs ul.teaser-list > li span.teaser_image {
  display: inline-block;
  float: left;
}
section.teaser#module-jobs ul.teaser-list > li a {
  padding: 12px 0 12px 5px;
  text-decoration: none;
  border-top: 1px solid #dddddd;
  border-bottom: none !important;
  display: block;
  min-height: 72px;
}
section.teaser#module-jobs ul.teaser-list > li a:hover {
  color: #f21c0a;
  text-decoration: none;
  background-color: #f3f3f3;
}
section.teaser#module-jobs ul.teaser-list > li a.first {
  border-top: none;
}
section.teaser#module-jobs h2 {
  display: inline-block;
}
section.teaser#module-jobs .dropdown {
  display: inline;
}
#module-jobs {
  margin-bottom: 0px;
}
#module-jobs ul.teaser-list .loader {
  text-align: center;
  padding: 100px 0;
  border: none;
}
#module-jobs ul.teaser-list > li {
  clear: both;
  list-style: none;
  padding: 0px;
  display: block;
}
#module-jobs ul.teaser-list > li span {
  display: inline-block;
}
#module-jobs ul.teaser-list > li span.teaser_image {
  display: inline-block;
  float: left;
}
#module-jobs ul.teaser-list > li a {
  padding: 12px 0 12px 5px;
  text-decoration: none;
  border-top: 1px solid #dddddd;
  border-bottom: none !important;
  display: block;
}
#module-jobs ul.teaser-list > li a span {
  display: table-cell;
  height: 60px;
  vertical-align: middle;
}
#module-jobs ul.teaser-list > li a.first {
  border-top: none;
}
#module-jobs h2 {
  display: inline-block;
}
#module-jobs-full .dropdown {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.m-job-section {
  position: relative;
}
.m-job-section.loading:after {
  content: ' ';
  background: transparent url(../library/images/ajax-loader.gif) no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -16px;
}
section.medialounge {
  height: 400px;
}
section.medialounge iframe {
  border: 1px solid #dddddd;
}
section.medialounge .wrapper {
  padding: 2%;
}
section.medialounge .medialounge-index,
section.medialounge #module-jobs {
  margin: 0px;
}
section.medialounge .medialounge-index li,
section.medialounge #module-jobs li {
  cursor: pointer;
  list-style-type: none;
  border-bottom: 1px solid #dddddd;
}
section.medialounge .medialounge-index li:first-child,
section.medialounge #module-jobs li:first-child {
  border-top: 1px solid #dddddd;
}
section.medialounge .medialounge-index li:last-child,
section.medialounge #module-jobs li:last-child {
  border-bottom: 2px solid #dddddd;
}
section.medialounge .medialounge-index li a,
section.medialounge #module-jobs li a {
  padding: 10px 0 13px 10px;
  cursor: pointer;
  display: block;
}
section.medialounge .medialounge-index li.active,
section.medialounge #module-jobs li.active {
  border: 1px solid #dddddd;
  border-left: none;
  margin: -2px 0 0 -24px;
  position: relative;
  z-index: 99;
}
section.medialounge .medialounge-index li.active a,
section.medialounge #module-jobs li.active a {
  background: url(../library/images/buttons/btn_play.png) 27px -363px #ffffff no-repeat;
  padding: 14px 0 17px 60px;
  color: #f21c0a;
  border-bottom: none;
}
section.medialounge .medialounge-index li.active .mediastage-link,
section.medialounge #module-jobs li.active .mediastage-link {
  display: block;
  font-style: italic;
}
.mercateo-teaser-image {
  margin: 0 20px 10px 0;
  width: 40%;
  float: left;
}
ul.post-attachments {
  list-style: none;
  margin: 0 0 50px 0;
  width: 100%;
  line-height: 1.1;
}
ul.post-attachments.fullsizelist li {
  display: block;
  width: 100%;
}
ul.post-attachments li {
  display: inline-block;
  background: transparent;
  padding: 0 !important;
  width: 49%;
  background-image: none !important;
}
ul.post-attachments li.extended {
  margin: 20px 0;
}
ul.post-attachments li h4 {
  border-bottom: 1px solid #dddddd;
  color: #8a8a8a;
  padding-bottom: 3px;
}
ul.post-attachments .post-attachment {
  background: url(../library/images/icons/attachment_plain.png) 5px center no-repeat;
  padding: 5px 0 0 50px;
  text-decoration: none;
  transition: none !important;
  display: block;
  margin-right: 5px;
  margin-bottom: 5px;
}
ul.post-attachments .post-attachment .fileinfo {
  font-weight: 400;
  font-size: 10pt;
  color: #8a8a8a;
  line-height: 12pt;
  display: block;
  min-height: 10px;
}
ul.post-attachments .post-attachment:hover {
  background-color: #eeeeee;
  color: #f21c0a;
}
ul.post-attachments .post-attachment.mime-textplain {
  background-image: url(../library/images/icons/attachment_txt.png);
}
ul.post-attachments .post-attachment.mime-imagejpeg,
ul.post-attachments .post-attachment.mime-imagepng,
ul.post-attachments .post-attachment.mime-imagegif,
ul.post-attachments .post-attachment.mime-imagebmp,
ul.post-attachments .post-attachment.mime-imagetiff,
ul.post-attachments .post-attachment.mime-applicationpostscript {
  background-image: url(../library/images/icons/attachment_pic.png);
}
ul.post-attachments .post-attachment.mime-applicationzip,
ul.post-attachments .post-attachment.mime-applicationrar {
  background-image: url(../library/images/icons/attachment_zip.png);
}
ul.post-attachments .post-attachment.mime-applicationpdf {
  background-image: url(../library/images/icons/attachment_pdf.png);
}
ul.post-attachments .post-attachment.mime-applicationx-shockwave-flash {
  background-image: url(../library/images/icons/attachment_flv.png);
}
ul.post-attachments .post-attachment.mime-applicationmsword,
ul.post-attachments .post-attachment.mime-applicationvnd-openxmlformats-officedocument-wordprocessingml-document {
  background-image: url(../library/images/icons/attachment_doc.png);
}
ul.post-attachments .post-attachment.mime-applicationvnd-ms-excel,
ul.post-attachments .post-attachment.mime-applicationvnd-openxmlformats-officedocument-spreadsheetml-sheet,
ul.post-attachments .post-attachment.mime-applicationvnd-ms-excel-sheet-macroenabled-12 {
  background-image: url(../library/images/icons/attachment_xls.png);
}
ul.post-attachments .post-attachment.mime-videomp4,
ul.post-attachments .post-attachment.mime-videompeg,
ul.post-attachments .post-attachment.mime-videox-flv,
ul.post-attachments .post-attachment.mime-videoasf,
ul.post-attachments .post-attachment.mime-videoavi {
  background-image: url(../library/images/icons/attachment_mov.png);
}
ul.post-attachments .post-attachment.mime-textcalendar {
  background-image: url(../library/images/icons/attachment_ics.png);
}
.single #content article {
  padding-bottom: 80px;
}
section#main {
  padding-top: 100px;
}
.mercateo-article-list {
  padding-top: 30px;
}
.mercateo-article-list.tiny article {
  margin: 0 0 50px 0;
}
.mercateo-article-list article {
  margin-bottom: 100px;
}
.mercateo-article-list article:last-of-type {
  margin-bottom: 0px;
}
.tax-mercateo_lexicon_categories article,
.tax-mercateo_lexicon_labels article {
  margin-bottom: 50px;
}
.m-article-meta-links {
  border-bottom: 1px solid #eeeeee;
  text-align: right;
  margin-top: 10px;
  padding-bottom: 3px;
}
.m-article-meta-links a {
  display: inline-block;
  margin-left: 20px;
}
.m-article-meta-links span {
  margin-right: 3px;
  color: #7b7b7b;
}
.module-header .dropdown {
  display: none;
}
.mercateo-intromodule {
  min-width: 1200px;
  padding-bottom: 40px;
  position: relative;
}
.mercateo-intromodule:after {
  content: '';
  height: 1px;
  width: 100%;
  display: block;
  border-bottom: 1px solid #dddddd;
  position: absolute;
  bottom: 0px;
}
body #lightboxOverlay {
  width: 100%;
  position: fixed;
}
#lightbox .lightbox-video {
  width: 820px;
  height: 470px;
  outline: 1px solid #dddddd;
  position: relative;
  z-index: 20;
}
#lightbox img {
  max-width: inherit;
  max-height: inherit;
  width: inherit;
  height: inherit;
}
#lightbox .lb-prev,
#lightbox .lb-next {
  cursor: pointer;
  background: none;
  font-size: 40px;
  color: #fff;
}
#lightbox .lb-prev:hover,
#lightbox .lb-next:hover {
  background: none;
  color: #f21c0a;
}
#lightbox .lb-prev:before,
#lightbox .lb-next:before {
  top: 50%;
  display: inline-block;
  position: absolute;
}
#lightbox .lb-prev:before {
  left: -60px;
}
#lightbox .lb-next:before {
  right: -60px;
}
#lightbox .lb-outerContainer {
  border-radius: 0px;
  width: 880px;
  height: auto;
  line-height: 100%;
}
#lightbox .lb-container {
  padding: 30px;
}
#lightbox .lb-text {
  font-size: 13px;
  display: block;
  text-align: left;
  margin-top: 15px;
  position: relative;
  z-index: 100;
}
#lightbox .lb-text strong {
  display: block;
  margin-bottom: 5px;
}
#lightbox .lb-text:after {
  clear: both;
}
#lightbox .lb-dataContainer {
  text-align: right;
  padding: 0;
  border-radius: 0;
}
#lightbox .lb-data {
  padding: 0;
  color: #fff;
}
#lightbox .lb-close {
  float: none;
  padding-bottom: 10px;
  display: inline-block;
  font-family: "MercateoIconFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  color: inherit;
  transition: none;
  vertical-align: middle;
  font-size: 40px;
}
#lightbox .lb-close:before {
  content: "\E21C";
}
#lightbox .lb-close:hover {
  color: #f21c0a;
}
.play-icon {
  background-image: url(../library/images/buttons/btn_play.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
}
.thumbnail,
.video-wrapper > a > div {
  position: relative;
}
/*PLAY small + default*/
.thumbnail .play-icon,
.thumbnail.play-small .play-icon,
.video-wrapper > a > div .play-icon,
.video-wrapper > a > div.play-small .play-icon {
  width: 61px;
  height: 61px;
  margin-top: -25px;
  margin-left: -30px;
  background-position: 0px -215px;
}
.thumbnail:hover .play-icon,
.thumbnail.play-small:hover .play-icon,
.video-wrapper > a > div:hover .play-icon,
.video-wrapper > a > div.play-small:hover .play-icon {
  background-position: -59px -215px;
}
.thumbnail.play-medium .play-icon,
.video-wrapper > a > div.play-medium .play-icon {
  width: 92px;
  height: 92px;
  margin-top: -40px;
  margin-left: -48px;
  background-position: 0px -123px;
}
.thumbnail.play-medium:hover .play-icon,
.video-wrapper > a > div.play-medium:hover .play-icon {
  background-position: -90px -123px;
}
.thumbnail.play-large .mainSlider .thumbnail .play-icon,
.video-wrapper > a > div.play-large .play-icon {
  width: 123px;
  height: 123px;
  margin-top: -50px;
  margin-left: -61px;
  background-position: 0px 0px;
}
.thumbnail.play-large .mainSlider .thumbnail:hover .play-icon,
.video-wrapper > a > div.play-large:hover .play-icon {
  background-position: -123px 0;
}
.thumbnail.play-xsmall .play-icon {
  background-position: -7px -308px;
  height: 21px;
  margin-left: -13px;
  margin-top: -11px;
  width: 21px;
}
.thumbnail.play-xsmall:hover .play-icon {
  background-position: -7px -381px;
}
.video-wrapper .video-thumbnail {
  border: 3px solid #ffffff;
  -webkit-box-shadow: 0px 0px 2px #8a8a8a;
  -moz-box-shadow: 0px 0px 2px #8a8a8a;
  box-shadow: 0px 0px 2px #8a8a8a;
  width: 100%;
}
.video-wrapper {
  width: 100%;
  height: 100%;
}
.video-wrapper > div {
  position: relative;
}
.video-wrapper > div > iframe {
  width: 100%;
  height: 100%;
}
.m-link-mod-hover-opacity {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.m-link-mod-hover-opacity:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.thumbnail {
  padding: 4px;
}
#video-list {
  list-style: none;
  margin: 0px;
}
#video-list .video-list-item {
  padding: 40px 0;
}
#video-list .video-list-item p {
  display: inline;
}
#video-list .video-list-item a {
  text-decoration: none;
}
#video-list .video-list-item a:hover {
  text-decoration: none;
}
#video-list .video-list-item h4 {
  margin-top: 0;
}
#video-list .loader {
  text-align: center;
}
.tab-content {
  background: #FAFAF9;
  padding: 20px;
  border-radius: 0 0 4px 4px;
}
.tab-content iframe {
  background: #fff;
  display: block;
  padding: 10px;
  line-height: 1;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 560px;
  height: 304px;
}
.tab-content .table-striped tbody tr:nth-child(2n+1) td,
.tab-content .table-striped tbody tr:nth-child(2n+1) th {
  background-color: #fff;
}
#main div.keyvisual img {
  border: 0px;
  box-shadow: none;
}
div.pressmaterial hr {
  margin: 50px 0;
}
#top-testimonial footer a {
  display: block;
  margin: 10px 0;
}
#quotes .buyer-post,
#quotes .manufacturer-post {
  position: relative;
}
#quotes .buyer-post .m-1quote,
#quotes .manufacturer-post .m-1quote {
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #fcfcfc;
}
#quotes .buyer-post .reflogo,
#quotes .manufacturer-post .reflogo {
  text-align: center;
  border: none;
}
#quotes .buyer-post .reflogo img,
#quotes .manufacturer-post .reflogo img {
  width: 125px;
  border: none;
}
.middle-testimonial h3 {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0 30px 0;
  padding-bottom: 5px;
}
.middle-testimonial .buyer-post,
.middle-testimonial .manufacturer-post {
  position: relative;
  margin-bottom: 80px;
}
.middle-testimonial .buyer-post .row,
.middle-testimonial .manufacturer-post .row {
  position: relative;
}
.middle-testimonial .buyer-post .reflogo,
.middle-testimonial .manufacturer-post .reflogo {
  float: left;
  margin: 0 25px 5px 0;
  width: 110px;
}
.low-testimonial .row {
  margin-bottom: 20px;
}
.low-testimonial .row div.reflogo {
  min-height: 50px;
}
.low-testimonial img {
  /*margin-bottom: 20px;*/
  box-shadow: none !important;
  border: none !important;
}
#content-landingpagefooter {
  background: #dddddd;
  width: 100%;
  padding-top: 20px;
}
.feature-video-thumbnail {
  width: 100%;
}
/*
.telephone {
  background: url(../library/images/hotline.jpg) no-repeat;
  height: 170px;
  padding-top: 40px;
  position: relative;
  margin-left: -78px;

  p {
    float: right;
  }
}
*/
.customer-testimonials {
  list-style: none;
  margin: 0px;
}
.customer-testimonials .quote {
  padding: 15px;
}
#featurelist h4 {
  padding-left: 20px;
}
#featurelist .arrow {
  background: url(../library/images/icons/arrow.jpg) no-repeat 0 -37px;
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9px;
  z-index: 999;
  transition: none;
}
#featurelist .in .arrow {
  background: url(../library/images/icons/arrow.jpg) no-repeat;
}
#featurelist h2 {
  width: 100%;
  background: #dddddd;
  padding: 10px;
}
.spacer {
  background: url(../library/images/spacer.png) no-repeat;
  height: 500px;
  z-index: 999;
  position: relative;
}
#lang_sel {
  left: 2px;
  position: absolute;
  top: 30px;
  z-index: 99999;
}
.topinfo_impressum {
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
body.popup .topinfo_impressum {
  border: 0px;
  margin: 0;
  padding: 0;
}
/* MessageBoxes */
.errorMessage,
.successMessage,
.warningMessage,
.infoMessage {
  text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.75);
  padding: 10px;
  border-radius: 6px;
  text-align: left;
  font-weight: 400;
  margin: 10px 0;
  font-size: 16px;
}
.errorMessage.iconized,
.successMessage.iconized,
.warningMessage.iconized,
.infoMessage.iconized {
  background-repeat: no-repeat;
  background-position: 8px center;
  padding-left: 40px;
}
.errorMessage {
  background-color: rgba(255, 104, 104, 0.3);
  color: #b11507 !important;
}
.successMessage {
  background-color: rgba(120, 255, 0, 0.3);
  color: #008510 !important;
}
.warningMessage {
  background-color: rgba(255, 210, 0, 0.3);
  color: #9d5100 !important;
}
.infoMessage {
  background-color: rgba(200, 200, 215, 0.3);
  color: #4d4d4d !important;
}
.errorMessage.iconized {
  background-image: url(../library/images/icons/icon_error.png);
}
.successMessage.iconized {
  background-image: url(../library/images/icons/icon_success.png);
}
.warningMessage.iconized {
  background-image: url(../library/images/icons/icon_warning.png);
}
.infoMessage.iconized {
  background-image: url(../library/images/icons/icon_info.png);
}
.tablestyle thead td {
  background: #eeeeee;
}
.tablestyle tr td {
  border: 1px solid #eeeeee;
  padding: 5px;
}
/* Businessfacts */
#businessfacts {
  background: url(../library/images/businessfacts.png) 50% 0 no-repeat;
}
#businessfacts .keyfactbox {
  width: 300px;
  border-bottom: #eeeeee 1px solid;
  padding: 20px 0 15px 0;
}
#businessfacts .keyfactbox.odd {
  float: left;
}
#businessfacts .keyfactbox.even {
  float: right;
  text-align: right;
}
#businessfacts .keyfactbox .keyfact {
  color: #f21c0a;
  font-size: 41px;
  font-weight: 700;
  margin-bottom: 10px;
  line-height: 21px;
}
/* Worldmap */
.countryinfo {
  display: block;
}
.hidden {
  display: none;
}
.countrymaplink {
  position: absolute;
  background: url(../library/images/pins.png);
  height: 33px;
  padding: 2px 10px 9px 25px;
  color: #fff;
  cursor: pointer;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.countrymaplink:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.munich {
  top: 290px;
  left: 450px;
}
.leipzig {
  top: 220px;
  left: 460px;
}
.koethen {
  top: 198px;
  left: 450px;
}
.maastricht {
  top: 227px;
  left: 356px;
}
.paris {
  top: 300px;
  left: 290px;
}
.prag {
  top: 250px;
  left: 510px;
}
.wien {
  top: 310px;
  left: 520px;
}
.krakau {
  top: 240px;
  left: 600px;
}
.bratislava {
  top: 290px;
  left: 580px;
}
.budapest {
  top: 320px;
  left: 590px;
}
.london {
  top: 200px;
  left: 255px;
}
.barcelona {
  top: 525px;
  left: 205px;
}
.bolzano {
  top: 350px;
  left: 455px;
}
.cardiff {
  top: 190px;
  left: 193px;
}
.bologna {
  top: 400px;
  left: 450px;
}
.hasselt {
  top: 212px;
  left: 341px;
}
.herrliberg {
  top: 319px;
  left: 401px;
}
.herrliberg {
  top: 319px;
  left: 401px;
}
.samorin {
  top: 290px;
  left: 570px;
}
.mapcontainer {
  position: relative;
}
.badge-recommendation {
  position: absolute;
  margin: -135px 0 0 870px;
}
/* PARTNERSEITE */
.partner-more-information {
  overflow: hidden;
  display: none;
}
.mercateo-partnercontact li {
  display: inline-block;
  padding: 5px 20px 0px 25px;
  height: 25px;
}
.keyvisual-inline {
  margin-top: -150px;
  margin-bottom: -42px;
}
#main .partnerlist-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  border-radius: 0px;
}
#main .partnerlist-item:last-child {
  border: none;
}
#main .partnerlist-item h3 {
  margin-top: 0px;
}
#main .partnerlist-item .checkmark-list li {
  display: inline;
  margin-right: 30px;
}
#partnercontact .intro {
  margin-bottom: 60px;
}
.popup .actionpage_section {
  margin: 25px 0 0 0;
}
.gallery-area {
  margin: 20px 0;
}
.gallery-area a {
  display: inline-block;
  width: 24%;
  padding: 2px;
  margin-bottom: 5px;
}
.offerbox {
  border: 1px solid #eeeeee;
  padding: 20px;
  background: #fcfcfc;
}
.offerbox h3 {
  margin-top: 0px !important;
}
.m-passwordbox {
  display: inline-block;
  width: 600px;
}
.m-passwordbox .btn_typ_general {
  margin-top: 0px !important;
}
.post-password-required #timestamp,
.post-password-required footer {
  display: none;
}
.m-glossary-topics ul li {
  border-bottom: 1px solid #eeeeee;
  padding: 7px 0 9px 0;
  list-style: none;
}
.m-mod-invisible,
.m-mod-invisible * {
  position: absolute;
  margin-left: -9999999px;
  left: -1000px;
  height: 0px;
}
.m-mediawall img,
.m-mediawall br {
  display: none;
}
.m-mediawall ul {
  list-style: none;
}
#headerbar {
  background-color: #fff;
  position: fixed;
  top: 0px;
  width: 100%;
  padding: 5px 0px 13px 0px;
  z-index: 1000;
  border-bottom: 1px solid #dddddd;
}
.admin-bar #headerbar {
  top: 32px;
}
#headerbar #logo img {
  margin-top: 13px;
}
#headerbar #header {
  width: 966px;
  margin: 0 auto;
}
#headerbar #claim {
  color: #7b7b7b;
  text-align: right;
  padding-top: 35px;
  font-size: 17px;
}
#headerbar #header-menu {
  padding-top: 30px;
  text-align: right;
}
#headerbar #header-menu ul {
  list-style: none;
  margin: 0;
}
#headerbar #header-menu ul li {
  display: inline-block;
  position: relative;
  border-left: 1px solid #dddddd;
  margin: 0 -3px 0 0;
}
#headerbar #header-menu ul li a {
  padding: 0px 10px;
}
#headerbar #header-menu ul li:hover a {
  text-decoration: none;
  z-index: 100;
  position: relative;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 4px 8px 4px 8px;
  margin: -3px 1px 0 1px;
}
#headerbar #header-menu ul li:first-child {
  border-left: none;
}
#headerbar #header-menu ul li.current-menu-parent a,
#headerbar #header-menu ul li.current-menu-item a,
#headerbar #header-menu ul li.current-post-ancestor a {
  font-weight: 700;
  color: #424242;
}
#headerbar #header-menu ul li ul.sub-menu {
  display: none;
  border: 1px solid #dddddd;
  width: 154px;
  position: absolute;
  padding: 10px 5px 15px 7px;
  background: #fff;
  z-index: 10;
  -webkit-box-shadow: 0px 2px 4px #dddddd;
  box-shadow: 0px 2px 4px #dddddd;
  margin: 0 0 10.5px 25px;
}
#headerbar #header-menu ul li ul.sub-menu li {
  display: block;
  border: none;
  padding: 0px;
  border-bottom: 1px #dddddd solid;
}
#headerbar #header-menu ul li ul.sub-menu li:last-child {
  border-bottom: none;
}
#headerbar #header-menu ul li ul.sub-menu li a {
  text-align: left;
  border: none;
  display: block;
  padding: 14px 0;
  margin: 0px;
  font-size: 12px;
  color: #424242;
  font-weight: normal;
}
#headerbar #header-menu ul li ul.sub-menu li a:hover {
  text-decoration: none;
  color: #f21c0a;
}
#headerbar #header-menu ul li ul.sub-menu li.current-menu-item a,
#headerbar #header-menu ul li ul.sub-menu li.current-menu-parent a #headerbar #header-menu ul li ul.sub-menu li.current-mercateo_event-ancestor a {
  font-weight: 700;
  color: #424242;
}
#headerbar #header-menu ul li:hover .sub-menu {
  display: inline-block;
  top: 23px;
  left: -24px;
}
#headerbar-landingpage .brand {
  display: block;
  padding: 13px 20px 15px 20px;
  position: absolute;
  z-index: 9999;
  background: #fff;
}
#headerbar-landingpage .m-herokeyvisual {
  padding-top: 70px;
}
.red a {
  color: #F21C0A;
}
.navbar-search #s {
  width: 500px;
}
.navbar-search .search-query {
  background: #fff;
  border: 1px solid #dddddd;
  color: #7b7b7b;
}
.navbar-search .search-query:focus {
  color: #424242;
}
.menu-item-language a {
  color: #fff !important;
  width: 50px;
  letter-spacing: -0.4em;
}
.menu-item-language .sub-menu li a {
  color: #424242 !important;
  letter-spacing: inherit;
  width: 100%;
}
.menu-item-language .sub-menu li a:hover {
  color: #f21c0a;
}
.clearfix {
  clear: both;
}
article,
aside,
div,
dt,
figcaption,
footer,
form,
header,
hgroup,
html,
main,
nav,
section {
  display: block;
}
address,
address[dir],
article,
article[dir],
aside,
aside[dir],
blockquote,
blockquote[dir],
body,
body[dir],
caption,
caption[dir],
center,
center[dir],
col,
col[dir],
colgroup,
colgroup[dir],
dd,
dd[dir],
dir,
dir[dir],
div,
div[dir],
dl,
dl[dir],
dt,
dt[dir],
fieldset,
fieldset[dir],
figcaption,
figcaption[dir],
figure,
figure[dir],
footer,
footer[dir],
form,
form[dir],
h1,
h1[dir],
h2,
h2[dir],
h3,
h3[dir],
h4,
h4[dir],
h5,
h5[dir],
h6,
h6[dir],
header,
header[dir],
hgroup,
hgroup[dir],
hr,
hr[dir],
html,
html[dir],
legend,
legend[dir],
li,
li[dir],
listing,
listing[dir],
main,
main[dir],
marquee,
marquee[dir],
menu,
menu[dir],
nav,
nav[dir],
noframes,
noframes[dir],
ol,
ol[dir],
p,
p[dir],
plaintext,
plaintext[dir],
pre,
pre[dir],
section,
section[dir],
summary,
summary[dir],
table,
table[dir],
tbody,
tbody[dir],
td,
td[dir],
tfoot,
tfoot[dir],
th,
th[dir],
thead,
thead[dir],
tr,
tr[dir],
ul,
ul[dir],
xmp,
xmp[dir] {
  unicode-bidi: -moz-isolate;
}
table {
  font-style: initial;
  font-variant: initial;
  font-weight: initial;
  line-height: normal;
  white-space: normal;
  border-collapse: separate;
  border-spacing: 2px;
  text-indent: 0;
}
dl {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}
dd {
  -webkit-margin-start: 0px;
}
xmp {
  padding: 5px !important;
  margin: initial;
}
pre {
  padding: 3px !important;
}
/* WP-ARTICLE-LIST */
#widget-news ul.teaser-list,
#widget-events ul.teaser-list {
  list-style: none;
  margin: 0px;
}
#widget-news ul.teaser-list li,
#widget-events ul.teaser-list li {
  border-bottom: 1px solid #dddddd;
  padding: 10px 0;
}
#widget-news ul.teaser-list li .row:before,
#widget-events ul.teaser-list li .row:before {
  display: none;
}
#widget-news ul.teaser-list li .teaser_content,
#widget-events ul.teaser-list li .teaser_content {
  margin: 0px;
  width: 100%;
}
.search_results {
  display: block;
  z-index: 1000000;
  position: fixed;
  top: 69px !important;
  width: 188px;
  margin-left: 2px;
  max-height: 500px;
  border: 1px solid #8a8a8a;
  border-top: none;
  overflow: auto;
  font-size: 13px;
  padding: 0;
}
.admin-bar .search_results {
  top: 101px !important;
}
.daves-wordpress-live-search_result {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eeeeee;
  padding: 5px 10px 7px 10px;
  background-color: #fff;
}
.daves-wordpress-live-search_result.hovered,
.daves-wordpress-live-search_result:hover {
  background-color: #eeeeee;
}
#search_results_activity_indicator {
  z-index: 999999;
}
.social_share_privacy li .dummy_btn {
  margin-left: 5px;
}
.social_share_privacy .twoclick-facebook {
  width: 151px;
}
.social_share_privacy .twoclick-twitter {
  width: 131px;
}
.social_share_privacy .twoclick-gplus {
  width: 100px;
}
.social_share_privacy .twoclick-xing {
  width: 123px;
}
.social_share_privacy .twoclick-button-container.info_off .dummy_btn {
  position: absolute;
  left: 24px;
}
.social_share_privacy .m-twoclick-mail {
  width: 96px;
}
.social_share_privacy .m-twoclick-mail .dummy_btn {
  background: url(images/dummy_mail.png) no-repeat top left !important;
  width: 76px;
  margin-left: 0;
}
.settings_info {
  display: none;
}
.mercateo_job .social_share_privacy {
  top: -120px;
  position: relative;
}
.bawmrp ul li p {
  margin-left: 0;
}
.wff-fb-author-data,
.wff-view-on-facebook,
.wff_showcase_overlay {
  display: none;
}
.wff_showcase img,
.wff-link-img img {
  float: right;
  border: 1px solid #eeeeee;
  padding: 3px;
  background: #fff;
}
a .wff_showcase img,
a .wff-link-img img {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a .wff_showcase img:hover,
a .wff-link-img img:hover {
  border-color: #dddddd;
  -webkit-box-shadow: 0px 0px 6px #dddddd;
  box-shadow: 0px 0px 6px #dddddd;
}
.wff_showcase img:hover,
.wff-link-img img:hover {
  border-color: #dddddd;
  -webkit-box-shadow: 0px 0px 6px #dddddd;
  box-shadow: 0px 0px 6px #dddddd;
}
.wff-thumb-photo-wrapper {
  float: right !important;
}
.wff-post-text {
  margin-top: 0px !important;
  padding-top: 0px !important;
  display: inline !important;
}
.wff-thumb-right-content-wrapper {
  padding-right: 10px;
}
.wff-fb-item {
  padding: 0px !important;
}
.wff-small-img a img {
  width: 100% !important;
}
.wff-shared-link-main-wrapper {
  border: 0px !important;
}
.wff-link-tab {
  color: #424242 !important;
}
.wff-shared-link-main-wrapper .wff-link-tab {
  font-weight: 600;
}
.mercateo-breadcrumb {
  display: block;
  margin: 50px 0 30px;
  font-size: 13px;
  color: #7b7b7b;
}
.mercateo-breadcrumb a {
  color: #8a8a8a;
}
.mercateo-breadcrumb a:hover {
  color: #f21c0a;
}
.tab-content {
  overflow: visible;
}
.nav-tabs li {
  width: 50%;
}
.nav-tabs li.active a {
  background: #dddddd;
}
.nav-tabs li a {
  border: none;
  margin: 0px;
}
.nav-tabs .first a {
  border-radius: 15px 0px 0px 0px;
}
.nav-tabs .last a {
  border-radius: 0px 15px 0px 0px;
  border-color: #dddddd;
}
.m-filterbuttons {
  list-style: none;
  padding: 0;
  display: block;
}
.m-filterbuttons .m-filterbuttons-item-container {
  display: inline-block;
  margin-bottom: 5px;
}
.m-filterbuttons .m-filterbuttons-item-container .m-filterbuttons-item {
  -webkit-transition: none;
  transition: none;
  padding: 0 10px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
  background: #eeeeee;
  color: #424242;
  text-decoration: none;
  cursor: pointer;
}
.m-filterbuttons .m-filterbuttons-item-container .m-filterbuttons-item.m-filterbuttons-item-mod-active,
.m-filterbuttons .m-filterbuttons-item-container .m-filterbuttons-item:hover {
  color: #fff;
  background: #8a8a8a;
  text-decoration: none;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
.form-control {
  border: 1px solid #cccccc;
  padding: 0px 5px;
  border-radius: 0px;
  font-size: 14px;
  color: #7b7b7b;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
.form-control:focus {
  border-color: #7b7b7b;
  box-shadow: none;
  color: #424242;
}
select.wpcf7-not-valid,
textarea.wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
input[type="password"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
.form-control.wpcf7-not-valid {
  border: 1px solid #f21c0a;
}
select.large,
textarea.large,
input[type="text"].large,
input[type="password"].large,
input[type="email"].large,
.form-control.large {
  padding: 8px 15px;
  margin-bottom: 10px;
  height: auto;
}
label {
  font-weight: 400;
}
label.disclaimer {
  font-size: 13px;
}
span.prefix {
  display: inline-block;
  width: 50px;
}
.form-search.is-small {
  height: 25px;
  margin-top: 30px;
  padding: 0px;
}
.form-search.is-big .form-control {
  height: 37px;
}
.form-search-info {
  font-weight: 700;
  font-size: 14px;
  color: #4d4d4d;
  margin-bottom: 0;
}
.form-search-example {
  font-size: 12px;
}
.form-inlined-input-button {
  font-size: 10px;
  color: #7b7b7b;
  position: absolute;
  right: 12px;
  top: 36px;
  border: none;
  background: none;
}
/* WPCF7 Form Styles */
form.wpcf7-form input.wpcf7-form-control.hidden-input {
  visibility: hidden;
  position: absolute;
  left: -200%;
  z-index: -1;
}
form.wpcf7-form p {
  margin-bottom: 15px;
}
form.wpcf7-form select,
form.wpcf7-form textarea,
form.wpcf7-form input[type="text"],
form.wpcf7-form input[type="password"],
form.wpcf7-form input[type="email"] {
  width: 100%;
}
.wpcf7-radio {
  display: inline-block;
  height: 30px;
  margin-top: -4px;
}
.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin: 0 20px 0 0;
}
span[role="alert"].wpcf7-validation-errors,
span[role="alert"].wpcf7-mail-sent-ok,
span[role="alert"].wpcf7-not-valid-tip {
  border-radius: 4px;
  text-align: center;
  background: #fff;
  font-size: 13px !important;
  padding: 0 10px;
}
.input-error-message {
  color: #f21c0a;
  font-size: 12px;
  margin: 5px 0;
}
.input-error {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: red;
}
.form-error {
  color: red;
}
.m-mod-spinning {
  color: rgba(0, 0, 0, 0) !important;
  text-shadow: none !important;
  position: relative;
}
.m-mod-spinning > * {
  visibility: hidden;
}
.m-mod-spinning:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAADCSURBVHjarJNBDoIwEEU/hGVXQPRAnoSVno1wBUKMBtfKfXwunMaSFNqFP5mknf/nN+1MC0A7mCS9JZ22BEXCwJPFlqAM1oOkWVK7Y9iapv8dAT4efPEEasvdgKutG+BlmtnXhQZHYDHBOcj7uBi3AIeYgT+lA1zEwBlXh/nUIyZRWquwGDNqVvpSUhWQVYbBSv+XK4RoJHWSXETrjKvXo/bHNsYGaQLG3EEajGiDnIfft6bpc+cg+ZlSbbvbd97EZwAziFuuiqspYAAAAABJRU5ErkJggg==);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1em;
  height: 1em;
  display: inline-block;
  margin-top: -0.5em;
  margin-left: -0.5em;
  -webkit-animation: spinner 2s linear infinite;
  animation: spinner 2s linear infinite;
}
.btn_typ_general.m-mod-spinning:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAAnElEQVQ4jaWTSwrCQBBEHyHLrJKg53OlZxOvIEGUuNbcR90UOJFKj2EKBpqpNx/6A7EG4JxhQr21FlUl8QkYgT7gezFHZ9712gNotXcFLoo74ClmdBdsgUnA3vgHeROwWfpiB+yAxniNvNZ4ZRr4Zvufks34CqgTs7ZH5lrLr1NREovL6BopnYVsI7lW/p2FsJWdssOUK8MNeEXAB0xZLz2BneGcAAAAAElFTkSuQmCC);
}
@-moz-keyframes spinner {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.footer-container {
  display: table-row;
}
.footer {
  display: table-cell;
  vertical-align: bottom;
  width: 100%;
}
.sitemap {
  background: #7b7b7b;
  color: #fff;
  border-top: 1px solid #fff;
  width: 100%;
  padding: 20px 0px 35px 0px;
  position: relative;
  min-width: 1200px;
  z-index: 1;
  font-size: 12px;
}
.sitemap strong {
  color: #fff;
}
.sitemap .sub-menu {
  display: none;
}
.sitemap h4 {
  color: #eeeeee;
  margin-bottom: 5px;
}
.sitemap a {
  color: #dddddd;
}
.sitemap a:hover {
  color: #fcfcfc;
  text-decoration: none;
}
.sitemap .mercateo-footervideos {
  line-height: 1.215;
  border-bottom: 1px solid #8a8a8a;
}
.sitemap ul {
  list-style: none;
  margin: 0px;
  padding: 0;
}
.sitemap ul li {
  border-bottom: 1px solid #8a8a8a;
  padding: 10px 0 10px 0;
}
.sitemap .column5 h3 {
  margin-bottom: 7px;
}
.sitemap .social-links ul {
  margin-top: -20px;
}
#disclaimer {
  background: #424242;
  padding: 15px 0 50px 0;
  bottom: 0px;
  text-align: center;
  position: relative;
  min-width: 1200px;
}
#disclaimer ul {
  list-style: none;
}
#disclaimer ul li {
  display: inline;
  padding: 0 10px;
  border-left: 1px solid #7b7b7b;
}
#disclaimer ul li:first-child {
  border-left: none;
}
#disclaimer ul li a {
  color: #7b7b7b;
  font-size: 12px;
}
#disclaimer ul li a:hover {
  color: #dddddd;
}
.outofviewport,
div.body ~ img[width="1"][height="1"] {
  position: absolute;
  margin: -1000px;
}
.pagination {
  height: 63px;
  width: 100%;
  margin: 50px 0 0 0;
}
.pagination ul {
  display: inline-block;
  margin-left: 0;
  margin-bottom: 0;
  border-radius: 0px;
  box-shadow: none;
}
.pagination li {
  display: inline;
}
.pagination a {
  float: left;
  padding: 0 14px;
  height: 20px;
  line-height: 1.35;
  text-decoration: none;
  border: none;
  border-right: 1px solid #dddddd;
}
.pagination a:hover,
.pagination .active a {
  background-color: #fff;
}
.pagination .active a {
  color: #f21c0a;
  cursor: default;
}
.pagination .disabled span,
.pagination .disabled a,
.pagination .disabled a:hover {
  color: #8a8a8a;
  background-color: transparent;
  cursor: default;
}
.pagination li:first-child a {
  border-left-width: 1px;
  border-radius: 3px 0 0 3px;
}
.pagination li:last-child a {
  border-radius: 0 3px 3px 0;
  border-right: none;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.menu-shop-button-container {
  position: absolute;
}
.btn {
  padding: 5px 13px;
  /*#gradient > .vertical-three-colors(#f5f5f5, #ffffff, 36%, #dbdbdb);*/
  border-radius: 5px;
  border: 1px solid #cfcfcf;
  /*.box-shadow(~"0px 1px 3px rgba(000,000,000,0.2), inset 0px -2px 1px rgba(255,255,255,0.5)");*/
  text-shadow: 0px 1px 0px #ffffff, 0px 0px 0px rgba(255, 247, 255, 0.2);
}
.btn-block {
  padding: 4px 0px;
}
.btn:hover,
.btn-hover {
  background-position: 0px;
  border: 1px solid #b5b5b5;
  /*.box-shadow(~"0px 0px 4px rgba(000,000,000,0.4), inset 0px -2px 1px rgba(255,255,255,0.5)");*/
  text-shadow: 0px 1px 0px #ffffff, 0px 0px 0px rgba(255, 247, 255, 0.2);
}
.btn:hover a,
.btn-hover a {
  text-decoration: none;
}
.btn-footer {
  margin: -8px 0 9px;
}
.btn-footer a.dropdown-toggle {
  width: 130px;
}
.btn-shop {
  background: #d31608 url(../library/images/button_shop.png) 0 -41px no-repeat;
  border: none;
  text-align: right;
}
.btn-shop span {
  padding-right: 7px;
}
.btn-shop:hover {
  background-position: 0 -1px;
}
.dropdown .dropdown-toggle {
  background: url(../library/images/button_selector.jpg) right no-repeat;
  padding: 3px 40px 3px 10px;
  font-size: 14px;
  text-align: left;
  display: inline-block;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown .dropdown-toggle.jobs-small span {
  display: inline-block;
  min-width: 85px;
}
.dropdown .dropdown-toggle.jobs-large span {
  display: inline-block;
  min-width: 140px;
}
.dropdown .dropdown-toggle:hover {
  background: url(../library/images/button_selector_hover.jpg) right no-repeat;
}
.dropdown .dropdown-menu {
  border: 1px solid #dddddd;
  border-bottom: none;
  padding: 10px 5px 15px 7px;
  background: #fff;
  -webkit-box-shadow: 0px 2px 4px #7b7b7b;
  box-shadow: 0px 2px 4px #7b7b7b;
  border-radius: 0;
  padding: 0;
}
.dropdown .dropdown-menu > li {
  display: block;
  border: none;
  padding: 0px;
  border-bottom: 1px solid #dddddd;
}
.dropdown .dropdown-menu > li.divider {
  display: none;
}
.dropdown .dropdown-menu > li > a {
  text-align: left;
  border: none;
  display: block;
  padding: 5px;
  margin: 0px;
  font-size: 12px;
  color: #424242;
  background: none;
  cursor: pointer;
}
.dropdown .dropdown-menu > li > a:hover,
.dropdown .dropdown-menu > li > a:focus {
  background: none;
  text-decoration: none;
  color: #f21c0a;
}
.dropdown .dropdown-menu > li.active a {
  background-color: #eeeeee;
  cursor: default;
}
.dropdown .dropdown-menu > li.active a:hover {
  color: #424242;
}
.inside-button {
  left: 150px;
  top: -31px;
  position: relative;
  border: none;
  background: none;
  padding: 10px;
  z-index: 4;
}
.btn-small {
  color: #424242;
}
/* NEW BUTTONS */
.btn {
  border-radius: 5px;
}
.btn-block {
  padding: 4px 0px;
}
.btn:hover a,
.btn-hover a {
  text-decoration: none;
}
.btn-footer {
  margin: -8px 0 9px;
}
.btn-footer a.dropdown-toggle {
  width: 130px;
}
.btn-shop {
  background: #d31608 url(../library/images/button_shop.png) 0 -41px no-repeat;
  border: none;
  text-align: right;
}
.btn-shop span {
  padding-right: 7px;
}
.btn-shop:hover {
  background-position: 0 -1px;
}
.event-functions a {
  margin-right: 20px;
  float: left;
}
.event-functions a.btn-mail {
  background: #ffffff url(images/dummy_mail.png) no-repeat center center scroll !important;
  width: 76px;
  display: block;
}
.event-functions a.btn-mail:hover {
  text-decoration: none !important;
}
.event-functions a.btn-register {
  background: #ffffff url(../library/images/icons/icon_event_register.jpg) no-repeat center center scroll !important;
  width: 76px;
  display: block;
}
.event-functions a.btn-register:hover {
  text-decoration: none !important;
}
.event-functions a.btn-get-date {
  background: #ffffff url(../library/images/icons/icon_event_get_date.jpg) no-repeat center center scroll !important;
  width: 120px;
  display: block;
}
.event-functions a.btn-get-date:hover {
  text-decoration: none !important;
}
.event-functions .btn-ics {
  background: #ffffff url(../library/images/icons/icon_event_ics.jpg) no-repeat center center scroll !important;
  width: 120px;
  height: 20px;
  display: block;
  border: none;
}
.event-functions .btn-ics:hover {
  text-decoration: none !important;
}
/* SCROLL BUTTONS */
.btn_scroll {
  background: url(../library/images/buttons/btn_scroll.jpg) 0 29px;
  margin: 0px auto;
  top: -60px;
  width: 75px;
  height: 50px;
  position: relative;
  box-shadow: inset  0 30px 0 0 #fff;
}
.btn_scroll a {
  display: block;
  background: url(../library/images/buttons/btn_scroll.jpg) -75px 29px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 75px;
  height: 50px;
  box-shadow: inset  0 30px 0 0 #fff;
}
.btn_scroll a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
.intro .btn {
  position: absolute;
  right: 70px;
  /*top: 180px;*/
  bottom: -50px;
}
.stripe .btn_scroll {
  background: url(../library/images/buttons/btn_scroll.jpg) 0px -21px;
  margin: 0px auto;
  top: -60px;
  width: 75px;
  height: 50px;
  position: relative;
}
.stripe .btn_scroll a {
  display: block;
  background: url(../library/images/buttons/btn_scroll.jpg) -75px -21px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 75px;
  height: 50px;
}
.stripe .btn_scroll a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  text-decoration: none;
}
#shopbutton {
  position: fixed;
  right: 55px;
  list-style: none;
  text-align: center;
  font-size: 14px;
  line-height: -1.65;
  z-index: 10000;
  top: 150px;
}
#shopbutton a {
  width: 70px;
  height: 73px;
  background: #fff;
  border: 1px solid #ddd;
  display: block;
  font-size: 41px;
  padding-top: 25px;
}
#shopbutton a:hover {
  border-color: #dddddd;
  -webkit-box-shadow: 0px 0px 6px #dddddd;
  box-shadow: 0px 0px 6px #dddddd;
  color: #f21c0a;
}
/* NEW BUTTONS */
.btn_typ_general.empty,
.btn_typ_process.empty,
.btn_typ_product.empty {
  color: transparent;
  text-shadow: none;
}
.buttoncontainer {
  display: inline-block;
  position: relative;
}
.buttoncontainer img.loading_m {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px;
}
.btn_typ_product,
.btn_typ_general,
.btn_typ_process {
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-decoration: none !important;
  margin-bottom: 5px;
}
.btn_typ_product:hover,
.btn_typ_general:hover,
.btn_typ_process:hover,
.btn_typ_product:focus,
.btn_typ_general:focus,
.btn_typ_process:focus,
.btn_typ_product:active,
.btn_typ_general:active,
.btn_typ_process:active {
  text-decoration: none !important;
}
.btn_size_s {
  border-radius: 4px;
  font-size: 8.5pt;
  line-height: 10pt;
  padding: 2px 8px;
}
.btn_size_m {
  border-radius: 5px;
  font-size: 11pt;
  line-height: 16pt;
  padding: 3px 13px 1px 13px;
}
.btn_size_l {
  border-radius: 6px;
  font-size: 14pt;
  line-height: 16pt;
  padding: 7px 15px 6px 15px;
}
.btn_state_disabled,
input[disabled="disabled"] {
  opacity: 0.4;
}
.btn_subinfo {
  font-size: 10pt;
}
.btn_typ_product,
.btn_typ_product:active,
.btn_typ_product:focus {
  /*#gradient > .vertical(#ff4535, #d11202);*/
  background-color: #ff4535;
  /*-webkit-box-shadow: inset 0 -12px 15px @endColor;
    -moz-box-shadow: inset 0 -12px 15px @endColor;
    box-shadow: inset 0 -12px 15px @endColor;*/
  border-color: #B23B37 #AE2621 #A93934;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.btn_typ_product:hover,
.btn_typ_product:active:hover,
.btn_typ_product:focus:hover {
  /*#gradient > .vertical(#ed4031, #c21102);*/
  background-color: #ed4031;
  /*-webkit-box-shadow: inset 0 -12px 15px @endColor;
    -moz-box-shadow: inset 0 -12px 15px @endColor;
    box-shadow: inset 0 -12px 15px @endColor;*/
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.btn_typ_general,
.btn_typ_general:active,
.btn_typ_general:focus {
  /*#gradient > .vertical(#ffffff, #e7e7e7);*/
  background-color: #fcfcfc;
  /*-webkit-box-shadow: inset 0 -12px 15px @endColor;
    -moz-box-shadow: inset 0 -12px 15px @endColor;
    box-shadow: inset 0 -12px 15px @endColor;*/
  border-color: #DCDCDC #C7C7C7 #AFAFAF;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #424242;
}
.btn_typ_general:hover,
.btn_typ_general:active:hover,
.btn_typ_general:focus:hover {
  /*#gradient > .vertical(#f5f5f5, #dedede);*/
  background-color: #eeeeee;
  /*-webkit-box-shadow: inset 0 -12px 15px @endColor;
    -moz-box-shadow: inset 0 -12px 15px @endColor;
    box-shadow: inset 0 -12px 15px @endColor;*/
  color: #424242;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
.btn_typ_process,
.btn_typ_process:active,
.btn_typ_process:focus {
  /*#gradient > .vertical(#1bad2e, #007a00);*/
  background-color: #1bad2e;
  /*-webkit-box-shadow: inset 0 -12px 15px @endColor;
    -moz-box-shadow: inset 0 -12px 15px @endColor;
    box-shadow: inset 0 -12px 15px @endColor;*/
  border-color: #148f24 #018112 #0e801d;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  color: #fff;
}
.btn_typ_process:hover,
.btn_typ_process:active:hover,
.btn_typ_process:focus:hover {
  /*#gradient > .vertical(#19a12b, #007100);*/
  background-color: #19a12b;
  /*-webkit-box-shadow: inset 0 -12px 15px @endColor;
    -moz-box-shadow: inset 0 -12px 15px @endColor;
    box-shadow: inset 0 -12px 15px @endColor;*/
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.btn_typ_process.btn_icon_cart.btn_size_m img,
.btn_typ_product.btn_icon_cart.btn_size_m img,
.btn_typ_process.btn_icon_cart.btn_size_l img,
.btn_typ_product.btn_icon_cart.btn_size_l img {
  background: transparent url(../library/images/icons/icon_cart_white.png) no-repeat center center;
  float: left;
  border: none;
}
.btn_typ_process.btn_icon_cart.btn_size_m img,
.btn_typ_product.btn_icon_cart.btn_size_m img {
  width: 30px;
  height: 30px;
  margin: -4px 5px -4px -6px;
}
.btn_typ_process.btn_icon_cart.btn_size_l img,
.btn_typ_product.btn_icon_cart.btn_size_l img {
  width: 37px;
  height: 37px;
  margin: -6px 5px -6px -8px;
}
.btn_fullsize {
  text-align: center;
  display: block;
}
.btn_size_l img.btn_icon,
.btn_size_l i[class^="icon-"] {
  position: relative;
  margin-right: 5px;
  bottom: 1px;
  line-height: 100%;
  vertical-align: middle;
}
/* XING BUTTON */
a.btn_icon {
  padding: 0 8px;
}
a.btn_icon .btn_xing {
  background: transparent url(../library/images/buttons/btns.jpg) no-repeat center 0;
  width: 70px;
  transition: none;
  display: block;
  height: 18px;
}
a.btn_icon:hover {
  padding: 0 8px;
}
a.btn_icon:hover .btn_xing {
  background: transparent url(../library/images/buttons/btns.jpg) no-repeat center -18px;
}
/* SOCIAL BUTTON */
.btn_size_s.btn_icon_left span {
  float: left;
  margin: -2px 0 -2px -9px;
  display: block;
  height: 18px;
  width: 30px;
  border-radius: 4px 0px 0px 4px;
}
.btn_size_s.btn_icon_left .btn_register_event {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat 0 -20px;
}
.btn_size_s.btn_icon_left .btn_register_event:hover {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat -170px -20px;
}
.btn_size_s.btn_icon_left .btn_suggest_event {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat 0 -39px;
}
.btn_size_s.btn_icon_left .btn_suggest_event:hover {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat -170px -39px;
}
.btn_size_s.btn_icon_left .btn_arrange_date {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat 0 -58px;
}
.btn_size_s.btn_icon_left .btn_arrange_date:hover {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat -170px -58px;
}
.btn_size_s.btn_icon_left .btn_import_calendar {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat 0 -1px;
  top: 0px;
  position: relative;
}
.btn_size_s.btn_icon_left .btn_import_calendar:hover {
  background: transparent url(../library/images/buttons/btns_events.jpg) no-repeat -170px -1px;
}
.btn_import_calendar {
  position: relative;
  top: -1px;
}
.m-feed-badge {
  background: #eeeeee;
  padding: 0px 10px 0px 0px;
  display: inline;
  font-size: 13px;
  float: right;
  margin-top: -10px;
}
.m-feed-badge:hover {
  background: #dddddd;
  color: #424242;
}
.m-feed-badge .m-social-button-rss {
  background: #dddddd;
  padding: 2px 8px 6px 8px;
  margin-right: 3px;
}
.m-feed-badge:hover .m-social-button-rss {
  background: #8a8a8a;
  color: #fff;
}
.sub-header,
.side-note,
.sub-header a {
  color: #8a8a8a;
  font-size: 13px;
}
.sub-header,
.sub-header a {
  display: block;
}
.page-header {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0;
}
.page-header h1 {
  line-height: 1.33;
}
.gap_small {
  display: block !important;
  height: 7px;
}
.gap_base {
  display: block !important;
  height: 12px;
}
.gap_large {
  display: block !important;
  height: 24px;
}
.gap_larger {
  display: block !important;
  height: 50px;
}
.gap_largest {
  display: block !important;
  height: 90px;
}
hr {
  margin: 0 0 10px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
}
body {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #7b7b7b;
}
strong {
  font-weight: 600;
  color: #424242;
}
.mercateo-side-note,
#header-menu a {
  font-size: 13px;
}
.mercateo-meta-info {
  font-weight: 400;
  font-size: 10px;
  line-height: 130%;
  color: #7b7b7b;
}
a {
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: #f21c0a;
  outline: none;
}
a:focus {
  outline: none;
}
.moretag {
  float: right;
}
.m-quote {
  font-style: italic;
  font-weight: 300;
  position: relative;
  display: block;
  padding: 0.5em;
}
.m-quote:before,
.m-quote:after {
  position: relative;
  display: inline-block;
  font-family: georgia, serif;
  font-weight: bold;
  color: #dddddd;
  opacity: 0.7;
  filter: alpha(opacity=70);
  font-size: 250%;
}
.m-quote:before {
  content: '\201C';
  margin: 0 0.1em 0 -0.35em;
  position: relative;
  top: 0.3em;
  line-height: 0;
}
.m-quote:after {
  content: '\201E';
  line-height: 0;
  top: 0.05em;
  left: 0.05em;
}
.m-quote-mod-large {
  font-size: 23px;
}
.m-quote-mod-justify {
  text-align: justify;
}
pre {
  font-family: monospace;
  font-size: 12px;
}
.m-archive-article-title {
  margin-top: 0;
}
.m-related-links {
  margin: 40px 0;
  padding-top: 20px;
  border-top: 1px solid #eeeeee;
}
.m-headline,
h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  line-height: 110%;
  margin: 0.5em 0 0.2em 0;
  color: #424242;
}
.m-headline.m-headline-mod-light,
h1.m-headline-mod-light,
h2.m-headline-mod-light,
h3.m-headline-mod-light,
h4.m-headline-mod-light,
h5.m-headline-mod-light {
  font-weight: 400;
}
/* Extra Styles for lazy editors ;) */
.m-type-mod-editorial-area h2 {
  font-size: 25px;
}
.m-type-mod-editorial-area h3 {
  font-size: 21px;
  margin-bottom: 0.5em;
}
.m-type-mod-editorial-area h4 {
  font-size: 18px;
}
.m-type-mod-editorial-area h5 {
  font-size: 16px;
  font-weight: 600;
}
.m-type-mod-editorial-area p {
  margin-bottom: 25px;
}
.m-type-mod-editorial-area p a {
  text-decoration: underline;
  /*
    color: #0b8bc8;
    &:hover {text-decoration: underline;}*/
}
.m-type-mod-h1,
h1 {
  font-size: 39px;
}
.m-type-mod-h2,
h2 {
  font-size: 31px;
}
.m-type-mod-h3,
h3 {
  font-size: 25px;
}
.m-type-mod-h4,
h4 {
  font-size: 21px;
  margin-bottom: 0.5em;
}
.m-type-mod-h5,
h5 {
  font-size: 18px;
}
.m-type-mod-h6,
h6 {
  font-size: 16px;
  font-weight: 600;
}
.sidebar {
  font-size: 13px;
}
.sidebar h1,
.sidebar h2,
.sidebar h3,
.sidebar h4,
.sidebar h5,
.sidebar h6 {
  font-size: 16px;
}
.m-type-mod-color-dark {
  color: #424242;
}
.m-type-mod-color-light {
  color: #7b7b7b;
}
.m-type-mod-weight-regular {
  font-weight: 400;
}
.m-type-mod-weight-semibold {
  font-weight: 600;
}
.m-type-mod-weight-book {
  font-weight: 300;
}
.m-type-mod-larger {
  font-size: 20px;
}
.m-type-mod-large {
  font-size: 18px;
}
.m-type-mod-base {
  font-size: 16px;
}
.m-type-mod-small {
  font-size: 13px;
}
.m-type-mod-smaller {
  font-size: 11px;
}
.m-type-mod-align-right {
  text-align: right;
}
.m-type-mod-align-left {
  text-align: left;
}
.m-type-mod-align-center {
  text-align: center;
}
.m-pull-right {
  float: right;
}
.m-pull-left {
  float: left;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 1.35;
}
.table th,
.table td {
  padding: 8px;
  line-height: 1.35;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}
table.faq,
table.facts,
table.m-table {
  background: #fff;
  font-weight: 400;
}
table.faq thead,
table.facts thead,
table.m-table thead {
  border: 1px solid #dddddd;
  border-width: 0 0 1px 0;
}
table.faq td,
table.facts td,
table.m-table td,
table.faq th,
table.facts th,
table.m-table th {
  border: 1px solid #eeeeee;
  border-width: 0 0 1px 0;
  padding: 10px;
  line-height: 1.35;
  vertical-align: middle;
}
table.faq tfoot,
table.facts tfoot,
table.m-table tfoot {
  border: 1px solid #dddddd;
  border-width: 1px 0 0 0;
}
table.faq th,
table.facts th,
table.m-table th {
  font-weight: 600;
}
table.faq.m-table-mod-vertical tr th:first-child,
table.facts.m-table-mod-vertical tr th:first-child,
table.m-table.m-table-mod-vertical tr th:first-child,
table.faq.m-table-mod-vertical tfoot tr td:first-child,
table.facts.m-table-mod-vertical tfoot tr td:first-child,
table.m-table.m-table-mod-vertical tfoot tr td:first-child,
table.faq.m-table-mod-vertical thead tr td:first-child,
table.facts.m-table-mod-vertical thead tr td:first-child,
table.m-table.m-table-mod-vertical thead tr td:first-child {
  border-width: 0 1px 1px 0;
  border-right-color: #dddddd;
}
table.faq tr:last-child td,
table.facts tr:last-child td,
table.m-table tr:last-child td,
table.faq tr:last-child th,
table.facts tr:last-child th,
table.m-table tr:last-child th,
table.faq.m-table-mod-vertical tr:last-child th,
table.facts.m-table-mod-vertical tr:last-child th,
table.m-table.m-table-mod-vertical tr:last-child th,
table.faq.m-table-mod-vertical tfoot tr:last-child td,
table.facts.m-table-mod-vertical tfoot tr:last-child td,
table.m-table.m-table-mod-vertical tfoot tr:last-child td {
  border-bottom-width: 0;
}
table.faq.m-table-mod-small,
table.facts.m-table-mod-small,
table.m-table.m-table-mod-small {
  font-size: 13px;
}
table.faq.m-table-mod-zebra tr:nth-of-type(2n+1),
table.facts.m-table-mod-zebra tr:nth-of-type(2n+1),
table.m-table.m-table-mod-zebra tr:nth-of-type(2n+1) {
  background: #fcfcfc;
}
table.faq:after,
table.facts:after,
table.m-table:after {
  clear: both;
}
table.faq:after:before,
table.facts:after:before,
table.m-table:after:before,
table.faq:after:after,
table.facts:after:after,
table.m-table:after:after {
  content: " ";
  display: table;
}
table.faq:after:after,
table.facts:after:after,
table.m-table:after:after {
  clear: both;
}
table.faq:after:before,
table.facts:after:before,
table.m-table:after:before,
table.faq:after:after,
table.facts:after:after,
table.m-table:after:after {
  content: " ";
  display: table;
}
table.faq:after:after,
table.facts:after:after,
table.m-table:after:after {
  clear: both;
}
table.faq.m-table-mod-fullsize,
table.facts.m-table-mod-fullsize,
table.m-table.m-table-mod-fullsize {
  width: 100%;
  max-width: 100%;
}
table.faq.m-table-mod-nomargin,
table.facts.m-table-mod-nomargin,
table.m-table.m-table-mod-nomargin {
  margin: 0;
}
table.faq thead th,
table.facts thead th,
table.m-table thead th,
table.faq thead td,
table.facts thead td,
table.m-table thead td,
table.faq th,
table.facts th,
table.m-table th,
table.faq tfoot td,
table.facts tfoot td,
table.m-table tfoot td {
  background: #eeeeee;
}
table.faq.m-table-mod-valign-top td,
table.facts.m-table-mod-valign-top td,
table.m-table.m-table-mod-valign-top td,
table.faq.m-table-mod-valign-top th,
table.facts.m-table-mod-valign-top th,
table.m-table.m-table-mod-valign-top th {
  vertical-align: top;
}
table.faq.m-table-mod-valign-bottom td,
table.facts.m-table-mod-valign-bottom td,
table.m-table.m-table-mod-valign-bottom td,
table.faq.m-table-mod-valign-bottom th,
table.facts.m-table-mod-valign-bottom th,
table.m-table.m-table-mod-valign-bottom th {
  vertical-align: bottom;
}
table.faq.m-table-mod-minimal,
table.facts.m-table-mod-minimal,
table.m-table.m-table-mod-minimal {
  background: none;
  box-shadow: none;
}
table.faq.m-table-mod-minimal th,
table.facts.m-table-mod-minimal th,
table.m-table.m-table-mod-minimal th,
table.faq.m-table-mod-minimal thead td,
table.facts.m-table-mod-minimal thead td,
table.m-table.m-table-mod-minimal thead td,
table.faq.m-table-mod-minimal tfoot td,
table.facts.m-table-mod-minimal tfoot td,
table.m-table.m-table-mod-minimal tfoot td {
  background: none;
}
table.faq {
  box-shadow: none;
}
#m-table-eventdetails {
  background: #fcfcfc;
}
/* ACCORDION */
.accordion {
  /*margin-left: -0.4em;*/
}
.accordion .accLink {
  cursor: pointer;
  font-weight: 400;
  color: #424242;
  position: relative;
  line-height: inherit;
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
}
.accordion .accLink h1,
.accordion .accLink h2,
.accordion .accLink h3,
.accordion .accLink h4 {
  display: inline-block;
}
.accordion .accLink .m-icon {
  font-size: 70%;
  position: absolute;
  margin: 5px 0 0 -20px;
}
.accordion .accLink.on {
  border-bottom: none;
}
.accordion .accLink.on .m-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.accordion .accLink:hover,
.accordion .accLink:hover * {
  color: #f21c0a;
}
.accordion .accContent {
  overflow: hidden;
  height: 0px;
  margin-bottom: 0px;
  opacity: 0;
  filter: alpha(opacity=0);
  border-bottom: 1px solid #eeeeee;
}
.accordion .accContent.show {
  height: auto;
  overflow: display;
  padding-left: 1em;
  opacity: 1;
  filter: alpha(opacity=100);
  padding-bottom: 30px;
}
.accordion-toggle {
  cursor: pointer;
}
.single-mercateo_infopage #sitemap,
.single-mercateo_landingpage #sitemap,
.single-mercateo_actionpage #sitemap,
.single-mercateo_infopage #disclaimer,
.single-mercateo_landingpage #disclaimer,
.single-mercateo_actionpage #disclaimer {
  z-index: 1;
}
.single-mercateo_landingpage .area,
.single-mercateo_infopage .area,
.single-mercateo_actionpage .area {
  /*background: #fff;*/
  padding: 0px;
  z-index: 1;
  position: relative;
}
.single-mercateo_landingpage .area .mercateo-intromodule,
.single-mercateo_infopage .area .mercateo-intromodule,
.single-mercateo_actionpage .area .mercateo-intromodule {
  padding: 100px 0 30px 0;
}
.single-mercateo_landingpage.popup .area,
.single-mercateo_infopage.popup .area,
.single-mercateo_actionpage.popup .area {
  min-width: 1000px;
}
.single-mercateo_landingpage.popup .area .mercateo-intromodule,
.single-mercateo_infopage.popup .area .mercateo-intromodule,
.single-mercateo_actionpage.popup .area .mercateo-intromodule {
  padding: 50px 0 0px 0;
  min-width: 100%;
}
.single-mercateo_landingpage .btn_typ_product,
.single-mercateo_infopage .btn_typ_product,
.single-mercateo_actionpage .btn_typ_product,
.single-mercateo_landingpage .btn_typ_general,
.single-mercateo_infopage .btn_typ_general,
.single-mercateo_actionpage .btn_typ_general,
.single-mercateo_landingpage .btn_typ_process,
.single-mercateo_infopage .btn_typ_process,
.single-mercateo_actionpage .btn_typ_process {
  margin: 10px 0 0 0;
}
.single-mercateo_landingpage .mercateo-video-thumbnail {
  padding: 0px;
  border: none;
}
.polaroid .mercateo-video-thumbnail {
  border: none;
}
.lp_style,
.ip_style {
  position: relative;
}
/* VIDEO */
.lp_video,
.ip_video {
  background-color: #fff;
  border: 10px solid #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  position: relative;
  top: -55px;
}
.lp_video .landingpage-video-thumbnail,
.ip_video .landingpage-video-thumbnail {
  border: 1px solid #dbdbdb;
}
/* INTROTEXT */
body.popup #lp_background_box,
body.popup #ip_background_box {
  background: none;
}
body.popup #lp_background_box {
  background: none;
}
body.popup .area {
  min-height: 1px;
}
body.popup .lp_style h1 {
  margin-top: 20px;
  margin-bottom: -25px;
}
.ip_special_content {
  margin-top: -30px;
  margin-bottom: 10px;
}
.ap_special_content {
  margin: 0px;
  padding: 0px;
}
.lp_style .buttonrow,
.ip_style .buttonrow {
  margin-top: 20px;
}
.lp_style .buttonrow a,
.ip_style .buttonrow a {
  width: 280px;
  text-align: center;
  vertical-align: top;
  margin-left: 5px;
  clear: both;
}
/* CONTACT */
.lp_telephoneinfo,
.ip_telephoneinfo {
  text-align: center;
  /*top: 53px;*/
  position: relative;
  margin-top: 20px;
}
.lp_telephoneinfo .price,
.ip_telephoneinfo .price {
  font-size: 9pt;
  font-weight: normal;
  line-height: 100%;
  color: #c3c3c3;
  margin: 4px;
}
/* CUSTOM HTML */
.lp_custom_html {
  margin-top: 20px;
}
/* CONTENT */
.lp_content *,
.ip_content * {
  z-index: 10;
}
.single-mercateo_landingpage .mercateo-list-advantages {
  padding-bottom: 55px;
}
.single-mercateo_landingpage .mercateo-list-advantages p {
  padding-bottom: 15px;
}
.lp_content_headline_advantages,
.lp_content_headline_functions {
  padding: 0 0 10px 20px;
  margin-left: -22px;
}
.ip_content table {
  color: #969696;
  border-spacing: 0px;
}
.ip_content .tab-pane pre {
  margin: -8px 0 12px 0;
}
.lp_zebra_bg,
.ip_zebra_bg {
  background-color: #fcfcfc;
  margin-top: 20px;
}
.lp_content,
.ip_content {
  margin-bottom: 35px;
}
.lp_content .seperator_bottom,
.ip_content .seperator_bottom {
  position: relative;
  top: -2px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.lp_content .seperator_top,
.ip_content .seperator_top {
  margin-bottom: 30px;
}
.ip_tabbox_content {
  box-shadow: 0 300px 200px 200px #fcfcfc, 0px 0px 5px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px 10px 0 0;
}
.ip_tabbox_content.notab {
  box-shadow: none;
  border-radius: 0px;
}
.ip_tabline {
  background-color: #f4f5f7;
  display: block;
  margin: 0px;
  padding: 0px;
  border-radius: 10px 10px 0 0;
  box-shadow: inset 0 -1px 1px 0px #e9e9eb;
  border: none;
}
.ip_tabline li {
  display: inline-block;
  text-align: center;
  border: 1px solid #e9e9eb;
  border-width: 0 1px 0 0;
  width: auto;
  margin: 0 0 0 -4px;
  float: none;
}
.ip_tabline li a {
  color: #8a8a8a;
  padding: 15px 10px 12px 10px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  min-width: 110px;
  border-radius: 0px;
  background: none;
}
.ip_tabline li a:hover {
  color: #f21c0a;
  text-decoration: none;
  border-radius: 0px;
  background: none;
}
.ip_tabline li.active {
  background-color: #fff;
  color: #f21c0a;
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.15), -5px 0 5px -5px rgba(0, 0, 0, 0.15);
}
.ip_tabline li.active a,
.ip_tabline li.active a:hover {
  color: #f21c0a;
  cursor: default;
  background: none;
  border: none;
  font-weight: 600;
}
.ip_tabline li.first,
.ip_tabline li.first a {
  border-radius: 10px 0 0 0;
}
.ip_tabline li.first {
  border-left-color: #f4f5f7;
  margin-left: 0px;
  border-right: none;
}
.ip_tabline li.active.first {
  box-shadow: 5px 0 5px -5px rgba(0, 0, 0, 0.15);
  border-left-color: #fff;
}
.ip_tab_content_box {
  padding: 35px 30px 30px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#00ffffff', GradientType=0);
  min-height: 300px;
}
.ip_tabbox_content.notab .ip_tab_content_box {
  background: none;
  min-height: 0px;
  padding: 0px;
}
/* FOOTER */
.lp_newsletter {
  text-align: center;
  margin-bottom: 10px;
}
body.popup .lp_newsletter {
  padding-bottom: 20px;
}
.lp_newsletter input[type="text"] {
  padding: 2px 3px 2px 27px;
  width: 230px;
  background: #ffffff url(../library/images/icons/icon_mail_small_form.png) no-repeat 7px center;
  margin: 0 5px 0 10px;
}
.lp_newsletter input.init {
  color: #b1b1b1;
  font-style: italic;
}
.lp_newsletter form {
  vertical-align: middle;
  margin: 0;
}
.lp_newsletter input {
  display: inline-block;
}
#content-infofooter {
  display: none;
}
#recommended_content {
  background-color: #f5f5f4;
  padding: 20px 0 65px 0;
  position: relative;
  font-size: 9.5pt;
  line-height: 110%;
  z-index: 10;
}
#recommended_content a,
#recommended_content a:hover {
  display: block;
  text-decoration: none;
  color: #4d4d4d;
}
#recommended_content img.wp-post-image {
  display: inline-block;
  margin-right: 10px;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 0px 2px #8a8a8a;
  -moz-box-shadow: 0px 0px 2px #8a8a8a;
  box-shadow: 0px 0px 2px #8a8a8a;
  width: 192px;
}
#recommended_content .container {
  position: relative;
}
#recommended_content .container img#infoarrowimg {
  position: absolute;
  left: -170px;
  top: -65px;
}
#recommended_content .lp_name {
  display: block;
  font-size: 12pt;
  margin: 10px 0 5px;
  line-height: 18px;
}
#recommended_content .lp_excerpt {
  line-height: 130%;
}
.sliderbox {
  text-align: center;
  margin-top: 40px;
}
.ip_tabbox_content .sliderbox {
  margin: 40px 0px;
}
/* ACTIONPAGE */
.no-header .m-herokeyvisual {
  padding-top: 90px;
}
.m-herokeyvisual {
  position: relative;
}
.m-herokeyvisual h1 {
  font-weight: 300;
  margin-top: 0px;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.m-herokeyvisual h1 strong {
  color: #fff;
}
.m-herokeyvisual p {
  color: #fcfcfc;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.m-herokeyvisual .m-herokeyvisual-content-container {
  z-index: 100;
  position: relative;
}
.m-herokeyvisual .m-herokeyvisual-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 23px 23px 28px 23px;
  margin-bottom: 40px;
}
.m-herokeyvisual .m-herokeyvisual-image-pattern {
  position: absolute;
  z-index: 1;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.m-herokeyvisual.m-herokeyvisual-mod-dark h1,
.m-herokeyvisual.m-herokeyvisual-mod-dark h2,
.m-herokeyvisual.m-herokeyvisual-mod-dark h3,
.m-herokeyvisual.m-herokeyvisual-mod-dark a {
  color: #424242;
  text-shadow: none;
}
.m-herokeyvisual.m-herokeyvisual-mod-dark p {
  color: #7b7b7b;
  text-shadow: none;
}
.m-herokeyvisual.m-herokeyvisual-mod-dark .m-herokeyvisual-content {
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}
.m-herokeyvisual-navarrow-container {
  text-align: center;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow {
  background-color: #fff;
  text-indent: -9999px;
  position: absolute;
  z-index: 100;
  left: 50%;
  width: 100px;
  height: 50px;
  margin: 0 0 0 -48px;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow img {
  background: transparent url(../library/images/navarrow-down-sprite.png) no-repeat 0px 0px;
  width: 28px;
  height: 17px;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow:hover img {
  background-position: 0px -17px;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow.m-keyvisual-navarrow-mod-top {
  border-top: 1px solid #e9e9e9;
  top: -50px;
  border-radius: 96px 96px 0 0;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow.m-keyvisual-navarrow-mod-top img {
  position: absolute;
  bottom: 4px;
  left: 50%;
  margin-left: -14px;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow.m-keyvisual-navarrow-mod-bottom {
  border-bottom: 1px solid #e9e9e9;
  top: 100%;
  border-radius: 0 0 96px 96px;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow.m-keyvisual-navarrow-mod-bottom img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -14px;
}
.m-herokeyvisual-navarrow-container .m-herokeyvisual-navarrow.m-keyvisual-navarrow-mod-animated img {
  -webkit-animation: "navarrowanimation" 3s infinite ease;
  -moz-animation: "navarrowanimation" 3s infinite ease;
  -o-animation: "navarrowanimation" 3s infinite ease;
  animation: "navarrowanimation" 3s infinite ease;
}
.actionpage_section-mod-bg-advantages {
  background-color: #f3f3f3;
}
.actionpage_section-mod-bg-advantages .m-herokeyvisual-navarrow {
  background-color: #f3f3f3;
}
.actionpage_section-mod-bg-advantages + div.section_seperator {
  margin-bottom: 45px;
}
@-webkit-keyframes navarrowanimation {
  0% {
    bottom: -6px;
  }
  50% {
    bottom: 6px;
  }
  100% {
    bottom: -6px;
  }
}
@-moz-keyframes navarrowanimation {
  0% {
    bottom: -6px;
  }
  50% {
    bottom: 6px;
  }
  100% {
    bottom: -6px;
  }
}
@-o-keyframes navarrowanimation {
  0% {
    bottom: -6px;
  }
  50% {
    bottom: 6px;
  }
  100% {
    bottom: -6px;
  }
}
@keyframes navarrowanimation {
  0% {
    bottom: -6px;
  }
  50% {
    bottom: 6px;
  }
  100% {
    bottom: -6px;
  }
}
.actionpage_section {
  padding: 50px 0;
}
.actionpage_section .imgright {
  float: right;
  margin-left: 66px;
}
.actionpage_section .imgleft {
  float: left;
  margin-right: 66px;
}
.actionpage_section p {
  margin: 0 0 10px 0;
}
.actionpage_section .video-wrapper {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 4px;
}
.fs_2 {
  font-size: 12px;
}
#ip_references.nomargintop {
  margin-top: 0px;
}
.m-header-productpage-logo-container {
  padding-top: 15px;
  text-align: right;
  vertical-align: bottom;
  display: block;
}
.m-header-productpage-logo-container .m-header-productpage-logo {
  margin-left: 20px;
}
.m-header-productpage-logo-container .m-header-productpage-logo-text {
  display: inline-block;
  vertical-align: bottom;
}
.section_seperator {
  height: 1px;
  border-bottom: 1px solid #e9e9e9;
}
.newsletter-module {
  background: #dddddd;
  padding: 20px 0 30px 0;
  position: relative;
  z-index: 10;
}
.newsletter-module .newsletter-teaser-image {
  position: absolute;
  left: -45px;
  top: -40px;
  z-index: 999;
}
.promotion_container {
  margin-top: 35px;
  position: relative;
}
.promotion_container .promotion {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 10;
}
.promotion_container .promotion_counter_container {
  background: #f21c0a;
  max-width: 130px;
  text-align: right;
  padding: 10px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 9;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.promotion_container .promotion_counter_container .promotion_counter_count {
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 5px;
}
.promotion_container .promotion_counter_container .promotion_counter_end {
  font-size: 13px;
}
.promotion_container .promotion_title {
  font-size: 16px;
  color: #424242;
  margin: 0 0 4px 0;
  display: block;
  font-weight: 600;
  line-height: 100%;
}
.promotion_container .promotion_excerpt_container {
  background: #fcfcfc;
  padding: 13px;
}
.promotion_container .promotion_excerpt_container .promotion_excerpt {
  font-size: 13px;
  color: #7b7b7b;
  line-height: 140%;
}
.promotion_container .promotion_excerpt_container .promotion_call2action {
  float: right;
  margin-top: 15px;
}
.promotion_container .promotion_excerpt_container .promotion_call2action span {
  text-decoration: underline;
}
.promotion_container .promotion_banner {
  min-width: 100%;
  height: auto;
}
.mercateo-article-list .promotion_counter_container {
  margin: -3px 0 0 15px;
}
.mercateo-stream-list {
  padding: 0;
  margin: 0;
  min-height: 360px;
}
.mercateo-stream-list li {
  list-style: none;
  line-height: 20px;
  min-height: 120px;
  padding-top: 10px;
  border-bottom: 1px solid #eeeeee;
}
.mercateo-stream-list li a {
  display: block;
}
.mercateo-stream-list li a img {
  margin-top: 7px;
}
.mercateo-stream-list li:last-child {
  border-bottom: none;
}
.mercateo-stream-list li .m-calendarsheet {
  margin-top: 7px;
}
#m-joboffers li {
  min-height: 60px;
  padding: 9px 0 11px 40px;
  background: url(../library/images/icons/icon_joboffer.jpg) no-repeat 0px 16px;
}
.mercateo-stream-list-item-thumbnail {
  display: block;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 6px;
}
.mercateo-stream-list-item-thumbnail:hover {
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0px 0px 6px #dddddd;
  box-shadow: 0px 0px 6px #dddddd;
}
.mercateo-stream-list-item .mercateo-time-note {
  color: #8a8a8a;
}
.mercateo-stream-is-sidebar .mercateo-stream-list {
  min-height: inherit;
  margin-bottom: 10px;
  border-top: none;
}
.mercateo-stream-is-sidebar .mercateo-stream-list-item {
  min-height: inherit;
  padding: 10px 0;
}
/**
 * video thumbnail
 *
 * containing
 * - img
 * - title
 * - play icon
 * - (optional) iframe
 *
 * has states
 * - has-big-border
 * - has-no-border
 * - is-floating-left
 */
.mercateo-video .mercateo-video-thumbnail {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}
.mercateo-video .mercateo-video-thumbnail a {
  text-decoration: none;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-img.m-image-mod-autosized {
  width: auto;
  max-width: auto;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-title {
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  filter: alpha(opacity=100);
  margin: 0;
  overflow: hidden;
  padding: 5px 5px 6px 5px;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  line-height: initial;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-title strong {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-title.is-hidden {
  display: none;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-title.is-below {
  background: none;
  margin: 0px;
  top: -50px;
  position: absolute;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-duration {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #7b7b7b;
  color: #fff;
  display: inline-block;
  padding: 1px 3px;
  font-size: 12px;
  line-height: 100%;
  z-index: 1;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-play-icon {
  display: inline-block;
  font-family: "MercateoIconFont";
  font-size: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-play-icon:before {
  color: #424242;
  opacity: 0.7;
  filter: alpha(opacity=70);
  content: "\E019";
  text-shadow: 0 0 2px #fff;
}
.mercateo-video .mercateo-video-thumbnail .mercateo-video-thumbnail-play-icon:after {
  position: absolute;
  color: #fff;
  content: "\E01A";
  left: 0;
  top: 0;
}
.mercateo-video .mercateo-video-thumbnail:hover .mercateo-video-thumbnail-play-icon:before {
  color: #fff;
  text-shadow: 0 0 2px #424242;
}
.mercateo-video .mercateo-video-thumbnail:hover .mercateo-video-thumbnail-play-icon:after {
  color: #424242;
}
.mercateo-video .mercateo-video-thumbnail:hover .mercateo-video-thumbnail-title {
  opacity: 0;
  filter: alpha(opacity=0);
}
.mercateo-video.mercateo-video-mod-noborder .mercateo-video-thumbnail {
  border: none;
  box-shadow: none;
}
.mercateo-video.xs .mercateo-video-thumbnail-play-icon {
  font-size: 25px;
}
.mercateo-video.xs .mercateo-video-thumbnail-title {
  display: none;
}
.mercateo-video.s .mercateo-video-thumbnail-play-icon {
  font-size: 35px;
}
.mercateo-video.s .mercateo-video-thumbnail-title {
  font-size: 13px;
}
.mercateo-video.l .mercateo-video-thumbnail-play-icon {
  font-size: 80px;
}
.mercateo-video.l .mercateo-video-thumbnail-title {
  font-size: 16px;
  padding: 10px 10px 13px 10px;
}
.polaroid .mercateo-video-thumbnail,
.polaroid .mercateo-video-thumbnail:hover {
  box-shadow: none;
  border: 0px;
}
.mercateo-video-thumbnail-iframe {
  border: none;
  width: 440px;
  height: 248px;
  margin: 0;
}
.two-column {
  background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 71.99%, #fafafa 72%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(71.99%, rgba(250, 250, 250, 0)), color-stop(72%, #fafafa), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 71.99%, #fafafa 72%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, rgba(250, 250, 250, 0) 71.99%, #fafafa 72%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, rgba(250, 250, 250, 0) 71.99%, #fafafa 72%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to right, rgba(250, 250, 250, 0) 71.99%, #fafafa 72%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00fafafa', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
}
.sidebar {
  padding-top: 100px;
  font-size: 13px;
  line-height: 135%;
}
.sidebar .widget {
  margin-bottom: 70px;
  border-bottom: 1px solid #eeeeee;
  display: table;
  clear: both;
  width: 100%;
}
.sidebar .widget img {
  max-width: 229px;
}
#tag-cloud a {
  background: none;
  color: #424242;
}
.textwidget .mkt_service_register_form input {
  padding: 0px 5px;
}
.textwidget .mkt_service_register_form div {
  display: block;
  width: 100%;
}
.textwidget .mkt_service_register_form div span {
  width: 92% !important;
}
.m-image-mod-bordered {
  border: 1px solid #eeeeee;
  padding: 3px;
}
a .m-image-mod-bordered {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a .m-image-mod-bordered:hover {
  border-color: #dddddd;
  -webkit-box-shadow: 0px 0px 6px #dddddd;
  box-shadow: 0px 0px 6px #dddddd;
}
.m-image-mod-default {
  width: auto;
  height: auto;
}
.m-polaroid {
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.m-polaroid-mod-rotation-clockwise {
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.m-polaroid-mod-rotation-anticlockwise {
  -webkit-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.m-polaroid-mod-size-s {
  max-width: 300px;
}
.m-polaroid-mod-size-m {
  min-width: 300px;
  max-width: 500px;
}
.m-polaroid-mod-size-l {
  width: 500px;
}
.m-polaroid-content-container {
  display: block;
  padding: 20px 20px 22px 20px;
  background: #fff;
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.m-character {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 130%;
}
.m-character.m-character-mod-float {
  float: left;
  margin-right: 20px;
}
.m-character.m-character-mod-small {
  font-size: 13px;
}
.m-character.m-character-mod-large {
  font-size: 18px;
}
.m-character:after {
  clear: both;
}
.m-portrait {
  width: 120px;
  height: 120px;
  display: inline-block;
}
.m-portrait.m-portrait-mod-smaller {
  width: 60px;
  height: 60px;
}
.m-portrait.m-portrait-mod-small {
  width: 90px;
  height: 90px;
}
.m-portrait img {
  border-radius: 50%;
}
.m-link-mod-imagezoom {
  position: relative;
  display: inline-block;
}
.m-link-mod-imagezoom img {
  max-width: 100%;
  width: 100%;
}
.m-link-mod-imagezoom:after {
  content: '';
  background: transparent url(../library/images/icons/icon-zoom.png) no-repeat center center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 6px;
}
.m-link-mod-imagezoom:before {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-width: 20px;
  border-style: solid;
  border-color: transparent rgba(255, 255, 255, 0.8) rgba(255, 255, 255, 0.8) transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.m-mod-image-transparent {
  -webkit-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.3;
}
.m-mod-image-transparent:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
a .m-mod-image-transparent:hover {
  opacity: 1;
}
/* hide g+ tooltip which was bouncing causes by a bug */
table.gc-bubbleDefault.pls-container {
  display: none;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
.post_content ul li,
.m-list-container ul li {
  position: relative;
  list-style-type: none;
  line-height: 140%;
  margin-left: 1.5em;
}
.post_content ul li:before,
.m-list-container ul li:before {
  content: "■";
  color: inherit;
  display: block;
  text-align: center;
  width: 1.5em;
  font-size: 52%;
  left: -1.5em;
  position: absolute;
}
.post_content ul li > h2:first-of-type,
.m-list-container ul li > h2:first-of-type,
.post_content ul li > h3:first-of-type,
.m-list-container ul li > h3:first-of-type,
.post_content ul li > h4:first-of-type,
.m-list-container ul li > h4:first-of-type {
  margin-top: 0;
}
.post_content ul.m-list-mod-checkmark li:before,
.m-list-container ul.m-list-mod-checkmark li:before {
  font-family: 'MercateoIconFont';
  color: #008311;
  top: 0.3em;
  left: -33px;
  font-size: 120%;
}
.post_content ul.m-list-mod-advantage li:before,
.m-list-container ul.m-list-mod-advantage li:before {
  font-family: 'MercateoIconFont';
  color: #008311;
  top: 0.1em;
  left: -23px;
  font-size: 0.8em;
}
.post_content ul.m-list-mod-disadvantage li:before,
.m-list-container ul.m-list-mod-disadvantage li:before {
  font-family: 'MercateoIconFont';
  color: #f21c0a;
  top: 0.1em;
  left: -23px;
  font-size: 0.8em;
}
.post_content ul.m-list-mod-gear li:before,
.m-list-container ul.m-list-mod-gear li:before {
  font-family: 'MercateoIconFont';
  top: 0.1em;
}
.m-list li {
  position: relative;
  list-style-type: none;
  line-height: 140%;
  margin-left: 1.5em;
}
.m-list li:before {
  content: "■";
  color: inherit;
  display: block;
  text-align: center;
  width: 1.5em;
  font-size: 52%;
  left: -1.5em;
  position: absolute;
}
.m-list li > h2:first-of-type,
.m-list li > h3:first-of-type,
.m-list li > h4:first-of-type {
  margin-top: 0;
}
.m-list.m-list-mod-checkmark li:before {
  font-family: 'MercateoIconFont';
  color: #008311;
  top: 0.3em;
  left: -33px;
  font-size: 120%;
}
.m-list.m-list-mod-advantage li:before {
  font-family: 'MercateoIconFont';
  color: #008311;
  top: 0.1em;
  left: -23px;
  font-size: 0.8em;
}
.m-list.m-list-mod-disadvantage li:before {
  font-family: 'MercateoIconFont';
  color: #f21c0a;
  top: 0.1em;
  left: -23px;
  font-size: 0.8em;
}
.m-list.m-list-mod-gear li:before {
  font-family: 'MercateoIconFont';
  top: 0.1em;
}
.m-list-mod-nostyle li {
  margin: 0;
  list-style-type: none;
}
.m-list-mod-nostyle li:before {
  display: none;
}
.m-list-mod-flex {
  display: flex;
  flex-flow: row wrap;
  align-content: flex-start;
  align-items: stretch;
  justify-content: space-between;
}
.m-list-mod-flex li {
  flex: 1 0 auto;
}
/* IGNORE LIST-PROPERTIES FOR: */
.post_content ul.post-attachments,
.sidebar ul.post-attachments,
.post_content ul.m-social-button-list,
.sidebar ul.m-social-button-list {
  margin-left: 0;
}
.post_content ul.post-attachments li,
.sidebar ul.post-attachments li,
.post_content ul.m-social-button-list li,
.sidebar ul.m-social-button-list li {
  margin: 0;
  list-style-type: none;
}
.post_content ul.post-attachments li:before,
.sidebar ul.post-attachments li:before,
.post_content ul.m-social-button-list li:before,
.sidebar ul.m-social-button-list li:before {
  display: none;
}
/* Related links below current post */
.m-linklist li {
  list-style-type: none;
  padding-left: 0px;
  color: #424242;
}
.m-linklist li:hover span {
  color: #f21c0a;
}
ol {
  counter-reset: listpoint_lv1;
  list-style-type: none;
}
ol > li {
  counter-increment: listpoint_lv1;
}
ol > li:before {
  content: counter(listpoint_lv1, decimal) ". ";
}
ol ol {
  counter-reset: listpoint_lv2;
}
ol ol > li {
  counter-increment: listpoint_lv2;
}
ol ol > li:before {
  content: counter(listpoint_lv1) "." counter(listpoint_lv2, decimal) ". ";
}
ol ol ol {
  counter-reset: listpoint_lv3;
}
ol ol ol > li {
  counter-increment: listpoint_lv3;
}
ol ol ol > li:before {
  content: counter(listpoint_lv1) "." counter(listpoint_lv2) "." counter(listpoint_lv3, decimal) ". ";
}
.m-further-information-list {
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
}
.m-linklist-small a {
  display: block;
  border-bottom: #eeeeee 1px solid;
  margin-bottom: 5px;
}
/* new icon definition - font defined in fonts.less */
.m-icon {
  display: inline-block;
  font-family: "MercateoIconFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  color: inherit;
  transition: none;
  vertical-align: middle;
}
/* Social-Menu-Buttons in footer */
.icon-facebook a:before {
  content: "\E017";
}
.icon-twitter a:before {
  content: "\E015";
}
.icon-googleplus a:before {
  content: "\E016";
}
.icon-xing a:before {
  content: "\E013";
}
.icon-linkedin a:before {
  content: "\E014";
}
.icon-email a:before {
  content: "\E011";
}
.icon-youtube a:before {
  content: "\E03B";
}
.icon-instagram a:before {
  content: "\E03A";
}
.m-icon-x:before {
  content: "\E21C";
}
.m-icon-arrowright:before {
  content: "\E031";
}
.m-icon-arrowleft:before {
  content: "\E030";
}
.m-icon-arrowdown:before {
  content: "\E02F";
}
.m-icon-arrowleft-light:before {
  content: "\E030";
}
.m-icon-arrowright-light:before {
  content: "\E031";
}
.m-icon-arrowdown-light:before {
  content: "\E033";
}
.m-icon-facebook:before {
  content: "\E017";
}
.m-icon-twitter:before {
  content: "\E015";
}
.m-icon-googleplus:before {
  content: "\E016";
}
.m-icon-xing:before {
  content: "\E013";
}
.m-icon-linkedin:before {
  content: "\E014";
}
.m-icon-email:before {
  content: "\E011";
}
.m-icon-plus:before {
  content: "\E204";
}
.m-icon-minus:before {
  content: "\E212";
}
.m-icon-mail:before {
  content: "\E208";
}
.m-icon-attend:before {
  content: "\E211";
}
.m-icon-phone:before {
  content: "\E224";
}
.m-icon-fax:before {
  content: "\E225";
}
.m-icon-document:before {
  content: "\E1FD";
}
.m-icon-download:before {
  content: "\E202";
}
.m-icon-advantage:before,
.post_content ul.m-list-mod-advantage li:before,
.m-list-container ul.m-list-mod-advantage li:before,
.m-list.m-list-mod-advantage li:before {
  content: "\E21F";
}
.m-icon-disadvantage:before,
.post_content ul.m-list-mod-disadvantage li:before,
.m-list-container ul.m-list-mod-disadvantage li:before,
.m-list.m-list-mod-disadvantage li:before {
  content: "\E21C";
}
.m-icon-hook:before,
.post_content ul.m-list-mod-checkmark li:before,
.m-list-container ul.m-list-mod-checkmark li:before,
.m-list.m-list-mod-checkmark li:before {
  content: "\E230";
}
.m-icon-gear:before,
.post_content ul.m-list-mod-gear li:before,
.m-list-container ul.m-list-mod-gear li:before,
.m-list.m-list-mod-gear li:before {
  content: "\E1FF";
}
.m-icon-rss {
  font-size: 11px;
}
.m-icon-rss:before {
  content: "\E036";
}
.m-icon-readmore:before {
  content: "\E029";
}
.m-icon-mappin:before {
  content: "\E037";
}
.m-icon-calendar:before {
  content: "\E023";
}
.m-icon-shoppingcart:before {
  content: "\E1FB";
}
.m-table .m-icon-mappin {
  float: left;
  margin-left: -4px;
}
.m-icon-search:before {
  content: "\E220";
}
.phone,
.fax,
.mobile,
.mail,
.person,
.web {
  padding: 0 0 0 25px;
  display: block;
  height: 25px;
}
/*.m-icon-pdf:before { content: "\E21D"; }*/
.m-icon-pdf:before {
  content: "\E232";
}
.m-icon-video:before {
  content: "\E018";
}
.phone {
  background: url(../library/images/icons/contact.png) no-repeat;
}
.fax {
  background: url(../library/images/icons/contact.png) no-repeat 0 -25px;
}
.mobile {
  background: url(../library/images/icons/contact.png) no-repeat 0 -50px;
}
.mail {
  background: url(../library/images/icons/contact.png) no-repeat 0 -75px;
}
.person {
  background: url(../library/images/icons/contact.png) no-repeat 0 -100px;
}
.web {
  background: url(../library/images/icons/contact.png) no-repeat 0 -125px;
}
/* SOCIAL MEDIA ICONS + RSS */
.m-social-button-list {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.m-social-button-list-item {
  display: inline-block;
}
.m-social-button {
  font-size: 13px;
  padding: 7px 8px;
  transition: none;
  display: inline-block;
  vertical-align: middle;
}
.m-social-button:hover {
  color: #fff;
}
.m-social-button,
.m-social-button:hover,
.m-social-button:focus {
  text-decoration: none;
}
.m-social-button-mod-floating {
  float: left;
  display: inline-block;
  background: #dddddd;
  color: #fff;
  margin: 4px 8px 0 0;
}
.m-social-button-facebook:hover,
.icon-facebook:hover {
  background: #3b5999 !important;
}
.m-social-button-twitter:hover,
.icon-twitter:hover {
  background: #32ccfe !important;
}
.m-social-button-googleplus:hover,
.icon-googleplus:hover {
  background: #dd4b39 !important;
}
.m-social-button-xing:hover,
.icon-xing:hover {
  background: #005a5f !important;
}
.m-social-button-linkedin:hover,
.icon-linkedin:hover {
  background: #0274b3 !important;
}
.m-social-button-email:hover,
.icon-email:hover {
  background: #8a8a8a !important;
}
.m-social-button-rss:hover,
.icon-rss:hover {
  background: #8a8a8a !important;
}
/* Social-Buttons Footer-Menu */
.m-socialmenu-container {
  display: inline-block;
  vertical-align: middle;
}
.m-socialmenu-container .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.m-socialmenu-container .menu .menu-item {
  float: left;
  font-size: 13px;
  padding: 7px 8px;
  transition: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0;
  color: #424242;
}
.m-socialmenu-container .menu .menu-item:hover {
  color: #fff;
}
.m-socialmenu-container .menu .menu-item,
.m-socialmenu-container .menu .menu-item:hover,
.m-socialmenu-container .menu .menu-item:focus {
  text-decoration: none;
}
.footer .m-socialmenu-container .menu .menu-item {
  font-size: 16px;
  color: #dddddd;
  background: #8a8a8a;
  padding: 3px 8px;
  margin-right: 5px;
}
.m-socialmenu-container .menu .menu-item:hover {
  color: #fff;
}
.m-socialmenu-container .menu a {
  display: inline-block;
  font-family: "MercateoIconFont";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
  color: inherit;
  transition: none;
  vertical-align: middle;
}
.m-socialmenu-container .menu:after {
  clear: both;
  display: block;
  content: '';
}
.m-slideshow {
  text-align: center;
  display: table;
  width: 100%;
  position: relative;
  margin: 0 auto;
  /* FADING ANIMATION */
  /* SLIDING ANIMATION */
  /* SPECIAL slideshow-elements */
}
.m-slideshow .m-slideshow-prev,
.m-slideshow .m-slideshow-next {
  display: table-cell;
  vertical-align: middle;
  width: 40px;
  text-align: center;
  font-size: 40px;
  color: #424242;
  position: absolute;
  top: 50%;
  margin-top: -42px;
}
.m-slideshow .m-slideshow-prev:hover,
.m-slideshow .m-slideshow-next:hover {
  color: #f21c0a;
}
.m-slideshow .m-slideshow-prev .icon:before,
.m-slideshow .m-slideshow-next .icon:before {
  margin: 0;
}
.m-slideshow .m-slideshow-prev,
.m-slideshow .m-slideshow-next,
.m-slideshow .m-slideshow-prev:hover,
.m-slideshow .m-slideshow-next:hover,
.m-slideshow .m-slideshow-prev:focus,
.m-slideshow .m-slideshow-next:focus {
  text-decoration: none;
}
.m-slideshow .m-slideshow-prev {
  left: -56px;
  right: auto;
}
.m-slideshow .m-slideshow-next {
  right: -56px;
  left: auto;
}
.m-slideshow.m-slideshow-mod-nodots .m-slideshow-prev,
.m-slideshow.m-slideshow-mod-nodots .m-slideshow-next {
  margin-top: -20px;
}
.m-slideshow.m-slideshow-mod-innerarrows .m-slideshow-prev,
.m-slideshow.m-slideshow-mod-innerarrows .m-slideshow-next {
  position: relative;
  left: auto;
  right: auto;
  margin: 0;
  top: auto;
  padding-bottom: 44px;
}
.m-slideshow.m-slideshow-mod-innerarrows.m-slideshow-mod-nodots .m-slideshow-prev,
.m-slideshow.m-slideshow-mod-innerarrows.m-slideshow-mod-nodots .m-slideshow-next {
  padding-bottom: 0;
}
.m-slideshow ul.m-slideshow-list {
  list-style: none;
  margin: auto;
  display: block;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.m-slideshow ul.m-slideshow-list .m-slideshowlist-item {
  display: table;
  height: 100%;
}
.m-slideshow ul.m-slideshow-list .m-slideshowlist-item .m-slideshowlist-item-content {
  display: table-cell;
  text-align: left;
  vertical-align: top;
}
.m-slideshow ul.m-slideshow-list.m-slideshowlist-mod-valign-middle .m-slideshowlist-item-content {
  vertical-align: middle;
}
.m-slideshow ul.m-slideshow-list.m-slideshowlist-mod-valign-top .m-slideshowlist-item-content {
  vertical-align: top;
}
.m-slideshow ul.m-slideshow-list.m-slideshowlist-mod-valign-bottom .m-slideshowlist-item-content {
  vertical-align: bottom;
}
.m-slideshow ul.m-slideshow-list.m-slideshowlist-mod-align-center .m-slideshowlist-item-content {
  text-align: center;
}
.m-slideshow ul.m-slideshow-list.m-slideshowlist-mod-align-center .m-flag {
  margin-left: auto;
  margin-right: auto;
}
.m-slideshow ul.m-slideshow-list.m-slideshowlist-mod-align-right .m-slideshowlist-item-content {
  text-align: right;
}
.m-slideshow ul.m-slideshow-list.m-slideshowlist-mod-align-right .m-flag {
  margin-left: auto;
}
.m-slideshow ul.m-slideshow-list li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: none;
  opacity: 0;
  padding: 5px 0;
  z-index: 99;
}
.m-slideshow ul.m-slideshow-list li.active {
  opacity: 1;
  z-index: 999;
}
.m-slideshow ul.m-slideshow-list li.active * {
  z-index: 999;
}
.m-slideshow ul.m-slideshow-list li .textoverlay {
  position: absolute;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  min-height: 80px;
  width: 100%;
  padding: 0 15px 15px 15px;
  text-align: left;
}
.m-slideshow ul.m-slideshow-list li .textoverlay * {
  color: #fff;
}
.m-slideshow ul.m-slideshow-list li .textoverlay p {
  font-size: 10.5pt;
  line-height: 13pt;
}
.m-slideshow.m-slideshow-mod-fade ul.m-slideshow-list li {
  opacity: 0;
  transition: opacity 2s ease 0.2s;
}
.m-slideshow.m-slideshow-mod-fade ul.m-slideshow-list li.active {
  opacity: 1;
}
.m-slideshow.m-slideshow-mod-slide ul.m-slideshow-list li {
  transition: top 1s linear, opacity 1s ease;
  opacity: 0;
  top: 100%;
  z-index: 10;
}
.m-slideshow.m-slideshow-mod-slide ul.m-slideshow-list li.next {
  left: 100%;
  transition: left 1s linear, opacity 1s ease;
  opacity: 0;
  top: 0;
}
.m-slideshow.m-slideshow-mod-slide ul.m-slideshow-list li.prev {
  left: -100%;
  transition: left 1s linear, opacity 1s ease;
  opacity: 0;
  top: 0;
}
.m-slideshow.m-slideshow-mod-slide ul.m-slideshow-list li.active {
  left: 0;
  transition: left 1s linear;
  opacity: 1;
  top: 0;
  z-index: 0;
}
.m-slideshow.m-slideshow-mod-slide-half ul.m-slideshow-list li {
  transition: left 1s linear;
  width: 50%;
  z-index: 0;
  opacity: 0;
  left: 100%;
}
.m-slideshow.m-slideshow-mod-slide-half ul.m-slideshow-list li.next {
  left: 50%;
  z-index: 100;
  opacity: 1;
  transition: left 1s linear, opacity 1s ease;
}
.m-slideshow.m-slideshow-mod-slide-half ul.m-slideshow-list li.next + li {
  left: 100%;
  z-index: 50;
  opacity: 0;
  transition: left 1s linear, opacity 1s ease;
}
.m-slideshow.m-slideshow-mod-slide-half ul.m-slideshow-list li.prev {
  left: -50%;
  opacity: 0;
  z-index: 10;
  transition: left 1s linear, opacity 1s ease;
}
.m-slideshow.m-slideshow-mod-slide-half ul.m-slideshow-list li.active {
  left: 0;
  opacity: 1;
  z-index: 50;
  transition: left 1s linear, opacity 1s ease;
}
.m-slideshow ul.m-slideshow-numbers {
  list-style: none;
  margin: 0;
  position: relative;
  padding: 10px 0;
  display: block;
}
.m-slideshow ul.m-slideshow-numbers li {
  display: inline-block;
  background: none;
  padding: 0;
}
.m-slideshow ul.m-slideshow-numbers li a {
  color: #424242;
  text-decoration: none;
  border-radius: 10px;
  height: 10px;
  width: 10px;
  margin: 0 1px;
  background-color: #D0D0D0;
  display: inline-block;
}
.m-slideshow ul.m-slideshow-numbers li.active a {
  background-color: #f21c0a;
}
.m-slideshow.m-slideshow-mod-autoplay-controllable ul.m-slideshow-numbers {
  padding-bottom: 0;
}
.m-slideshow .m-type-mod-keyfactnumber {
  font-size: 71px;
  text-transform: none;
  font-weight: 700;
  color: #f21c0a;
  margin: 0px;
}
.m-slideshow.m-slideshow-mod-references .m-slideshow-list li {
  padding: 2% 10% 0;
}
.m-slideshow.m-slideshow-mod-career .m-slideshow-list li {
  padding: 2% 2% 0;
  text-align: left;
}
.m-slideshow.m-slideshow-mod-career .m-slideshow-list li img {
  width: 60px;
  height: 60px;
}
#video-topnews {
  position: relative;
}
#video-topnews .video-description {
  position: initial;
  padding-bottom: 25px;
}
#video-topnews .m-social-button-list {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.m-event-buttonrow {
  margin-top: 20px;
  position: relative;
  text-align: right;
}
.m-calendarsheet-floating {
  position: absolute;
  z-index: 9;
  margin-top: -5px;
}
.m-calendarsheet {
  background: #fff;
  border: 1px solid #424242;
  color: #424242;
  font-size: 18px;
  font-weight: 700;
  line-height: 12px;
  text-align: center;
  min-width: 33px;
  margin-top: -7px;
}
.m-calendarsheet .m-calendarsheet-header {
  font-size: 10px;
  text-transform: uppercase;
  background: #8a8a8a;
  margin-bottom: 3px;
  color: #fff;
  display: block;
  font-weight: 400;
}
.m-calendarsheet .m-calendarsheet-footer {
  font-size: 9px;
  display: block;
  text-transform: uppercase;
}
.mercateo-intromodule .m-calendarsheet-floating {
  margin-top: -14px;
}
.mercateo-intromodule .m-calendarsheet {
  width: 60px;
  height: 75px;
  font-size: 34px;
}
.mercateo-intromodule .m-calendarsheet .m-calendarsheet-header {
  font-size: 18px;
  font-weight: 400;
  line-height: 12px;
  height: 20px;
  padding: 3px;
  margin-bottom: 10px;
}
.mercateo-intromodule .m-calendarsheet .m-calendarsheet-footer {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
  margin-top: 12px;
}
.m-location {
  top: -11px;
  position: relative;
}
.wdpu-msg {
  max-width: 425px !important;
  background: #fff !important;
  box-shadow: none !important;
}
.wdpu-msg .wdpu-text {
  background: #fff !important;
  padding: 10px 20px 35px !important;
}
/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: #000000;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  z-index: 9999px;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 10px 30px;
  border: 1px solid #888;
  width: 30%;
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}
/* Add Animation */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
/* The Close Button */
.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}
.modal-body {
  padding: 2px 16px;
}
.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}


.m-ticker-wrapper {
  position: relative;
}
.m-ticker {
  color: #ffffff;
  padding: 10px 0;
  width: 100%;
  display: flex;
  overflow: hidden;
  margin-bottom: 10px;
  font-family: arial;
}
.m-ticker-background {
  background: #008581;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(-50vw + 50%);
  width: 100vw;
  overflow: hidden;
  left: calc(-50vw + 50%);
  display: inline-block;
  z-index: 0;
}
.m-ticker div {
  animation-name: ticker;
  animation-duration: 40s;
  animation-delay: -40s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;

  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 25%;
  letter-spacing: 1px;
}
.m-ticker div:nth-child(2) {
  animation-name: ticker2;
  animation-duration: 40s;
  animation-delay: -20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.m-ticker:hover div
{
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
}
.m-ticker a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  position: relative;
  transition: color ease 150ms;
}
.m-ticker a:before {
  position: absolute;
  content: '';
  height: 1px;
  background-color: #ffffff;
  opacity: .5;
  width: 100%;
  bottom: 0;
  transition: bottom ease 250ms, color ease 50ms;
}
.m-ticker a:hover {
  color: #114645;
}
.m-ticker a:hover:before {
  background-color: #114645;
  bottom: -2px;
}

@keyframes ticker {
	0% {
  	transform: translateX(100%);
  }
	100% {
  	transform: translateX(-100%);
  }
}

@keyframes ticker2 {
	0% {
  	transform: translateX(0);
  }
	100% {
  	transform: translateX(-200%);
  }
}

.supplierFooterHint {
  background: #eeeeee;
  padding: 0 25px;
  text-align: center;
  border-top: 1px solid #d2d2d2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.supplierFooterHint::before {
  content: '';
  position: absolute;
  background: #eeeeee;
  border-top: 1px solid #d2d2d2;
  display: inline-block;
  top: -1px;
  bottom: 0;
  right: calc(-50vw + 50%);
  left: calc(-50vw + 50%);
  z-index: 0;
}
.supplierFooterHint img {
  max-width: 35px;
  max-height: 35px;
  margin-top: 5px;
}
.supplierFooterHint .content {
 margin-left: 15px;
 padding: 5px 0;
}
.supplierFooterHint a {
  color: #969696;
  text-decoration: underline;
}
/*# sourceMappingURL=http://loc.mercateo.com/corporate/wp-content/themes/wordpress-bootstrap/css/style.css.map */