
/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

.cc-window {
    opacity: 1;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-animate.cc-revoke {
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 250px;
    -ms-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: 4px 6px 6px 6px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1%;
}

.cc-bottom {
    bottom: 0;
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    display: block;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    margin-right: 1em;
}

.cc-compliance {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.cc-floating .cc-compliance > .cc-btn {
    -ms-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

@media print {
    .cc-revoke, .cc-window {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-floating, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1 1 auto;
        flex: 1 1 auto
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        align-items: unset
    }

    .cc-window.cc-banner .cc-message {
        margin-right: 0
    }
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 15px 15px 10px 15px;
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 0 0 4px 0;
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

/*!
 * Bootstrap v3.0.2 by @fat and @mdo
 * Copyright 2013 Twitter, Inc.
 * Licensed under http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

/*! 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;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a {
  background: transparent;
}

a:focus {
  outline: thin dotted;
}

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

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 0;
}

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

legend {
  padding: 0;
  border: 0;
}

button,
input,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

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

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

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

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

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

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

textarea {
  overflow: auto;
  vertical-align: top;
}

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

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ffffff;
}

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

a {
  color: #428bca;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}

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

img {
  vertical-align: middle;
}

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

cite {
  font-style: normal;
}

.text-muted {
  color: #999999;
}

.text-primary {
  color: #428bca;
}

.text-primary:hover {
  color: #3071a9;
}

.text-warning {
  color: #c09853;
}

.text-warning:hover {
  color: #a47e3c;
}

.text-danger {
  color: #b94a48;
}

.text-danger:hover {
  color: #953b39;
}

.text-success {
  color: #468847;
}

.text-success:hover {
  color: #356635;
}

.text-info {
  color: #3a87ad;
}

.text-info:hover {
  color: #2d6987;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Helvetica Neue", Helvetica, 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: #999999;
}

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

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

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

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

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

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

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

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

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

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

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

.list-inline > li:first-child {
  padding-left: 0;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999999;
}

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: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  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 {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

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

.container:after {
  clear: both;
}

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

.container:after {
  clear: both;
}

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

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

.row:after {
  clear: both;
}

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

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
  .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 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
  .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 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
/*
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
  .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 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
*/

table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

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

.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.428571429;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

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

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

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

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

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 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-"] {
  display: table-column;
  float: none;
}

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

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

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

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

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

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -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: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

input[type="search"] {
  -webkit-box-sizing: border-box;
     -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-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  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: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  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 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

.form-control:-moz-placeholder {
  color: #999999;
}

.form-control::-moz-placeholder {
  color: #999999;
}

.form-control:-ms-input-placeholder {
  color: #999999;
}

.form-control::-webkit-input-placeholder {
  color: #999999;
}

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

textarea.form-control {
  height: auto;
}

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  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;
  font-weight: normal;
  vertical-align: middle;
  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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

textarea.input-sm {
  height: auto;
}

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

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

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

.has-warning .form-control {
  border-color: #c09853;
  -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: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

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

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

.has-error .form-control {
  border-color: #b94a48;
  -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: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

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

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

.has-success .form-control {
  border-color: #468847;
  -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: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 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 {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

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

.form-horizontal .form-control-static {
  padding-top: 7px;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  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 #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

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

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

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  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-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-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-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-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-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.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: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  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: #2a6496;
  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: #999999;
  text-decoration: none;
}

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

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

.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 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('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/glyphicons-halflings-regular.eot');
  src: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -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 #000000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  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;
  font-size: 14px;
  list-style: none;
  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: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

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

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

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

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

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

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

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999999;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000000;
  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-default .caret {
  border-top-color: #333333;
}

.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333333;
}

.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret,
.dropup .btn-danger .caret,
.dropup .btn-info .caret {
  border-bottom-color: #fff;
}

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

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

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

.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-top-right-radius: 0;
  border-bottom-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-top-right-radius: 0;
  border-bottom-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: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  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-right: 8px;
  padding-left: 8px;
}

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

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

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

.btn .caret {
  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 {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

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

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

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

.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-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  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%;
  border-collapse: separate;
  table-layout: fixed;
}

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

[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.col {
  float: none;
  padding-right: 0;
  padding-left: 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: 45px;
  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: 45px;
  line-height: 45px;
}

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: 30px;
  padding: 5px 10px;
  font-size: 12px;
  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: 30px;
  line-height: 30px;
}

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: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  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-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

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

.input-group .form-control:last-child,
.input-group-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 {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

.nav:after {
  clear: both;
}

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

.nav:after {
  clear: both;
}

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

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

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

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

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

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

.nav .open > a .caret,
.nav .open > a:hover .caret,
.nav .open > a:focus .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

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

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

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

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

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

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

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

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-pills > li.active > a .caret,
.nav-pills > li.active > a:hover .caret,
.nav-pills > li.active > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

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

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

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

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

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

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

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

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

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

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

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

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

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

.navbar:after {
  clear: both;
}

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

.navbar:after {
  clear: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }
  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}

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

@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: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

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

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

.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  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: 7.5px -15px;
}

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

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

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

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

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

@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 .radio,
  .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 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;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-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 {
  right: 0;
  left: auto;
}

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

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

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

.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 > .dropdown > a:hover .caret,
.navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

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

.navbar-default .navbar-nav > .open > a .caret,
.navbar-default .navbar-nav > .open > a:hover .caret,
.navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

@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: #999999;
}

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

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

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

.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #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 {
  color: #ffffff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .navbar-nav > .open > a .caret,
.navbar-inverse .navbar-nav > .open > a:hover .caret,
.navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-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 > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #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: #999999;
}

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

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

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

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  content: "/\00a0";
}

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

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

.pagination > li {
  display: inline;
}

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

.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-top-right-radius: 4px;
  border-bottom-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;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
  border-color: #dddddd;
}

.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-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

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

.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-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

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

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

.pager:after {
  clear: both;
}

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

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #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: #999999;
  cursor: not-allowed;
  background-color: #ffffff;
}

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

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

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

.label-primary {
  background-color: #428bca;
}

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

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

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

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

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

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

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

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

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

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

.badge:empty {
  display: none;
}

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

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

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #ffffff;
}

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eeeeee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

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

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

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

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

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

.alert {
  padding: 15px;
  margin-bottom: 20px;
  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 {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

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

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

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

.alert-info .alert-link {
  color: #2d6987;
}

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

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

.alert-warning .alert-link {
  color: #a47e3c;
}

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

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

.alert-danger .alert-link {
  color: #953b39;
}

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

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

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

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

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 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: 12px;
  line-height: 20px;
  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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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 {
  padding-left: 0;
  margin-bottom: 20px;
}

.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: 20px;
  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;
}

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

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

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

.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 {
  margin-bottom: 0;
}

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

.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-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: 16px;
}

.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;
  overflow: hidden;
  border-radius: 4px;
}

.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: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}

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

.panel-default > .panel-heading > .dropdown .caret {
  border-color: #333333 transparent;
}

.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-heading > .dropdown .caret {
  border-color: #ffffff transparent;
}

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

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

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

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

.panel-success > .panel-heading > .dropdown .caret {
  border-color: #468847 transparent;
}

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

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

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

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

.panel-warning > .panel-heading > .dropdown .caret {
  border-color: #c09853 transparent;
}

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

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

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

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

.panel-danger > .panel-heading > .dropdown .caret {
  border-color: #b94a48 transparent;
}

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

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

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

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

.panel-info > .panel-heading > .dropdown .caret {
  border-color: #3a87ad transparent;
}

.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: 21px;
  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 {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.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;
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: none;
  -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;
}

.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 {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

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

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

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.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;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .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;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  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-top-color: #000000;
  border-width: 5px 5px 0;
}

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

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

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  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);
  background-clip: padding-box;
}

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

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

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

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

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  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 {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

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

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

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

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

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

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

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

.carousel {
  position: relative;
}

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

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

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  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;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover,
.carousel-control:focus {
  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%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

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

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

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  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 {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}

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

.clearfix:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

.hidden-xs {
  display: block !important;
}

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

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

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

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;
  }
  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;
  }
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* CSS Document */

/* CSS Document */


* {

}

body {
	/* EYETM TODO background-color: #fff; */

	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
}



body {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: top;
	background-attachment: fixed;
}

#wrap {
	margin-left: auto;
    margin-right: auto;
	padding: 0px;
	-webkit-box-shadow: 0px 0px 40px  rgba(0, 0, 0, 0.8);
	-moz-box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
	box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.8);
}
#wrap>div.container {
	background-color: #fff;
}



a {
    color: #00a1d3;
}
a:hover, a:focus {
	color: #ccc;
}
div[role=main] h1,
div[role=main] h2,
div[role=main] h3,
div[role=main] h4,
div[role=main] h5,
div[role=main] h6 {
	color: #549e39;
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
}

div[role=main] h1 {
	margin: 5px 0px 24px;
	font-weight: bold;
}

div[role="section"] > div.csc-default {
	padding-top: 0px;
}

figcaption {
    display: block;
}

#header { height: 108px; }
.navbar-brand { padding: 23px 0px 0px; }

#meta-navigation { margin: 23px 0px 0px; }
#meta-navigation * { color: #000; font-size: 12px; }
#meta-navigation li { border-right: 1px solid #000;  }
#meta-navigation li:last-Child { border-right: none; }
#meta-navigation li a { padding: 0px 10px; line-height: 12px; }
#meta-navigation li:last-Child a { padding: 0px 0px 0px 10px; }
#meta-navigation li a:hover,
#meta-navigation li a:focus {
	background: none;
	color: #00a1d3;
}




@media (min-width: 768px) {
	.navbar-form {	margin-top: 21px;	padding: 0px;	}
	#search-form-input input {	width: 136px; }
	#search-form-input .form-control { height: 26px; color: #529617 !important; font-size: 13px; text-align: center; }
}

#search-form-input .form-control { color: #529617 !important; text-align: center; }
#search-form-input input[placeholder], #search-form-input [placeholder], #search-form-input *[placeholder] {
   color:#529617 !important;
}
#search-form-input ::-webkit-input-placeholder { /* WebKit browsers */     color:    #529617; }
#search-form-input :-moz-placeholder { /* Mozilla Firefox 4 to 18 */     color:    #529617; }
#search-form-input ::-moz-placeholder { /* Mozilla Firefox 19+ */     color:    #529617; }
#search-form-input :-ms-input-placeholder { /* Internet Explorer 10+ */     color:    #529617; }
#search-form-input .input-group-addon { font-size: 10px; }



div.csc-mailform li fieldset ol {
	padding: 0em 0em 2em 0em;
}
div.csc-mailform li fieldset ol li.csc-form-element-checkbox {
	margin-left: 0px;
	margin-bottom: 0px;
}
div.csc-mailform li fieldset ol li.csc-form-element-checkbox input {
	top: 7px;
}
div.csc-mailform li fieldset  ol li.csc-form-element-checkbox label {
	padding-top: 0px;
}


@media (max-width: 991px) and (min-width: 769px) {

	#main-nav > .navbar-collapse > ul { height: 65px !important; }
	#main-nav > .navbar-collapse > ul { max-height: 65px !important; }
	#main-nav > .navbar-collapse > ul > li > a { 	height: 60px; }

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


@media (min-width: 768px) {


	#sub-nav { padding-left: 7px; }


	.navbar-collapse { padding: 0px;  }
	#main-nav > .navbar-collapse > ul { width: 100%; max-height: 52px; }
	#main-nav > .navbar-collapse > ul > li {
		display: table-cell;
		width: 1%;
		float: none;
		position: inherit;
	}
	#main-nav > .navbar-collapse > ul > li > a {
		font-weight: bold;
		font-size: 14px;
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
		z-index: 1002;
	}

	.navbar {
		min-height: 46px;
		margin-bottom: 0px;
		border: 0px none;
	}
	#main-nav > .navbar-collapse {
		position: relative;
	}
	#main-nav > .navbar-collapse {
		border-color: transparent;
	}
	#main-nav > .navbar-collapse > ul {
		background-color: #00a1d3;
		height: 46px;
		width: 100%;
		padding-left: 0px;
	}
	#main-nav > .navbar-collapse > ul > li > a {
		font-weight: bold;
		font-size: 14px;
		padding: 14px 10px 12px;
		color: #fff;
		text-shadow: none;
	}


	#main-nav > .navbar-collapse > ul > li > a:hover,
	#main-nav > .navbar-collapse > ul > li > a:focus,
	#main-nav .navbar-collapse > .navbar-nav>.active>a,
	#main-nav .navbar-collapse > .navbar-nav>.active-tmp>a {
		background-color: #FFF;
		color: #00a1d3;
		-webkit-border-radius: 10px 10px 0px 0px;
		-moz-border-radius: 10px 10px 0px 0px;
		border-radius: 10px 10px 0px 0px;
		margin: 6px 0px 0px 0px;
		padding: 8px 10px 12px;
		box-shadow: none;
		background-image: none;
	}

	#main-nav > .navbar-collapse > ul > .active.deactive > a {
		background-color: transparent;
		color: #fff;
		padding: 14px 10px 12px;
		margin: 0px;
	}
	#main-nav > .navbar-collapse > ul > .active.deactive ul {
		background-color: #00a1d3;
		color: #00a1d3;
		box-shadow: none;

		display: none;
	}
	#main-nav > .navbar-collapse > ul > .active.deactive ul a {
		background-color: #00a1d3;
		color: #00a1d3;
	}
}



/* SUBNAV - START */
@media (min-width: 768px) {

	#main-nav ul ul { display: none; }
	#main-nav ul ul.sub-nav {
		width: 940px;
		background-color: #fff;
		-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
		border: 0px none;
	}
	#main-nav ul ul.sub-nav {
		position: absolute;
		z-index: 1000;
		left: 0px;
	}
	#main-nav ul ul.sub-nav {
		padding: 10px 0px 20px;
	}
	#main-nav ul ul.sub-nav li {
		float: left;
		width: 313px;
		padding: 0px 20px;
	}
	#main-nav ul ul.sub-nav a {
		color: #009fd1;
		font-size: 12px;
		border-bottom: 1px solid #009fd1;
		padding: 5px 0px;
	}
	#main-nav>div>.nav>li>.sub-nav>li:last-child a,
	#main-nav>div>.nav>li>.sub-nav>li:nth-last-child(2) a,
	#main-nav>div>.nav>li>.sub-nav>li:nth-last-child(3) a {
		border: 0px none;
		padding: 5px 0px 6px;
	}
	#main-nav>div>.nav>li>.sub-nav>li:last-child.active a,
	#main-nav>div>.nav>li>.sub-nav>li:nth-last-child(2).active a,
	#main-nav>div>.nav>li>.sub-nav>li:nth-last-child(3).active a {
		border: 0px none;
		padding: 5px 0px 6px 10px;
	}

	#main-nav ul ul.sub-nav a:hover,
	#main-nav ul ul.sub-nav a:focus,
	#main-nav ul ul.sub-nav li.active a {
		position: relative;
		left:	-10px;
		top: -1px;
		padding: 6px 0px 4px;
		padding-left: 10px;
		width: 283px;
		background-image: none;
		background-color: #009fd1;
		background-color: rgb(0, 159, 209);
		color: #fff;

		border-radius: 0px;
		filter: none !important;
	}



	#main-nav ul ul.sub-nav>li:last-child a:hover,
	#main-nav ul ul.sub-nav>li:last-child a:focus,
	#main-nav ul ul.sub-nav>li:nth-last-child(2) a:hover,
	#main-nav ul ul.sub-nav>li:nth-last-child(2) a:focus,
	#main-nav ul ul.sub-nav>li:nth-last-child(3) a:hover,
	#main-nav ul ul.sub-nav>li:nth-last-child(3) a:focus{
		padding-left: 10px;
	}
}
/* SUBNAV - END */




/* SUBSUBNAV - START */
/*
EYETM TODO
#main-nav ul ul.subsub-nav {
	position: absolute;
	z-index: 1001;
	width: 100%;
	background-color: #009fd1;
	color: #fff;
	left: 0px;
	padding: 10px 0px;

}
#main-nav ul ul.subsub-nav li {
	float: none;
}
#main-nav ul ul.subsub-nav a {
	color: #fff;
	border-bottom: 1px solid #fff;
}
#main-nav ul ul.subsub-nav a:hover,
#main-nav ul ul.subsub-nav a:focus {
	color: #009fd1;
}

*/
/* SUBSUBNAV - END */




