/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-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";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'fira_sans_otlight';
  font-size: 16px;
  line-height: 26px;
  color: #666;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #00a8d1;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00a8d1;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 26px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 26px;
  margin-bottom: 26px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'alegreya_sansbold';
  font-weight: normal;
  line-height: 30px;
  color: #666;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 26px;
  margin-bottom: 13px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 13px;
  margin-bottom: 13px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 24px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 20px;
}
h6,
.h6 {
  font-size: 18px;
}
p {
  margin: 0 0 13px;
}
.lead {
  margin-bottom: 26px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 480px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 12px;
  margin: 52px 0 26px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 13px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 26px;
}
dt,
dd {
  line-height: 26px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 480px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 13px 26px;
  margin: 0 0 26px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 26px;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 26px;
  font-style: normal;
  line-height: 26px;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 12.5px;
  margin: 0 0 13px;
  font-size: 15px;
  line-height: 26px;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
@media (min-width: 480px) {
  .container {
    width: 744px;
  }
}
@media (min-width: 767px) {
  .container {
    width: 964px;
  }
}
@media (min-width: 1023px) {
  .container {
    width: 1164px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.row {
  margin-left: -12px;
  margin-right: -12px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 767px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1023px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.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: 26px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.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 #ddd;
}
.table .table {
  background-color: #fff;
}
.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 #ddd;
}
.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 #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 479px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 19.5px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -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;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 26px;
  font-size: 24px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -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;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 40px;
  line-height: 26px \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 33px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 49px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  min-height: 26px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm,
.form-horizontal .form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 33px;
  line-height: 33px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg,
.form-horizontal .form-group-lg .form-control {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 49px;
  line-height: 49px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.form-control-feedback {
  position: absolute;
  top: 31px;
  right: 0;
  z-index: 2;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.input-lg + .form-control-feedback {
  width: 49px;
  height: 49px;
  line-height: 49px;
}
.input-sm + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media (min-width: 480px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 33px;
}
.form-horizontal .form-group {
  margin-left: -12px;
  margin-right: -12px;
}
@media (min-width: 480px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 12px;
}
@media (min-width: 480px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 480px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  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: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  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-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #00a8d1;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00a8d1;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  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: 12px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 26px;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 480px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0);
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 49px;
  padding: 10px 16px;
  font-size: 20px;
  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: 49px;
  line-height: 49px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].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: 33px;
  padding: 5px 10px;
  font-size: 14px;
  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: 33px;
  line-height: 33px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].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: 16px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 20px;
  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 > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
a.label:hover,
a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #777777;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #5e5e5e;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 480px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 72px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 26px;
  line-height: 26px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #00a8d1;
}
.thumbnail .caption {
  padding: 9px;
  color: #666;
}
.alert {
  padding: 15px;
  margin-bottom: 26px;
  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,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.panel {
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 0;
  -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: 13px 27px;
}
.panel-heading {
  padding: 5px 10px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 5px 10px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.list-group + .panel-footer {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: -1;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: -1;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: -1;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: -1;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.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,
.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 {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 26px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
}
.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 #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-heading .badge {
  color: #428bca;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.panel-body:before,
.panel-body:after,
#footer .sitemap-wrap nav#footer-nav > ul:before,
#footer .sitemap-wrap nav#footer-nav > ul:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.panel-body:after,
#footer .sitemap-wrap nav#footer-nav > ul:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 767px) and (max-width: 1022px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 767px) and (max-width: 1022px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 767px) and (max-width: 1022px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 767px) and (max-width: 1022px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1023px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1023px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1023px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1023px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 766px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 767px) and (max-width: 1022px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1023px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/* Generated by Font Squirrel (https://www.fontsquirrel.com) on February 14, 2017 */
@font-face {
  font-family: 'alegreyaitalic';
  src: url('../fonts/alegreya-italic-webfont.woff2') format('woff2'), url('../fonts/alegreya-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansbold';
  src: url('../fonts/alegreyasans-bold-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansitalic';
  src: url('../fonts/alegreyasans-italic-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-italic-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sanslight';
  src: url('../fonts/alegreyasans-light-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansmedium';
  src: url('../fonts/alegreyasans-medium-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sansregular';
  src: url('../fonts/alegreyasans-regular-webfont.woff2') format('woff2'), url('../fonts/alegreyasans-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sans_scbold';
  src: url('../fonts/alegreyasanssc-bold-webfont.woff2') format('woff2'), url('../fonts/alegreyasanssc-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'alegreya_sans_scmedium';
  src: url('../fonts/alegreyasanssc-medium-webfont.woff2') format('woff2'), url('../fonts/alegreyasanssc-medium-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fira_sans_otmedium';
  src: url('../fonts/FiraSansOTMedium.woff2') format('woff2'), url('../fonts/FiraSansOTMedium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fira_sans_otbold';
  src: url('../fonts/FiraSansOT-Bold.woff2') format('woff2'), url('../fonts/FiraSansOT-Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fira_sans_otlight';
  src: url('../fonts/firasansot-light-webfont.woff2') format('woff2'), url('../fonts/firasansot-light-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'fira_sans_otlightitalic';
  src: url('../fonts/FiraSansOTLight-Italic.woff2') format('woff2'), url('../fonts/FiraSansOTLight-Italic.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  font-family: 'fira_sans_otlight';
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-top: 0;
}
h1,
.h1 {
  margin-bottom: 18px;
  text-transform: uppercase;
}
h2,
.h2 {
  margin-bottom: 18px;
}
h3,
.h3 {
  margin-bottom: 18px;
}
h4,
.h4 {
  margin-bottom: 8px;
}
h5,
.h5 {
  margin-bottom: 8px;
}
h6,
.h6 {
  margin-bottom: 8px;
}
.normal-case {
  text-transform: none;
  font-family: 'alegreya_sansbold' !important;
}
p {
  margin-bottom: 26px;
}
p.text-big {
  font-size: 23px;
  line-height: 32px;
  font-family: 'alegreya_sanslight';
  margin-bottom: 35px;
}
hr {
  border-color: #054784;
  margin: 21px 0;
}
a {
  cursor: pointer;
}
p a {
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
.content a {
  color: #00a8d1;
}
ul {
  margin: 0 0 36px;
  padding: 0;
}
ul li {
  padding: 0 0 0 17px;
  background: url(../img/li-bullet.png) no-repeat 0px 11px;
  font-family: 16px;
  line-height: 26px;
  margin: 0;
  list-style: none;
}
b,
strong {
  font-family: 'fira_sans_otmedium';
  font-weight: normal;
}
ol {
  margin: 0 0 36px;
  padding: 0;
  margin-left: 20px;
}
ol li {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0;
}
ul.csc-uploads li,
ul.ce-uploads li {
  margin: 0 0 4px;
  border-bottom: 1px solid #e7e7e7;
  padding: 0 0 5px 0;
  background: transparent;
}
ul.csc-uploads li:last-child,
ul.ce-uploads li:last-child {
  border-bottom: 0;
}
ul.csc-uploads li img,
ul.ce-uploads li img {
  top: 4px;
  position: relative;
}
ul.csc-uploads li span.csc-uploads-fileName,
ul.ce-uploads li span.csc-uploads-fileName {
  text-decoration: none;
}
ul.csc-uploads li span.csc-uploads-fileName a,
ul.ce-uploads li span.csc-uploads-fileName a {
  text-decoration: underline;
}
ul.csc-uploads li span.ce-uploads-filesize,
ul.ce-uploads li span.ce-uploads-filesize {
  font-size: 12.8px;
  line-height: 20.8px;
}
figcaption {
  background: #054784 !important;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 26px;
}
.csc-textpic-intext-left ol,
.csc-textpic-intext-left ul {
  padding-left: 0;
}
div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 35px;
}
.csc-textpic {
  margin-bottom: 26px;
}
#header {
  margin-bottom: 68px;
  background: transparent;
  width: 100%;
  z-index: 1000;
  position: relative;
}
#header .container-fluid {
  position: relative;
}
@media (max-width: 767px) {
  #header .container-fluid {
    max-width: 384px;
  }
}
#header .nav-toggle,
#header .search-toggle {
  display: none;
}
#header .top-header,
#header .bot-header {
  position: relative;
}
#header a.logo {
  margin: 47px 0 20px 0;
  display: inline-block;
  float: right;
}
#header .top-header {
  padding: 5px 0;
  background: #f5f5f5;
}
nav {
  margin: 0;
  padding: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  margin: 0;
  padding: 0;
  background-image: none;
  list-style: none;
}
#main-nav {
  bottom: 40px;
  left: 0;
  position: absolute;
}
#main-nav > .big-text {
  display: none;
}
#main-nav > ul {
  margin: 0;
  padding: 0;
}
#main-nav > ul > li {
  list-style: none;
  float: left;
  background: none;
  padding: 0 22px 0;
  margin: 0;
  min-height: 60px;
}
#main-nav > ul > li.special {
  display: none;
}
#main-nav > ul > li.special > a,
#main-nav > ul > li.special:hover > a,
#main-nav > ul > li.special.active > a {
  font-family: 'alegreya_sansbold';
  color: #a7dbed;
}
#main-nav > ul > li.resp {
  display: none;
}
#main-nav > ul > li > a {
  font-size: 28px;
  line-height: 30px;
  color: #054784;
  font-weight: normal;
  display: block;
  box-sizing: border-box;
  position: relative;
  font-family: 'alegreya_sanslight';
}
#main-nav > ul > li > a:focus {
  text-decoration: none;
}
#main-nav > ul > li > a span.under {
  display: block;
  font-size: 20px;
  font-family: 'alegreya_sansitalic';
  line-height: 30px;
}
#main-nav > ul > li > a span.under:before {
  display: inline-block;
  content: "";
  width: 13px;
  height: 14px;
  background: url(../img/arrow.png) no-repeat top center;
  position: relative;
  margin-right: 4px;
  border-bottom: 1px solid transparent;
}
#main-nav > ul > li > a strong {
  font-weight: normal;
  font-family: 'alegreya_sansbold';
}
@media (min-width: 1280px) {
  #main-nav > ul > li .menu-row {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: transparent;
    padding-top: 40px;
  }
  #main-nav > ul > li .menu-row .menu-row-white {
    background: white;
  }
  #main-nav > ul > li .menu-row .container-fluid {
    padding-bottom: 20px;
  }
  #main-nav > ul > li .menu-row .menu-row-inside {
    margin-left: -12px;
    margin-right: -12px;
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  #main-nav > ul > li .menu-row .menu-col {
    position: relative;
    min-height: 1px;
    padding-left: 12px;
    padding-right: 12px;
    width: auto !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  #main-nav > ul > li .menu-row .big-text {
    font-family: 'alegreya_sansitalic';
    font-size: 44px;
    line-height: 48px;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: 24px/2;
    color: #054784;
  }
}
@media (min-width: 1280px) and (min-width: 767px) {
  #main-nav > ul > li .menu-row .menu-col {
    float: left;
    width: 20.83333333%;
  }
}
@media (max-width: 1279px) {
  #main-nav > ul > li .big-text {
    display: none;
  }
}
#main-nav > ul > li:hover > a {
  background: transparent;
  text-decoration: none;
}
#main-nav > ul > li:hover > a span.under {
  color: #00a8d1;
}
#main-nav > ul > li:hover .menu-row {
  display: block;
}
#main-nav > ul > li:hover > span.big-text {
  display: block;
}
#main-nav > ul > li.active > a span.under {
  color: #00a8d1;
  background: transparent;
}
#main-nav > ul > li.special.active > a {
  border-bottom-color: #a7dbed;
}
#main-nav > ul > li.last ul {
  left: auto;
  right: 0;
}
#main-nav > ul > li.last ul li ul {
  left: auto;
  right: 100%;
}
#main-nav > ul > li ul {
  background: #fff;
  padding-bottom: 18px;
}
#main-nav > ul > li ul > li {
  width: 100%;
  display: block;
  padding: 0 8px;
}
#main-nav > ul > li ul > li > a {
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
  font-family: 'alegreya_sanslight';
  color: #054784;
  background: #fff;
  width: auto;
  text-transform: none;
  display: block;
  position: relative;
}
#main-nav > ul > li ul > li.active > a {
  color: #00a8d1;
  background: transparent;
  text-decoration: none;
}
#main-nav > ul > li ul > li:hover > a {
  color: #00a8d1;
  background: transparent;
  text-decoration: none;
}
@media (min-width: 1279px) {
  #main-nav #menu-37 .menu-col:first-child {
    margin-left: 218px;
  }
  #main-nav #menu-38 .menu-col:first-child {
    margin-left: 435px;
  }
  #main-nav #menu-108 .menu-col:first-child {
    margin-left: 617px;
  }
  #main-nav #menu-81 .menu-col:first-child {
    margin-left: 799px;
  }
  #main-nav #menu-20 {
    display: none;
  }
}
#meta-nav {
  /*margin-top: @meta-nav-mar-top;*/
  /*margin-right: @meta-nav-mar-right;*/
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  position: absolute !important;
  bottom: 0px;
  right: 0px;
}
@media (min-width: 767px) {
  #meta-nav {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1023px) {
  #meta-nav {
    float: left;
    width: 16.66666667%;
  }
}
@media (min-width: 1023px) {
  #meta-nav {
    bottom: auto;
    top: 46px;
  }
}
#meta-nav li {
  padding: 0;
  margin: 0;
  list-style: none;
  background: none;
  position: relative;
  /*display: inline-block;*/
  margin-right: 20px;
}
#meta-nav li:last-child {
  border: 0;
}
#meta-nav li a {
  font-size: 16px;
  line-height: 22px;
  color: #666;
  font-weight: normal;
  box-sizing: border-box;
  font-family: 'alegreya_sansregular';
}
#meta-nav li.active a {
  color: #666;
  background: transparent;
}
#meta-nav li:hover a {
  color: #666;
  background: transparent;
  text-decoration: underline;
}
aside h1,
aside h2,
aside h3 {
  text-transform: uppercase;
}
aside nav ul {
  margin: 0;
  padding: 0;
}
aside nav ul li {
  border-bottom: 1px dotted #afafaf;
  list-style: none;
  background: none;
  margin: 0;
  padding: 0;
  position: relative;
}
aside nav ul li a {
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #3f3f3f;
  padding: 10px 4px;
  margin: 0;
  display: block;
}
aside nav ul li a:hover {
  color: #bc0b11;
  background: transparent;
  text-decoration: none;
}
aside nav ul li.active > a {
  color: #bc0b11;
  background: transparent;
}
/* Sitemaps */
.visuallyhidden,
.csc-nav-bypass {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#service-nav {
  position: absolute;
  top: 18px;
  left: 130px;
  z-index: 100;
}
#service-nav li {
  float: left;
  margin: 0px 15px;
}
#service-nav li a {
  font-size: 18px;
  line-height: 30px;
}
.arrow-right-icon {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow.png) no-repeat;
  transform: rotate(0deg);
  transition: transform 0.2s;
  margin-left: 3px;
}
.arrow-down-icon {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow.png) no-repeat;
  transform: rotate(90deg);
  transition: transform 0.2s;
  margin-left: 3px;
}
.arrow-left-icon {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow.png) no-repeat;
  transform: rotate(180deg);
  transition: transform 0.2s;
  margin-left: 3px;
}
.arrow-up-icon {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow.png) no-repeat;
  transform: rotate(270deg);
  transition: transform 0.2s;
  margin-left: 3px;
}
.cycle-slideshow {
  margin-top: -68px;
  height: 370px;
  width: 100%;
  margin: 0 0 50px;
  min-width: 1464px;
  overflow-y: hidden;
}
.cycle-slideshow .slide {
  height: 100%;
  width: 100%;
  display: block;
  overflow: hidden;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.cycle-slideshow .slide > a {
  display: block;
  height: 100%;
  width: 100%;
}
.cycle-slideshow .slide .container-fluid {
  position: relative;
  height: 100%;
}
.cycle-slideshow .slide .text {
  position: absolute;
  right: 50px;
  bottom: 30px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.3);
}
.cycle-slideshow .slide .text h1 {
  margin: 0;
}
.responsive .panel-body.fade {
  opacity: 1;
}
.responsive .panel-heading {
  padding: 0;
}
.responsive .panel-heading .panel-title > a {
  padding: 5px 10px;
  display: block;
}
.ui-tabs.ui-widget-content {
  border: 0px !important;
  background: none;
}
.ui-tabs.ui-widget-content ul.ui-tabs-nav {
  border-radius: 0px;
  background: none;
  border: 0px;
  border-bottom: 1px solid #000;
}
.ui-tabs.ui-widget-content ul.ui-tabs-nav li {
  float: left;
  border: 0px;
  border-left: 1px solid #c8c8c8;
  border-radius: 0px;
  background: url(../img/hdw_tab-bg-nonaktiv.png) no-repeat right top transparent;
  padding: 0px;
  margin: 0px;
  margin-bottom: -1px;
}
.ui-tabs.ui-widget-content ul.ui-tabs-nav li a {
  padding: 9px 35px 7px 15px;
  color: #054784;
  font-family: 'alegreya_sansbold';
  font-size: 20px;
  line-height: 20px;
  display: inline-block;
}
.ui-tabs.ui-widget-content ul.ui-tabs-nav li a:focus {
  outline: none;
}
.ui-tabs.ui-widget-content ul.ui-tabs-nav li.ui-tabs-active {
  border-bottom: 1px solid #f3f4f8;
  border-left: 1px solid #000;
  background-image: url(../img/hdw_tab-bg-aktiv-02.png);
}
.ui-tabs.ui-widget-content ul.ui-tabs-nav li.ui-tabs-active a {
  color: #00a8d1;
}
.ui-tabs.ui-widget-content ul.ui-tabs-nav li:focus {
  outline: none;
}
.ui-tabs.ui-widget-content .ui-widget-content {
  border: 0px;
  background: none;
}
.news .news-list-view .BOX {
  display: block;
  background: #e0eef7 url(../img/news-box/right.png) no-repeat;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  position: relative;
  margin-bottom: 35px;
  padding: 58px 0;
}
.homepage .news .news-list-view .BOX {
  background: url(../img/news-box/homepage.png) no-repeat;
  margin-bottom: 23px;
  height: 346px;
  padding: 0;
}
.homepage .news .news-list-view .BOX .box-inside {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 0;
}
@media (max-width: 1463px) {
  .homepage .news .news-list-view .BOX {
    height: 300px;
  }
}
@media (max-width: 1023px) {
  .homepage .news .news-list-view .BOX {
    height: 261px;
  }
}
@media (max-width: 1023px) {
  .news .news-list-view .BOX {
    height: 261px;
    padding: 0;
  }
  .news .news-list-view .BOX .box-inside {
    position: absolute;
    width: 100%;
    height: auto;
    top: 50%;
    left: 0;
  }
}
@media (max-width: 767px) {
  .news .news-list-view .BOX {
    width: 100%;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
}
.news .news-list-view .BOX .box-inside {
  padding: 7px 20px 7px 35px;
}
@media (max-width: 767px) {
  .news .news-list-view .BOX .box-inside {
    padding-right: 12px;
  }
}
.news .news-list-view .BOX h2 {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 30px;
  font-family: alegreya_sanslight;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news .news-list-view .BOX h2 {
    font-size: 25px;
    line-height: 25px;
  }
}
.news .news-list-view .BOX h3 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .news .news-list-view .BOX h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
.news .news-list-view .BOX p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 30px;
  font-family: alegreya_sanslight;
  color: #666;
}
@media (max-width: 1463px) {
  .homepage .news .news-list-view .BOX p {
    font-size: 20px;
  }
}
@media (max-width: 1023px) {
  .news .news-list-view .BOX p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .news .news-list-view .BOX p {
    font-size: 20px;
    line-height: 26px;
  }
}
.news .news-list-view .BOX p:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(../img/arrow.png) no-repeat top center;
  position: relative;
  margin-left: 4px;
  border-bottom: 1px solid transparent;
}
.news .news-list-view .BOX:hover p:after {
  border-bottom: 1px solid #00a8d1;
}
.news .news-list-view .article {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 11px;
  padding-bottom: 11px;
}
.news .news-list-view .article .header h3 {
  font-size: 17px;
  font-family: sans-serif;
  margin-bottom: 11px;
}
.news .news-list-view .article .header h3 a:hover {
  color: #bc0b11;
}
.news .news-list-view .article .teaser-text,
.news .news-list-view .article .teaser-text p {
  font-size: 15px;
  line-height: 20px;
  color: #4f4d4d;
  font-weight: 400;
  font-family: sans-serif;
  margin-bottom: 10px;
}
.news .news-list-view .article .teaser-text a.more,
.news .news-list-view .article .teaser-text p a.more {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin: 0;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 18px;
  border: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  background: #00a8d1;
  background: #bc0b11;
  border-radius: 0;
  border: 0;
  font-family: sans-serif;
  font-weight: 700;
  padding: 3px 8px;
  font-size: 14px;
  line-height: 16px;
}
.news .news-list-view .article .teaser-text a.more:focus,
.news .news-list-view .article .teaser-text p a.more:focus,
.news .news-list-view .article .teaser-text a.more:active:focus,
.news .news-list-view .article .teaser-text p a.more:active:focus,
.news .news-list-view .article .teaser-text a.more.active:focus,
.news .news-list-view .article .teaser-text p a.more.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.news .news-list-view .article .teaser-text a.more:hover,
.news .news-list-view .article .teaser-text p a.more:hover,
.news .news-list-view .article .teaser-text a.more:focus,
.news .news-list-view .article .teaser-text p a.more:focus {
  color: #333;
  text-decoration: none;
}
.news .news-list-view .article .teaser-text a.more:active,
.news .news-list-view .article .teaser-text p a.more:active,
.news .news-list-view .article .teaser-text a.more.active,
.news .news-list-view .article .teaser-text p a.more.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.news .news-list-view .article .teaser-text a.more.disabled,
.news .news-list-view .article .teaser-text p a.more.disabled,
.news .news-list-view .article .teaser-text a.more[disabled],
.news .news-list-view .article .teaser-text p a.more[disabled],
fieldset[disabled] .news .news-list-view .article .teaser-text a.more,
fieldset[disabled] .news .news-list-view .article .teaser-text p a.more {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.news .news-list-view .article .teaser-text a.more:hover,
.news .news-list-view .article .teaser-text p a.more:hover,
.news .news-list-view .article .teaser-text a.more:focus,
.news .news-list-view .article .teaser-text p a.more:focus,
.news .news-list-view .article .teaser-text a.more:active,
.news .news-list-view .article .teaser-text p a.more:active,
.news .news-list-view .article .teaser-text a.more.active,
.news .news-list-view .article .teaser-text p a.more.active,
.open > .dropdown-toggle.news .news-list-view .article .teaser-text a.more,
.open > .dropdown-toggle.news .news-list-view .article .teaser-text p a.more {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.news .news-list-view .article .teaser-text a.more:active,
.news .news-list-view .article .teaser-text p a.more:active,
.news .news-list-view .article .teaser-text a.more.active,
.news .news-list-view .article .teaser-text p a.more.active,
.open > .dropdown-toggle.news .news-list-view .article .teaser-text a.more,
.open > .dropdown-toggle.news .news-list-view .article .teaser-text p a.more {
  background-image: none;
}
.news .news-list-view .article .teaser-text a.more.disabled,
.news .news-list-view .article .teaser-text p a.more.disabled,
.news .news-list-view .article .teaser-text a.more[disabled],
.news .news-list-view .article .teaser-text p a.more[disabled],
fieldset[disabled] .news .news-list-view .article .teaser-text a.more,
fieldset[disabled] .news .news-list-view .article .teaser-text p a.more,
.news .news-list-view .article .teaser-text a.more.disabled:hover,
.news .news-list-view .article .teaser-text p a.more.disabled:hover,
.news .news-list-view .article .teaser-text a.more[disabled]:hover,
.news .news-list-view .article .teaser-text p a.more[disabled]:hover,
fieldset[disabled] .news .news-list-view .article .teaser-text a.more:hover,
fieldset[disabled] .news .news-list-view .article .teaser-text p a.more:hover,
.news .news-list-view .article .teaser-text a.more.disabled:focus,
.news .news-list-view .article .teaser-text p a.more.disabled:focus,
.news .news-list-view .article .teaser-text a.more[disabled]:focus,
.news .news-list-view .article .teaser-text p a.more[disabled]:focus,
fieldset[disabled] .news .news-list-view .article .teaser-text a.more:focus,
fieldset[disabled] .news .news-list-view .article .teaser-text p a.more:focus,
.news .news-list-view .article .teaser-text a.more.disabled:active,
.news .news-list-view .article .teaser-text p a.more.disabled:active,
.news .news-list-view .article .teaser-text a.more[disabled]:active,
.news .news-list-view .article .teaser-text p a.more[disabled]:active,
fieldset[disabled] .news .news-list-view .article .teaser-text a.more:active,
fieldset[disabled] .news .news-list-view .article .teaser-text p a.more:active,
.news .news-list-view .article .teaser-text a.more.disabled.active,
.news .news-list-view .article .teaser-text p a.more.disabled.active,
.news .news-list-view .article .teaser-text a.more[disabled].active,
.news .news-list-view .article .teaser-text p a.more[disabled].active,
fieldset[disabled] .news .news-list-view .article .teaser-text a.more.active,
fieldset[disabled] .news .news-list-view .article .teaser-text p a.more.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.news .news-list-view .article .teaser-text a.more .badge,
.news .news-list-view .article .teaser-text p a.more .badge {
  color: #428bca;
  background-color: #fff;
}
.news .news-list-view .article .teaser-text a.more:hover,
.news .news-list-view .article .teaser-text p a.more:hover {
  background: #ec0e15;
}
.news .news-list-view .article .teaser-text p {
  margin-bottom: 7px;
}
.news .news-list-view .list-headline {
  font-size: 26px;
  letter-spacing: 0.01em;
}
.news .news-list-view .info {
  font-size: 14px;
  line-height: 16px;
  font-family: sans-serif;
  font-weight: 700;
  color: #000;
  margin-bottom: 7px;
}
.news .news-list-view .news-img-wrap {
  float: none;
  margin: 0;
}
.news .news-list-view .news-img-wrap a {
  border: 0;
  float: none;
}
.news .news-list-view .news-img-wrap a img {
  float: none;
}
.news-related-wrap {
  display: block !important;
}
.news-related {
  padding: 0 !important;
  border: 0 !important;
  display: block !important;
  width: auto !important;
}
.news-related ul li {
  line-height: 26px !important;
  margin-bottom: 5px !important;
}
.contenttable {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.contenttable > thead > tr > th,
.contenttable > tbody > tr > th,
.contenttable > tfoot > tr > th,
.contenttable > thead > tr > td,
.contenttable > tbody > tr > td,
.contenttable > tfoot > tr > td {
  padding: 8px;
  line-height: 26px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.contenttable > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.contenttable > caption + thead > tr:first-child > th,
.contenttable > colgroup + thead > tr:first-child > th,
.contenttable > thead:first-child > tr:first-child > th,
.contenttable > caption + thead > tr:first-child > td,
.contenttable > colgroup + thead > tr:first-child > td,
.contenttable > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.contenttable > tbody + tbody {
  border-top: 2px solid #ddd;
}
.contenttable .table {
  background-color: #fff;
}
/* CE "Tabellen" */
.ce-table caption {
  background: #ececec;
  margin-bottom: 1px;
}
.history tr td:nth-child(1) {
  width: 10%;
}
/* Tabellenlayout 1 */
.layout-200 table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
}
.layout-200 table > thead > tr > th,
.layout-200 table > tbody > tr > th,
.layout-200 table > tfoot > tr > th,
.layout-200 table > thead > tr > td,
.layout-200 table > tbody > tr > td,
.layout-200 table > tfoot > tr > td {
  padding: 8px;
  line-height: 26px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.layout-200 table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.layout-200 table > caption + thead > tr:first-child > th,
.layout-200 table > colgroup + thead > tr:first-child > th,
.layout-200 table > thead:first-child > tr:first-child > th,
.layout-200 table > caption + thead > tr:first-child > td,
.layout-200 table > colgroup + thead > tr:first-child > td,
.layout-200 table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.layout-200 table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.layout-200 table .table {
  background-color: #fff;
}
.layout-200 table > tbody > tr:nth-child(odd) > td,
.layout-200 table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
/* Tabellenlayout 2 */
.layout-210 table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
  border: 1px solid #ddd;
}
.layout-210 table > thead > tr > th,
.layout-210 table > tbody > tr > th,
.layout-210 table > tfoot > tr > th,
.layout-210 table > thead > tr > td,
.layout-210 table > tbody > tr > td,
.layout-210 table > tfoot > tr > td {
  padding: 8px;
  line-height: 26px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.layout-210 table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.layout-210 table > caption + thead > tr:first-child > th,
.layout-210 table > colgroup + thead > tr:first-child > th,
.layout-210 table > thead:first-child > tr:first-child > th,
.layout-210 table > caption + thead > tr:first-child > td,
.layout-210 table > colgroup + thead > tr:first-child > td,
.layout-210 table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.layout-210 table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.layout-210 table .table {
  background-color: #fff;
}
.layout-210 table > thead > tr > th,
.layout-210 table > tbody > tr > th,
.layout-210 table > tfoot > tr > th,
.layout-210 table > thead > tr > td,
.layout-210 table > tbody > tr > td,
.layout-210 table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.layout-210 table > thead > tr > th,
.layout-210 table > thead > tr > td {
  border-bottom-width: 2px;
}
/* Tabellenlayout 3 */
.layout-220 table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 26px;
  border: 1px solid #ddd;
}
.layout-220 table > thead > tr > th,
.layout-220 table > tbody > tr > th,
.layout-220 table > tfoot > tr > th,
.layout-220 table > thead > tr > td,
.layout-220 table > tbody > tr > td,
.layout-220 table > tfoot > tr > td {
  padding: 8px;
  line-height: 26px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.layout-220 table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.layout-220 table > caption + thead > tr:first-child > th,
.layout-220 table > colgroup + thead > tr:first-child > th,
.layout-220 table > thead:first-child > tr:first-child > th,
.layout-220 table > caption + thead > tr:first-child > td,
.layout-220 table > colgroup + thead > tr:first-child > td,
.layout-220 table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.layout-220 table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.layout-220 table .table {
  background-color: #fff;
}
.layout-220 table > tbody > tr:nth-child(odd) > td,
.layout-220 table > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.layout-220 table > thead > tr > th,
.layout-220 table > tbody > tr > th,
.layout-220 table > tfoot > tr > th,
.layout-220 table > thead > tr > td,
.layout-220 table > tbody > tr > td,
.layout-220 table > tfoot > tr > td {
  border: 1px solid #ddd;
}
.layout-220 table > thead > tr > th,
.layout-220 table > thead > tr > td {
  border-bottom-width: 2px;
}
.gme-map {
  margin: 0 0 26px;
  width: 100% !important;
}
@media (min-width: 768px) {
  .gme-map {
    height: 500px !important;
  }
}
ul.breadcrumb {
  margin: 0 0 30px;
  padding: 0;
}
ul.breadcrumb:before,
ul.breadcrumb:after {
  content: " ";
  display: table;
}
ul.breadcrumb:after {
  clear: both;
}
ul.breadcrumb:before,
ul.breadcrumb:after {
  content: " ";
  display: table;
}
ul.breadcrumb:after {
  clear: both;
}
ul.breadcrumb li {
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #054784;
  color: #000;
  font-size: 16px;
  line-height: 16px;
  list-style: none;
  background: transparent;
  float: left;
}
@media (min-width: 768px) {
  ul.breadcrumb li {
    height: 16px;
  }
}
ul.breadcrumb li:first-child {
  padding-left: 0;
}
ul.breadcrumb li:last-child {
  border-right: 0;
}
ul.breadcrumb li a {
  color: #bc0b11;
}
ul.flagmenu {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
ul.flagmenu li {
  padding: 0 0 0 5px;
  margin: 0;
  list-style: none;
  float: right;
  color: #ccc;
  background: none;
}
ul.flagmenu li a,
ul.flagmenu li span {
  text-decoration: none;
  display: block;
  text-indent: -9999px;
}
ul.flagmenu li a.flags,
ul.flagmenu li span.flags {
  width: 16px;
  height: 11px;
  background: url(../img/flags.png) no-repeat;
}
ul.flagmenu li a.flags .flag-at,
ul.flagmenu li span.flags .flag-at {
  background-position: -16px 0;
}
ul.flagmenu li a.flags .flag-ch,
ul.flagmenu li span.flags .flag-ch {
  background-position: -32px 0;
}
ul.flagmenu li a.flags .flag-cn,
ul.flagmenu li span.flags .flag-cn {
  background-position: -48px 0;
}
ul.flagmenu li a.flags .flag-cz,
ul.flagmenu li span.flags .flag-cz {
  background-position: 0 -11px;
}
ul.flagmenu li a.flags .flags0,
ul.flagmenu li span.flags .flags0 {
  background-position: -16px -11px;
}
ul.flagmenu li a.flags .flag-it,
ul.flagmenu li span.flags .flag-it {
  background-position: -32px -11px;
}
ul.flagmenu li a.flags .flag-pl,
ul.flagmenu li span.flags .flag-pl {
  background-position: -48px -11px;
}
ul.flagmenu li a.flags .flag-ru,
ul.flagmenu li span.flags .flag-ru {
  background-position: 0 -22px;
}
ul.flagmenu li a.flags .flag-sk,
ul.flagmenu li span.flags .flag-sk {
  background-position: -16px -22px;
}
ul.flagmenu li a.flags .flag-tr,
ul.flagmenu li span.flags .flag-tr {
  background-position: -32px -22px;
}
ul.flagmenu li a.flags .flags1,
ul.flagmenu li span.flags .flags1 {
  background-position: -48px -22px;
}
ul.flagmenu li a.flags .flag-vn,
ul.flagmenu li span.flags .flag-vn {
  background-position: 0 -33px;
}
ul.flagmenu.noflags li a,
ul.flagmenu.noflags li span {
  text-indent: 0;
  display: inline;
}
ul.flagmenu.noflags li + li:after {
  content: "|";
  padding: 0 0 0 5px;
  color: #ccc;
}
/* Anpassungen fuer fluid_styled_content */
.layout-100 {
  background-color: #f5f5f5;
  padding: 1.5em;
  margin-bottom: 1.5em;
}
.layout2 .layout-100,
.layout2 .layout-110 {
  min-height: 21em;
}
.layout-110 {
  background-color: #414141;
  padding: 1.5em;
  margin-bottom: 1.5em;
  color: #fff;
}
#header .search {
  width: 259px;
  left: 23px;
  top: 18px;
  position: absolute;
  float: none !important;
}
#header .search:before,
#header .search:after {
  content: " ";
  display: table;
}
#header .search:after {
  clear: both;
}
#header .search:before,
#header .search:after {
  content: " ";
  display: table;
}
#header .search:after {
  clear: both;
}
#header .search .input-group-btn {
  height: 30px;
  line-height: 30px;
  float: left;
  display: block;
}
#header .search input {
  outline: none !important;
  box-shadow: none !important;
  float: left;
}
#header .search input.form-control {
  border: none;
  height: 30px;
  line-height: 30px;
  color: #89bedf;
  font-size: 18px;
  border-radius: 0;
  -webkit-appearance: none;
  background: white;
  width: 66px;
  padding-left: 3px;
  padding-right: 3px;
  font-family: alegreya_sansregular;
}
#header .search input.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #89bedf;
  text-transform: uppercase;
}
#header .search input.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #89bedf;
  text-transform: uppercase;
}
#header .search input.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #89bedf;
  text-transform: uppercase;
}
#header .search input.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #89bedf;
  text-transform: uppercase;
}
#header .search input.btn {
  border: none;
  height: 30px;
  padding-top: 14px/2;
  padding-bottom: 14px/2;
  line-height: 16px;
  border-radius: 0;
  border-left: 0;
  font-size: 0;
  background: white url(../img/search-icon.png) no-repeat center center;
  width: 34px;
}
#header .search input:focus {
  outline: none !important;
  box-shadow: none !important;
}
@media (max-width: 1023px) {
  #header .search {
    display: none;
  }
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-icon img {
  max-width: none;
}
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr .tx-indexedsearch-redMarkup {
  color: #054784 !important;
}
.tx-indexedsearch .tx-indexedsearch-browsebox li {
  margin-right: 20px;
  padding: 0px;
  background: none;
}
.tx-indexedsearch-searchbox tr td {
  padding-bottom: 10px;
}
.tx-indexedsearch-searchbox tr td.label-text {
  padding-right: 10px;
}
.tx-indexedsearch-searchbox .tx-indexedsearch-searchbox-button {
  background: #00a8d1 !important;
  text-align: center;
  margin: 5px 0px 0px 0px !important;
  text-decoration: none;
  padding: 6px 10px !important;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  border: none;
  border-radius: 0px !important;
  color: #ffffff;
}
.headerservice {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.marginbottom {
  margin-bottom: 1.5em;
}
.floatright {
  float: right;
}
/*FE editing*/
.frontEndEditIcons img {
  height: 16px;
  width: 16px;
}
.haendler-wrap {
  margin-bottom: 24px;
}
.haendler-products ul {
  margin-bottom: 0;
}
@media (max-width: 479px) {
  .haendler-wrap {
    margin-bottom: 30px;
  }
  .haendler-wrap > div {
    margin-bottom: 14px;
  }
}
.container-fluid {
  width: 1464px;
  max-width: 100%;
}
@media (max-width: 1463px) {
  .container-fluid {
    width: 1280px;
  }
}
@media (max-width: 1279px) {
  .container-fluid {
    width: 1024px;
  }
}
@media (max-width: 1023px) {
  .container-fluid {
    width: 768px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    width: auto;
    max-width: 767px;
  }
}
.row {
  position: relative;
}
img {
  max-width: 100%;
  height: auto;
}
.main-col {
  padding-right: 32px;
}
.before {
  margin-bottom: 40px;
}
@media (min-width: 1280px) {
  .right-col {
    width: 25%;
  }
}
@media (min-width: 1280px) {
  .left-col {
    width: 25%;
    right: 50%;
  }
}
@media (min-width: 1280px) {
  .main-col {
    left: 25%;
    width: 50%;
  }
}
.form-group {
  margin-bottom: 5px;
}
.tx-powermail .powermail_fieldset:before,
.tx-powermail .powermail_fieldset:after {
  content: " ";
  display: table;
}
.tx-powermail .powermail_fieldset:after {
  clear: both;
}
.tx-powermail .powermail_fieldset:before,
.tx-powermail .powermail_fieldset:after {
  content: " ";
  display: table;
}
.tx-powermail .powermail_fieldset:after {
  clear: both;
}
.tx-powermail .powermail_fieldset .powermail_legend {
  display: none;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 15px;
  margin-bottom: 5px;
}
.tx-powermail .powermail_fieldwrap:before,
.tx-powermail .powermail_fieldwrap:after {
  content: " ";
  display: table;
}
.tx-powermail .powermail_fieldwrap:after {
  clear: both;
}
.tx-powermail .powermail_fieldwrap:before,
.tx-powermail .powermail_fieldwrap:after {
  content: " ";
  display: table;
}
.tx-powermail .powermail_fieldwrap:after {
  clear: both;
}
.tx-powermail .powermail_field input,
.tx-powermail .powermail_field textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.tx-powermail .powermail_field input:focus,
.tx-powermail .powermail_field textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.tx-powermail .powermail_field input::-moz-placeholder,
.tx-powermail .powermail_field textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.tx-powermail .powermail_field input:-ms-input-placeholder,
.tx-powermail .powermail_field textarea:-ms-input-placeholder {
  color: #777777;
}
.tx-powermail .powermail_field input::-webkit-input-placeholder,
.tx-powermail .powermail_field textarea::-webkit-input-placeholder {
  color: #777777;
}
.tx-powermail .powermail_field input[disabled],
.tx-powermail .powermail_field textarea[disabled],
.tx-powermail .powermail_field input[readonly],
.tx-powermail .powermail_field textarea[readonly],
fieldset[disabled] .tx-powermail .powermail_field input,
fieldset[disabled] .tx-powermail .powermail_field textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.tx-powermail .powermail_field input,
textarea.tx-powermail .powermail_field textarea {
  height: auto;
}
.tx-powermail .powermail_field input[type=submit],
.tx-powermail .powermail_field textarea[type=submit],
.tx-powermail .powermail_field input[type=reset],
.tx-powermail .powermail_field textarea[type=reset] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin: 0;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  background: #00a8d1;
}
.tx-powermail .powermail_field input[type=submit]:focus,
.tx-powermail .powermail_field textarea[type=submit]:focus,
.tx-powermail .powermail_field input[type=reset]:focus,
.tx-powermail .powermail_field textarea[type=reset]:focus,
.tx-powermail .powermail_field input[type=submit]:active:focus,
.tx-powermail .powermail_field textarea[type=submit]:active:focus,
.tx-powermail .powermail_field input[type=reset]:active:focus,
.tx-powermail .powermail_field textarea[type=reset]:active:focus,
.tx-powermail .powermail_field input[type=submit].active:focus,
.tx-powermail .powermail_field textarea[type=submit].active:focus,
.tx-powermail .powermail_field input[type=reset].active:focus,
.tx-powermail .powermail_field textarea[type=reset].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.tx-powermail .powermail_field input[type=submit]:hover,
.tx-powermail .powermail_field textarea[type=submit]:hover,
.tx-powermail .powermail_field input[type=reset]:hover,
.tx-powermail .powermail_field textarea[type=reset]:hover,
.tx-powermail .powermail_field input[type=submit]:focus,
.tx-powermail .powermail_field textarea[type=submit]:focus,
.tx-powermail .powermail_field input[type=reset]:focus,
.tx-powermail .powermail_field textarea[type=reset]:focus {
  color: #333;
  text-decoration: none;
}
.tx-powermail .powermail_field input[type=submit]:active,
.tx-powermail .powermail_field textarea[type=submit]:active,
.tx-powermail .powermail_field input[type=reset]:active,
.tx-powermail .powermail_field textarea[type=reset]:active,
.tx-powermail .powermail_field input[type=submit].active,
.tx-powermail .powermail_field textarea[type=submit].active,
.tx-powermail .powermail_field input[type=reset].active,
.tx-powermail .powermail_field textarea[type=reset].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tx-powermail .powermail_field input[type=submit].disabled,
.tx-powermail .powermail_field textarea[type=submit].disabled,
.tx-powermail .powermail_field input[type=reset].disabled,
.tx-powermail .powermail_field textarea[type=reset].disabled,
.tx-powermail .powermail_field input[type=submit][disabled],
.tx-powermail .powermail_field textarea[type=submit][disabled],
.tx-powermail .powermail_field input[type=reset][disabled],
.tx-powermail .powermail_field textarea[type=reset][disabled],
fieldset[disabled] .tx-powermail .powermail_field input[type=submit],
fieldset[disabled] .tx-powermail .powermail_field textarea[type=submit],
fieldset[disabled] .tx-powermail .powermail_field input[type=reset],
fieldset[disabled] .tx-powermail .powermail_field textarea[type=reset] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-powermail .powermail_field input[type=submit]:hover,
.tx-powermail .powermail_field textarea[type=submit]:hover,
.tx-powermail .powermail_field input[type=reset]:hover,
.tx-powermail .powermail_field textarea[type=reset]:hover,
.tx-powermail .powermail_field input[type=submit]:focus,
.tx-powermail .powermail_field textarea[type=submit]:focus,
.tx-powermail .powermail_field input[type=reset]:focus,
.tx-powermail .powermail_field textarea[type=reset]:focus,
.tx-powermail .powermail_field input[type=submit]:active,
.tx-powermail .powermail_field textarea[type=submit]:active,
.tx-powermail .powermail_field input[type=reset]:active,
.tx-powermail .powermail_field textarea[type=reset]:active,
.tx-powermail .powermail_field input[type=submit].active,
.tx-powermail .powermail_field textarea[type=submit].active,
.tx-powermail .powermail_field input[type=reset].active,
.tx-powermail .powermail_field textarea[type=reset].active,
.open > .dropdown-toggle.tx-powermail .powermail_field input[type=submit],
.open > .dropdown-toggle.tx-powermail .powermail_field textarea[type=submit],
.open > .dropdown-toggle.tx-powermail .powermail_field input[type=reset],
.open > .dropdown-toggle.tx-powermail .powermail_field textarea[type=reset] {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.tx-powermail .powermail_field input[type=submit]:active,
.tx-powermail .powermail_field textarea[type=submit]:active,
.tx-powermail .powermail_field input[type=reset]:active,
.tx-powermail .powermail_field textarea[type=reset]:active,
.tx-powermail .powermail_field input[type=submit].active,
.tx-powermail .powermail_field textarea[type=submit].active,
.tx-powermail .powermail_field input[type=reset].active,
.tx-powermail .powermail_field textarea[type=reset].active,
.open > .dropdown-toggle.tx-powermail .powermail_field input[type=submit],
.open > .dropdown-toggle.tx-powermail .powermail_field textarea[type=submit],
.open > .dropdown-toggle.tx-powermail .powermail_field input[type=reset],
.open > .dropdown-toggle.tx-powermail .powermail_field textarea[type=reset] {
  background-image: none;
}
.tx-powermail .powermail_field input[type=submit].disabled,
.tx-powermail .powermail_field textarea[type=submit].disabled,
.tx-powermail .powermail_field input[type=reset].disabled,
.tx-powermail .powermail_field textarea[type=reset].disabled,
.tx-powermail .powermail_field input[type=submit][disabled],
.tx-powermail .powermail_field textarea[type=submit][disabled],
.tx-powermail .powermail_field input[type=reset][disabled],
.tx-powermail .powermail_field textarea[type=reset][disabled],
fieldset[disabled] .tx-powermail .powermail_field input[type=submit],
fieldset[disabled] .tx-powermail .powermail_field textarea[type=submit],
fieldset[disabled] .tx-powermail .powermail_field input[type=reset],
fieldset[disabled] .tx-powermail .powermail_field textarea[type=reset],
.tx-powermail .powermail_field input[type=submit].disabled:hover,
.tx-powermail .powermail_field textarea[type=submit].disabled:hover,
.tx-powermail .powermail_field input[type=reset].disabled:hover,
.tx-powermail .powermail_field textarea[type=reset].disabled:hover,
.tx-powermail .powermail_field input[type=submit][disabled]:hover,
.tx-powermail .powermail_field textarea[type=submit][disabled]:hover,
.tx-powermail .powermail_field input[type=reset][disabled]:hover,
.tx-powermail .powermail_field textarea[type=reset][disabled]:hover,
fieldset[disabled] .tx-powermail .powermail_field input[type=submit]:hover,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=submit]:hover,
fieldset[disabled] .tx-powermail .powermail_field input[type=reset]:hover,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=reset]:hover,
.tx-powermail .powermail_field input[type=submit].disabled:focus,
.tx-powermail .powermail_field textarea[type=submit].disabled:focus,
.tx-powermail .powermail_field input[type=reset].disabled:focus,
.tx-powermail .powermail_field textarea[type=reset].disabled:focus,
.tx-powermail .powermail_field input[type=submit][disabled]:focus,
.tx-powermail .powermail_field textarea[type=submit][disabled]:focus,
.tx-powermail .powermail_field input[type=reset][disabled]:focus,
.tx-powermail .powermail_field textarea[type=reset][disabled]:focus,
fieldset[disabled] .tx-powermail .powermail_field input[type=submit]:focus,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=submit]:focus,
fieldset[disabled] .tx-powermail .powermail_field input[type=reset]:focus,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=reset]:focus,
.tx-powermail .powermail_field input[type=submit].disabled:active,
.tx-powermail .powermail_field textarea[type=submit].disabled:active,
.tx-powermail .powermail_field input[type=reset].disabled:active,
.tx-powermail .powermail_field textarea[type=reset].disabled:active,
.tx-powermail .powermail_field input[type=submit][disabled]:active,
.tx-powermail .powermail_field textarea[type=submit][disabled]:active,
.tx-powermail .powermail_field input[type=reset][disabled]:active,
.tx-powermail .powermail_field textarea[type=reset][disabled]:active,
fieldset[disabled] .tx-powermail .powermail_field input[type=submit]:active,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=submit]:active,
fieldset[disabled] .tx-powermail .powermail_field input[type=reset]:active,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=reset]:active,
.tx-powermail .powermail_field input[type=submit].disabled.active,
.tx-powermail .powermail_field textarea[type=submit].disabled.active,
.tx-powermail .powermail_field input[type=reset].disabled.active,
.tx-powermail .powermail_field textarea[type=reset].disabled.active,
.tx-powermail .powermail_field input[type=submit][disabled].active,
.tx-powermail .powermail_field textarea[type=submit][disabled].active,
.tx-powermail .powermail_field input[type=reset][disabled].active,
.tx-powermail .powermail_field textarea[type=reset][disabled].active,
fieldset[disabled] .tx-powermail .powermail_field input[type=submit].active,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=submit].active,
fieldset[disabled] .tx-powermail .powermail_field input[type=reset].active,
fieldset[disabled] .tx-powermail .powermail_field textarea[type=reset].active {
  background-color: #428bca;
  border-color: #357ebd;
}
.tx-powermail .powermail_field input[type=submit] .badge,
.tx-powermail .powermail_field textarea[type=submit] .badge,
.tx-powermail .powermail_field input[type=reset] .badge,
.tx-powermail .powermail_field textarea[type=reset] .badge {
  color: #428bca;
  background-color: #fff;
}
.tx-powermail .parsley-errors-list {
  margin: 0;
  padding: 0;
}
.tx-powermail .parsley-errors-list li {
  margin: 0;
  padding: 0;
  background: transparent;
  color: red;
}
.csc-mailform form .csc-form-element {
  margin-bottom: 15px;
  margin-bottom: 5px;
}
.csc-mailform form .csc-form-element:before,
.csc-mailform form .csc-form-element:after {
  content: " ";
  display: table;
}
.csc-mailform form .csc-form-element:after {
  clear: both;
}
.csc-mailform form .csc-form-element:before,
.csc-mailform form .csc-form-element:after {
  content: " ";
  display: table;
}
.csc-mailform form .csc-form-element:after {
  clear: both;
}
.csc-mailform form .csc-form-element input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.csc-mailform form .csc-form-element input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.csc-mailform form .csc-form-element input::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.csc-mailform form .csc-form-element input:-ms-input-placeholder {
  color: #777777;
}
.csc-mailform form .csc-form-element input::-webkit-input-placeholder {
  color: #777777;
}
.csc-mailform form .csc-form-element input[disabled],
.csc-mailform form .csc-form-element input[readonly],
fieldset[disabled] .csc-mailform form .csc-form-element input {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.csc-mailform form .csc-form-element input {
  height: auto;
}
.csc-mailform form .csc-form-element input[type=submit],
.csc-mailform form .csc-form-element input[type=reset] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  margin: 0;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  border: none;
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
  background: #00a8d1;
}
.csc-mailform form .csc-form-element input[type=submit]:focus,
.csc-mailform form .csc-form-element input[type=reset]:focus,
.csc-mailform form .csc-form-element input[type=submit]:active:focus,
.csc-mailform form .csc-form-element input[type=reset]:active:focus,
.csc-mailform form .csc-form-element input[type=submit].active:focus,
.csc-mailform form .csc-form-element input[type=reset].active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.csc-mailform form .csc-form-element input[type=submit]:hover,
.csc-mailform form .csc-form-element input[type=reset]:hover,
.csc-mailform form .csc-form-element input[type=submit]:focus,
.csc-mailform form .csc-form-element input[type=reset]:focus {
  color: #333;
  text-decoration: none;
}
.csc-mailform form .csc-form-element input[type=submit]:active,
.csc-mailform form .csc-form-element input[type=reset]:active,
.csc-mailform form .csc-form-element input[type=submit].active,
.csc-mailform form .csc-form-element input[type=reset].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.csc-mailform form .csc-form-element input[type=submit].disabled,
.csc-mailform form .csc-form-element input[type=reset].disabled,
.csc-mailform form .csc-form-element input[type=submit][disabled],
.csc-mailform form .csc-form-element input[type=reset][disabled],
fieldset[disabled] .csc-mailform form .csc-form-element input[type=submit],
fieldset[disabled] .csc-mailform form .csc-form-element input[type=reset] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.csc-mailform form .csc-form-element input[type=submit]:hover,
.csc-mailform form .csc-form-element input[type=reset]:hover,
.csc-mailform form .csc-form-element input[type=submit]:focus,
.csc-mailform form .csc-form-element input[type=reset]:focus,
.csc-mailform form .csc-form-element input[type=submit]:active,
.csc-mailform form .csc-form-element input[type=reset]:active,
.csc-mailform form .csc-form-element input[type=submit].active,
.csc-mailform form .csc-form-element input[type=reset].active,
.open > .dropdown-toggle.csc-mailform form .csc-form-element input[type=submit],
.open > .dropdown-toggle.csc-mailform form .csc-form-element input[type=reset] {
  color: #fff;
  background-color: #3071a9;
  border-color: #285e8e;
}
.csc-mailform form .csc-form-element input[type=submit]:active,
.csc-mailform form .csc-form-element input[type=reset]:active,
.csc-mailform form .csc-form-element input[type=submit].active,
.csc-mailform form .csc-form-element input[type=reset].active,
.open > .dropdown-toggle.csc-mailform form .csc-form-element input[type=submit],
.open > .dropdown-toggle.csc-mailform form .csc-form-element input[type=reset] {
  background-image: none;
}
.csc-mailform form .csc-form-element input[type=submit].disabled,
.csc-mailform form .csc-form-element input[type=reset].disabled,
.csc-mailform form .csc-form-element input[type=submit][disabled],
.csc-mailform form .csc-form-element input[type=reset][disabled],
fieldset[disabled] .csc-mailform form .csc-form-element input[type=submit],
fieldset[disabled] .csc-mailform form .csc-form-element input[type=reset],
.csc-mailform form .csc-form-element input[type=submit].disabled:hover,
.csc-mailform form .csc-form-element input[type=reset].disabled:hover,
.csc-mailform form .csc-form-element input[type=submit][disabled]:hover,
.csc-mailform form .csc-form-element input[type=reset][disabled]:hover,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=submit]:hover,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=reset]:hover,
.csc-mailform form .csc-form-element input[type=submit].disabled:focus,
.csc-mailform form .csc-form-element input[type=reset].disabled:focus,
.csc-mailform form .csc-form-element input[type=submit][disabled]:focus,
.csc-mailform form .csc-form-element input[type=reset][disabled]:focus,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=submit]:focus,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=reset]:focus,
.csc-mailform form .csc-form-element input[type=submit].disabled:active,
.csc-mailform form .csc-form-element input[type=reset].disabled:active,
.csc-mailform form .csc-form-element input[type=submit][disabled]:active,
.csc-mailform form .csc-form-element input[type=reset][disabled]:active,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=submit]:active,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=reset]:active,
.csc-mailform form .csc-form-element input[type=submit].disabled.active,
.csc-mailform form .csc-form-element input[type=reset].disabled.active,
.csc-mailform form .csc-form-element input[type=submit][disabled].active,
.csc-mailform form .csc-form-element input[type=reset][disabled].active,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=submit].active,
fieldset[disabled] .csc-mailform form .csc-form-element input[type=reset].active {
  background-color: #428bca;
  border-color: #357ebd;
}
.csc-mailform form .csc-form-element input[type=submit] .badge,
.csc-mailform form .csc-form-element input[type=reset] .badge {
  color: #428bca;
  background-color: #fff;
}
.csc-mailform form .csc-form-element textarea {
  display: block;
  width: 100%;
  height: 40px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 26px;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  min-height: 200px;
}
.csc-mailform form .csc-form-element textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.csc-mailform form .csc-form-element textarea::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.csc-mailform form .csc-form-element textarea:-ms-input-placeholder {
  color: #777777;
}
.csc-mailform form .csc-form-element textarea::-webkit-input-placeholder {
  color: #777777;
}
.csc-mailform form .csc-form-element textarea[disabled],
.csc-mailform form .csc-form-element textarea[readonly],
fieldset[disabled] .csc-mailform form .csc-form-element textarea {
  cursor: not-allowed;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.csc-mailform form .csc-form-element textarea {
  height: auto;
}
.btn {
  text-align: center;
  margin: 0;
  text-decoration: none;
  padding: 6px 10px;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  border: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 7px 10px;
  font-size: 22px;
  line-height: 22px;
  border-radius: 0;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 4px 10px;
  font-size: 16px;
  line-height: 16px;
  border-radius: 0;
  text-transform: none;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 0;
  text-transform: none;
}
.btn-primary {
  background: #00a8d1;
}
.btn-default {
  background: #4b70a1;
  color: white;
}
.btn-default:hover {
  background: #00a8d1;
  color: white;
}
/*@media (min-width: 767px){
    html{
        position: relative;
        min-height: 100%;

        body {
            margin-bottom: @footer-height;
            height: 100%;
        }

        #footer{
            height: @footer-height;
            position: absolute;
            bottom: 0;
            width: 100%;
        }
    }

}*/
/* sticky footer not needed */
@media (max-width: 766px) {
  html body {
    margin-bottom: 0;
    height: auto;
  }
  html #footer {
    position: relative;
    bottom: auto;
    width: 100%;
    height: auto;
  }
}
#footer {
  background-color: #a7dbed;
  padding: 0;
  margin: 0px;
  text-align: left;
}
#footer p {
  font-size: 22px;
  line-height: 30px;
  color: #666;
  font-family: 'alegreya_sanslight';
  margin-bottom: 16px;
}
#footer .footer-first {
  background: #D4EDF6;
  padding: 22px 0 0;
}
#footer .footer-first a[href*=mailto] {
  word-break: break-all;
}
#footer .footer-first h3 {
  margin-bottom: 0;
}
#footer .footer-first a > img {
  display: inline-block;
  margin-bottom: 9px;
  margin-left: 3px;
  border-bottom: 1px solid transparent;
  padding-bottom: 2px;
}
#footer .footer-first a {
  font-family: 'alegreya_sanslight';
}
#footer .footer-first a:hover > img {
  border-bottom: 1px solid #00a8d1;
}
#footer .footer-first .newsletter2go {
  padding-bottom: 20px;
}
#footer .footer-first .newsletter2go h2 {
  display: none;
}
#footer .footer-first .newsletter2go tr td:first-child {
  display: none;
}
#footer .footer-first .newsletter2go input {
  max-width: 300px;
  width: 100%;
}
#footer .footer-first .newsletter2go input[type="checkbox"] {
  width: auto;
  max-width: auto;
  margin-right: 10px;
}
#footer .footer-first .newsletter2go button {
  background: #00a8d1 !important;
  text-align: center;
  margin: 5px 0px 0px 0px !important;
  text-decoration: none;
  padding: 6px 10px !important;
  font-size: 18px;
  line-height: 18px;
  border-radius: 0;
  border: none;
  border-radius: 0px !important
				;
}
#footer .footer-first form {
  margin-top: 8px;
}
#footer .footer-first form .form-control {
  height: 30px;
  line-height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  border-radius: 0;
  font-size: 18px;
}
@media (max-width: 767px) {
  #footer .footer-first form .form-control {
    font-size: 14px;
  }
}
#footer .footer-first form .btn {
  width: 100%;
  font-family: 'alegreya_sansbold';
  vertical-align: initial;
}
@media (min-width: 1280px), (max-width: 767px) {
  #footer .footer-first form .form-group > *:first-child {
    padding-right: 0;
  }
  #footer .footer-first form .form-group > *:last-child {
    padding-left: 0;
  }
}
@media (min-width: 1280px) and (min-width: 1280px), (max-width: 767px) and (min-width: 1280px) {
  #footer .footer-first form .form-group > *:last-child {
    padding-right: 38px;
  }
}
#footer .footer-first .social {
  display: inline-block;
  width: 70px;
  height: 50px;
  background-color: #00a8d1;
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 30px;
  margin-bottom: 8px;
}
#footer .footer-first .social:last-of-type {
  margin-right: 0;
}
#footer .footer-first .social:hover {
  background-color: #054784;
}
#footer .footer-first .social.facebook {
  background-image: url(../img/fb.png);
  background-position: bottom -1px right 17px;
}
#footer .footer-first .social.twitter {
  background-image: url(../img/twitter.png);
}
#footer .footer-first .social.youtube {
  background-image: url(../img/yt.png);
}
#footer .sitemap-wrap {
  background: #a7dbed;
  padding: 32px 0;
}
#footer .sitemap-wrap nav#footer-nav > ul {
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -12px;
  margin-right: -12px;
}
#footer .sitemap-wrap nav#footer-nav > ul > li {
  list-style: none;
  margin: 0;
  background: none;
  position: relative;
  min-height: 1px;
  padding-left: 12px;
  padding-right: 12px;
  /*
                    &:last-child {
	                    a {
		                    font-family: 'alegreya_sansregular';
		                    font-size: 16px;
		                    line-height: 22px;
		                }
                    }
					*/
}
@media (min-width: 767px) {
  #footer .sitemap-wrap nav#footer-nav > ul > li {
    float: left;
    width: 33.33333333%;
  }
}
@media (min-width: 1023px) {
  #footer .sitemap-wrap nav#footer-nav > ul > li {
    float: left;
    width: 16.66666667%;
  }
}
@media (max-width: 1023px) {
  #footer .sitemap-wrap nav#footer-nav > ul > li {
    margin-bottom: 15px;
  }
  #footer .sitemap-wrap nav#footer-nav > ul > li:nth-child(3n + 1) {
    clear: left;
  }
}
#footer .sitemap-wrap nav#footer-nav > ul > li:last-child {
  border: 0;
}
#footer .sitemap-wrap nav#footer-nav > ul > li > a {
  font-size: 22px;
  line-height: 20px;
  color: #666;
  font-weight: normal;
  padding: 0;
  margin: 0 0 2px;
  box-sizing: border-box;
  display: block;
}
#footer .sitemap-wrap nav#footer-nav > ul > li > a:hover {
  text-decoration: underline;
}
#footer .sitemap-wrap nav#footer-nav > ul > li.special > a {
  font-family: 'alegreya_sansbold';
}
#footer .sitemap-wrap nav#footer-nav > ul > li > ul > li > a {
  font-size: 16px;
  line-height: 22px;
  font-family: 'alegreya_sansregular';
  color: #666;
  font-weight: normal;
  box-sizing: border-box;
  display: block;
}
#footer .sitemap-wrap nav#footer-nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
#footer .sitemap-wrap nav#footer-nav > ul > li > ul > li.active > a {
  color: #666;
  text-decoration: none;
}
#footer .sitemap-wrap nav#footer-nav > ul > li > ul > li:hover > a {
  color: #666;
}
#footer .sitemap-wrap nav#footer-nav > ul > li.active > a {
  color: #666;
  text-decoration: none;
}
#footer .sitemap-wrap nav#footer-nav > ul > li:hover > a {
  color: #666;
}
#footer .logos-wrap {
  background: #054784;
  color: white;
  padding-top: 32px;
}
#footer .logos-wrap h3 {
  color: white;
  font-family: 'alegreya_sanslight';
  font-size: 22px;
  line-height: 30px;
}
#footer .logos-wrap img {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
#footer .copyright-wrap {
  background: #054784;
  padding: 50px 0px 20px 0px;
  color: white;
}
#footer .copyright-wrap a {
  color: white;
  font-size: 16px;
  line-height: 22px;
}
.left-col {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .left-col {
    padding-left: 24px/2;
  }
}
.left-col h3 {
  margin-bottom: 8px;
}
.left-col p.margin-small {
  margin-bottom: 12px;
}
.left-col p.margin-big {
  margin-bottom: 62px;
}
.left-col p a[href*=mailto] {
  word-break: break-all;
  -ms-word-wrap: break-word;
  -ms-word-break: break-all;
}
.left-col ul {
  margin: 0 0 90px;
  padding: 0;
}
.left-col ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  background: none;
}
.left-col img {
  margin-right: 26px;
  margin-top: 14px;
}
.before {
  margin-top: -68px;
  width: 100%;
}
@media (max-width: 767px) {
  .before {
    margin-top: -40px;
  }
}
.homepage .before {
  position: absolute;
  width: calc(100% - 24px);
}
.homepage .main {
  padding-top: 312px;
}
@media (max-width: 1279px) {
  .homepage .main {
    padding-top: 331px;
  }
}
.before-graphics {
  height: 348px;
  position: relative;
}
@media (max-width: 1279px) {
  .before-graphics {
    overflow: hidden;
    height: auto;
  }
}
@media (max-width: 767px) {
  .before-graphics {
    margin: 0 auto;
    max-width: 384px;
    overflow: visible;
  }
}
.before-graphics .bg {
  width: calc(100% - 139px);
  max-width: 1067px;
  position: relative;
  /*background-size: cover;*/
}
@media (max-width: 1463px) {
  .before-graphics .bg {
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .before-graphics .bg {
    height: 300px;
    width: 100%;
    /*
            -webkit-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
            -moz-box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
            box-shadow: 1px 1px 4px 1px rgba(0,0,0,0.5);
            */
    background-repeat: no-repeat;
    background-position: top right;
  }
}
.before-graphics .top {
  height: 68px;
}
@media (max-width: 767px) {
  .before-graphics .top {
    display: none;
  }
}
.before-graphics .bottom {
  height: 280px;
}
@media (max-width: 767px) {
  .before-graphics .bottom {
    display: none;
  }
}
.before-graphics .right {
  position: absolute;
  top: 0;
  /*left: 100%;*/
  right: -138px;
  width: 140px;
  height: 100%;
  /*background-size:  contain;*/
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .before-graphics .right {
    display: none;
  }
}
.before-graphics .color-image {
  width: 447px;
  height: 348px;
}
.before-graphics .color-image,
.before-graphics img {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 100%;
}
@media (max-width: 1023px) {
  .before-graphics .color-image,
  .before-graphics img {
    left: -100px;
  }
}
@media (max-width: 767px) {
  .before-graphics .color-image,
  .before-graphics img {
    display: none;
  }
}
.before-graphics .image-over {
  z-index: 2;
  position: absolute;
  top: 0;
  height: 348px;
  width: 103px;
  left: 0;
  /*background-size:  cover;*/
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .before-graphics .image-over {
    display: none;
  }
}
.before-graphics .texts {
  position: absolute;
  top: 95px;
  left: 465px;
  width: 500px;
}
@media (max-width: 1463px) {
  .before-graphics .texts {
    left: 465px;
  }
}
@media (max-width: 1023px) {
  .before-graphics .texts {
    left: 365px;
    top: 75px;
    max-width: 255px;
  }
}
@media (max-width: 767px) {
  .before-graphics .texts {
    left: 12px;
    top: 55px;
    max-width: calc(100% - 125px);
  }
}
.before-graphics .texts h1 {
  font-size: 44px;
  font-family: 'alegreya_sans_scmedium';
  color: white;
  margin-bottom: 0;
  line-height: 54px;
}
@media (max-width: 767px) {
  .before-graphics .texts h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
.before-graphics .texts p {
  font-size: 30px;
  font-family: 'alegreya_sanslight';
  color: white;
  margin-bottom: 14px;
  line-height: 30px;
}
@media (max-width: 1279px) {
  .before-graphics .texts p {
    font-size: 25px;
    line-height: 25px;
  }
}
@media (max-width: 1023px) {
  .before-graphics .texts p {
    font-size: 100%;
    line-height: 24px;
    margin-bottom: 8px;
  }
}
.before-graphics .texts h2 {
  font-size: 40px;
  font-family: 'alegreya_sanslight';
  color: white;
  margin-bottom: 0;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 1279px) {
  .before-graphics .texts h2 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 1023px) {
  .before-graphics .texts h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 767px) {
  .before-graphics .texts h2 {
    font-size: 22px;
    line-height: 22px;
  }
}
.before-graphics .big-text {
  position: absolute;
  bottom: 0px;
  right: 0;
  font-family: 'alegreya_sansitalic';
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 0;
  color: #054784;
  text-align: right;
  max-width: 265px;
}
@media (max-width: 1279px) {
  .before-graphics .big-text {
    font-size: 28px;
    line-height: 28px;
    position: static;
    bottom: auto;
    right: auto;
    max-width: none;
    padding-top: 22px;
    color: #054784;
  }
}
.homepage .before-graphics .big-text {
  color: white;
}
@media (max-width: 767px) {
  .before-graphics .big-text {
    font-size: 26px;
  }
}
@media (max-width: 575.98px) {
  .before-graphics .big-text {
    position: relative;
  }
}

.before-graphics.event-cat-0 .color-image {
  background-color: #c4e2ef;
}
.before-graphics.event-cat-0 .top {
  background-color: #7281b3;
}
.before-graphics.event-cat-0 .bottom {
  background-color: #014386;
}
.before-graphics.event-cat-0 .right {
  background-image: url(../img/before/hdw_kachel_140x348_standard.png);
}
.before-graphics.event-cat-0 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_standard.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-0 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_standard.png);
  }
}
.before-graphics.event-cat-1 .color-image {
  background-color: #d1a8c5;
}
.before-graphics.event-cat-1 .top {
  background-color: #d7d85a;
}
.before-graphics.event-cat-1 .bottom {
  background-color: #c6cd00;
}
.before-graphics.event-cat-1 .right {
  background-image: url(../img/before/hdw_kachel_140x348_kiwi.png);
}
.before-graphics.event-cat-1 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_kiwi.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-1 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_kiwi.png);
  }
}
.before-graphics.event-cat-2 .color-image {
  background-color: #cfdcad;
}
.before-graphics.event-cat-2 .top {
  background-color: #e55b3f;
}
.before-graphics.event-cat-2 .bottom {
  background-color: #dc0711;
}
.before-graphics.event-cat-2 .right {
  background-image: url(../img/before/hdw_kachel_140x348_energiecafe.png);
}
.before-graphics.event-cat-2 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_energiecafe.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-2 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_energiecafe.png);
  }
}
.before-graphics.event-cat-3 .color-image,
.before-graphics.event-cat-12 .color-image,
.before-graphics.event-cat-13 .color-image,
.before-graphics.event-cat-15 .color-image,
.before-graphics.event-cat-16 .color-image,
.before-graphics.event-cat-19 .color-image,
.before-graphics.event-cat-21 .color-image,
.before-graphics.event-cat-23 .color-image,
.before-graphics.event-cat-24 .color-image,
.before-graphics.event-cat-25 .color-image,
.before-graphics.event-cat-26 .color-image,
.before-graphics.event-cat-28 .color-image,
.before-graphics.event-cat-29 .color-image {
  background-color: #b7dbf0;
}
.before-graphics.event-cat-3 .top,
.before-graphics.event-cat-12 .top,
.before-graphics.event-cat-13 .top,
.before-graphics.event-cat-15 .top,
.before-graphics.event-cat-16 .top,
.before-graphics.event-cat-19 .top,
.before-graphics.event-cat-21 .top,
.before-graphics.event-cat-23 .top,
.before-graphics.event-cat-24 .top,
.before-graphics.event-cat-25 .top,
.before-graphics.event-cat-26 .top,
.before-graphics.event-cat-28 .top,
.before-graphics.event-cat-29 .top {
  background-color: #4e67a2;
}
.before-graphics.event-cat-3 .bottom,
.before-graphics.event-cat-12 .bottom,
.before-graphics.event-cat-13 .bottom,
.before-graphics.event-cat-15 .bottom,
.before-graphics.event-cat-16 .bottom,
.before-graphics.event-cat-19 .bottom,
.before-graphics.event-cat-21 .bottom,
.before-graphics.event-cat-23 .bottom,
.before-graphics.event-cat-24 .bottom,
.before-graphics.event-cat-25 .bottom,
.before-graphics.event-cat-26 .bottom,
.before-graphics.event-cat-28 .bottom,
.before-graphics.event-cat-29 .bottom {
  background-color: #014386;
}
.before-graphics.event-cat-3 .right,
.before-graphics.event-cat-12 .right,
.before-graphics.event-cat-13 .right,
.before-graphics.event-cat-15 .right,
.before-graphics.event-cat-16 .right,
.before-graphics.event-cat-19 .right,
.before-graphics.event-cat-21 .right,
.before-graphics.event-cat-23 .right,
.before-graphics.event-cat-24 .right,
.before-graphics.event-cat-25 .right,
.before-graphics.event-cat-26 .right,
.before-graphics.event-cat-28 .right,
.before-graphics.event-cat-29 .right {
  background-image: url(../img/before/hdw_kachel_140x348_freiraum.png);
}
.before-graphics.event-cat-3 .image-over,
.before-graphics.event-cat-12 .image-over,
.before-graphics.event-cat-13 .image-over,
.before-graphics.event-cat-15 .image-over,
.before-graphics.event-cat-16 .image-over,
.before-graphics.event-cat-19 .image-over,
.before-graphics.event-cat-21 .image-over,
.before-graphics.event-cat-23 .image-over,
.before-graphics.event-cat-24 .image-over,
.before-graphics.event-cat-25 .image-over,
.before-graphics.event-cat-26 .image-over,
.before-graphics.event-cat-28 .image-over,
.before-graphics.event-cat-29 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_freiraum.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-3 .bg,
  .before-graphics.event-cat-12 .bg,
  .before-graphics.event-cat-13 .bg,
  .before-graphics.event-cat-15 .bg,
  .before-graphics.event-cat-16 .bg,
  .before-graphics.event-cat-19 .bg,
  .before-graphics.event-cat-21 .bg,
  .before-graphics.event-cat-23 .bg,
  .before-graphics.event-cat-24 .bg,
  .before-graphics.event-cat-25 .bg,
  .before-graphics.event-cat-26 .bg,
  .before-graphics.event-cat-28 .bg,
  .before-graphics.event-cat-29 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_freiraum.png);
  }
}
.before-graphics.event-cat-4 .color-image {
  background-color: #ffe6ab;
}
.before-graphics.event-cat-4 .top {
  background-color: #4e67a2;
}
.before-graphics.event-cat-4 .bottom {
  background-color: #014386;
}
.before-graphics.event-cat-4 .right {
  background-image: url(../img/before/hdw_kachel_140x348_logo.png);
}
.before-graphics.event-cat-4 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_logo.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-4 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_logo.png);
  }
}
.before-graphics.event-cat-5 .color-image {
  background-color: #fea9a9;
}
.before-graphics.event-cat-5 .top {
  background-color: #6fd6da;
}
.before-graphics.event-cat-5 .bottom {
  background-color: #009ba3;
}
.before-graphics.event-cat-5 .right {
  background-image: url(../img/before/hdw_kachel_140x348_science-slam.png);
}
.before-graphics.event-cat-5 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_science-slam.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-5 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_science-slam.png);
  }
}
.before-graphics.event-cat-6 .color-image,
.before-graphics.event-cat-9 .color-image,
.before-graphics.event-cat-10 .color-image,
.before-graphics.event-cat-11 .color-image,
.before-graphics.event-cat-14 .color-image,
.before-graphics.event-cat-25 .color-image {
  background-color: #6fd6da;
}
.before-graphics.event-cat-6 .top,
.before-graphics.event-cat-9 .top,
.before-graphics.event-cat-10 .top,
.before-graphics.event-cat-11 .top,
.before-graphics.event-cat-14 .top,
.before-graphics.event-cat-25 .top {
  background-color: #fddca7;
}
.before-graphics.event-cat-6 .bottom,
.before-graphics.event-cat-9 .bottom,
.before-graphics.event-cat-10 .bottom,
.before-graphics.event-cat-11 .bottom,
.before-graphics.event-cat-14 .bottom,
.before-graphics.event-cat-25 .bottom {
  background-color: #f7a600;
}
.before-graphics.event-cat-6 .right,
.before-graphics.event-cat-9 .right,
.before-graphics.event-cat-10 .right,
.before-graphics.event-cat-11 .right,
.before-graphics.event-cat-14 .right,
.before-graphics.event-cat-25 .right {
  background-image: url(../img/before/hdw_kachel_140x348_tatsachen.png);
}
.before-graphics.event-cat-6 .image-over,
.before-graphics.event-cat-9 .image-over,
.before-graphics.event-cat-10 .image-over,
.before-graphics.event-cat-11 .image-over,
.before-graphics.event-cat-14 .image-over,
.before-graphics.event-cat-25 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_tatsachen.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-6 .bg,
  .before-graphics.event-cat-9 .bg,
  .before-graphics.event-cat-10 .bg,
  .before-graphics.event-cat-11 .bg,
  .before-graphics.event-cat-14 .bg,
  .before-graphics.event-cat-25 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_tatsachen.png);
  }
}
.before-graphics.event-cat-7 .color-image {
  background-color: #4e67a2;
}
.before-graphics.event-cat-7 .top {
  background-color: #ffe6ab;
}
.before-graphics.event-cat-7 .bottom {
  background-color: #fec300;
}
.before-graphics.event-cat-7 .right {
  background-image: url(../img/before/hdw_kachel_140x348_astroherbst.png);
}
.before-graphics.event-cat-7 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_astroherbst.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-7 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_astroherbst.png);
  }
}
.before-graphics.event-cat-8 .color-image {
  background-color: #ffe6ab;
}
.before-graphics.event-cat-8 .top {
  background-color: #8cc9e6;
}
.before-graphics.event-cat-8 .bottom {
  background-color: #00a6d3;
}
.before-graphics.event-cat-8 .right {
  background-image: url(../img/before/hdw_kachel_140x348_luftfahrt.png);
}
.before-graphics.event-cat-8 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_luftfahrt.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-8 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_luftfahrt.png);
  }
}
.before-graphics.event-cat-27 .color-image {
  background-color: #e55b3f;
}
.before-graphics.event-cat-27 .top {
  background-color: #cfdcad;
}
.before-graphics.event-cat-27 .bottom {
  background-color: #79ab29;
}
.before-graphics.event-cat-27 .right {
  background-image: url(../img/before/hdw_kachel_140x348_agimus.png);
}
.before-graphics.event-cat-27 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_agimus.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-27 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_agimus.png);
  }
}
.before-graphics.event-cat-101 .color-image {
  background-color: #2fc1e0;
}
.before-graphics.event-cat-101 .top {
  background-color: #93d9f0;
}
.before-graphics.event-cat-101 .bottom {
  background-color: #00b7de;
}
.before-graphics.event-cat-101 .right {
  background-image: url(../img/before/hdw_kachel_140x348_foerderer.png);
}
.before-graphics.event-cat-101 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_foerderer.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-101 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_foerderer.png);
  }
}
.before-graphics.event-cat-102 .color-image {
  background-color: #4e67a2;
}
.before-graphics.event-cat-102 .top {
  background-color: #86c5e1;
}
.before-graphics.event-cat-102 .bottom {
  background-color: #0095c5;
}
.before-graphics.event-cat-102 .right {
  background-image: url(../img/before/hdw_kachel_140x348_kalender.png);
}
.before-graphics.event-cat-102 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_kalender.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-102 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_kalender.png);
  }
}
.before-graphics.event-cat-103 .color-image {
  background-color: #bbeaed;
}
.before-graphics.event-cat-103 .top {
  background-color: #a2a8cc;
}
.before-graphics.event-cat-103 .bottom {
  background-color: #014386;
}
.before-graphics.event-cat-103 .right {
  background-image: url(../img/before/hdw_kachel_140x348_kontakt.png);
}
.before-graphics.event-cat-103 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_kontakt.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-103 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_kontakt.png);
  }
}
.before-graphics.event-cat-104 .color-image {
  background-color: #0095c5;
}
.before-graphics.event-cat-104 .top {
  background-color: #6fd6da;
}
.before-graphics.event-cat-104 .bottom {
  background-color: #00b3ba;
}
.before-graphics.event-cat-104 .right {
  background-image: url(../img/before/hdw_kachel_140x348_presse.png);
}
.before-graphics.event-cat-104 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_presse.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-104 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_presse.png);
  }
}
.before-graphics.event-cat-105 .color-image {
  background-color: #ffe6ab;
}
.before-graphics.event-cat-105 .top {
  background-color: #fff2c4;
}
.before-graphics.event-cat-105 .bottom {
  background-color: #ffde54;
}
.before-graphics.event-cat-105 .right {
  background-image: url(../img/before/hdw_kachel_140x348_team.png);
}
.before-graphics.event-cat-105 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_team.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-105 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_team.png);
  }
}
.before-graphics.event-cat-106 .color-image {
  background-color: #f46362;
}
.before-graphics.event-cat-106 .top {
  background-color: #fddca7;
}
.before-graphics.event-cat-106 .bottom {
  background-color: #f7a600;
}
.before-graphics.event-cat-106 .right {
  background-image: url(../img/before/hdw_kachel_140x348_weihnachten.png);
}
.before-graphics.event-cat-106 .image-over {
  background-image: url(../img/before/hdw_kachel_104x348_weihnachten.png);
}
@media (max-width: 767px) {
  .before-graphics.event-cat-106 .bg {
    background-image: url(../img/before/hdw_kachel_464x368_weihnachten.png);
  }
}
.link-box {
  height: 119px;
  background: #e0eef7 url(../img/link-box/hdw_kachel_1000x118_allgemein.png) no-repeat top left;
  display: block;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  padding: 15px 20px 15px 35px;
  position: relative;
  margin-bottom: 23px;
}
@media (max-width: 767px) {
  .link-box {
    padding: 8px 12px 8px 35px;
  }
}
.link-box:hover,
.link-box:focus {
  text-decoration: none;
}
.link-box h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .link-box h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
}
.link-box p {
  color: #666;
  font-size: 22px;
  line-height: 30px;
  font-family: 'alegreya_sanslight';
  position: absolute;
  z-index: 2;
  margin-bottom: 0;
}
@media (max-width: 1463px) {
  .link-box p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .link-box p {
    font-size: 20px;
    line-height: 26px;
  }
}
.link-box .arrow p:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 14px;
  background: url(../img/arrow.png) no-repeat top center;
  position: relative;
  margin-left: 4px;
  border-bottom: 1px solid transparent;
}
.link-box:hover p:after {
  border-bottom: 1px solid #00a8d1;
}
.link-box.twitter:after {
  content: "";
  display: block;
  width: 55px;
  height: 48px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -24px;
  background: url(../img/twitter-big.png) no-repeat center center;
}
.link-box.size-1 {
  height: 174px;
  background: url(../img/link-box/middle-02.png) no-repeat top left;
}
.link-box.size-1.twitter:after {
  top: auto;
  bottom: 50px;
}
.link-box.size-2 {
  height: 346px;
  background: url(../img/link-box/hdw_kachel_464x348_allgemein-3.png) no-repeat top left;
  /*background-size: cover;*/
  padding: 2px 23px;
}
.link-box.size-2 img {
  /*margin-top: 30px;*/
}
.link-box.size-2 h3 {
  margin-top: 2px;
  font-size: 22px;
  line-height: 30px;
  font-family: 'alegreya_sansbold';
  margin-bottom: 15px;
  text-transform: uppercase;
}
.link-box.size-2.twitter:after {
  top: auto;
  bottom: 50px;
}
@media (max-width: 1463px) {
  .link-box.size-2 {
    height: 300px;
  }
  .link-box.size-2 .image {
    display: none;
  }
  .link-box.size-2 .content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .link-box {
    width: 100%;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
  }
}
.citation {
  text-align: center;
  padding-top: 43px;
  margin: 0 auto 77px;
  max-width: 674px;
}
.citation p {
  font-family: 'alegreya_sanslight';
  font-size: 24px;
  line-height: 32px;
  color: white;
  margin-bottom: 3px;
}
.citation p.name {
  font-family: 'alegreyaitalic';
  color: white;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.citation.partner img {
  margin-bottom: 28px;
  max-width: 160px;
}
.citation.partner p {
  color: #666;
}
.content .citation p {
  color: #666;
}
.content .citation p.name {
  color: #666;
}
.homepage-box {
  margin-bottom: 23px;
  padding: 2px 23px;
  height: 346px;
  text-decoration: none;
  -webkit-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.5);
  display: block;
  background-repeat: no-repeat;
  background-position: right top;
  /*background-size: cover;*/
}
@media (max-width: 1463px) {
  .homepage-box {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .homepage-box {
    width: 100%;
    max-width: 384px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 12px;
    padding-right: 12px;
  }
}
.homepage-box:hover,
.homepage-box:focus {
  text-decoration: none;
}
.homepage-box.event-cat-0 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_kiwi.png);
}
.homepage-box.event-cat-0 h3 {
  color: #FFF;
}
.homepage-box.event-cat-1 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_kiwi.png);
}
.homepage-box.event-cat-1 h3 {
  color: #FFF;
}
.homepage-box.event-cat-2 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_energiecafe.png);
}
.homepage-box.event-cat-2 h3 {
  color: #FFF;
}
.homepage-box.event-cat-3,
.homepage-box.event-cat-12,
.homepage-box.event-cat-13,
.homepage-box.event-cat-15,
.homepage-box.event-cat-16,
.homepage-box.event-cat-19,
.homepage-box.event-cat-21,
.homepage-box.event-cat-23,
.homepage-box.event-cat-24,
.homepage-box.event-cat-25,
.homepage-box.event-cat-26,
.homepage-box.event-cat-28,
.homepage-box.event-cat-29 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_freiraum.png);
}
.homepage-box.event-cat-3 h3,
.homepage-box.event-cat-12 h3,
.homepage-box.event-cat-13 h3,
.homepage-box.event-cat-15 h3,
.homepage-box.event-cat-16 h3,
.homepage-box.event-cat-19 h3,
.homepage-box.event-cat-21 h3,
.homepage-box.event-cat-23 h3,
.homepage-box.event-cat-24 h3,
.homepage-box.event-cat-25 h3,
.homepage-box.event-cat-26 h3,
.homepage-box.event-cat-28 h3,
.homepage-box.event-cat-29 h3 {
  color: #FFF;
}
.homepage-box.event-cat-4 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_logo.png);
}
.homepage-box.event-cat-4 h3 {
  color: #FFF;
}
.homepage-box.event-cat-5 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_science-slam.png);
}
.homepage-box.event-cat-5 h3 {
  color: #FFF;
}
.homepage-box.event-cat-6,
.homepage-box.event-cat-9,
.homepage-box.event-cat-10,
.homepage-box.event-cat-11,
.homepage-box.event-cat-14,
.homepage-box.event-cat-25 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_tatsachen.png);
}
.homepage-box.event-cat-6 h3,
.homepage-box.event-cat-9 h3,
.homepage-box.event-cat-10 h3,
.homepage-box.event-cat-11 h3,
.homepage-box.event-cat-14 h3,
.homepage-box.event-cat-25 h3 {
  color: #FFF;
}
.homepage-box.event-cat-7 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_astroherbst.png);
}
.homepage-box.event-cat-7 h3 {
  color: #FFF;
}
.homepage-box.event-cat-8 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_luftfahrt.png);
}
.homepage-box.event-cat-8 h3 {
  color: #FFF;
}
.homepage-box.event-cat-27 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_agimus.png);
}
.homepage-box.event-cat-27 h3 {
  color: #FFF;
}
.homepage-box.event-cat-101 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_foerderer.png);
}
.homepage-box.event-cat-101 h3 {
  color: #FFF;
}
.homepage-box.event-cat-102 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_kalender.png);
}
.homepage-box.event-cat-102 h3 {
  color: #FFF;
}
.homepage-box.event-cat-103 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_kontakt.png);
}
.homepage-box.event-cat-103 h3 {
  color: #FFF;
}
.homepage-box.event-cat-104 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_presse.png);
}
.homepage-box.event-cat-104 h3 {
  color: #FFF;
}
.homepage-box.event-cat-105 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_team.png);
}
.homepage-box.event-cat-105 h3 {
  color: #FFF;
}
.homepage-box.event-cat-106 {
  background-image: url(../img/homepage-box/hdw_kachel_464x348_weihnachten.png);
}
.homepage-box.event-cat-106 h3 {
  color: #FFF;
}
.homepage-box h3 {
  margin-top: 2px;
  font-size: 22px;
  line-height: 30px;
  font-family: 'alegreya_sansbold';
  margin-bottom: 45px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .homepage-box h3 {
    font-size: 18px;
  }
}
.homepage-box h1 {
  font-family: 'alegreya_sans_scmedium';
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 0;
  color: white;
}
@media (max-width: 767px) {
  .homepage-box h1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.homepage-box p.sub-h1 {
  font-size: 25px;
  line-height: 25px;
  font-family: 'alegreya_sanslight';
  margin-bottom: 3px;
  color: white;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .homepage-box p.sub-h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .homepage-box p.sub-h1 {
    font-size: 22px;
    line-height: 22px;
  }
}
.homepage-box h2 {
  font-size: 30px;
  line-height: 30px;
  font-family: 'alegreya_sanslight';
  color: white;
  margin-bottom: 0px;
  margin-top: 20px;
  text-transform: uppercase;
}
@media (max-width: 1463px) {
  .homepage-box h2 {
    margin-bottom: 10px;
    font-size: 25px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .homepage-box h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .homepage-box h2 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
  }
}
.homepage-box p {
  font-size: 22px;
  line-height: 30px;
  font-family: 'alegreya_sanslight';
  color: white;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .homepage-box p {
    font-size: 20px;
  }
}
@media (max-width: 1463px) {
  .homepage-box p {
    font-size: 20px;
  }
}
.home-teaser-small h1 {
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .home-teaser-small h1 {
    font-size: 28px;
    line-height: 28px;
  }
}
.home-teaser-small p {
  font-size: 20px;
  line-height: 25px;
}
.event-accordion,
.accordion {
  border-top: 1px solid #666666;
  margin-bottom: 30px;
}
.event-accordion .accordion-item,
.accordion .accordion-item {
  border-bottom: 1px solid #666666;
}
.event-accordion .accordion-item .accordion-header,
.accordion .accordion-item .accordion-header {
  font-size: 24px;
  line-height: 30px;
  font-family: 'alegreya_sansbold';
  padding: 6px 0;
  cursor: pointer;
}
.event-accordion .accordion-item .accordion-header .arrow-icon,
.accordion .accordion-item .accordion-header .arrow-icon {
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url(../img/arrow.png) no-repeat;
  transform: rotate(90deg);
  transition: transform 0.2s;
  margin-left: 3px;
}
.event-accordion .accordion-item .accordion-header.active .arrow-icon,
.accordion .accordion-item .accordion-header.active .arrow-icon {
  transform: rotate(-90deg);
  transition: transform 0.2s;
}
.event-accordion .accordion-item .accordion-content,
.accordion .accordion-item .accordion-content {
  display: none;
  padding: 10px 0;
}
.event-accordion .accordion-item .accordion-content img,
.accordion .accordion-item .accordion-content img {
  margin-bottom: 26px;
}
.event-accordion .accordion-item .accordion-content > *:last-child,
.accordion .accordion-item .accordion-content > *:last-child {
  margin-bottom: 0px;
}
.ce-gallery {
  margin-bottom: 30px;
}
.events .event-pager {
  padding-bottom: 5px;
  border-bottom: 1px solid black;
}
.events .event-pager:before,
.events .event-pager:after {
  content: " ";
  display: table;
}
.events .event-pager:after {
  clear: both;
}
.events .event-pager:before,
.events .event-pager:after {
  content: " ";
  display: table;
}
.events .event-pager:after {
  clear: both;
}
.events .event-pager.end {
  border-bottom: none;
  border-top: 1px solid black;
  padding-bottom: 0;
  padding-top: 4px;
}
.events .event-pager a {
  font-size: 24px;
  line-height: 30px;
  font-family: "alegreya_sansbold";
}
.events .event-pager a.prev {
  float: left;
}
.events .event-pager a.prev:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow-light.png);
  transform: rotate(180deg);
  margin-right: 4px;
}
.events .event-pager a.next {
  float: right;
}
.events .event-pager a.next:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow-light.png);
  margin-left: 4px;
}
.events .item .name {
  font-weight: bold;
  color: #666;
}
.events .item .name:hover {
  color: #666;
  text-decoration: underline;
}
.events .item .name:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow-light.png);
  margin-left: 4px;
}
.event-list {
  margin-bottom: 60px;
}
.event-list h1 {
  text-transform: uppercase;
  margin-bottom: 15px;
}
.event-list h1 + p {
  font-size: 24px;
  margin-bottom: 15px;
}
.event-list form {
  background: #054784;
  padding: 18px 19px;
  margin-bottom: 45px;
}
.event-list form .form-group {
  margin-bottom: 10px;
}
.event-list form .form-group span {
  color: white;
}
.event-list form .form-group.filter {
  padding: 24px 0 18px;
}
.event-list form .form-control {
  height: 40px;
  border-radius: 0;
  line-height: 40px;
  font-size: 18px;
  outline: none !important;
  box-shadow: none !important;
  border: none;
}
@media (max-width: 767px) {
  .event-list form .form-control.datepicker {
    margin-bottom: 10px;
  }
}
.event-list form .mr {
  padding-right: 60px;
  position: relative;
}
@media (max-width: 1023px) {
  .event-list form .mr {
    padding-right: 24px/2;
  }
}
.event-list form .datepicker-icon {
  position: absolute;
  width: 34px;
  height: 40px;
  background: url(../img/datepicker/datepicker.png) no-repeat center center;
  top: 0;
  right: 68px;
  display: block;
  pointer-events: none;
}
@media (max-width: 1023px) {
  .event-list form .datepicker-icon {
    right: 20px;
  }
}
.event-list form label {
  color: white;
}
.event-list form input[type=checkbox] {
  display: none;
}
.event-list form input[type=checkbox] + label {
  position: relative;
  cursor: pointer;
  padding-left: 20px;
}
@media (max-width: 766px) {
  .event-list form input[type=checkbox] + label {
    padding-left: 0;
  }
}
.event-list form input[type=checkbox] + label:before {
  content: "a";
  width: 25px;
  height: 25px;
  line-height: 25px;
  display: inline-block;
  background: white;
  color: white;
  text-align: center;
  padding-top: 2px;
  margin-right: 9px;
}
.event-list form input[type=checkbox]:checked + label:before {
  content: "✓";
  color: #666;
}
.event-list form .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  font-weight: bold;
  display: inline-block;
}
@media (max-width: 1023px) {
  .event-list form .btn {
    font-size: 15px;
  }
}
@media (max-width: 766px) {
  .event-list form .btn {
    font-size: 16px;
  }
}
@media (max-width: 766px) {
  .event-list form .btn.btn-primary {
    margin-bottom: 30px;
  }
}
.event-list .current-headline {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 0;
  border-bottom: 1px solid black;
  padding: 7px 0;
  margin-bottom: 4px;
}
.event-list dl {
  margin-bottom: 0;
}
.event-list dl:before,
.event-list dl:after {
  content: " ";
  display: table;
}
.event-list dl:after {
  clear: both;
}
.event-list dl:before,
.event-list dl:after {
  content: " ";
  display: table;
}
.event-list dl:after {
  clear: both;
}
.event-list dl dt {
  font-weight: normal;
  width: 100px;
  display: block;
  clear: left;
  float: left;
}
@media (max-width: 767px) {
  .event-list dl dt {
    float: none;
  }
}
.event-list dl dd {
  float: left;
  display: block;
  width: calc(100% - 100px);
}
@media (max-width: 767px) {
  .event-list dl dd {
    width: 100%;
    float: none;
  }
}
.event-detail {
  margin-bottom: 200px;
}
.event-detail .event-pager {
  padding-bottom: 9px;
}
.event-detail .event-pager.end {
  padding-top: 9px;
}
.event-detail .detail {
  padding: 16px 0 38px;
  border-bottom: 1px solid black;
  margin-bottom: 15px;
}
.event-detail .detail .no-mb {
  margin-bottom: 0;
}
.event-detail .detail h1 {
  margin-bottom: 15px;
}
.event-detail .detail dl {
  margin-bottom: 0;
}
.event-detail .detail dl:before,
.event-detail .detail dl:after {
  content: " ";
  display: table;
}
.event-detail .detail dl:after {
  clear: both;
}
.event-detail .detail dl:before,
.event-detail .detail dl:after {
  content: " ";
  display: table;
}
.event-detail .detail dl:after {
  clear: both;
}
.event-detail .detail dl dt {
  font-weight: normal;
  width: 145px;
  display: block;
  clear: left;
  float: left;
}
@media (max-width: 767px) {
  .event-detail .detail dl dt {
    float: none;
  }
}
.event-detail .detail dl dd {
  float: left;
  display: block;
  width: calc(100% - 145px);
}
.event-detail .detail dl dd .place {
  font-weight: bold;
}
@media (max-width: 767px) {
  .event-detail .detail dl dd {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
}
.event-detail h2 {
  margin-bottom: 30px;
}
.event-detail a.more {
  display: block;
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 30px;
  font-family: "alegreya_sansbold";
}
.event-detail a.more:after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(../img/arrow-light.png);
  margin-left: 4px;
}
/*! jQuery UI - v1.12.1 - 2017-03-01
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}
/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}
.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  /*color: #333333;*/
}
.ui-widget-content a {
  /*color: #333333;*/
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  /*color: #333333;*/
  font-weight: bold;
}
.ui-widget-header a {
  /*color: #333333;*/
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}
.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}
.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../img/datepicker/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("../img/datepicker/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../img/datepicker/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../img/datepicker/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../img/datepicker/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../img/datepicker/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
  background-image: url("../img/datepicker/ui-icons_777777_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-caret-1-n {
  background-position: 0 0;
}
.ui-icon-caret-1-ne {
  background-position: -16px 0;
}
.ui-icon-caret-1-e {
  background-position: -32px 0;
}
.ui-icon-caret-1-se {
  background-position: -48px 0;
}
.ui-icon-caret-1-s {
  background-position: -65px 0;
}
.ui-icon-caret-1-sw {
  background-position: -80px 0;
}
.ui-icon-caret-1-w {
  background-position: -96px 0;
}
.ui-icon-caret-1-nw {
  background-position: -112px 0;
}
.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}
.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* support: IE8 */
}
.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}
@media (max-width: 1279px) {
  #header {
    position: relative;
  }
  body {
    margin-top: 0;
  }
  .fixed-navigation-wrap {
    margin-bottom: 15px;
  }
  #footer p:before,
  #footer p:after {
    content: " ";
    display: table;
  }
  #footer p:after {
    clear: both;
  }
  #footer p:before,
  #footer p:after {
    content: " ";
    display: table;
  }
  #footer p:after {
    clear: both;
  }
  #footer .row > * {
    margin-bottom: 30px;
  }
  #header .top-header {
    padding-bottom: 4px;
  }
  #header .row {
    height: auto;
  }
  #header #meta-nav li {
    display: none;
  }
  #header .lookup {
    top: 37px;
    bottom: auto;
    right: 90px;
  }
  #header .lookup form {
    position: absolute;
    top: 68px;
    right: -33px;
    width: 240px;
  }
  #header .lookup form:before {
    border-width: 0 17px 15px 18px;
    right: 26px;
  }
  #header a.logo {
    position: static;
    margin: 30px 0 40px;
    float: right;
    max-width: calc(90% - 69px);
  }
  #header #service-nav {
    display: none;
  }
  #header .nav-toggle {
    margin-top: 25px;
    position: absolute;
    display: block;
    background: url('../img/nav-toggle-02.png') no-repeat center 2px;
    top: 97px;
    width: 54px;
    height: 45px;
    cursor: pointer;
    color: #00a1d1;
    font-size: 14px;
    text-align: center;
    padding-top: 28px;
    text-transform: uppercase;
  }
  #header .search-toggle {
    display: none;
    background: url('../img/header-search-toggle.png') no-repeat center 2px;
    position: absolute;
    top: 97px;
    left: 54px;
    width: 65px;
    height: 45px;
    cursor: pointer;
    color: #6e6b6b;
    font-size: 14px;
    text-align: center;
    padding-top: 28px;
    text-transform: uppercase;
    border-right: 1px solid #cfcfcf;
  }
  #header #main-nav {
    padding-top: 15px;
    padding-bottom: 15px;
    display: none;
    position: static;
    clear: both;
    margin-left: -12px;
    margin-right: -12px;
  }
  #header #main-nav .container-fluid {
    padding-left: 0;
    padding-right: 0;
  }
  #header #main-nav ul {
    width: 100%;
  }
  #header #main-nav ul li {
    float: none;
    width: 100%;
    position: relative;
    min-height: 0;
  }
  #header #main-nav ul li.resp {
    display: block;
  }
  #header #main-nav ul li.active a {
    color: #054784 !important;
    background: #fff !important;
  }
  #header #main-nav ul li a {
    border: 0;
    padding: 7px 10px;
    border-bottom: 1px solid #054784;
    margin: 0;
    min-height: 76px;
  }
  #header #main-nav ul li a:hover {
    border: 0;
    border-bottom: 1px solid #054784;
    color: #000;
    background: #fff;
  }
  #header #main-nav ul li a:after {
    display: none;
  }
  #header #main-nav ul li:hover ul {
    display: none;
  }
  #header #main-nav ul li:hover a {
    background: none !important;
    color: #054784 !important;
  }
  #header #main-nav ul li span.ico {
    background: url('../img/responsive-subnav-open.png') no-repeat center center;
    position: absolute;
    right: 0;
    top: 20px;
    height: 35px;
    width: 62px;
    cursor: pointer;
  }
  #header #main-nav ul li span.ico.opened {
    background: url('../img/responsive-subnav-close.png') no-repeat center center;
  }
  #header #main-nav ul li ul {
    position: static;
    display: none;
    border: 0;
    padding-bottom: 0;
  }
  #header #main-nav ul li ul li a {
    padding: 9px 20px;
    min-height: 0;
  }
  #header #main-nav ul li ul li:last-child a {
    border-bottom: 2px solid #054784;
  }
  #header #main-nav ul li ul li.active a {
    color: #00a8d1 !important;
  }
  #header #main-nav ul li ul ul li a {
    padding: 9px 25px;
  }
  #header #main-nav ul li ul ul li ul li a {
    padding: 9px 30px;
  }
  #header #main-nav ul li .menu-col:last-child ul li:last-child a {
    border-bottom: none;
  }
  #header .search {
    position: static;
    width: auto;
    clear: both;
    float: none !important;
    padding: 10px 0;
    display: none;
  }
  div.csc-textpic .csc-textpic-imagewrap {
    float: none;
    margin: 0;
  }
  .csc-textpic-text {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .tx-powermail {
    width: 100%;
  }
  .tx-powermail .powermail_fieldwrap {
    padding-left: 0;
  }
  .tx-powermail .powermail_fieldwrap label {
    width: 100%;
    position: static;
  }
  .tx-powermail .powermail_fieldwrap_reset,
  .tx-powermail .powermail_fieldwrap_submit {
    float: none;
    width: 100%;
  }
  .tx-powermail .powermail_captcha {
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
  .tx-powermail .powermail_captchaimage {
    float: none;
  }
}
@media (max-width: 480px) {
  .audiojs {
    width: 270px;
  }
  .audiojs .scrubber {
    width: 100px;
  }
}
@media (max-width: 390px) {
  #header #subnav {
    top: 29px;
    bottom: auto;
    right: 85px;
  }
  #header .lookup form {
    position: absolute;
    top: 56px;
    right: -33px;
    width: 240px;
  }
  #header .lookup form:before {
    right: 26px;
  }
}
body {
  -ms-overflow-style: scrollbar !important;
}
.container-fluid {
  position: relative;
}
i,
em {
  font-family: 'fira_sans_otlightitalic';
  font-style: normal;
}
.homepage .main.blue-bg {
  background: #054784;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00a1cd+0,054784+69 */
  background: #00a1cd;
  /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover, #00a1cd 0%, #054784 80%);
  /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover, #00a1cd 0%, #054784 80%);
  /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, #00a1cd 0%, #054784 80%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a1cd', endColorstr='#054784', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.content.bg-white {
  background: #f3f4f8;
}
.content.bg-white .container-fluid > .row {
  padding-bottom: 40px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
#google-maps {
  margin-bottom: 20px;
}
/*==============================================================*
 *     SCREEN                                                   *
 *==============================================================*/