#cboxOverlay { background: rgba(255,255,255, 0.5); }
#cboxLoadedContent { border: 1px solid #000; }
#cboxClose { top: 0px; }
#cboxPrevious { left: 1px; }
#cboxNext { right: 1px;	}


.breadcrumb {
	padding: 8px 27px 0px 27px;
	background-color: #fff;
	margin-bottom: 0px;
}
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #cccccc;
  /* content: "/\00a0"; */
  content: ">";

}
.breadcrumb > li {
  font-size: 12px;
}



.Tx-Formhandler { margin: 50px 0px 50px; }
.Tx-Formhandler h2 { display: none;  }
.Tx-Formhandler label {  }
.Tx-Formhandler .form-horizontal { font-size: 12px; }
.Tx-Formhandler .form-horizontal .control-label { text-align: left; }
.Tx-Formhandler .btn-default {
	background-color: #549e39;
	color: #fff;

	text-shadow: none;
	background-image: none;
}
.Tx-Formhandler .error {
	padding: 5px 15px;
	color: #F90;
}


.tx-indexedsearch-searchbox .btn-default {
	background-color: #549e39;
	color: #fff;

	text-shadow: none;
	background-image: none;
}



.contacttabs-content .contact {
	float: left;
	width: 100%;
}





/* Table styles: old: .tables-lines */
table.contenttable {
	width: 100%;
	border-bottom: 1px solid #808080;
	margin-bottom: 30px;
}

table.contenttable thead th {
	text-align: left;
	background-color: rgb(221, 221, 221);
}

table.contenttable th {
	border-top: 1px solid #808080;
	padding: 5px;
	background-color: rgb(221, 221, 221);
}

table.contenttable td {
	border-top: 1px solid #808080;
	padding: 5px;
}

table.contenttable th p {
	margin: 0px;
}

table.contenttable td p {
	margin: 0px;
}


table.zweispaltig { width: 100%; }
table.zweispaltig th { width: 50%; }
table.zweispaltig td { width: 50%; }

table.dreispaltig { width: 100%; }
table.dreispaltig th { width: 33.33333333%; }
table.dreispaltig td { width: 33.33333333%; }

table.vierspaltig { width: 100%; }
table.vierspaltig th { width: 25%; }
table.vierspaltig td { width: 25%; }


table.contenttable tr td:last-child {
	text-align: right;
}
table.contenttable tr td:first-child {
	text-align: left;
}





@media (max-width: 767px) {


	table.contenttable td {
    	border-top: 0px solid #e7e7e7;
	}
	table.contenttable tr td:first-child {
		border-top: 0px none;
	}
	table.contenttable tr {
	    border-bottom: 0px solid #808080;
    	border-top: 1px solid #808080;
		margin-bottom: 0px;
	}
	table.contenttable {
		border-bottom: 0px none;
	}

}



footer { margin-top: 39px; margin-bottom: 0px; font-size: 12px; margin-left: -15px;
    margin-right: -15px;}
#footer-navigation { background-color:#00a1d3;  font-size: 12px; padding-top: 15px; padding-bottom: 15px; margin-bottom: 18px; }

#footer-navigation .csc-header {
	margin: 0px 0px 7px;
	padding-bottom: 0px;
}

#footer-navigation * { color: #fff; }
#footer-navigation ul { padding-left: 10px; }
#footer-navigation li { list-style-type: disc; margin-bottom: 2px; list-style-position: outside; width: 162px; /* float: left */ }
#footer-bottom { text-align: center; margin-top: 0px; font-size: 12px; padding-bottom: 70px; }
#footer-bottom small { font-size: 12px; padding-bottom: 80px; }
#footer-navigation .navbar-collapse { padding-left: 2px; border: 0px none; box-shadow: none; }
#footer-navigation .csc-default { margin-bottom: 0px; }


/*
.footer-padding-6 {  }
.footer-padding-5 { position: relative; left: 0px; }
.footer-padding-4 { position: relative; left: 99px; }
.footer-padding-3 { position: relative; left: 195px; }
.footer-padding-2 { position: relative; left: 292px; }
.footer-padding-1 { position: relative; left: 388px; }
*/







#btn-player {
	position: absolute;
	z-index: 1;
	left: calc(50% - 60px );
	width: 120px;
	top: 35%;
	cursor: pointer;
	opacity: .8;
}
#video-preview {
	position: absolute;
}
.video-header {
	height: 530px;
	position: relative;
}


@media (max-width: 991px) {
	.video-header {
		height: 405px;
	}
	.video-header iframe {
		width: 720px;
		height: 406px;
	}
}

@media (max-width: 767px) {


	#btn-player {
		left: calc(50% - 30px );
		width: 60px;
	}
	.video-header {
		height: auto;
	}
	.video-header iframe {
		width: 100%;
	}

}



div.vimeo-responsive {
	padding: 15px 25px 15px 15px;
	max-width: 345px;
}
@media (max-width: 767px) {
	iframe.vimeo-responsive {
		width: 100%;
	}
}



.carousel { height: 530px; }
.carousel-inner {
	/*
	EYETM TODO
	-webkit-border-radius: 0px 0px 100px 0px;
	-moz-border-radius: 0px 0px 100px 0px;
	border-radius: 0px 0px 100px 0px;
	*/
/*	height: 530px;*/
}
.carousel-inner > .item {
	height: 530px;
}
.carousel-inner .item img {
		-webkit-border-radius: 0px 0px 100px 0px;
		-moz-border-radius: 0px 0px 100px 0px;
		border-radius: 0px 0px 100px 0px;
	}

.carousel-control { display: none; }
.carousel-indicators {
	top: 410px;
}
.carousel-indicators li {
	width: 14px;
	height: 14px;

}
			.carousel-indicators li{
			cursor: pointer;
			}

.carousel-indicators .active {
	width: 16px;
	height: 16px;
}


.carousel-inner-caption {
	height: 80px;
}

.carousel-caption {

	padding: 16px 27px 0px;
    left: 0;
	right: 0;
}
.carousel-caption h4 { margin: 0px; }
.carousel-caption p { margin: 0px 0px 3px; }

.carousel-caption {
	position: relative;
	bottom: 0px;
    color: #666;
	text-align: left;
	text-shadow: none;
}
.carousel-caption h4 { font-size: 14px; font-weight: bold; }
.carousel-caption p { font-size: 14px; }


div[role=section] > div.csc-default {
	padding-top: 0px;
}



.csc-header {
	border: 0px none;
	margin: 20px 0px 7px;
}
.csc-default {
	margin-bottom: 30px; /* EYETM TODO margin-bottom: 60px; */
}

header {
	/* EYETM TODO height: 530px; */
}

div[role="main"] h1 {
		margin: 5px 0 20px;
}
div[role="main"] h2 {
		margin: 20px 0 20px;
}

.csc-default header {
	height: auto;
	 margin: 0 0 7px;
}

.header-img img {
	border-radius: 0px 0px 100px 0px;
}
.header-desc {
	padding: 16px 42px 0px;
	text-align: left;
	text-shadow: none;
	font-weight: bold;
}
.header-desc h4 { margin: 0px; font-size: 14px; font-weight: bold;}
.header-desc p { margin: 0px 0px 3px; font-size: 14px;}


#fontsize-btns { margin: 21px 10px 0px 0px; }
#fontsize-btns button {
	float: left;
}
#fontsize-btns button {
	color: #666;
	font-size: 12px;
	font-weight: bold;
}
#fontsize-btns button.input-group-addon {
	height: auto;
	width: auto;
	padding: 5px 7px;
}

/*

EYETM TODO

*/
@media (min-width: 768px) {
	.navbar-subnav { background-color: transparent; border-radius: 0px; box-shadow: none; margin-top: 44px; width: 100%;}
	.navbar-subnav .navbar-nav > li {  }
	.navbar-subnav .navbar-nav > li > a { border-radius: 0px; font-size: 12px; width: 187px; padding: 4px 0px 4px 0px; margin-left: 20px;  border: 0px none; border-bottom: 1px solid #00a1d3; }
	.navbar-subnav .navbar-nav > li:first-child > a {
		border-radius: 0px;
	}
	.navbar-subnav .navbar-nav > li:last-child > a {
		border-bottom: 0px none;
	}
	.navbar-subnav .navbar-nav > li {   }
	.navbar-subnav .navbar-nav > li > a:hover, .navbar-subnav .navbar-nav  > .active > a:hover,
	.navbar-subnav .navbar-nav > .current > a, .navbar-subnav .navbar-nav  > .active > a {
		color: #fff;
		background-color: #00a1d3;
		position: relative;
		z-index: 2;
		padding: 4px 0px 4px 4px;
		border-bottom: 1px solid #00a1d3;
		text-shadow: none;
		box-shadow: none;
		margin-left: 16px;
		width: 191px;
		position: relative;
		top: -1px;
	}


	.navbar-subnav .navbar-nav > li li > a {
		position: relative;
		padding: 4px 0px 4px 4px;
		margin-left: 16px;
		width: 191px;
		position: relative;
		font-size: 12px;
	}

	.navbar-subnav .navbar-nav > li:last-child > a:hover {
		border-bottom: 0px none;
	}
	.navbar-subnav .navbar-nav > li:last-child > a {
	border-radius: 0px;
	}
	.navbar-subnav .navbar-nav .icon-chevron-right { display: none; }



}



@media (min-width: 768px ) and ( max-width: 991px) {
	.navbar-subnav .navbar-nav > li > a {
		width: 210px;
		margin-right: 20px;
	}
	.navbar-subnav .navbar-nav > li > a:hover,
	.navbar-subnav .navbar-nav > .active > a:hover,
	.navbar-subnav .navbar-nav > .current > a,
	.navbar-subnav .navbar-nav  > .active > a {
		width: 214px;

	}
	.navbar-subnav {
		margin-top: 20px;
	}
	.navbar-subnav .navbar-nav {
    	margin: 0px -15px 20px -22px
	}
	.carousel { height: 420px; overflow: hidden; }
}


.imagerow {
	padding-top: 0px;
	padding-bottom: 15px;
}
.imagerow img {
	border-radius: 50px 0px 0px 0px;
	-webkit-border-radius: 50px 0px 0px 0px;
	-moz-border-radius: 50px 0px 0px 0px;
	border-radius: 50px 0px 0px 0px;
}


.page-408 .csc-default .imagerow img {
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}




.page-445 .csc-default .imagerow img,
.page-446 .csc-default .imagerow img,
.page-449 .csc-default .imagerow img,
.page-448 .csc-default .imagerow img {
    border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}



.imagerow figure {
	padding-right: 0px; /* EYETM TODO */
}

.imagerow figcaption {
	padding: 15px 25px 15px 15px;
	max-width: 345px;
}
.imagerow .teaser .flip-container,
.imagerow .teaser .flip-container-disable {
 	width: 334px;
  height: 203px;
}

#cotentlevel2-tpl .teaser .flip-container,
#cotentlevel2-tpl .teaser .flip-container-disable {
	width: 334px;
  height: 203px;
}



.csc-textpic figure img {
	height: auto;
    max-width: 100%;
    width: 100%;
}



table.zweispaltig { width: 100%; }
table.zweispaltig th { width: 50%; }
table.zweispaltig td { width: 50%; }

table.dreispaltig { width: 100%; }
table.dreispaltig th { width: 33.33333333%; }
table.dreispaltig td { width: 33.33333333%; }

table.vierspaltig { width: 100%; }
table.vierspaltig th { width: 25%; }
table.vierspaltig td { width: 25%; }


.testimonial {
	padding-top: 0px;
	padding-bottom: 15px;
}
.testimonial img {
	border-radius: 50px 0px 0px 0px;
	-webkit-border-radius: 50px 0px 0px 0px;
	-moz-border-radius: 50px 0px 0px 0px;
	border-radius: 50px 0px 0px 0px;
}
.testimonial .textblock {
	border-radius: 0px 50px 0px 0px;
	-webkit-border-radius: 0px 50px 0px 0px;
	-moz-border-radius: 0px 50px 0px 0px;
	border-radius: 0px 50px 0px 0px;
	background-color: #669933;
vertical-align: middle;
color: #fff;
/*
font-size: 20px;
line-height: 25px;
*/
font-weight: bold;
padding: 10px 25px 0 15px;
height: 203px;
max-width: 345px;
}
.testimonial .textblock .comment { font-weight: normal; /*font-size: 16px;  line-height: 20px;*/}


@media (min-width: 768px )  {

#cotentlevel2-tpl .testimonial .col-sm-4 {
	width: 41.6667%;
}
#cotentlevel2-tpl .testimonial .textblock {
	/* height: 166px; */
}
}


button.input-group-addon {
	height: 26px;
	width: 25px;
	padding: 0px;
}


#cotentcommon-tpl {
	padding: 0px 26px;
}



.container .jumbotron {
	background-color: transparent !important;
	padding: 8px 26px 0px;
	margin-bottom: 26px;
}

.container .jumbotron * { font-size: 16px; line-height: 20px; font-weight: bold; }
.container .jumbotron h1 { text-align: left; font-size: 60px; line-height: 80px;
font-size: 36px;
line-height: 1.1;
 }
.jumbotron h1 { color: #549e39; font-size: 60px; font-size: 36px;
line-height: 1.1; }
.jumbotron div[role=main] h1 { color: #549e39; font-size: 60px; font-size: 36px;
line-height: 1.1;}
span.detail {
	color: #549e39;
}




.contact-row h1.csc-firstHeader {
	margin: 0px 0px 40px;
}

.contact-row .csc-default {
	clear: none;
	margin: 0px;
}

.contact { margin-bottom: 0px; }
.contact img {
	-webkit-border-radius: 50px 0px 0px 0px;
	-moz-border-radius: 50px 0px 0px 0px;
	border-radius: 50px 0px 0px 0px;
 }
 .contact .txt-block {
	padding: 13px 10px 13px 17px;	/* EYETM TODO */
	min-height: 150px;
}
.contact .desc p {
	margin: 0px;	/* EYETM TODO */
	font-size: 14px;
}
.contact .desc {
	margin-bottom: 10px;
}
.contact h3.hl {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 19px;
	margin: 0px;
}


.contact .phone1,
.contact .phone2,
.contact .email {
	padding-left: 25px;
}

.contact .phone1,
.contact .phone2 {
	background-image: url('/images/icon-phone.png');
	background-repeat: no-repeat;
}
.contact .email {
	background-image: url('/images/icon-email.png');
	background-repeat: no-repeat;
}
.contact>.csc-default  { margin-bottom: 0px; }




.contacttabs-tab {
	float: left;
	width: 100%;
}

.contacttabs .contacttabs-hl>h3 {

	background-color: #009FD1;
	color: #fff;
	cursor: pointer;
	clear: both;
	font-size: 14px;
    font-weight: bold;
	padding: 10px;
}
.contacttabs .contacttabs-content {
	padding-top: 10px;
	padding-bottom: 20px;
}
.contacttabs .contact {
	padding-bottom: 20px;
}
.contacttabs .contact.col-sm-6 {
	width: 100%;
}
.contacttabs .contact .txt-block {
	float: left;
	width: 50%;
	padding: 13px 10px 13px 10px;
}
.contacttabs .contact .cboxElement {
	float: right;
	width: 50%;
}




.containertabs .containertabs-hl>h3 {

	background-color: #009FD1;
	color: #fff;
	cursor: pointer;
	clear: both;
	font-size: 14px;
    font-weight: bold;
	padding: 10px;
}
.containertabs .containertabs-content {
	padding-top: 10px;
	padding-bottom: 20px;
}
.containertabs .contact {
	padding-bottom: 20px;
}
.containertabs .contact.col-sm-6 {
	width: 100%;
}
.containertabs .contact .txt-block {
	float: left;
	width: 50%;
	padding: 13px 10px 13px 10px;
}
.containertabs .contact .cboxElement {
	float: right;
	width: 50%;
}


.col-md-extra-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 992px) {
.col-md-extra-5 {
	float: left;
}
.col-md-extra-5 {
    width: 20%;
  }
}





/* INFO: http://davidwalsh.name/css-flip */

/* EYETM TODO: use this http://css3.bradshawenterprises.com/flip/ */


.teaser-blocks .csc-default {
margin-bottom: 5px;
}

.teaser { margin-bottom: 0px; height: 309px; }
.teaser img {
	-webkit-border-radius: 50px 0px 0px 0px;
	-moz-border-radius: 50px 0px 0px 0px;
	border-radius: 50px 0px 0px 0px;
 }
.teaser .back { -webkit-border-radius: 0px 50px 0px 0px;
	-moz-border-radius: 0px 50px 0px 0px;
	border-radius: 0px 50px 0px 0px; background-color: #0F3; }

.teaser .txt-block {
	padding: 13px 10px 13px 17px;	/* EYETM TODO */
}
.teaser .desc p {
	display: inline;
}
.teaser h3.hl {
	font-size: 14px;
	font-weight: bold;
	color: #666;
	line-height: 19px;
	margin: 0px;
}
.teaser .more {
	color: #666;
	text-decoration: underline;
}
.teaser .rollover {
	color: #fff;
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	font-weight: bold;
	padding: 5px 15px 0;

}



.teaser .rollover a { text-decoration: none; color: #fff; display: block; width: 100%;  height: 100%;
    position: relative; padding: 10px; }
.teaser .rollover p {
	margin-bottom: 0px;
}
.teaser a:hover {
	text-decoration: none;
}










.teaser .flip-container-disable,
.teaser .flip-container {
	margin: 0px auto;
	width: 293px;
	height: 178px;

	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-ms-perspective: 1000;
	perspective: 1000;

	-ms-transform: perspective(1000px);
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	background-color: #fff;
	background: none repeat scroll 0 0 #ffffff;
}

	/*
	.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
		-ms-transform: rotateY(180deg);
		transform: rotateY(180deg);
		filter: FlipH;
		-ms-filter: "FlipH";
	}
	*/


/* START: Accommodating for IE */
.teaser .flip-container:hover .back,
.teaser  .flip-container.hover .back {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.teaser .flip-container:hover .front,
.teaser .flip-container.hover .front {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

/* END: Accommodating for IE */
.teaser .flip-container-disable,
.teaser .flip-container, .teaser .front, .teaser  .back {
	width: 293px;
	height: 178px;
	overflow: hidden;
}

.teaser .flipper {
	-webkit-transition: 0.3s;
	-webkit-transform-style: preserve-3d;
	-ms-transition: 0.3s;

	-moz-transition: 0.3s;
	-moz-transform: perspective(1000px);
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;

	-webkit-perspective: 1000;

	transition: 0.3s;
	transform-style: preserve-3d;

	position: relative;

	background-color: #fff;
	background: none repeat scroll 0 0 #ffffff;
}

.teaser .front, .teaser .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;

	-webkit-transition: -webkit-transform 0.5s ease-in; /* 0.5s */
	/*-webkit-transform-style: preserve-3d;*/

	-moz-transition: 0.5s;
	-moz-transform-style: preserve-3d;

	-o-transition: 0.5s;
	-o-transform-style: preserve-3d;

	-ms-transition: 0.5s;
	-ms-transform-style: preserve-3d;

	transition: 0.5s;
	transform-style: preserve-3d;

	position: absolute;
	top: 0;
	left: 0;
}

.teaser .front {
	-webkit-transform: rotateY(0deg);
	-ms-transform: rotateY(0deg);
	background-color: #fff;
	z-index: 2;
	display: table-cell;
	background-color: #fff;
	background: none repeat scroll 0 0 #FFFFFF;

	overflow: hidden;
}

.teaser .front img {
	background-color: #fff;
	background: none repeat scroll 0 0 #FFFFFF;
	overflow: hidden;
	padding: 1px;
}

.teaser .back {
	color: white;
	text-align: center;
	background-color: #669933;
	background: none repeat scroll 0 0 #669933;


	vertical-align: middle;

	-webkit-transform: rotateY(-180deg);
	-moz-transform: rotateY(-180deg);
	-o-transform: rotateY(-180deg);
	-ms-transform: rotateY(-180deg);
	transform: rotateY(-180deg);

	top: 0px !important;

	display: flex;
	align-items: center;

}























/*

.teaser .flip-container{
  position: relative;
  margin: 0px auto;
  width: 293px;
  height: 178px;
  z-index: 1;

  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -o-perspective: 1000px;
  perspective: 1000;
  cursor: pointer;
}




.teaser .flipper {
  width: 100%;
  height: 100%;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;

  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;

}
.teaser .flip-container:hover .flipper {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.teaser .face {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
}
.teaser .face.back {
  display: block;
  -webkit-transform: rotateY(180deg);
  -webkit-box-sizing: border-box;
  -moz-transform: rotateY(180deg);
  -moz-box-sizing: border-box;
  -o-transform: rotateY(180deg);
  -o-box-sizing: border-box;
  transform: rotateY(180deg);
  box-sizing: border-box;

  color: white;
  text-align: center;
  background-color: #669933;

  display: table-cell;
    vertical-align: middle;
}
*/

/*
.flip-container:hover .flipper, .flip-container.hover .flipper {
	transform: rotateY(180deg);
}

.flip-container, .flip-container .front, .flip-container .back {
	width: 283px;
	height: 280px;
}
.flip-container .flipper {
	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.flip-container .front, .flip-container .back {
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}
.flip-container .front {
	z-index: 2;
}
.flip-container .back {
	transform: rotateY(180deg);
}
*/


.news-single {
	margin-top: 50px;
}

.news-single .mediaelement-image img {
	padding-bottom: 20px;
}


.news-list-view .header h2 a {
	color: #549E39;
}

.page-278 .news-list-view .header h2 a {
	font-weight: bold;
	font-size: 14px;
}

.news-list-view .footer .news-list-date {
    font-size: 10px;
}

.news .article .teaser-text p {
	font-weight: bold;
}

.news .article .news-img-wrap a {
	padding: 0px;
	border: 0px none;
}
.news .article .news-img-wrap img {
	-webkit-border-radius: 0px 0px 50px 0px;
	-moz-border-radius: 0px 0px 50px 0px;
	border-radius: 0px 0px 50px 0px;
}

.news-single .article .news-img-wrap {
	float:	 left;
	margin: 0 25px 0 0px;
}
.news-img-caption { font-size: 100%;}

.page-178 .news-text-wrap {

    margin-left: 306px;
}



.f3-widget-paginator {
	margin: 0px;
}
.page-navigation p {
	float: left;
	display: none;
}
.page-navigation ul {
	float: right;
	margin: 10px 0px 20px;
}
.page-navigation li {
	list-style-type: none;
	display: inline-block;
	margin-left: 10px;
}
.news-clear {
	clear: both;
}

.news-table-view .news-table-header div {
	font-weight: bold;
	color: #549e39;
	border-bottom: 1px solid #DDD;
	padding-bottom: 10px;
}



.news-table-view .news-table-row {
	border-bottom: 1px solid #DDD;
	padding: 10px 0px;
}
.news .news-table-row .article .teaser-text p {
	font-weight: normal;
}

/*
.form-horizontal .control-label {
    text-align: left;
}

.form-horizontal label  {
    font-size: 14px;
    line-height: 19px;
	font-weight: normal;
}
.form-horizontal .control-label label {
	font-size: 14px;
    line-height: 19px;
	font-weight: normal;
}
.form-horizontal .btn-default {
    background-color: #549E39;
    background-image: none;
    color: #FFFFFF;
    text-shadow: none;
}
.form-horizontal .error {
	color: #009fd1;
	padding-top: 5px;
}

.form-horizontal p ,
.form-horizontal .csc-form-element-textblock  .form-group {
	margin-left: 0px;
    margin-right: 0px;
}
*/





div.csc-mailform ol li {
	margin-bottom: 10px;
	display: block;
	clear: both;
}
div.csc-mailform ol li label {
	float: left;
	width: 33.33333333333333%;
	padding-top: 5px;
	text-align: left;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
	padding-top: 7px;
	margin-top: 0;
	margin-bottom: 0;
}
div.csc-mailform ol li select,
div.csc-mailform ol li input[type="text"],
div.csc-mailform ol li textarea {
	float: left;
	width: 41.66666666666667%;


	display: block;
	height: auto;
	padding: 6px 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 19px;
	color: #666;
	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 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
div.csc-mailform ol li input[type="text"] {
	height: 34px;
}
div.csc-mailform ol li input[type="submit"] {

	margin-left: 34.9%;
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	background-color: #549e39;
	color: #fff;
	text-shadow: none;
	background-image: none;
	cursor: pointer;
	-webkit-appearance: button;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);
}


div.csc-mailform ol li .csc-form-confirmation-false input[type="submit"] {
	background-color: #999;
}

div.csc-mailform ol li.csc-form-element-checkbox {
	margin-left: 	35.33333333333333%;
	position: relative;
}
div.csc-mailform ol li.csc-form-element-checkbox label {
	float: none;
	width: 75%;
	margin-right: 50px;
	padding-right: 0px;
	padding-left: 25px;
}
div.csc-mailform ol li.csc-form-element-checkbox input {
	position: absolute;
	top: 7px;
}


div.csc-mailform .error {
	color: #F00;
	display: block;
}

.tx-indexedsearch-browsebox  {
	 margin-top: 20px;
}
.tx-indexedsearch-secHead {
	margin: 10px 0px;
}
ul.tx-indexedsearch-browsebox  {
	margin: 20px 0px;
	padding: 0px;
}
.tx-indexedsearch-browsebox li {
	display: inline;
	list-style-type: none;
	margin-right: 10px;
}
.tx-indexedsearch-res {
	margin-bottom: 20px;
}
.meta-info,
.meta-info-add {
	font-size: 80%;
	line-height: 15px;
}
.meta-info {
	margin-top: 10px;
}
.meta-info-add p {
	display: inline;
}


@media (min-width: 768px) and (max-width: 991px) {
	#main-nav ul ul.sub-nav {
		width: 720px;
	}
	#main-nav ul ul.sub-nav li {
		 width: 240px;
	}
	#main-nav ul ul.sub-nav a:hover, #main-nav ul ul.sub-nav a:focus, #main-nav ul ul.sub-nav li.active a {
		width: 210px;
	}

	.carousel-indicators {
		top: 300px;
	}

	.footer-padding-6,
	.footer-padding-5,
	.footer-padding-4,
	.footer-padding-3,
	.footer-padding-2,
	.footer-padding-1 {
		left: 0px;
	}

	.teaser>a>img {
		height: 178px;
		margin: 0 auto;
		width: 293px;
	}

	div.csc-mailform ol li input[type="submit"] {
		margin-left: 35.4%;
	}

	#footer-navigation .col-md-extra-5:empty {
		display: none;
	}
	#footer-navigation .col-md-extra-5 {
		width: 20%;
	}

}




@media (max-width: 767px) {

	/* HEADER */
	.navbar-brand { padding: 15px 0px 10px; }
	.navbar-brand img { width: 196px; height: 40px; }
	.navbar-brand { padding: 15px 0px 10px; }
	.navbar-brand img { width: 196px; height: 40px; }

	/* btn */
	.navbar-header .navbar-toggle {
		background-color: #00A1D3;
		color: #fff;
		-webkit-border-radius: 0px 0px 9px 0px;
		-moz-border-radius: 0px 0px 9px 0px;
		border-radius: 0px 0px 9px 0px;
		margin-right: 0px;
		margin-top: 12px;
	}

	/* search form */
	.navbar-form {
		padding: 10px 0px;
	}
	#search-form-input .input-group-addon {
		float: right;
		position: absolute;
		top: 0px;
		right: 0px;
		height: 34px;
		width: 36px;
	}
	.input-group {
		width: 100%;
	}


	/* caret */
	.dropdown-toggle {
		float: right;
		position: absolute;
		top: 0px;
		right: 3px;
	}
	.nav .caret {
		border-bottom-color: #333;
   		border-top-color: #333;
	}
	.nav .dropdown-toggle:hover .caret {
		border-bottom-color: #fff;
   		border-top-color: #fff;
	}



	/* NAV */
	.navbar-nav > li > a { /* ALL */
		text-shadow: none;
		color: #fff;
		background-color: #00A1D3;
	}
	.navbar-nav > li > a:hover,
	.navbar-nav > li > a:focus { /* ALL */
		color: #00A1D3;
	}
	.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
		background-color: #00A1D3;
		color: #fff;
	}
	.navbar-nav > li.open > a {
		color: #fff;
	}
	.navbar-nav > li > a.current {
		background-color: #549E39;
		color: #fff;
	}


	/* dropdown (level 2) */
	.dropdown-menu > li > a {
		color: #00A1D3;
		background-color: #fff;
	}
	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		color: #549E39;
		background-color: #fff;
	}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: #549E39;
		background-image: none;
		color: #fff;
	}





	#sub-nav .navbar-toggle {
		width: 100%;
	}


	.footer-padding-6,
	.footer-padding-5,
	.footer-padding-4,
	.footer-padding-3,
	.footer-padding-2,
	.footer-padding-1 {
		left: 0px;
	}


	#footer-navigation .grid-5col {
		margin: 0px;
	}

	#footer-bottom {
		padding: 0px 15px;
	}

	.teaser>a>img {
		height: 178px;
		margin: 0 auto;
		width: 293px;
	}


	div[role="main"] h1 {
		font-size: 23px;
	}
	/*

	#main-nav > .navbar-collapse > ul {
		border-top: 1px solid #00A1D3;
		height: auto;
		display: block;
	}
	#main-nav > .navbar-collapse > ul > li {
		display: block;
		float: left;
		position: inherit;
		width: 100%;
	}
	#main-nav > .navbar-collapse > ul > li > a  {
		text-align: left;
		background: rgb(0,0,0);
		background-color: #00A1D3;
	}
	#main-nav > .navbar-collapse > ul > li > a:hover,
	#main-nav > .navbar-collapse > ul > li > a:focus,
	#main-nav .navbar-collapse > .navbar-nav>.active>a,
	#main-nav .navbar-collapse > .navbar-nav>.active-tmp>a {
		background-color: #FFF;
		color: #00a1d3;
		border-radius: 0px;
		margin: 0px;
		padding: 14px 10px 12px;
		box-shadow: none;
		background-image: none;
	}


	#main-nav ul ul.sub-nav {
		position: inherit;
		z-index:auto;
		left: auto;
		width: 100%;
		padding-top: 0px;
	}
	#main-nav ul ul.sub-nav li {
		width: 100%;
	}
	#main-nav ul ul.sub-nav a {
		padding: 10px 0px;
	}

	#main-nav ul ul.sub-nav a:hover,
	#main-nav ul ul.sub-nav a:focus,
	#main-nav ul ul.sub-nav li.active a {
		position: relative;
		left:	-10px;
		top: -1px;
		padding: 10px;
		width: auto;
		background-color: #009fd1;
		color: #fff;
	}
	#main-nav > div > .nav > li > .sub-nav > li:last-child a,
	#main-nav > div > .nav > li > .sub-nav > li:nth-last-child(2) a,
	#main-nav > div > .nav > li > .sub-nav > li:nth-last-child(3) a {
		border-bottom: 1px solid #009FD1;
		padding: 10px 0px;
	}
	*/

	.dropdown-menu > li > a:hover,
	.dropdown-menu > li > a:focus {
		background-color: #00A1D3;
    	background-image: none;
    	color: #fff;
	}

	.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background-color: #00A1D3;
    	background-image: none;
    	color: #fff;
	}

	.navbar-nav > li > a.current {
		background-color: #fff;
    	background-image: none;
    	color: #00A1D3;
	}

	.carousel {
    	height: auto;
	}
	.carousel-inner {
    	/*
		EYETM TODO
		-webkit-border-radius: 0px 0px 50px 0px;
		-moz-border-radius: 0px 0px 50px 0px;
		border-radius: 0px 0px 50px 0px;
		*/
	}


	.carousel-indicators { display: none; }
	.carousel-inner > .item {
		height: auto;
	}
	.carousel-caption {
	    padding: 16px 15px 0;
	}

	.carousel-inner .item img {
		-webkit-border-radius: 0px 0px 50px 0px;
		-moz-border-radius: 0px 0px 50px 0px;
		border-radius: 0px 0px 50px 0px;
	}

	.container .jumbotron h1 {
		font-size: 23px; line-height: 30px;
	}

	.news .footer {
		margin-left: 0px;
	}


	#cotentcommon-tpl {
		padding: 0px 12px;
	}

	.container .jumbotron {
		padding: 8px 15px 0px;
	}
	.teaser .txt-block {
    	padding: 13px 17px 13px ;
	}

	.testimonial .textblock {
		border-radius: 0px;
		height: auto;
		padding: 10px 25px 10px 15px;
	}



	div.csc-mailform ol li label {
		width: 100%;
	}
	div.csc-mailform ol li input,
	div.csc-mailform ol li select,
	div.csc-mailform ol li select, div.csc-mailform ol li input[type="text"], div.csc-mailform ol li textarea  {
		width: 100%;
	}
	div.csc-mailform ol li input[type="submit"] {
		margin-left: 0px;
	}