/*==============================================================*
 *     COLORS                                                   *
 *==============================================================*/
/*==============================================================*
 *     TYPOGRAPHY (typography.less)                             *
 *==============================================================*/
/*==============================================================*
 *     NAVIGATION (nav.less)                                    *
 *==============================================================*/
/*==============================================================*
 *     HEADER (header.less)                                     *
 *==============================================================*/
/*==============================================================*
 *     BREADCRUMB (breadcrumb.less)                             *
 *==============================================================*/
/*==============================================================*
 *     PANELS (panels.less)                                     *
 *==============================================================*/
/*==============================================================*
 *     BUTTONS (buttons.less)                                   *
 *==============================================================*/
/*==============================================================*
 *     TABS (tabs.less)                                         *
 *==============================================================*/
/*==============================================================*
 *     FORM (form.less)                                         *
 *==============================================================*/
/*==============================================================*
 *     SEARCH (search.less)                                     *
 *==============================================================*/
/*==============================================================*
 *     GOOGLE MAP (gmap.less)                                   *
 *==============================================================*/
/*==============================================================*
 *     SLIDESHOW (slideshow.less)                               *
 *==============================================================*/
/*==============================================================*
 *     TABLES (table.less)                                      *
 *==============================================================*/
/*==============================================================*
 *     FOOTER (footer.less)                                     *
 *==============================================================*/
/*==============================================================*
 *     RESPONSIVE (responsive.less)                             *
 *==============================================================*/
@media (min-width: 1280px) {
  .hidden-desktop {
    display: none !important;
  }
}
.visible-desktop {
  display: none !important;
}
@media (min-width: 1280px) {
  .visible-desktop {
    display: block !important;
  }
}