table, thead, tbody, th, td, tr {
		display: block;
	}

	/* Hide table headers (but not display: none;, for accessibility) */
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}

	tr { border-bottom: 1px solid #808080;  margin-bottom: 40px; }

	td {
		/* Behave  like a "row" */
		border: none;
		/*position: relative;
		padding-left: 50%;*/
	}

    /*
	td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 100%;
		padding-right: 10px;
		white-space: nowrap;
	}
    */

	table.vierspaltig td { width: 100%; }
	table.zweispaltig td { width: 100%; }

	.news-single .article .news-img-wrap {

	}
	#cotentcommon-tpl .news-text-wrap {
		clear: both;
		margin-left: 0px;
	}

	.contacttabs-content .contact a.cboxElement,
	.contacttabs-content .contact .txt-block {
		width: 100%;
		margin-bottom: 20px;
	}

	.containertabs-content .contact a.cboxElement,
	.containertabs-content .contact .txt-block {
		width: 100%;
		margin-bottom: 20px;
	}

	.tx-indexedsearch-title.title,
	.tx-indexedsearch-result-count.result-count {

		padding: 0px; }


	.navbar-collapse { max-height: none; }


	.news-table-view .news-table-header {
		display: none;
	}
	.news-table-view .news-table-header {
		font-weight: bold;
	}
	.news-table-view .news-table-hl,
	.news-table-view .news-table-hl a {
		color: #549e39;
	}
}










body.fontsize-80,
body.fontsize-80 .teaser h3.hl { font-size: 10px; line-height: 16px; }
body.fontsize-80 #meta-navigation *,
body.fontsize-80 #search-form-input .form-control,
body.fontsize-80 #main-nav ul ul.sub-nav a,
body.fontsize-80 .carousel-caption h4,
body.fontsize-80 .carousel-caption p,
body.fontsize-80 #footer-navigation,
body.fontsize-80 #footer-bottom,
body.fontsize-80 .navbar-subnav .navbar-nav > li > a,
body.fontsize-80 .Tx-Formhandler .form-horizontal { font-size: 10px; }
body.fontsize-80 #footer-navigation li { width: 300px; }
body.fontsize-80 #main-nav > .navbar-collapse > ul > li > a { font-size: 10px; }
body.fontsize-80 .contact h3.hl {  font-size: 10px; }
body.fontsize-80 .contact .desc p { font-size: 10px; }

body.fontsize-120,
body.fontsize-120 .teaser h3.hl { font-size: 16px; line-height: 21px; }
body.fontsize-120 #meta-navigation *,
body.fontsize-120 #search-form-input .form-control,
body.fontsize-120 #main-nav ul ul.sub-nav a,
body.fontsize-120 .carousel-caption h4,
body.fontsize-120 .carousel-caption p,
body.fontsize-120 #footer-navigation,
body.fontsize-120 #footer-bottom,
body.fontsize-120 .navbar-subnav .navbar-nav > li > a,
body.fontsize-120 .Tx-Formhandler .form-horizontal { font-size: 16px; line-height: 20px; }
body.fontsize-120 #footer-navigation li { width: 300px; }
body.fontsize-120 #main-nav > .navbar-collapse > ul > li > a { font-size: 18px; }
body.fontsize-120 .contact h3.hl {  font-size: 16px; }
body.fontsize-120 .contact .desc p { font-size: 16px; }

body.fontsize-120 .breadcrumb > li {
    font-size: 16px;
}
body.fontsize-120 h5,
body.fontsize-120 .h5 { font-size: 16px; }
body.fontsize-120 .teaser { height: 340px; }
body.fontsize-120 #footer-navigation .col-md-extra-5 {
	width: 30%;
}
body.fontsize-120 .footer-padding-6,
body.fontsize-120 .footer-padding-5,
body.fontsize-120 .footer-padding-4,
body.fontsize-120 .footer-padding-3,
body.fontsize-120 .footer-padding-2,
body.fontsize-120 .footer-padding-1 {
	left: 0px;
}
body.fontsize-120  div.csc-mailform ol li label {
	font-size: 16px;
}
body.fontsize-120 div.csc-mailform ol li select,
body.fontsize-120 div.csc-mailform ol li input[type="text"],
body.fontsize-120 div.csc-mailform ol li textarea,
body.fontsize-120 div.csc-mailform ol li input[type="submit"] {
	font-size: 16px;
}
body.fontsize-120 .contacttabs .contacttabs-hl > h3 {     font-size: 16px; }
body.fontsize-120 .containertabs .containertabs-hl > h3 {     font-size: 16px; }




body.fontsize-140,
body.fontsize-140 .teaser h3.hl { font-size: 20px; line-height: 25px; }
body.fontsize-140 #meta-navigation *,
body.fontsize-140 #search-form-input .form-control,
body.fontsize-140 #main-nav ul ul.sub-nav a,
body.fontsize-140 .carousel-caption h4,
body.fontsize-140 .carousel-caption p,
body.fontsize-140 #footer-navigation,
body.fontsize-140 #footer-bottom,
body.fontsize-140 .navbar-subnav .navbar-nav > li > a,
body.fontsize-140 .Tx-Formhandler .form-horizontal { font-size: 20px; line-height: 25px; }
body.fontsize-140 #footer-navigation li { width: 300px; }
body.fontsize-140 #main-nav > .navbar-collapse > ul > li > a { font-size: 22px; }
body.fontsize-140 .contact h3.hl {  font-size: 20px; }
body.fontsize-140 .contact .desc p { font-size: 20px; }

body.fontsize-140 #search-form-input .form-control { height: 30px; }
body.fontsize-140 button.input-group-addon { height: 30px; width: 30px; }

body.fontsize-140 .breadcrumb > li {
    font-size: 20px;
}

body.fontsize-140 h5,
body.fontsize-140 .h5 { font-size: 20px; }
body.fontsize-140 .teaser { height: 410px; }

body.fontsize-140 #footer-navigation .col-md-extra-5 {
	width: 30%;
}
body.fontsize-140 .footer-padding-6,
body.fontsize-140 .footer-padding-5,
body.fontsize-140 .footer-padding-4,
body.fontsize-140 .footer-padding-3,
body.fontsize-140 .footer-padding-2,
body.fontsize-140 .footer-padding-1 {
	left: 0px;
}


body.fontsize-140  div.csc-mailform ol li label {
	font-size: 20px;
}
body.fontsize-140 div.csc-mailform ol li select,
body.fontsize-140 div.csc-mailform ol li input[type="text"],
body.fontsize-140 div.csc-mailform ol li textarea,
body.fontsize-140 div.csc-mailform ol li input[type="submit"]  {
	font-size: 20px;
}
body.fontsize-140 .contacttabs .contacttabs-hl > h3 {     font-size: 20px; }
body.fontsize-140 .containertabs .containertabs-hl > h3 {     font-size: 20px; }


/*
body.fontsize-160,
body.fontsize-160 .teaser h3.hl { font-size: 24px; line-height: 30px; }
body.fontsize-160 #meta-navigation *,
body.fontsize-160 #search-form-input .form-control,
body.fontsize-160 #main-nav ul ul.sub-nav a,
body.fontsize-160 .carousel-caption h4,
body.fontsize-160 .carousel-caption p,
body.fontsize-160 #footer-navigation,
body.fontsize-160 #footer-bottom,
body.fontsize-160 .navbar-subnav .navbar-nav > li > a,
body.fontsize-160 .Tx-Formhandler .form-horizontal { font-size: 24px; }
body.fontsize-160 #footer-navigation li { width: 300px; }
body.fontsize-160 #main-nav > .navbar-collapse > ul > li > a { font-size: 28px; }
*/





@media print {
	#header { display: block !important; height: auto; }
	.navbar-brand { padding: 0px; }
	.navbar-brand img { display: block; }
	#header .col-sm-7 { display: none; }
	#main-nav-con { display: none; }
	.bs-docs-example { display: none !important; }

	#contentarea { padding-top: 20px !important; }
	a[href]:after { content: "" }
	abbr[title]:after { content: ""; }
	#footer-navigation { display: none; }

	.col-sm-6 { width: 50%; float: left; }

	.breadcrumb { display: none; }

	.contact .phone1, .contact .phone2, .contact .email { padding-left: 0px; }
	.contacttabs-content { display: block !important; }
	.containertabs-content { display: block !important; }
	/* div { border: 1px solid green; } */
	#footer-bottom { text-align: left; }


	div[role="main"] h1, div[role="main"] h2, div[role="main"] h3, div[role="main"] h4, div[role="main"] h5, div[role="main"] h6 {
	    color: #549E39 !important;
	}
	a {
	    color: #00A1D3 !important;
	}
	.news-list-view .header h2 a {
		color: #549E39  !important;
	}
	.teaser .face.back {
		display: none !important;
	}

}

/* for compatibility*/
@media (min-width: 768px) {
    .container.original {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container.original {
        width: 970px;
    }
}

/*
    Created on : Dec 30, 2017, 4:32:49 PM
    Author     : Adrian Mladen
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 460px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 1340px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1620px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 460px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1340px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1620px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 460px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1340px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1620px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@font-face {
  font-family: "Helvetica Rounded";
  src: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-Bd.eot');
  src: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-Bd.eot?#iefix') format("embedded-opentype"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-Bd.woff2') format("woff2"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-Bd.woff') format("woff"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-Bd.ttf') format("truetype"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-Bd.svg#HelveticaRoundedLTStd-Bd') format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Rounded Condensed";
  src: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-BdCn.eot');
  src: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-BdCn.eot?#iefix') format("embedded-opentype"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-BdCn.woff2') format("woff2"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-BdCn.woff') format("woff"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-BdCn.ttf') format("truetype"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaRoundedLTStd-BdCn.svg#HelveticaRoundedLTStd-BdCn') format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helvetica Neue";
  src: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaNeue.eot');
  src: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaNeue.eot?#iefix') format("embedded-opentype"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaNeue.woff2') format("woff2"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaNeue.woff') format("woff"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaNeue.ttf') format("truetype"), url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/fonts/HelveticaNeue.svg#HelveticaNeue') format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 14px;
}

body {
  color: #363636;
  font-family: "Helvetica Neue", sans-serif;
  padding-top: 10rem;
}

.ax-overflow-hide {
  overflow: hidden;
}

.ax-content {
  font-size: 1.125rem;
  line-height: 130%;
}
.ax-content strong {
  font-weight: bold;
}
.ax-content img {
  max-width: 100%;
  height: auto;
}
.ax-content a {
  text-decoration: none;
  transition: background-color, color 0.35s;
}
.ax-content h1 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 120%;
  font-family: "Helvetica Rounded", sans-serif;
}
.ax-content h2 {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Helvetica Rounded Condensed", sans-serif;
  line-height: 130%;
}
.ax-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1.875rem;
  font-weight: 700;
  font-family: "Helvetica Rounded Condensed", sans-serif;
  line-height: 130%;
}
.ax-content h4 {
  font-size: 1.125rem;
  line-height: 1.4em;
}
.ax-content p {
  margin-bottom: 1.5rem;
  line-height: 140%;
  font-family: "Helvetica Neue", sans-serif;
}
.ax-content i {
  font-style: italic;
}

.ax-small-size {
  font-size: 1rem;
}

.ax-full-width {
  width: 100%;
  height: auto;
}

.ax-hide {
  display: none;
}

.d-flex {
  display: flex;
}

.bb-grey {
  border-bottom: 1px solid #eee;
}

.ax-hide-mobile {
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-22 {
  margin-bottom: 1.375rem !important;
}

.mb-26 {
  margin-bottom: 1.625rem !important;
}

.mb-28 {
  margin-bottom: 1.75rem !important;
}

.mb-30 {
  margin-bottom: 1.875rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.mb-36 {
  margin-bottom: 2.25rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

.mb-60 {
  margin-bottom: 3.75rem !important;
}

.mb-50 {
  margin-bottom: 3.125rem !important;
}

.mb-80 {
  margin-bottom: 5rem !important;
}

.mb-100 {
  margin-bottom: 3.125rem !important;
}

.mb-120 {
  margin-bottom: 3.75rem !important;
}

.mb-200 {
  margin-bottom: 12.5rem !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mt-36 {
  margin-top: 2.25rem !important;
}

.mt-50 {
  margin-top: 3.125rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-100 {
  margin-top: 6.25rem !important;
}

.text-size-16 {
  font-size: 1rem;
}

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

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

.ax-green {
  color: #76AD1C;
}

.ax-blue {
  color: #0098D4;
}

.ax-orange {
  color: #F2A500;
}

.ax-green-box {
  background-color: #76AD1C;
  color: #fff;
}

.ax-blue-box {
  background-color: #0098D4;
  color: #fff;
}

.ax-orange-box {
  background-color: #F2A500;
  color: #fff;
}

a.ax-blue:hover {
  color: #0079A8;
}

.ax-btn {
  display: inline-block;
  padding: 11px 24px 9px 24px;
  border-radius: 30px 30px 30px 0px;
  text-decoration: none;
  font-size: 0.875rem;
  font-family: "Helvetica Rounded Condensed", sans-serif;
  font-weight: bold;
}

.ax-btn-big {
  padding: 24px 24px 16px 24px;
  font-size: 1.125rem;
}

.ax-btn-primary {
  background-color: #76AD1C;
  color: #fff;
}
.ax-btn-primary:hover {
  background-color: #5A8B0A;
}

.ax-strong {
  font-weight: 700;
}

.ax-list ul {
  list-style: disc;
  padding-left: 20px;
}
.ax-list ul li {
  margin-bottom: 2rem;
}

.ax-download-ico:before {
  content: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/download.svg');
  margin-right: 12px;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
 * Mmenu Light
 * mmenujs.com/mmenu-light
 * License: CC-BY-4.0
 * http://creativecommons.org/licenses/by/4.0/
 */
:root {
  --mm-ocd-width:80%;
  --mm-ocd-min-width:200px;
  --mm-ocd-max-width:440px;
}

body.mm-ocd-opened {
  overflow-y: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.mm-ocd {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 100%;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -ms-scroll-chaining: none;
  overscroll-behavior: contain;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-property: bottom, background-color;
  -o-transition-property: bottom, background-color;
  transition-property: bottom, background-color;
  -webkit-transition-duration: 0s, 0.3s;
  -o-transition-duration: 0s, 0.3s;
  transition-duration: 0s, 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-delay: 0.45s, 0.15s;
  -o-transition-delay: 0.45s, 0.15s;
  transition-delay: 0.45s, 0.15s;
}

.mm-ocd--open {
  bottom: 0;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.mm-ocd__content {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 80%;
  width: var(--mm-ocd-width);
  min-width: 200px;
  min-width: var(--mm-ocd-min-width);
  max-width: 440px;
  max-width: var(--mm-ocd-max-width);
  background: #fff;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.mm-ocd--left .mm-ocd__content {
  left: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.mm-ocd--right .mm-ocd__content {
  right: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.mm-ocd--open .mm-ocd__content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mm-ocd__backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  width: 20%;
  width: calc(100% - var(--mm-ocd-width));
  min-width: calc(100% - 440px);
  min-width: calc(100% - var(--mm-ocd-max-width));
  max-width: calc(100% - 200px);
  max-width: calc(100% - var(--mm-ocd-min-width));
  background: rgba(3, 2, 1, 0);
}

.mm-ocd--left .mm-ocd__backdrop {
  right: 0;
}

.mm-ocd--right .mm-ocd__backdrop {
  left: 0;
}

.mm-spn, .mm-spn a, .mm-spn li, .mm-spn span, .mm-spn ul {
  display: block;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  --mm-spn-item-height:50px;
  --mm-spn-item-indent:20px;
  --mm-spn-line-height:24px;
}

.mm-spn {
  width: 100%;
  height: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.mm-spn ul {
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  z-index: 2;
  width: 130%;
  padding-right: 30%;
  line-height: 24px;
  line-height: var(--mm-spn-line-height);
  overflow: visible;
  overflow-y: auto;
  background: inherit;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
  cursor: default;
}

.mm-spn ul:after {
  content: "";
  display: block;
  height: 50px;
  height: var(--mm-spn-item-height);
}

.mm-spn > ul {
  left: 0;
}

.mm-spn ul.mm-spn--open {
  left: 0;
}

.mm-spn ul.mm-spn--parent {
  left: -30%;
  overflow-y: hidden;
}

.mm-spn li {
  position: relative;
  background: inherit;
  cursor: pointer;
}

.mm-spn li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  right: 25px;
  right: calc(var(--mm-spn-item-height) / 2);
  z-index: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid;
  border-right: 2px solid;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  -ms-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 0.4;
}

.mm-spn li:after {
  content: "";
  display: block;
  margin-left: 20px;
  margin-left: var(--mm-spn-item-indent);
  border-top: 1px solid;
  opacity: 0.15;
}

.mm-spn a, .mm-spn span {
  position: relative;
  z-index: 1;
  padding: 13px 20px;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.mm-spn a {
  background: inherit;
  color: inherit;
  text-decoration: none;
}

.mm-spn a:not(:last-child) {
  width: calc(100% - 50px);
  width: calc(100% - var(--mm-spn-item-height));
}

.mm-spn a:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-right: 1px solid;
  opacity: 0.15;
}

.mm-spn span {
  background: 0 0;
}

.mm-spn.mm-spn--navbar {
  cursor: pointer;
}

.mm-spn.mm-spn--navbar:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
  top: calc(var(--mm-spn-item-height) / 2);
  left: 20px;
  left: var(--mm-spn-item-indent);
  width: 10px;
  height: 10px;
  margin-top: 2px;
  border-top: 2px solid;
  border-left: 2px solid;
  -webkit-transform: rotate(-45deg) translate(50%, -50%);
  -ms-transform: rotate(-45deg) translate(50%, -50%);
  transform: rotate(-45deg) translate(50%, -50%);
  opacity: 0.4;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  cursor: default;
}

.mm-spn.mm-spn--navbar.mm-spn--main:before {
  content: none;
  display: none;
}

.mm-spn.mm-spn--navbar:after {
  content: attr(data-mm-spn-title);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  height: var(--mm-spn-item-height);
  padding: 0 40px;
  padding: 0 calc(var(--mm-spn-item-indent) * 2);
  line-height: 50px;
  line-height: var(--mm-spn-item-height);
  opacity: 0.4;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--navbar ul {
  top: 51px;
  top: calc(var(--mm-spn-item-height) + 1px);
}

.mm-spn.mm-spn--navbar ul:before {
  content: "";
  display: block;
  position: fixed;
  top: inherit;
  z-index: 2;
  width: 100%;
  border-top: 1px solid currentColor;
  opacity: 0.15;
}

.mm-spn.mm-spn--light {
  color: #444;
  background: #f3f3f3;
}

.mm-spn.mm-spn--dark {
  color: #ddd;
  background: #333;
}

.mm-spn.mm-spn--vertical {
  overflow-y: auto;
}

.mm-spn.mm-spn--vertical ul {
  width: 100%;
  padding-right: 0;
  position: static;
}

.mm-spn.mm-spn--vertical ul ul {
  display: none;
  padding-left: 20px;
  padding-left: var(--mm-spn-item-indent);
}

.mm-spn.mm-spn--vertical ul ul:after {
  height: 25px;
  height: calc(var(--mm-spn-item-height) / 2);
}

.mm-spn.mm-spn--vertical ul.mm-spn--open {
  display: block;
}

.mm-spn.mm-spn--vertical li.mm-spn--open:before {
  -webkit-transform: rotate(135deg) translate(-50%, 0);
  -ms-transform: rotate(135deg) translate(-50%, 0);
  transform: rotate(135deg) translate(-50%, 0);
}

.mm-spn.mm-spn--vertical ul ul li:last-child:after {
  content: none;
  display: none;
}

.mm-spn ul.mm-spn--parent {
  left: -100%;
}

.mm-spn li:before {
  opacity: 1;
}

#ax-main-menu {
  display: none;
}

.ax-main-header {
  font-size: 4.75rem;
  position: fixed;
  z-index: 9999;
  width: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
}
.ax-main-header .ax-wrapper {
  width: 1300px;
}

.mm-spn.mm-spn--navbar ul:before {
  content: none;
}

.mm-spn.mm-spn--navbar:before {
  opacity: 0;
}

.ax-menu-btn {
  position: relative;
  display: block;
  width: 42px;
  height: 42px;
}
.ax-menu-btn .h-line {
  position: absolute;
  display: block;
  width: 70%;
  height: 3px;
  background-color: #F1A52C;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 3px;
  transition: transform 0.35s;
}
.ax-menu-btn .h-line:nth-of-type(1) {
  top: 28%;
}
.ax-menu-btn .h-line:nth-of-type(2) {
  top: 0;
  bottom: 0;
}
.ax-menu-btn .h-line:nth-of-type(3) {
  bottom: 28%;
}

.nav-opened .ax-nav-bar-secondary .ax-nav-back {
  display: block;
}
.nav-opened .ax-nav-bar-secondary .ax-menu-sizes {
  display: block;
}

.ax-nav-bar-secondary .ax-nav-back {
  display: none;
}
.ax-nav-bar-secondary .ax-menu-sizes {
  display: none;
}
.ax-nav-bar-secondary .ax-menu-sizes a {
  color: #0098D4;
}

.ax-menu-sizes-btn-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}

.ax-menu-sizes {
  margin-top: 18px;
  display: flex;
  justify-content: right;
  height: fit-content;
  margin-right: 150px;
}
.ax-menu-sizes li {
  margin-left: 8px;
  display: inline-flex;
}
.ax-menu-sizes li.ax-active a {
  background-color: #0098D4;
  color: white;
}
.ax-menu-sizes a {
  font-size: 0.75rem;
  line-height: 1.5rem;
  padding: 4px 8px;
  border: 1px solid #0098D4;
  border-radius: 4px;
  color: #0098D4;
  font-weight: bold;
}

.ax-nav-bar-primary {
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ax-nav-bar-primary img {
  display: block;
}
.ax-nav-bar-primary .ax-nav-right {
  display: none;
}
.ax-nav-bar-primary .ax-mobile-btns {
  display: flex;
  align-items: center;
}
.ax-nav-bar-primary .ax-mobile-btns > * {
  margin-left: 10px;
}
.ax-nav-bar-primary .ax-mobile-btns .ax-search-btn img {
  height: 28px;
  width: auto;
  vertical-align: middle;
}

.ax-nav-bar-secondary {
  position: relative;
  color: #363636;
  font-size: 1rem;
  font-family: "Helvetica Rounded", sans-serif;
  padding-top: 3px;
}
.ax-nav-bar-secondary a {
  color: #363636;
  font-size: 1rem;
  text-decoration: none;
}

.ax-nav-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.ax-nav-control .ax-menu-sizes {
  margin: 0;
}
.ax-nav-control .ax-nav-back {
  margin: 10px;
}
.ax-nav-control a {
  font-size: 1.5rem;
}

.ax-nav-back {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-bottom: 3px solid #0098D4;
  border-left: 3px solid #0098D4;
  transform: rotate(45deg);
}

.ax-current-menu {
  font-size: 1.25rem;
  color: black;
  font-family: "Helvetica Rounded", sans-serif;
  margin-bottom: 24px;
}

.ax-nav-bar-secondary .ax-menu-links {
  display: inline-grid;
  grid-template-columns: 50% 50%;
  width: 85%;
}
.ax-nav-bar-secondary .ax-menu-links > div {
  padding: 8px 0;
}
.ax-nav-bar-secondary .ax-menu-links li {
  margin-bottom: 30px;
}
.ax-nav-bar-secondary .ax-menu-links a {
  color: #0098D4;
  font-size: 1rem;
}
.ax-nav-bar-secondary .ax-menu-links a:after {
  content: none !important;
}

.ax-nav-secondary {
  font-family: "Helvetica Rounded Condensed", sans-serif;
}
.ax-nav-secondary ul ul {
  display: none;
  font-family: "Helvetica Neue", sans-serif;
}
.ax-nav-secondary > ul {
  display: flex;
}

.nav-opened .ax-menu-btn .h-line:nth-of-type(1) {
  top: 0;
  bottom: 0;
  transform: rotate(45deg);
}
.nav-opened .ax-menu-btn .h-line:nth-of-type(2) {
  top: 0;
  bottom: 0;
  transform: scale(0);
}
.nav-opened .ax-menu-btn .h-line:nth-of-type(3) {
  top: 0;
  bottom: 0;
  transform: rotate(-45deg);
}
.nav-opened .ax-nav-bar-secondary {
  display: block;
}

.ax-nav-secondary {
  color: #fff;
  position: relative;
}
.ax-nav-secondary > ul {
  display: flex;
}
.ax-nav-secondary > ul > li {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ax-nav-secondary > ul > li:first-of-type {
  margin-left: 24px;
}
.ax-nav-secondary > ul > li li:hover {
  box-shadow: inset 0 0 30px 0 rgba(0, 152, 212, 0.1);
}
.ax-nav-secondary > ul > li li span a {
  padding: 10px 30px;
}
.ax-nav-secondary > ul > li ul li:first-of-type {
  display: none;
}
.ax-nav-secondary > ul > li ul li span a {
  padding: 10px 30px !important;
}
.ax-nav-secondary > ul > li a {
  padding: 20px 10px;
}
.ax-nav-secondary > ul li {
  color: #fff;
}
.ax-nav-secondary > ul li span, .ax-nav-secondary > ul li a {
  font-size: 1.125rem;
  display: block;
  position: relative;
  color: inherit;
}
.ax-nav-secondary > ul li a:after {
  color: inherit;
  padding-left: 8px;
}

.has-children {
  position: relative;
  padding-right: 30px;
}
.has-children .ax-chevron {
  display: block;
  width: 9px;
  height: 16px;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/icon_chevron.svg');
  background-position: center;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.mm-ocd__backdrop {
  display: none;
}

.mm-ocd__content {
  max-width: 100%;
  width: 100%;
  padding: 0 15px 0 15px;
  background-repeat: no-repeat;
  background-position: top right;
}

.mm-spn.mm-spn--light {
  background-color: transparent !important;
  background: none;
}

.mm-ocd {
  top: 105px;
  background: none;
}

.mm-ocd__backdrop {
  background-color: transparent;
}

.mm-spn.mm-spn--navbar:after {
  font-size: 1.25rem;
  color: #000;
  padding: 0;
  opacity: 1;
  text-align: left;
}

.mm-spn.mm-spn--navbar.mm-spn--main:after {
  padding-left: 0;
}

.mm-spn a, .mm-spn span {
  padding: 0;
  border: none;
}

.mm-spn.mm-spn--navbar > ul li {
  display: block;
  padding: 16px 0;
  border-bottom: 1px solid #B6D18D;
}
.mm-spn.mm-spn--navbar > ul li:first-of-type {
  border-top: 1px solid #B6D18D;
}
.mm-spn.mm-spn--navbar > ul li:last-of-type {
  border-bottom: 1px solid #B6D18D !important;
  border: none;
}
.mm-spn.mm-spn--navbar > ul li:first-of-type {
  border-bottom: 1px solid #B6D18D;
  border-top: 1px solid #B6D18D;
}
.mm-spn.mm-spn--navbar > ul li:not(.has-children):before {
  content: none;
}
.mm-spn.mm-spn--navbar > ul li:after {
  content: none;
}
.mm-spn.mm-spn--navbar > ul span, .mm-spn.mm-spn--navbar > ul a {
  font-size: 1.125rem;
  font-family: "Helvetica Neue", sans-serif;
  display: block;
  position: relative;
}

@media screen and (max-width: 1199px) {
  .ax-nav-secondary {
    background-color: #0098D4;
    margin-left: -15px;
    margin-right: -15px;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .ax-nav-secondary::-webkit-scrollbar {
    display: none;
  }
  #ax-nav-secondary {
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    padding: 10px 0;
  }
  #ax-nav-secondary::-webkit-scrollbar {
    display: none;
  }
  #ax-nav-secondary > * {
    vertical-align: middle;
  }
  #ax-nav-secondary ul {
    display: inline-block;
  }
  #ax-nav-secondary ul:before {
    content: "";
    width: 2px;
    height: 30px;
    display: inline-block;
    background-color: black;
    margin-left: 20px;
    vertical-align: bottom;
    font-family: "Helvetica Rounded Condensed", sans-serif;
  }
  #ax-nav-secondary li {
    display: inline-block;
    font-size: 1rem;
    margin-left: 20px;
    font-family: "Helvetica Rounded", sans-serif;
    line-height: 30px;
  }
  #ax-nav-secondary #ax-secondary-home {
    display: inline-block;
    padding-top: 2px;
    padding-left: 5px;
  }
  #ax-nav-secondary #ax-secondary-home img {
    vertical-align: middle;
  }
  .ax-nav-control {
    margin-bottom: 0;
  }
  .mm-ocd {
    top: 122px;
  }
}
@media screen and (min-width: 1200px) {
  #ax-nav-secondary {
    display: none;
  }
  .mm-ocd__content {
    padding: 0 0 0 50px;
  }
  .nav-opened #ax-main-menu.mm-spn {
    -webkit-clip-path: none;
    clip-path: none;
    overflow: visible;
  }
  .mm-ocd__content.bg-image {
    background-position: top 32px right;
    background-size: 60%;
    background-repeat: no-repeat;
  }
  .mm-spn.mm-spn--navbar:after, .mm-spn.mm-spn--navbar:before {
    display: none;
  }
  #ax-dynamic-menu {
    position: relative;
  }
  #ax-dynamic-menu .is-active > span, #ax-dynamic-menu .is-active > a, #ax-dynamic-menu .is-active::before {
    color: #0098D4;
    font-weight: bold;
  }
  #ax-dynamic-menu .mm-ocd {
    width: 1280px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
  #ax-dynamic-menu .mm-ocd ul {
    width: 30%;
    padding-right: 0;
  }
  #ax-dynamic-menu .mm-ocd .mm-spn--open {
    left: 100%;
  }
  #ax-dynamic-menu .mm-ocd .mm-spn--open.first-inactive {
    left: auto;
    right: 100%;
    margin-right: 10px;
  }
  #ax-dynamic-menu .mm-ocd .mm-spn--open.first-active {
    left: 0;
  }
  #ax-dynamic-menu .mm-ocd .mm-spn--open.first-active > li > .mm-spn--open {
    left: 33.3%;
    padding-top: 33px;
  }
  #ax-dynamic-menu .mm-ocd .mm-spn--open.first-active > li > .mm-spn--open > li > .mm-spn--open {
    left: 66.6%;
    padding-top: 33px;
  }
  .ax-nav-bar-primary {
    position: relative;
    z-index: 99999;
  }
  .ax-nav-bar-primary a {
    text-decoration: none;
  }
  .ax-nav-bar-primary .ax-search-btn {
    display: none;
  }
  .ax-nav-bar-primary .ax-nav-right {
    display: block;
  }
  .ax-nav-bar-primary .ax-menu-links img {
    display: inline-block;
  }
  .ax-nav-right .ax-menu-links {
    display: flex;
  }
  .ax-nav-right .ax-menu-links a {
    color: #363636;
  }
  .ax-nav-right .ax-menu-links li {
    margin-left: 20px;
    font-size: 0.875rem;
  }
  .ax-nav-right .ax-menu-links li img {
    height: 0.8rem;
    width: auto;
    vertical-align: bottom;
  }
  .ax-nav-bar-secondary {
    background-color: #0098D4;
  }
  .ax-nav-bar-secondary .ax-wrapper {
    position: relative;
  }
  .ax-nav-secondary li.ax-active {
    background-color: #ffffff;
  }
  .ax-nav-secondary li.ax-active > span, .ax-nav-secondary li.ax-active > a {
    color: #0098D4;
  }
  .ax-nav-secondary li:hover {
    z-index: 99999;
    position: relative;
    background-color: #ffffff;
  }
  .ax-nav-secondary li:hover > span, .ax-nav-secondary li:hover > a {
    color: #0098D4;
  }
  .ax-nav-secondary li:hover ul {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    color: #000;
    background-color: white;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    min-width: 300px;
    padding: 20px 0;
  }
  .ax-nav-secondary li:hover ul li {
    padding: 0;
  }
  .ax-nav-secondary li:hover ul li:hover a, .ax-nav-secondary li:hover ul li:hover span {
    color: #0098D4;
    font-weight: 700;
  }
  .ax-nav-secondary li:hover ul li a {
    padding: 0;
  }
  .ax-nav-secondary li:hover ul li a, .ax-nav-secondary li:hover ul li span {
    color: #000;
  }
  .ax-nav-secondary li:hover ul li.ax-active a, .ax-nav-secondary li:hover ul li.ax-active span {
    color: #0098D4;
    font-weight: bold;
  }
  .ax-menu-btn {
    display: none;
    position: absolute;
    top: calc(100% + 92px);
    right: 15px;
    width: 71px;
    height: 71px;
    background-color: #F2A500;
    border-radius: 0px 36px 36px 36px;
    cursor: pointer;
    z-index: 999;
  }
  .ax-menu-btn:hover {
    background-color: #DA9527;
  }
  .ax-menu-btn .h-line {
    position: absolute;
    display: block;
    width: 46%;
    height: 3px;
    background-color: #fff;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ax-menu-btn .h-line:nth-of-type(1) {
    top: 35%;
  }
  .ax-menu-btn .h-line:nth-of-type(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .ax-menu-btn .h-line:nth-of-type(3) {
    bottom: 35%;
  }
  .ax-nav-right .ax-menu-btn {
    display: block;
    top: 50px;
  }
  .ax-main-header.nav-opened .ax-nav-secondary {
    display: none;
  }
  .ax-main-header.nav-opened .ax-nav-bar-secondary {
    background-color: transparent;
  }
  .ax-main-header.nav-opened .ax-menu-btn {
    background-color: transparent;
  }
  .ax-main-header.nav-opened .ax-menu-btn .h-line {
    background-color: #F2A500;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .ax-nav-secondary > ul > li:first-of-type {
    margin-left: 0;
  }
}
.frame-type-form_formframework .bold-field-label label.control-label {
  font-weight: 700;
  margin-top: 2.25rem;
}
.frame-type-form_formframework .static-text p {
  margin-bottom: 2.25rem;
}
.frame-type-form_formframework .static-text p.static-text-header {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.frame-type-form_formframework .static-text.large-header p {
  margin-bottom: 1rem;
}
.frame-type-form_formframework .static-text.large-header p.static-text-header {
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.frame-type-form_formframework .form-check {
  margin-top: 10px;
  margin-bottom: 10px;
}

.ax-wrapper {
  width: 1210px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.ax-wrapper-small {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#ax-search {
  display: none;
  position: fixed;
  top: 103px;
  width: 100%;
  height: calc(100% - 103px);
  z-index: 9999;
  background-color: #0098D4;
}
#ax-search form {
  padding-top: 111px;
}
#ax-search input[type=text] {
  padding: 19px 20px 20px 30px;
  background-color: transparent;
  outline: none;
  border: 2px solid white;
  color: white;
  border-radius: 30px;
  font-size: 18px;
  line-height: 18px;
  width: calc(100% - 50px);
}
#ax-search input[type=text]::placeholder {
  color: white;
}
#ax-search input[type=text]::-ms-input-placeholder {
  color: white;
}
#ax-search .on-submit {
  width: 27px;
  height: 27px;
  display: inline-block;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/icon-search-white.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
  outline: none;
  vertical-align: middle;
  margin: 0;
  margin-left: 10px;
  background-color: transparent;
}
#ax-search.ax-active {
  display: block;
}

.ax-close-search {
  display: block;
  cursor: pointer;
  position: absolute;
  top: 42px;
  right: 56px;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.ax-close-search:before, .ax-close-search:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 30px;
  height: 4px;
  border-radius: 3px;
  background-color: white;
}
.ax-close-search:before {
  transform: rotate(-45deg);
}
.ax-close-search:after {
  transform: rotate(-135deg);
}

.bg-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left bottom;
}

.ax-hero {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
}
.ax-hero h1 {
  font-size: 4.75rem;
  font-family: "Helvetica Rounded", sans-serif;
  line-height: 110%;
}
.ax-hero .market-font {
  font-family: "caveat", sans-serif;
  color: #000000;
  font-size: 2.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1em;
}

.ax-hero-regular .ax-img-down {
  margin-top: 27%;
}

.ax-img-zoom {
  position: relative;
  overflow: hidden;
}
.ax-img-zoom img {
  transition: transform 0.55s;
  width: 100%;
  display: block;
}
.ax-img-zoom:hover img {
  transform: scale(1.05);
}
.ax-img-zoom .ax-label {
  position: absolute;
  color: white;
  bottom: 0;
  left: 0;
}
.ax-img-zoom.ax-teaser-small .ax-label {
  padding: 0 10px 20px 28px;
  font-size: 1.375rem;
  margin: 0;
}
.ax-img-zoom.ax-teaser-big .ax-label {
  padding: 0 10px 34px 41px;
  font-size: 2rem;
  margin: 0;
}
.ax-img-zoom .ax-overlay {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 200%);
}

.ax-teaser {
  margin-bottom: 5rem;
}
.ax-teaser img {
  width: 100%;
  margin-bottom: 1.5rem;
}
.ax-teaser h3 {
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
  font-family: "Helvetica Rounded Condensed", sans-serif;
}
.ax-teaser .ax-box-border {
  border: 1px solid #CECECE;
  border-top: none;
  padding: 25px 20px 30px;
}
.ax-teaser .ax-teaser-link {
  font-size: 1.125rem;
  display: inline-block;
  padding-bottom: 10px;
  background-position: left bottom;
  background-size: auto 0.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
}
.ax-teaser.ax-green-label h3 {
  color: #76AD1C;
}
.ax-teaser.ax-green-label .ax-teaser-link {
  color: #76AD1C;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/green-line.svg');
}
.ax-teaser.ax-green-label .ax-teaser-link:hover {
  color: #5A8B0A;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/green-line-hover.svg');
}
.ax-teaser.ax-orange-label h3 {
  color: #F2A500;
}
.ax-teaser.ax-orange-label .ax-teaser-link {
  color: #F2A500;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/orange-line.svg');
}
.ax-teaser.ax-orange-label .ax-teaser-link:hover {
  color: #DB9500;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/orange-line-hover.svg');
}
.ax-teaser.ax-black-label h3 {
  color: #000;
}
.ax-teaser.ax-black-label .ax-teaser-link {
  color: #000;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/black-line.svg');
}
.ax-teaser.ax-black-label .ax-teaser-link:hover {
  color: #666666;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/black-line-hover.svg');
}
.ax-teaser.ax-blue-label h3 {
  color: #0098D4;
}
.ax-teaser.ax-blue-label .ax-teaser-link {
  color: #0098D4;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/blue-line.svg');
}
.ax-teaser.ax-blue-label .ax-teaser-link:hover {
  color: #0079A8;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/blue-line-hover.svg');
}

.ax-breadcrumb {
  font-size: 0.875rem;
  overflow: hidden;
}
.ax-breadcrumb > ul {
  padding: 19px 0 19px 0px;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.ax-breadcrumb a {
  color: #0098D4;
}
.ax-breadcrumb li {
  display: inline-block;
}
.ax-breadcrumb li:after {
  content: ">";
  font-size: 12px;
  vertical-align: bottom;
  padding-left: 15px;
  padding-right: 15px;
}
.ax-breadcrumb li:last-of-type:after {
  content: none;
}

.ax-image-slider {
  position: relative;
  padding-bottom: 80px;
}
.ax-image-slider .slick-list {
  overflow: visible;
}
.ax-image-slider .slick-track {
  display: flex;
}
.ax-image-slider .slick-track .slick-slide {
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  padding-right: 2.75rem;
}
.ax-image-slider .slick-arrow {
  position: absolute;
  bottom: 0;
  width: 54px;
  height: 54px;
  background-color: #F2A500;
  border: none;
  overflow: hidden;
  text-indent: 100px;
  padding: 0;
  cursor: pointer;
}
.ax-image-slider .slick-arrow:hover {
  background-color: #DA9527;
}
.ax-image-slider .slick-arrow:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ax-image-slider .slick-prev {
  right: 64px;
  border-radius: 30px 30px 0px 30px;
}
.ax-image-slider .slick-prev:after {
  left: 5px;
  transform: rotate(45deg);
}
.ax-image-slider .slick-next {
  border-radius: 0 30px 30px 30px;
  right: 0;
}
.ax-image-slider .slick-next:after {
  right: 5px;
  transform: rotate(-135deg);
}

.ax-video-container {
  position: relative;
  padding-bottom: 56%;
}
.ax-video-container video, .ax-video-container iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.ax-video-container .ax-play-btn {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.ax-play-btn {
  width: 100px;
  height: 100px;
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/play.svg');
  background-color: #F2A500;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50px 50px 50px 0px;
}

.ax-accordion {
  overflow: hidden;
}
.ax-accordion header {
  cursor: pointer;
  padding: 20px 70px 22px 25px;
  font-weight: bold;
  position: relative;
}
.ax-accordion header:after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  right: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.35s;
  transform: rotate(-45deg);
}
.ax-accordion header.ax-open {
  display: block;
}
.ax-accordion header.ax-open:after {
  top: 7px;
  transform: rotate(135deg);
}
.ax-accordion .ax-green-box:hover {
  background-color: #5A8B0A;
}
.ax-accordion .ax-blue-box:hover {
  background-color: #0079A8;
}
.ax-accordion .ax-orange-box:hover {
  background-color: #DB9500;
}
.ax-accordion .inner {
  overflow: hidden;
  display: none;
}
.ax-accordion main {
  padding-top: 2.75rem;
  padding-bottom: 3.75rem;
}

.ax-quote {
  padding: 3.25rem 1rem;
  display: block;
}
.ax-quote blockquote {
  font-family: "Caveat", cursive;
  font-size: 2.875rem;
  width: 568px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-weight: normal;
  margin-bottom: 20px;
  line-height: 130%;
}
.ax-quote .ax-autor {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: bold;
}
.ax-quote:hover {
  background-color: #76AD1C;
}

.ax-table {
  text-align: left;
  font-size: 1rem;
}
.ax-table th {
  padding: 12px 8px 12px 50px;
  font-weight: bold;
}
.ax-table th:last-of-type {
  text-align: right;
  min-width: 140px;
  padding: 25px 8px 10px 30px;
}
.ax-table td:not(:first-of-type) {
  padding: 25px 8px 10px 50px;
  vertical-align: top;
}
.ax-table td:last-of-type {
  text-align: right;
  min-width: 140px;
  padding: 25px 8px 10px 30px;
}
.ax-table tbody tr:nth-of-type(2n+1) {
  background-color: #F2F2F2;
}

.ax-map-container {
  position: relative;
  padding-bottom: 60%;
}
.ax-map-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.ax-search-results .ax-title {
  padding-bottom: 1.25rem;
  margin: 5rem 0 0 0;
  border-bottom: 2px solid #76AD1B;
  font-weight: bold;
}
.ax-search-results li {
  border-bottom: 2px solid #76AD1B;
  padding: 2.5rem 0;
}
.ax-search-results .ax-article-title {
  display: block;
  color: #0098D4;
  font-weight: bold;
  font-size: 1.5rem;
  font-family: "Helvetica Rounded Condensed", sans-serif;
  margin-bottom: 1.75rem;
}
.ax-search-results .ax-description {
  padding-right: 102px;
  position: relative;
  line-height: 140%;
}
.ax-search-results .ax-arrow-link {
  position: absolute;
  top: 2px;
  right: 5px;
}
.ax-search-results .ax-arrow-link::after {
  content: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/Icon_arrow_blue.svg');
}

.ax-navigation {
  text-align: center;
  margin: 30px 0 80px;
}
.ax-navigation span {
  margin: 0 10px;
}
.ax-navigation .ax-first {
  display: inline-flex;
}
.ax-navigation .ax-first:before, .ax-navigation .ax-first:after {
  content: "";
  display: block;
  border-bottom: 1px solid #0098D4;
  border-left: 1px solid #0098D4;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 0 -1px;
}
.ax-navigation .ax-first.ax-inactive:before, .ax-navigation .ax-first.ax-inactive:after {
  border-color: #CECECE;
}
.ax-navigation .ax-prev {
  display: inline-flex;
}
.ax-navigation .ax-prev:before {
  content: "";
  display: block;
  border-bottom: 1px solid #0098D4;
  border-left: 1px solid #0098D4;
  transform: rotate(45deg);
  width: 8px;
  height: 8px;
  margin: 0 -1px;
}
.ax-navigation .ax-prev.ax-inactive:before {
  border-color: #CECECE;
}
.ax-navigation .ax-last {
  display: inline-flex;
  position: relative;
  top: -1px;
}
.ax-navigation .ax-last:before, .ax-navigation .ax-last:after {
  content: "";
  display: block;
  border-bottom: 1px solid #0098D4;
  border-left: 1px solid #0098D4;
  transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  margin: 0 -1px;
}
.ax-navigation .ax-last.ax-inactive:before, .ax-navigation .ax-last.ax-inactive:after {
  border-color: #CECECE;
}
.ax-navigation .ax-next {
  display: inline-flex;
  position: relative;
  top: -1px;
}
.ax-navigation .ax-next:before {
  content: "";
  display: block;
  border-bottom: 1px solid #0098D4;
  border-left: 1px solid #0098D4;
  transform: rotate(-135deg);
  width: 8px;
  height: 8px;
  margin: 0 -1px;
}
.ax-navigation .ax-next.ax-inactive:before {
  border-color: #CECECE;
}
.ax-navigation input {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin-left: 20px;
}

.ax-fixed {
  position: fixed;
  right: 15px;
  top: 230px;
  z-index: 5;
}

.ax-btn-jetzt {
  text-decoration: none;
  display: block;
  box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1607843137);
  border-radius: 44px 44px 44px 0px;
  padding: 8px 32px 11px 19px;
  text-align: center;
}
.ax-btn-jetzt img {
  width: 45px;
  height: auto;
  display: block;
  margin-bottom: 2px;
}
.ax-btn-jetzt span {
  display: inline-block;
  font-family: "Helvetica Rounded Condensed", sans-serif;
  font-size: 14px;
  max-width: 44px;
}

.g-main-footer {
  background-color: #EAF1F4;
  padding-top: 4.5rem;
  font-size: 14px;
  line-height: 150%;
}
.g-main-footer h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 1.625rem;
}
.g-main-footer a:not(.ax-btn) {
  text-decoration: none;
  color: #363636;
}
.g-main-footer a:not(.ax-btn):hover {
  opacity: 0.7;
}
.g-main-footer li {
  margin-bottom: 0.75rem;
}
.g-main-footer p {
  line-height: 150%;
}
.g-main-footer .ax-bottom-bar {
  border-top: 1px solid #ccc;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 15px;
  padding-right: 15px;
}
.g-main-footer .ax-bottom-bar li {
  display: inline-block;
  margin-right: 2rem;
  margin-bottom: 0;
}
.g-main-footer .ax-wrapper-footer {
  width: 1000px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.g-main-footer .footer-last-col {
  position: relative;
}
.g-main-footer .footer-last-col .footer-button h3 {
  margin-bottom: 0.75rem;
}
.g-main-footer .footer-last-col .footer-button a {
  color: #fff;
  border-radius: 30px 30px 30px 0px;
  padding: 8px 30px 9px 22px;
  text-align: center;
}
.g-main-footer .footer-last-col .footer-button:first-of-type {
  margin-bottom: 5rem;
  display: block;
  width: 100%;
}
.g-main-footer .footer-last-col .ce-image {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
.g-main-footer .footer-last-col .ce-image .ce-column {
  margin-bottom: 0;
}
.g-main-footer .footer-last-col .ce-image img {
  width: 3rem;
  height: auto;
}
.g-main-footer .social-media-links {
  margin-top: 3rem;
}
.g-main-footer .social-media-links h3 {
  margin-bottom: 1rem;
}
.g-main-footer .social-media-links ul {
  list-style: none;
}
.g-main-footer .social-media-links li {
  display: inline;
  padding-right: 0.75rem;
}
.g-main-footer .social-media-links a {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 1rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.125rem 1.125rem;
}
.g-main-footer .social-media-links a.facebook {
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/facebook.svg');
}
.g-main-footer .social-media-links a.instagram {
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/instagram.svg');
}
.g-main-footer .social-media-links a.linkedin {
  background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/linkedin.svg');
  background-size: 1.25rem 1.25rem;
}

@media screen and (max-width: 1024px) {
  .g-main-footer .ax-wrapper-footer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .g-main-footer .ax-bottom-bar .ax-wrapper {
    width: 1300px;
  }
  .g-main-footer .ax-md-order-4 {
    padding-right: 2rem;
  }
}
@media only screen and (max-width: 1200px) {
  .ax-nav-secondary > ul > li:first-of-type {
    margin-left: 0;
  }
  .ax-nav-secondary > ul {
    display: flex;
  }
}
@media only screen and (max-width: 500px) {
  .g-main-footer .footer-last-col .footer-button a {
    padding: 8px 12px 9px 10px;
  }
}
@media screen and (max-width: 900px) {
  .ax-table td {
    padding: 25px 8px 10px 8px !important;
    min-width: 0;
  }
  .ax-table th:last-of-type,
  .ax-table td:last-of-type {
    min-width: 0;
    padding: 25px 8px 10px 8px;
  }
}
@media screen and (max-width: 769px) {
  .ax-md-order-1 {
    order: 1;
  }
  .ax-md-order-2 {
    order: 2;
  }
  .ax-md-order-3 {
    order: 3;
  }
  .ax-md-order-4 {
    order: 4;
  }
  .md-text-left {
    text-align: left;
  }
  .ax-md-width-auto {
    width: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 15px !important;
  }
  .mb-md-15 {
    margin-bottom: 15px !important;
  }
  .mb-md-20 {
    margin-bottom: 20px !important;
  }
  .mb-md-25 {
    margin-bottom: 25px !important;
  }
  .mb-md-30 {
    margin-bottom: 30px !important;
  }
  .mb-md-40 {
    margin-bottom: 40px !important;
  }
  .mb-md-60 {
    margin-bottom: 60px !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-25 {
    margin-top: 25px !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .ax-img-zoom.ax-teaser-big .ax-label {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 600px) {
  .ax-table thead {
    display: none;
  }
  .ax-table table, .ax-table tbody, .ax-table tr {
    display: block;
  }
  .ax-table td {
    display: block;
    padding: 10px !important;
  }
  .ax-table td.has-img {
    display: none;
  }
  .ax-table td:last-of-type {
    padding-top: 0 !important;
    text-align: left;
  }
  .ax-table td::before {
    content: attr(data-head);
    font-weight: bold;
    display: block;
  }
}
@media screen and (max-width: 540px) {
  .ax-search-results .ax-description {
    padding-right: 0;
  }
  .ax-search-results .ax-arrow-link {
    position: relative;
    display: block;
    margin-top: 1rem;
    right: 0;
  }
  .ax-content h1 {
    font-size: 2rem;
  }
  .ax-content h2 {
    font-size: 1.6rem;
  }
  .ax-content h3 {
    font-size: 1.4rem;
  }
  .ax-quote blockquote {
    font-size: 1.8rem;
  }
  .ax-image-slider img {
    max-width: 270px;
  }
  .ax-image-slider .slick-track .slick-slide {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 1199px) {
  #ax-search {
    top: 80px;
    height: calc(100% - 80px);
  }
  .ax-content .ax-hero {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .ax-content .ax-hero h1 {
    font-size: 48px;
    margin-top: 0;
  }
  .ax-content .ax-hero .market-font {
    margin-bottom: 40px;
  }
  .ax-teaser {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 16px;
  }
  .mb-100 {
    margin-bottom: 6.25rem !important;
  }
  .mb-120 {
    margin-bottom: 7.5rem !important;
  }
  .ax-breadcrumb.ax-on-top {
    position: relative;
    top: -45px;
    max-width: calc(100% - 100px);
    z-index: 99999;
  }
  .ax-hide-desk {
    display: none !important;
  }
  .ax-hide-mobile {
    display: block !important;
  }
  .ax-nav-secondary {
    display: block;
  }
  .ax-btn-jetzt {
    text-decoration: none;
    display: block;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.1607843137);
    border-radius: 30px 30px 30px 0px;
    padding: 8px 30px 9px 22px;
    text-align: center;
  }
  .ax-btn-jetzt img {
    width: 68px;
    margin: 0 auto 8px auto;
  }
  .ax-btn-jetzt span {
    font-size: 18px;
    max-width: none;
  }
  .mm-spn.mm-spn--navbar > ul li:first-of-type {
    border-top: none !important;
  }
}
.full-image-slider-container .ax-full-image-slider .fw-item {
  position: relative;
  width: 100%;
}
.full-image-slider-container .ax-full-image-slider .fw-item .image-holder {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 760px;
  background-size: cover !important;
}
@media screen and (max-width: 1440px) {
  .full-image-slider-container .ax-full-image-slider .fw-item .image-holder {
    min-height: 660px;
  }
}
@media screen and (max-width: 900px) {
  .full-image-slider-container .ax-full-image-slider .fw-item .image-holder {
    min-height: 560px;
  }
}
@media screen and (max-width: 769px) {
  .full-image-slider-container .ax-full-image-slider .fw-item .image-holder {
    min-height: 260px;
  }
}
.full-image-slider-container .ax-full-image-slider .fw-item .image-holder img {
  max-width: 100%;
  height: auto;
  width: 100%;
}
.full-image-slider-container .ax-full-image-slider .fw-item .title-holder {
  position: absolute;
  padding: 10px 20px 10px 40px;
  background-color: #fff;
  z-index: 2;
  left: 0;
  bottom: 15%;
  font-family: "Helvetica Rounded", sans-serif;
}
@media screen and (max-width: 769px) {
  .full-image-slider-container .ax-full-image-slider .fw-item .title-holder {
    padding: 7px 20px 7px 20px;
  }
}
.full-image-slider-container .ax-full-image-slider .fw-item .title-holder h1 {
  color: #000000;
  margin: 0;
}
.full-image-slider-container .ax-full-image-slider .fw-item .title-holder h2 {
  color: #000000;
  margin: 0;
}
.full-image-slider-container .ax-full-image-slider .fw-item .title-holder h3 {
  color: #000000;
  margin: 0;
}
.full-image-slider-container .ax-full-image-slider .fw-item .title-holder p {
  color: #000000;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 120%;
}
@media screen and (max-width: 769px) {
  .full-image-slider-container .ax-full-image-slider .fw-item .title-holder p {
    font-size: 1rem;
    line-height: 100%;
  }
}
.full-image-slider-container .ax-full-image-slider .fw-item .title-holder a {
  color: #00a1d3;
  text-decoration: none;
  transition: background-color, color 0.35s;
}
.full-image-slider-container .ax-full-image-slider .fw-item .title-holder a:hover {
  color: #0098D4;
}
.full-image-slider-container .ax-full-image-slider .fw-item .copyright-holder {
  position: absolute;
  width: 100%;
  margin-top: -30px;
  color: #fff;
  z-index: 4;
}
@media screen and (max-width: 769px) {
  .full-image-slider-container .ax-full-image-slider .fw-item .copyright-holder {
    font-size: 10px;
    margin-top: -20px;
  }
}
.full-image-slider-container .slidernavi {
  position: relative;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  align-items: end;
  display: none;
}
.full-image-slider-container .slidernavi .left-trigg {
  width: 54px;
  height: 54px;
  background-color: #F2A500;
  border-radius: 30px 30px 0px 30px;
  position: relative;
  cursor: pointer;
}
.full-image-slider-container .slidernavi .left-trigg::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  left: 5px;
  transform: rotate(45deg);
}
.full-image-slider-container .slidernavi .right-trigg {
  width: 54px;
  height: 54px;
  background-color: #F2A500;
  border-radius: 0 30px 30px 30px;
  position: relative;
  margin-left: 10px;
  cursor: pointer;
}
.full-image-slider-container .slidernavi .right-trigg::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  right: 5px;
  transform: rotate(-135deg);
}

/*# sourceMappingURL=styles.css.map */

/*
 * change font family
 */

body {
    font-family: Arial, Helvetica, Sans-Serif;
}

.ax-nav-secondary {
    font-family: Arial, Helvetica, Sans-Serif;

}

.ax-nav-secondary {
    font-family: Arial, Helvetica, Sans-Serif;
}

.ax-nav-secondary {
    font-family: Arial, Helvetica, Sans-Serif;
}

.ax-nav-secondary > ul li span, .ax-nav-secondary > ul li a {
    font-size: 1rem;
}

.ax-nav-secondary > ul > li > span, .ax-nav-secondary > ul > li > a {
    font-weight: 600;
}

.ax-nav-secondary ul ul {
    font-family: Arial, Helvetica, Sans-Serif;
}

.mm-spn.mm-spn--navbar > ul span, .mm-spn.mm-spn--navbar > ul a {
    font-family: Arial, Helvetica, Sans-Serif;
}

.ax-content p {
    font-family: Arial, Helvetica, Sans-Serif;
}

.ax-content h3 {
    font-family: Arial, Helvetica, Sans-Serif;
}

/*
 * change font family end
 */

.mm-spn.mm-spn--navbar > ul span, .mm-spn.mm-spn--navbar > ul a {
     display:inline-block
 }

.ax-yellow-label h1, .ax-yellow-label h2, .ax-yellow-label h3 {
    color: #F2A500;
}
.ax-green-label h1, .ax-green-label h2, .ax-green-label h3 {
    color: #76AD1C;
}
.ax-blue-label h1, .ax-blue-label h2, .ax-blue-label h3 {
    color: #0098D4;
}
.ce-outer, .ce-inner,  .ce-column {
    width:100%
}
.ax-accordion main header, .ax-accordion main .container-fluid {
    padding:0;
}
.ax-accordion main .ax-content {
    margin-bottom:0!important;
}
.ce-intext.ce-left .ce-gallery {
    margin-right: 1.875rem;
}
.ce-intext.ce-right .ce-gallery {
    margin-left: 1.875rem;
}
p.caption {
    font-style:italic;
    color: #363636;
    margin-bottom:0;
    padding-bottom:0
}

.ax-content h3 {
    font-size: 1.5rem;
}
.ax-content h2 {
    margin-bottom:30px;
}
.ax-content.frame-type-text ul, .ax-content.frame-type-textmedia ul, .ax-content.frame-type-textpic ul {
    list-style: disc;
    padding-left: 20px;
}
.ax-content.frame-type-text ul li, .ax-content.frame-type-textmedia ul li, .ax-content.frame-type-textpic ul li {
    margin-bottom: 1rem;
}
.ax-content.frame-type-text h3, .ax-content.frame-type-textmedia h3, .ax-content.frame-type-textpic h3 {
    margin-top:60px;
}
.ax-content.frame-type-uploads h3 {
    margin-bottom:30px;
}

.ax-accordion p:last-child {
    margin-bottom:0;
}
.ax-accordion h3 {
    margin-bottom:18px;
}

.ax-hero img {
    display:block;
}

.ax-content .ax-hero h2 {
    margin: 0.67em 0;
    font-size: 4.75rem;
    font-family: "Helvetica Rounded", sans-serif;
    line-height: 110%;
}

.ax-hero .market-font {
    margin-top:0;
}

.ax-breadcrumb li:after {
    font-size:8px;
    font-weight:700;
    padding-left: 10px;
    padding-right: 10px;
}

 a.ax-btn-green {
     display: inline-block;
     padding: 24px 24px 16px 24px;
     border-radius: 30px 30px 30px 0px;
     font-size: 1.125rem;
     text-decoration: none;
     font-family: "Helvetica Rounded Condensed", sans-serif;
     font-weight: bold;
     background-color: #76AD1C;
     color: #fff;
 }

.g-main-footer .ax-content, .g-main-footer .ax-content {
    font-size:14px;
    margin-bottom:0!important;
    padding:0;
}

.g-main-footer .ax-bottom-bar .ax-content ul {
    list-style:none;
    padding-left:0
}


.tx-indexedsearch-browselist-currentPage {

}
 .ce-table {
     text-align: left;
     font-size: 1rem;
 }

 .ce-table th {
     padding: 12px 8px 12px 50px;
     font-weight: bold;
     border:0;
 }
 .ce-table td {
     border:0;
 }
 .ce-table tbody tr:nth-of-type(2n+1) {
     background-color: #F2F2F2;
 }
 .ce-table td {
     padding: 25px 8px 10px 50px;
     vertical-align: top;
 }
 .ce-table td img {
     margin-top:-17px;
 }
.ce-table + p {
    margin-top: 3.125rem;
}
 .ax-accordion .frame-type-textmedia .ce-bodytext > header h3,  .ax-accordion .frame-type-textpic .ce-bodytext > header h3  {
     margin-top:16px!important;
 }


 .ax-accordion .ax-content header:after {
     content:none;
 }

 .mm-spn li:before {
     opacity:1;
 }

 .mm-spn li.ax-active:before {
     color:#0098D4;
 }

.g-main-footer a.ax-btn-jetzt {
    color: #fff;
    display:inline-block;
}

.mm-spn.mm-spn--navbar li.has-children li.ax-active > a{
    color:#0098D4;
}
.mm-spn.mm-spn--navbar > ul li.has-children li.ax-active >a:after {
    filter: invert(43%) sepia(39%) saturate(4487%) hue-rotate(170deg) brightness(96%) contrast(102%);
}

.ce-outer, .ce-inner, .ce-column {
    width:auto;
}
.g-main-footer.shop {
    padding-top:2.5rem;
}
.g-main-footer.shop .ax-bottom-bar {
    border-top: none;
    border-bottom: 1px solid #ccc;
    padding-top:0;
    padding-bottom:0;
    margin-bottom: 1.5rem;
}

.ce-row {
    margin-bottom: 0;
}
.ce-column {
    margin-bottom:10px;
}

.ax-underlined-link-black {
    font-size: 1.125rem;
    display: inline-block;
    padding-bottom: 10px;
    background-position: left bottom;
    background-size: auto 0.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #363636;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/black-line.svg');
}

.ax-underlined-link-black:hover {
    color:#666666;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/black-line-hover.svg');
}

.ax-underlined-link-blue {
    font-size: 1.125rem;
    display: inline-block;
    padding-bottom: 10px;
    background-position: left bottom;
    background-size: auto 0.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #0098d4;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/blue-line.svg');
}

.ax-underlined-link-blue:hover {
    color:#0079a8;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/blue-line-hover.svg');
}

.ax-underlined-link-green {
    font-size: 1.125rem;
    display: inline-block;
    padding-bottom: 10px;
    background-position: left bottom;
    background-size: auto 0.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #76ad1c;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/green-line.svg');
}

.ax-underlined-link-green:hover {
    color:#5a8b0a;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/green-line-hover.svg');
}

.ax-underlined-link-orange {
    font-size: 1.125rem;
    display: inline-block;
    padding-bottom: 10px;
    background-position: left bottom;
    background-size: auto 0.5rem;
    background-repeat: no-repeat;
    text-decoration: none;
    color: #f2a500;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/orange-line.svg');
}

.ax-underlined-link-orange:hover {
    color:#db9500;
    background-image: url('../../../_assets/52902f9eb8c8a2918aa39680b874dbb1/Images/svg/orange-line-hover.svg');
}
.row.ax-box-border {
    border:1px solid #CECECE;
}

.row.ax-box-border .ax-img-zoom {
    display:block;
    margin-left:-16px;
}

.row.ax-box-border .ax-img-zoom.right-side {
    display:block;
    margin-left:0;
    margin-right:-16px;
}
.contact-icon {
    margin-bottom: -7px;
}

.frame p:last-child {
    margin-bottom: 0;
}

.email-link:before {
    content: '';
    background-image: url(/images/icons/email.svg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: -7px;
    margin-right: 6px;

}
.phone-link:before {
    content: '';
    background-image: url(/images/icons/phone.svg);
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    margin-bottom: -7px;
    margin-right: 6px;
}

p.phone-link + p.email-link, p.email-link + p.phone-link {
    margin-top: -15px;
}

.frame-type-uploads li {
	overflow-wrap: break-word;
}

@media screen and (max-width: 500px){
	.ax-bottom-bar ul li:first-child {
		width:100%;
	}
	.ax-content .ax-full-width.ax-half-width {
		max-width:50%;
	}
}


@media screen and (max-width: 769px){
    .mt-md-30{
        margin-top: 30px !important;
    }
     .ce-table img {
         display:none;
     }
     iframe {
         max-width:100%;
         height:auto;
     }

     img.ax-md-width-auto {
         max-width:45vw;
         margin-bottom:0.75rem;
     }
    .ax-breadcrumb {
        margin-left:-15px;
        margin-right:-15px;
        padding-left:15px;
        padding-right:15px;
        border-bottom:1px solid #CECECE;
    }
     .ax-breadcrumb > ul {
         padding: 14px 0 14px 0px;
     }
     .mb-md-0 {
         margin-bottom: 0px !important;
     }
     .ax-accordion main {
         padding-bottom: 25px!important;
     }
     .ax-quote p {
         margin-bottom: 5px;
     }
     .frame.ax-content ul {
         padding-bottom:40px;
     }
     .ax-content.frame-type-uploads ul {
         padding-bottom:0!important;
     }
     .ax-content.frame-type-uploads li:last-child {
         margin-bottom:0!important;
     }
     .ce-table .has-img {
         display:none;
     }

    .row.ax-box-border {
        margin-left:0;
        margin-right:0;
    }
    .row.ax-box-border div {
        margin-top:15px;
        margin-bottom:15px;
    }
    .row.ax-box-border .ax-img-zoom {
        margin:0;
    }
	.ax-fixed {
		bottom: auto;
        top: 230px;
	}
	.ax-btn-jetzt {
		padding-right:45px;
	}

	.ax-twocolumns .col-md-6:first-child {
		margin-bottom: 3.125rem !important;
	}


 }

 @media screen and (max-width: 900px){
     .ce-table td {
         padding: 25px 8px 10px 8px!important;
         min-width: 0;
     }

     .ce-table th:last-of-type,
     .ce-table td:last-of-type{
         min-width: 0;
         padding: 25px 8px 10px 8px;
     }
 }

@media screen and (max-width: 600px) {
    .ce-table thead {
        display: none;
    }

    .ce-table, .ce-table tbody, .ce-table tr {
        display: block;
    }

    .ce-table td {
        display: block;
        padding: 15px !important;
    }
    .ce-table td:last-of-type{
        padding-top: 0!important;
        text-align: left;
    }
    .ce-table td::before{
        content: attr(data-head);
        font-weight: bold;
        display: block;
    }
    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom:0;
    }
}

 @media screen and (max-width: 1199px) {
     .ax-teaser {
         margin-bottom: 40px!important;
     }
 }

@media screen and (min-width: 1199px){
	.ax-content.frame-type-text + .ax-content.frame-type-uploads {
		margin-top:-60px;
	}
}

@media screen and (min-width: 1330px){
    .ax-nav-bar-primary .logo {
        width:271px;
        margin-left:-22px;
    }
}



@media screen and (max-width: 769px) {
    .frame-type-textpic .ce-intext img {
        width:40vw;
    }
}

@media print {
    body {
        padding-top:0;
    }
    .ax-main-header, .g-main-footer, iframe, .ax-breadcrumb, .ax-fixed .ax-btn-jetzt {
        display:none;
    }
    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}


/* General */

.tx-cart { counter-reset: step; }

.tx-cart label, .tx-cart label em { display: inline; }

.tx-cart .bg-light-grey { background-color: #efefef; }

.tx-cart .border-left-grey { border-left: 1px solid #ddd; }

.tx-cart .clear-padding { padding: 0 !important; }

.top-buffer { margin-top: 2em; }
.bottom-buffer { margin-bottom: 2em; }

.tx-cart .typo3-messages{
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-control-inline {
    min-width: 0;
    width: auto;
    display: inline;
}

.tx-cart .field { margin-bottom: 0.5em; }

.tx-cart .price { min-width: 65px; display: block }

.order-total-gross {
    width: 75px;
    text-align: right;
}

/* Checkout */

.tx-cart .checkout-step-title, .tx-cart .confirmation-step-title {
    background: #ccc;
    margin: 0;
    padding: 0 2em;
    line-height: 2;
}

.tx-cart .confirmation-step-title {
    font-size: 1rem;
    font-weight: 300;
}

.tx-cart .checkout-step-content { padding: 1em; }

.tx-cart .checkout-step-number::before {
    counter-increment: step;
    content: counter(step);
}

.tx-cart #form-order .checkout-step-number, .tx-cart #form-cart .checkout-step-number {
    background: #333;
    color: #fff;
    display: inline-block;
    width: 2em;
    border-radius: 50%;
    text-align: center;
    height: 2em;
    line-height: 2em;
    font-size: 0.75em;
    vertical-align: middle;
    margin-right: 1em;
    margin-top: -3px;
}

.shipping-same-as-billing-wrapper { margin: 1em 0; }

.tx-cart .checkout-step-content-list .checkout-step-fields .field .validation-error { margin-bottom: 0; }

#form-order .checkout-step-title { padding: 10px }

.method-item-name { font-weight: bold; }

.checkout-step-table, .checkout-review-table, .checkout-product-table, .show-properties.table  { width: 100%; }

.checkout-review-column { margin: 1em -1em; }

.coupon-hint.not-usable { color: red; }

/* Order History*/

.show-properties.table { margin-bottom: 1em; }

.order-history-detail .column { padding-bottom: 2em; }

/*
	PAGE CATEGORY
*/
.shop {
    color:#333;
}
.shop a {
	outline:none;
}
.shop .category-listing {}

.shop .category-listing .page-desc {
	margin-bottom: 40px;
}
.shop .category-listing .page-desc h1 {
	color:#549e39;
	font-size: 36px;
	line-height: 1.1;
	font-weight: bold;	
	margin: 5px 0 20px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.shop .category-listing .page-desc p {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.shop .category-listing .category {
	margin-bottom: 30px;
	position: relative;
}
.shop .category-listing .category a.full-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.shop .category-listing .category .cat-item {
    background-color: #FFFFFF;
    text-align: center;
    border:1px solid #999;
}
.shop .category-listing .category .cat-item img {
	display: inline-block;
	
	padding:30px 20px;
}
.shop .category-listing .category .cat-name {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 30px;
}
.shop .category-listing .category .cat-name a {
	font-weight: normal;
	color:#000000;
	font-size: 18px;
	line-height: 22px;
}


/*
	PAGE PRODUCT LIST
*/
.shop .product-listing {}

.shop .product-listing .page-desc {
	margin-bottom: 40px;
}

.shop .product-listing .page-desc p {
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.shop .product-listing .product {
	margin-bottom: 30px;
	position: relative;
}
.shop .product-listing .product a.full-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom:0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
span.up-arr {
	background:url('../../../_assets/41be642fdb66a9f33c57ecd5857d5e4c/Images/up.png') center center no-repeat scroll transparent;
	background-size: contain;
	width: 8px;
	height: 6px;
	display: block;
}
span.down-arr {
	background:url('../../../_assets/41be642fdb66a9f33c57ecd5857d5e4c/Images/down.png') center center no-repeat scroll transparent;
	background-size: contain;
	width: 8px;
	height: 6px;
	display: block;
}
.shop .product-listing .product .cat-item {
	background-color: #FFFFFF;
	text-align: center;
    border:1px solid #999;
}
.shop .product-listing .product .cat-item img {
	display: inline-block;
	max-width:100%;
    height:auto;
	padding:30px 20px;
}
.shop .product-listing .product .cat-name {
	text-align: left;
	padding-top: 15px;
	padding-bottom: 0;
}
.shop .product-listing .product .cat-name a {
	font-weight: bold;
	color:#58a03f;
	font-size: 14px;
	line-height: 20px;
}
.shop .product-listing .product .cat-price {
	font-weight: bold;
	color:#000;
}

/*
	PAGE PRODUCT DETAILS 
*/
.shop .product-details {}
.shop .product-details .product-image {
	background-color: #fff;
	padding:30px;
	text-align: center;
    border: 1px solid #999;
    margin-bottom:30px;
}
.shop .product-details .product-image img {
	display: inline-block;
    max-width:100%;
    height:auto;
}
.shop .product-details .details {
    margin-right:15px;
}
.shop .product-details .details h1 {
	color:#5aa141;
	margin-bottom: 0;
	margin-top: 0;
	font-weight: bold;
}
.shop .product-details .details h1 + p.sku {
	margin-bottom: 20px;
    margin-top:5px;
}
.shop .product-details .details p {}
.shop .product-details .details p.pricetag {
	font-size: 13px;
	line-height: 15px;
	color:#000;
}
.shop .product-details .details p.sku {
	font-size: 16px;
	line-height: 18px;
	color:#000;
}
.shop .product-details .details .sku-variant {
    font-size: 75%;
    font-weight:normal;
}

.shop .product-details .details .product-price {
}
.shop .product-details .details .product-price p span{
	font-size: 14px;
	text-transform: uppercase;
	color:#000;
	font-weight: bold;
}
.shop .product-details .details .product-price p {
	margin-bottom: 0;
	margin-top: 8px;
	font-size: 13px;
}
.shop .product-details .details .qty-holder {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.shop .input-group-btn-vertical {
  position: relative;
  white-space: nowrap;
  width: 1%;
  vertical-align: middle;
  display: table-cell;
}

.shop .input-group-btn-vertical > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 90px;
  padding: 5px;
  margin-left: -1px;
  position: relative;
  border-radius: 0;
}

.shop .input-group-btn-vertical > .btn:first-child {
  border-top-right-radius: 4px;
}

.shop .input-group-btn-vertical > .btn:last-child {
  margin-top: -2px;
  border-bottom-right-radius: 4px;
}

.shop .input-group-btn-vertical i {
  position: absolute;
  top: 0;
  left: 4px;
}
.shop .input-group.spinner {
	margin-bottom: 15px;
	margin-right: 20px;
	width: 100%;
}
.shop .input-group.spinner.input-small {
    width: 90px;
}

.shop .product-details .details .qty-holder .label {
	color: #000;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 4px;
	display: inline-block;
    font-size: 100%;
}
.shop .product-details .details .qty-holder p.sku {}
.shop .product-details .details .qty-holder p.price {}
.shop .product-details .additional-info {}
.shop .order-btn {
	padding:10px 20px;
	background-color: #48a1d3;
	color:#fff;
	border:none;
	font-weight: bold;
	margin-top: 10px; 
	margin-bottom: 20px;
}

.shop .order-btn:disabled {
    background-color: #666;

}
.shop a.order-btn {
    display:inline-block;
}
.shop a.order-btn:hover {
    text-decoration:none;
}

.shop a.order-btn.left-button {
    margin-left:0;
}


.shop .contact-info {
	margin-top: 20px;
	margin-bottom: 20px;
}
.shop .contact-info p {
	margin-bottom: 0;
	line-height: 18px;
}

.shop .qty-holder select {
    max-width:100%;
}

.shop .form-control{
    border-radius:0;
}

.shop .checkout-product-table tr td{
    padding:15px 0;
    border-bottom: 1px solid #eeeeee;
}
.shop .checkout-product-table tr td.cart-products-total{
    border:none;
}
.shop .table > thead > tr > th {
    border:none;
}
.shop .table .product-image a {
    display:inline-block;
    width:100%;
    padding-right:20px;
}
.shop .table .product-image span {
    display:inline-block;
    width:100%;
    background: #fff;
    border:1px solid #999;
}
.shop .table .product-image img {
    padding:15px;
}

.shop .table .product-name{
    font-weight: bold;
}
.shop .table .product-name span{
    font-weight: normal;
}
.shop .table .product-name a, .shop .table .product-name a:hover{
    color:#00a1d3;
}

.shop .checkout-product-overview {
    margin-top:57px;
}
.shop .row.info{
    margin-left:0;
    margin-right:0;
}
.shop .info div{
    padding: 0;
}

.shop hr {
    border-top: 2px solid #333;
    margin-bottom: 30px;
}
.shop .cart-total-price div:first-child{
    line-height: 1.5;
}
.shop .cart-total-price div:last-child{
    font-size: 150%;
}
.shop .field, .shop .field .row {
    margin-bottom:20px;
}
.shop .field label {
    margin-bottom:10px;
    display: block;
}

.shop .column h3 {
    color: #333;
    line-height:2;
}

.shop .tx-cart .checkout-step-content{
    padding:0;
}
.shop #checkout-step-billing-address, .shop #shipping-address-overview{
    padding-right:40px;
}



.shop #product-overview{
    padding-left:40px;
    margin-bottom:60px;
}

.shop .column.form-field {
    padding-right: 15px;
}
.shop .column.form-field:last-child {
    padding-left: 0;
}

.shop .shipping .checkout-product-overview, .shop .payment .checkout-product-overview {
    margin-top:0;
}
.shop .shipping, .shop .payment {
    margin-top:40px;
}

.shop .payment h3.terms_and_conditions-title{
    line-height: 1.3;
}

.shop .payment .accept-terms a, .shop .payment .accept-terms a:hover, .shop .payment .accept-terms a:visited {
    color: #00a1d3;
}
.shop #shipping-address-overview tr td{
    padding:20px 10px 20px 0;
    border-bottom: 1px solid #eeeeee;
}
.shop #shipping-address-overview tr td:last-child{
    padding-right:0;
}

.shop #shipping-address-overview tr td:first-child {
    color: #666;
}
.shop .method-item-name {
    position:relative;
    padding-left:30px;
    padding-bottom:30px;
}
.shop .method-item-name a:before {
    position:absolute;
    left:0;
    top:0;
    content:'';
    width:20px;
    height:20px;
    background: #48a1d3;
    border-radius: 15px;
}
.shop .method-item-name a:after {
    position:absolute;
    left:6px;
    top:6px;
    content:'';
    width:8px;
    height:8px;
    background: #fff;
    border-radius: 7px;
}
.shop .method-item-name.available a:before {
    background: #ccc;
}
.shop .method-item-name.available a:after {
    background: #ccc;
}

.shop .method-item-name span{
    display:block;
    font-weight:normal;
    padding-top:10px;
}

.shop .method-item-name a, .shop .method-item-name a:hover, .shop .method-item-name a:visited{
    color:#333;
    text-decoration:none;
}

.shop .payment {

}


/* cart wrapper*/
#cart-wrapper {
	margin:23px 20px 0px 0px;
}
#cart-wrapper a,  #cart-wrapper a:hover, #cart-wrapper-mobile a,  #cart-wrapper-mobile a:hover{
    font-weight: bold;
    color:#00a1d3;
}
#cart-wrapper a.cart-link, #cart-wrapper-mobile a.cart-link{
	font-weight: bold;
	padding-left: 27px;
	position: relative;
	display: inline-block;
	line-height: 22px;
}
#cart-wrapper a.cart-link::before, #cart-wrapper-mobile  a.cart-link::before{
	content:"";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	left:0;
	top:0;
	background:url('../../../_assets/41be642fdb66a9f33c57ecd5857d5e4c/Images/cart-icon.png') center center no-repeat scroll transparent;
	background-size: cover;	
}
#cart-wrapper a.cart-link span.products-in-cart, #cart-wrapper-mobile a.cart-link span.products-in-cart {
	margin-left: 4px;
}
#cart-wrapper-mobile {
    text-align:center;
}
.shop .checkout-product-table .product-quantity input {
    padding:6px;
    width: 50px;
    text-align: center;
}
.shop .table .product-image span {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #ddd;
}
.shop .checkout-product-table .headingrow {
    font-size: 12px;
    line-height: 14px;
    text-align: left;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    font-weight:bold;
}
.rowitem {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.pt-15 {
    padding-top: 8px;
}

@media (min-width: 993px) {
    .shop .checkout-product-table .headingrow {
        display: block !important;
    }
    .shop .hideondesktop {
        display: none;
    }    
}
@media (max-width: 992px) {
    .shop .checkout-product-table .headingrow {
        display: none!important;
    }

    .shop .checkout-product-table .product-image {
        min-height: 210px;
    }
    .shop .checkout-product-table .product-name {
        margin-bottom: 20px;
    }
    .shop #product-overview {
        padding-left:15px;
    }
    .shop .top-buffer .column #checkout-step-billing-address {
        padding-right: 0;
    }
    .checkout-step-content-list .field .form-field {
        margin-bottom: 20px;
    }
    .checkout-step-content-list .field .form-field + .form-field{
        margin-bottom: 0;
    }
    .shop .hideonmobile {
        display: none;
    }
}



@media (max-width: 767px) {

    .shop {
        padding-left: 0;
        padding-right: 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:normal;
    }
    .shop .table td.product-quantity {
        padding-right:10px;
    }
    .shop .table .product-update {
        min-width:32px;
    }
    .shop .column.form-field:last-child {
        padding-left:15px;
    }
    .shop #product-overview {
        padding-left:0;
    }

    .shop .table > tbody > tr > td.product-name {
        padding-right:10px;
    }
    .shop .table .product-image a {
        padding-right: 10px;
    }
    .shop .table > tbody > tr > td, 
    .shop .table > thead > tr > th {
        vertical-align: middle;
        padding-right: 0;
        padding-left: 0;
        color: #333;
        font-size: 14px;
    }    

    .shop .table .product-image img {
        padding: 5px;
    }



}