@charset "UTF-8";
/*!
 * Greiner v0.0.1
 *
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Hiragino Kaku Gothic", "Meiryo UI", Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  color: #666666;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #009fda;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00678e;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #fcfcfc;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -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-default.disabled,
.btn-primary.disabled,
.btn-success.disabled,
.btn-info.disabled,
.btn-warning.disabled,
.btn-danger.disabled,
.btn-default[disabled],
.btn-primary[disabled],
.btn-success[disabled],
.btn-info[disabled],
.btn-warning[disabled],
.btn-danger[disabled],
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-danger {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active,
.button-link.active,
.button-link:active {
  background-image: none;
}
.btn-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009fda), to(#00729d));
  background-image: linear-gradient(to bottom, #009fda 0%, #00729d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009fda', endColorstr='#ff00729d', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #006b93;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #00729d;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00729d;
  border-color: #006b93;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #00729d;
  background-image: none;
}
.btn-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #3e8f3e;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #28a4c9;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #e38d13;
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc12e2a', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #b92c28;
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
  background-color: #e8e8e8;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009fda), to(#008cc1));
  background-image: linear-gradient(to bottom, #009fda 0%, #008cc1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009fda', endColorstr='#ff008cc1', GradientType=0);
  background-color: #008cc1;
}
.navbar-default {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffffffff', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#008cc1), to(#0098d0));
  background-image: linear-gradient(to bottom, #008cc1 0%, #0098d0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008cc1', endColorstr='#ff0098d0', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand,
.navbar-nav > li > a,
.search-button-primary {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.navbar-inverse {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
  background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border-radius: 4px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
  background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
  -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#009fda), to(#008cc1));
    background-image: linear-gradient(to bottom, #009fda 0%, #008cc1 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009fda', endColorstr='#ff008cc1', GradientType=0);
  }
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  border-color: #b2dba1;
}
.alert-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
  border-color: #9acfea;
}
.alert-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
  border-color: #f5e79e;
}
.alert-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ececec));
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffececec', GradientType=0);
  border-color: #d9d9d9;
}
.progress {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009fda), to(#007aa7));
  background-image: linear-gradient(to bottom, #009fda 0%, #007aa7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009fda', endColorstr='#ff007aa7', GradientType=0);
}
.progress-bar-success {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
  background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
  background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
  background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
  background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f', endColorstr='#ffc9302c', GradientType=0);
}
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #007aa7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009fda), to(#0083b4));
  background-image: linear-gradient(to bottom, #009fda 0%, #0083b4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009fda', endColorstr='#ff0083b4', GradientType=0);
  border-color: #0083b4;
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#009fda), to(#008cc1));
  background-image: linear-gradient(to bottom, #009fda 0%, #008cc1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009fda', endColorstr='#ff008cc1', GradientType=0);
}
.panel-success > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
  background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
  background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
  background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f2f2f2));
  background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
}
.well {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
  border-color: #dcdcdc;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
@media print, screen and (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media print, screen and (min-width: 992px) {
  .container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 980px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
}
.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 print, screen and (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media print, screen and (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: #1e1e1e;
}
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: #cccccc;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
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: 9px;
  margin-bottom: 9px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 15px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
}
@media print, screen and (min-width: 768px) {
  .lead {
    font-size: 18px;
  }
}
small,
.small {
  font-size: 91%;
}
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: #cccccc;
}
.text-primary {
  color: #009fda;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #007aa7;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #009fda;
}
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #007aa7;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #ffffff;
}
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e6e6e6;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #fcfcfc;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled,
.list-inline,
.list-path {
  padding-left: 0;
  list-style: none;
}
.list-inline,
.list-path {
  padding-left: 0;
  list-style: none;
  margin-left: 0 !important;
  padding-left: 0 !important;
  margin-left: -5px;
}
.list-inline > li,
.list-path > li {
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
}
.list-inline > li:before,
.list-path > li:before {
  display: none;
}
.list-inline > li,
.list-path > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media print, screen and (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #cccccc;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 15px;
  border-left: 5px solid #fcfcfc;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.5;
  color: #cccccc;
}
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 #fcfcfc;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.5;
}
code,
kbd,
pre,
samp {
  font-family: "Hiragino Kaku Gothic", "Meiryo UI", 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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #666666;
  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;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: inherit;
  color: #666666;
  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;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 9px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  color: #999999;
  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;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  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, -webkit-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: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fcfcfc;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 28px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 42px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  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 {
  position: relative;
  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: 9px;
  padding-bottom: 9px;
  margin-bottom: 0;
  min-height: 30px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 28px;
  line-height: 28px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 28px;
  min-height: 29px;
  padding: 6px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.input-lg {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 42px;
  line-height: 42px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 42px;
  line-height: 42px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 42px;
  min-height: 33px;
  padding: 11px 16px;
  font-size: 15px;
  line-height: 1.33;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 28px;
  height: 28px;
  line-height: 28px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  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,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  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,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  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: #ffffff;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #a6a6a6;
}
@media print, screen and (min-width: 768px) {
  .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 .form-control-static {
    display: inline-block;
  }
  .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: 9px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -10px;
  margin-right: -10px;
}
@media print, screen and (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 9px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 10px;
}
@media print, screen and (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 11px;
  }
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #ffffff;
  border: 1px solid #ccc;
}
.list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
a.list-group-item,
button.list-group-item {
  color: #1e1e1e;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
button.list-group-item:hover,
a.list-group-item:focus,
button.list-group-item:focus {
  text-decoration: none;
  color: #1e1e1e;
  background-color: #009fda;
}
button.list-group-item {
  width: 100%;
  text-align: left;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  background-color: #fcfcfc;
  color: #cccccc;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #cccccc;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #ffffff;
  background-color: #009fda;
  border-color: #009fda;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #666666;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
button.list-group-item-success:hover,
a.list-group-item-success:focus,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
button.list-group-item-success.active,
a.list-group-item-success.active:hover,
button.list-group-item-success.active:hover,
a.list-group-item-success.active:focus,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
button.list-group-item-info:hover,
a.list-group-item-info:focus,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
button.list-group-item-info.active,
a.list-group-item-info.active:hover,
button.list-group-item-info.active:hover,
a.list-group-item-info.active:focus,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
button.list-group-item-warning:hover,
a.list-group-item-warning:focus,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
button.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
button.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #ffffff;
}
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
button.list-group-item-danger:hover,
a.list-group-item-danger:focus,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #f2f2f2;
}
a.list-group-item-danger.active,
button.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
button.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.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 .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 42px;
  padding: 10px 16px;
  font-size: 15px;
  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: 42px;
  line-height: 42px;
}
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: 28px;
  padding: 5px 10px;
  font-size: 11px;
  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: 28px;
  line-height: 28px;
}
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: 8px 12px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
  color: #999999;
  text-align: center;
  background-color: #fcfcfc;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 15px;
  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 {
  z-index: 2;
  margin-left: -1px;
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #cccccc;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  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: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #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-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #ffffff;
}
.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: #f2f2f2;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .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;
  }
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../assets/fonts/glyphicons-halflings-regular.eot');
  src: url('../assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../assets/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../assets/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: "\002a";
}
.glyphicon-plus:before {
  content: "\002b";
}
.glyphicon-euro:before,
.glyphicon-eur: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";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12px;
  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: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a,
.filter ul.multiselect-container > li > span {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.5;
  color: #666666;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #595959;
  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: #009fda;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #cccccc;
}
.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: 11px;
  line-height: 1.5;
  color: #cccccc;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn,
.button-link {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
.button-link:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus,
.button-link:focus,
.button-link:hover {
  color: #009fda;
  text-decoration: none;
}
.btn:active,
.btn.active,
.button-link.active,
.button-link: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,
.button-link.disabled {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.btn-default:focus,
.btn-default.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.btn-default:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #009fda;
}
.btn-default .badge {
  color: #fff;
  background-color: #009fda;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.btn-primary {
  color: #fff;
  background-color: #009fda;
  border-color: #008cc1;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #007aa7;
  border-color: #002f41;
}
.btn-primary:hover {
  color: #fff;
  background-color: #007aa7;
  border-color: #006083;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #007aa7;
  border-color: #006083;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #006083;
  border-color: #002f41;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #009fda;
  border-color: #008cc1;
}
.btn-primary .badge {
  color: #009fda;
  background-color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #009fda;
  border-color: #008cc1;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-link {
  color: #009fda;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00678e;
  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: #cccccc;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  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%;
}
.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 + .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,
.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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child:not(:first-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-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.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-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  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: #ffffff;
  border-color: #a94442;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #973d3b;
}
.alert-danger .alert-link {
  color: #843534;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #cccccc;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge,
.btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #009fda;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a,
.search-button-primary {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #999999;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #999999;
  border-color: #009fda;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #fcfcfc #fcfcfc #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #999999;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media print, screen and (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #009fda;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media print, screen and (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media print, screen and (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 38px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media print, screen and (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media print, screen and (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media print, screen and (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -10px;
  margin-left: -10px;
}
@media print, screen and (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media print, screen and (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media print, screen and (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 10px;
  font-size: 15px;
  line-height: 18px;
  height: 38px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -10px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 10px;
  padding: 9px 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media print, screen and (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 5px -10px;
}
.navbar-nav > li > a,
.search-button-primary {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media print, screen and (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a,
  .search-button-primary {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.navbar-form {
  margin-left: -10px;
  margin-right: -10px;
  padding: 10px 10px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 2px;
  margin-bottom: 2px;
}
@media print, screen and (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}
.navbar-btn.btn-sm {
  margin-top: 5px;
  margin-bottom: 5px;
}
.navbar-btn.btn-xs {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-text {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -10px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #1e1e1e;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #040404;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #1e1e1e;
}
.navbar-default .navbar-nav > li > a {
  color: #1e1e1e;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #009fda;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #009fda;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #009fda;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: transparent;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #009fda;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #1e1e1e;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #009fda;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #009fda;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #1e1e1e;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.navbar-default .btn-link {
  color: #1e1e1e;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #f2f2f2;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a {
  color: #f2f2f2;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #f2f2f2;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #f2f2f2;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #f2f2f2;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.breadcrumb {
  padding: 6px 0;
  margin-bottom: 18px;
  list-style: none;
  background-color: transparent;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "»\00a0";
  padding: 0 5px;
  color: #999999;
}
.breadcrumb > .active {
  color: #666666;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 8px 12px;
  line-height: 1.5;
  text-decoration: none;
  color: #cccccc;
  background-color: transparent;
  border: 1px solid #cccccc;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #009fda;
  background-color: #fcfcfc;
  border-color: #cccccc;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #009fda;
  background-color: #fcfcfc;
  border-color: #cccccc;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
  border-color: #cccccc;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 1.33;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #fcfcfc;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #cccccc;
  background-color: transparent;
  cursor: not-allowed;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #009fda;
  border: 1px solid $#009fda;
  border: 1px solid rgba(0, 159, 218, 0.8);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  padding: 30px;
}
.modal-footer {
  padding: 30px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media print, screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media print, screen and (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Hiragino Kaku Gothic", "Meiryo UI", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Hiragino Kaku Gothic", "Meiryo UI", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.5;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #009fda;
}
.thumbnail .caption {
  padding: 9px;
  color: #666666;
}
.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}
.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.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: #cccccc;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #b3b3b3;
}
.label-primary {
  background-color: #009fda;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #007aa7;
}
.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;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  background-color: #009fda;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.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 caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.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: 3px;
}
.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: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  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: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  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: #666666;
  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: #666666;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #009fda;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #009fda;
  border-color: #009fda;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #009fda;
}
.panel-primary > .panel-heading .badge {
  color: #009fda;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #009fda;
}
.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: #a94442;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #ffffff;
  border-color: #a94442;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #a94442;
}
.panel-danger > .panel-heading .badge {
  color: #ffffff;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #a94442;
}
@-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 screen and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media screen and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media print, screen and (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.dl-horizontal dd:before,
.dl-horizontal dd: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,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after,
.panel-body:before,
.panel-body:after,
.list-path:before,
.list-path:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.modal-header:after,
.modal-footer:after,
.panel-body:after,
.list-path:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]: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;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "gbo";
  src: url("../assets/fonts/gbo.eot");
  src: url("../assets/fonts/gbo.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/gbo.woff") format("woff"), url("../assets/fonts/gbo.ttf") format("truetype"), url("../assets/fonts/gbo.svg#gbo") format("svg");
  font-weight: normal;
  font-style: normal;
}
.search-icon {
  display: inline-block;
  margin-top: -1px;
  font-family: "gbo" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  vertical-align: middle;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.search-icon-lg {
  color: #009fda;
  font-size: 400%;
  margin-bottom: 18px;
}
.search-icon-image {
  position: relative;
  width: 160px;
  height: 120px;
  background-color: #f2fafd;
}
.search-icon-image:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  margin-top: -25px;
  color: #009fda;
  font-size: 50px;
  line-height: 1;
  text-align: center;
}
.search-icon-file-acrobat:before {
  content: "\e000";
}
.search-icon-file-zipped:before {
  content: "\e001";
}
.search-icon-tx_faqs_domain_model_faq:before {
  content: "\e002";
}
.search-icon-product:before {
  content: "\e003";
}
.search-icon-tx_webinars_domain_model_webinar:before {
  content: "\e004";
}
.search-icon-tx_news_domain_model_news:before {
  content: "\e005";
}
.search-icon-tx_testimonials_domain_model_testimonial:before {
  content: "\e006";
}
.search-icon-video-meeting-circle:before {
  content: "\e007";
}
.search-icon-pages:before {
  content: "\e008";
}
.search-icon-tt_address-13:before {
  content: "\e009";
}
.search-icon-kein-ergebnis:before {
  content: "\e00a";
}
.search-icon-tt_address-8:before {
  content: "\e00b";
}
.search-icon-tx_downloads_domain_model_download:before {
  content: "\e00c";
}
.search-icon-tt_address:before {
  content: "\e009";
}
.search-icon-marker-2:before {
  content: "\e00d";
}
.search-icon-facebook-square:before {
  content: "\e010";
}
.search-icon-xing-square:before {
  content: "\e00f";
}
.search-icon-xing:before {
  content: "\e00e";
}
.search-icon-facebook:before {
  content: "\e011";
}
.search-icon-linkedin-square:before {
  content: "\e012";
}
.search-icon-linkedin:before {
  content: "\e013";
}
.icon-large {
  font-size: 30px;
}
.icon-gray {
  color: #acacac;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.2;
  color: #1e1e1e;
  word-break: break-word;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 18px;
  margin-top: 0;
}
h2,
.h2 {
  margin-top: 5px;
}
h3,
.h3 {
  margin-top: 20px;
  color: #333333;
}
h3.gray {
  color: #656565;
  font-weight: bold;
  margin-bottom: 0;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-bottom: 9px;
  margin-top: 5.5px;
  color: #333333;
  font-weight: normal;
}
h4,
.h4 {
  font-weight: normal;
  color: #009fda;
}
h6,
.h6 {
  color: #cccccc;
}
.sidebar h3,
.sidebar .h3 {
  padding-left: 15px;
}
.italic {
  font-style: italic;
}
p {
  font-size: 14px;
}
p img {
  display: inline;
  float: right;
  padding: 10px 0 10px 10px;
}
p.flex-caption {
  font-size: 12px;
}
a {
  color: #009fda;
  text-decoration: none;
}
a span {
  color: #009fda;
}
a:hover {
  color: #00678e;
}
a:hover .arrow-small {
  color: #00678e;
}
a.more:after {
  content: " »";
}
a.link:before {
  content: "› ";
}
.center {
  text-align: center;
}
main {
  padding-bottom: 40px;
}
main ul {
  padding: 0;
}
main ul li {
  list-style: none;
  padding: 5px 0;
  line-height: 150%;
}
main ul li:before {
  font-family: "Glyphicons Halflings";
  content: "\e080";
  font-size: 10px;
  vertical-align: top;
  padding-right: 15px;
  color: #666666;
}
main ul.bullet {
  margin-left: 15px;
}
main ul.bullet li {
  list-style-type: disc;
  padding-left: 15px;
}
main ul.bullet li:before {
  content: "";
  padding: 0;
}
main ul.social-bar {
  display: block;
  float: left;
  margin: 0;
  margin-bottom: 19px;
  width: 100%;
}
main ul.social-bar li {
  background: none repeat scroll 0 0 transparent;
  border: 0 none;
  float: left;
  margin: 0 4px 0 0;
  padding: 0;
  list-style: none;
}
main ul.social-bar li:before {
  content: "";
  padding: 0;
  margin: 0;
}
main ul.social-bar li a {
  background-image: url("../assets/img/icons/sprite-socialmedia.png");
  height: 20px;
  width: 20px;
  float: left;
  text-indent: -9000px;
}
main ul.social-bar li a.facebook {
  background-position: 0 0px;
}
main ul.social-bar li a.twitter {
  background-position: 0 -20px;
}
main div.main-content ul {
  margin-left: 25px;
}
main div.main-content ul li {
  list-style-image: url("../assets/img/ul_li_list_image.png");
  padding: 5px 0;
  line-height: 150%;
}
.img-center {
  margin: 0 auto;
}
.img-inline {
  padding: 10px;
}
.img-inline.img-left {
  float: left;
}
.img-inline.img-right {
  float: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.arrow-small:before {
  font-size: 7px;
  vertical-align: middle;
  padding-right: 5px;
  font-family: "Glyphicons Halflings";
  content: "\e080";
}
.arrow-small:hover {
  color: #00678e;
  text-decoration: none;
}
.date {
  font-size: 11px;
  color: #999999;
  margin: 0;
}
.hide-default {
  display: none;
}
.strong {
  font-weight: bold;
}
.margin-top-40 {
  margin-top: 40px;
}
.bg-light {
  background-color: #f8f8f1;
}
a.bg-light:hover,
a.bg-light:focus {
  background-color: #e7e7cf;
}
.text-primary {
  color: #009fda;
}
.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;
}
.caret.caret-top {
  border-bottom: 4px solid;
  border-top: none;
}
.caret.caret-right {
  border-bottom: 4px solid transparent;
  border-top: 4px solid transparent;
  border-left: 4px solid #000000;
}
.nav-tabs-style .nav-tabs {
  display: table;
  width: 100%;
  border-bottom: 0;
  margin-left: 0;
}
.nav-tabs-style .nav-tabs li {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #009fda;
  display: table-cell;
  float: none;
}
.nav-tabs-style .nav-tabs li.active {
  border-bottom: none;
}
.nav-tabs-style .nav-tabs li.active > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  background-color: #fff;
  border-color: #009fda;
  background: transparent;
  color: #009fda;
  text-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  font-weight: bold;
  line-height: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  border: 2px solid #009fda;
  border-bottom: 0;
}
.nav-tabs-style .nav-tabs li.active > a:active,
.nav-tabs-style .nav-tabs li.active > a.active {
  -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);
}
.nav-tabs-style .nav-tabs li.active > a.disabled,
.nav-tabs-style .nav-tabs li.active > a[disabled],
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-style .nav-tabs li.active > a .badge {
  text-shadow: none;
}
.nav-tabs-style .nav-tabs li.active > a:hover,
.nav-tabs-style .nav-tabs li.active > a:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.nav-tabs-style .nav-tabs li.active > a:active,
.nav-tabs-style .nav-tabs li.active > a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.nav-tabs-style .nav-tabs li.active > a.disabled,
.nav-tabs-style .nav-tabs li.active > a[disabled],
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a,
.nav-tabs-style .nav-tabs li.active > a.disabled:hover,
.nav-tabs-style .nav-tabs li.active > a[disabled]:hover,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a:hover,
.nav-tabs-style .nav-tabs li.active > a.disabled:focus,
.nav-tabs-style .nav-tabs li.active > a[disabled]:focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a:focus,
.nav-tabs-style .nav-tabs li.active > a.disabled.focus,
.nav-tabs-style .nav-tabs li.active > a[disabled].focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a.focus,
.nav-tabs-style .nav-tabs li.active > a.disabled:active,
.nav-tabs-style .nav-tabs li.active > a[disabled]:active,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a:active,
.nav-tabs-style .nav-tabs li.active > a.disabled.active,
.nav-tabs-style .nav-tabs li.active > a[disabled].active,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a.active {
  background-color: #e0e0e0;
  background-image: none;
}
.nav-tabs-style .nav-tabs li.active > a:focus,
.nav-tabs-style .nav-tabs li.active > a.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.nav-tabs-style .nav-tabs li.active > a:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.nav-tabs-style .nav-tabs li.active > a:active,
.nav-tabs-style .nav-tabs li.active > a.active,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li.active > a {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.nav-tabs-style .nav-tabs li.active > a:active:hover,
.nav-tabs-style .nav-tabs li.active > a.active:hover,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li.active > a:hover,
.nav-tabs-style .nav-tabs li.active > a:active:focus,
.nav-tabs-style .nav-tabs li.active > a.active:focus,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li.active > a:focus,
.nav-tabs-style .nav-tabs li.active > a:active.focus,
.nav-tabs-style .nav-tabs li.active > a.active.focus,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li.active > a.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.nav-tabs-style .nav-tabs li.active > a:active,
.nav-tabs-style .nav-tabs li.active > a.active,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li.active > a {
  background-image: none;
}
.nav-tabs-style .nav-tabs li.active > a.disabled:hover,
.nav-tabs-style .nav-tabs li.active > a[disabled]:hover,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a:hover,
.nav-tabs-style .nav-tabs li.active > a.disabled:focus,
.nav-tabs-style .nav-tabs li.active > a[disabled]:focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a:focus,
.nav-tabs-style .nav-tabs li.active > a.disabled.focus,
.nav-tabs-style .nav-tabs li.active > a[disabled].focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li.active > a.focus {
  background-color: #fff;
  border-color: #009fda;
}
.nav-tabs-style .nav-tabs li.active > a .badge {
  color: #fff;
  background-color: #009fda;
}
.nav-tabs-style .nav-tabs li.active > a:hover,
.nav-tabs-style .nav-tabs li.active > a:focus,
.nav-tabs-style .nav-tabs li.active > a:active,
.nav-tabs-style .nav-tabs li.active > a.active,
.open .dropdown-toggle.nav-tabs-style .nav-tabs li.active > a {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.nav-tabs-style .nav-tabs li.active > a:hover {
  color: #afcbd7;
  background-color: transparent;
  border-color: #AFCBD7;
}
.nav-tabs-style .nav-tabs li.active > a:hover span {
  background-position: 0 0 !important;
}
.nav-tabs-style .nav-tabs li.active > a:hover {
  border-color: #009fda;
  color: #009fda;
}
.nav-tabs-style .nav-tabs li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  background-color: #fff;
  border-color: #009fda;
  background: transparent;
  border: 2px solid #009fda;
  color: #009fda;
  text-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666666;
  padding: 10px 15px;
  border: none;
}
.nav-tabs-style .nav-tabs li > a:active,
.nav-tabs-style .nav-tabs li > a.active {
  -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);
}
.nav-tabs-style .nav-tabs li > a.disabled,
.nav-tabs-style .nav-tabs li > a[disabled],
fieldset[disabled] .nav-tabs-style .nav-tabs li > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.nav-tabs-style .nav-tabs li > a .badge {
  text-shadow: none;
}
.nav-tabs-style .nav-tabs li > a:hover,
.nav-tabs-style .nav-tabs li > a:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.nav-tabs-style .nav-tabs li > a:active,
.nav-tabs-style .nav-tabs li > a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.nav-tabs-style .nav-tabs li > a.disabled,
.nav-tabs-style .nav-tabs li > a[disabled],
fieldset[disabled] .nav-tabs-style .nav-tabs li > a,
.nav-tabs-style .nav-tabs li > a.disabled:hover,
.nav-tabs-style .nav-tabs li > a[disabled]:hover,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a:hover,
.nav-tabs-style .nav-tabs li > a.disabled:focus,
.nav-tabs-style .nav-tabs li > a[disabled]:focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a:focus,
.nav-tabs-style .nav-tabs li > a.disabled.focus,
.nav-tabs-style .nav-tabs li > a[disabled].focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a.focus,
.nav-tabs-style .nav-tabs li > a.disabled:active,
.nav-tabs-style .nav-tabs li > a[disabled]:active,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a:active,
.nav-tabs-style .nav-tabs li > a.disabled.active,
.nav-tabs-style .nav-tabs li > a[disabled].active,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a.active {
  background-color: #e0e0e0;
  background-image: none;
}
.nav-tabs-style .nav-tabs li > a:focus,
.nav-tabs-style .nav-tabs li > a.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.nav-tabs-style .nav-tabs li > a:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.nav-tabs-style .nav-tabs li > a:active,
.nav-tabs-style .nav-tabs li > a.active,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li > a {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.nav-tabs-style .nav-tabs li > a:active:hover,
.nav-tabs-style .nav-tabs li > a.active:hover,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li > a:hover,
.nav-tabs-style .nav-tabs li > a:active:focus,
.nav-tabs-style .nav-tabs li > a.active:focus,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li > a:focus,
.nav-tabs-style .nav-tabs li > a:active.focus,
.nav-tabs-style .nav-tabs li > a.active.focus,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li > a.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.nav-tabs-style .nav-tabs li > a:active,
.nav-tabs-style .nav-tabs li > a.active,
.open > .dropdown-toggle.nav-tabs-style .nav-tabs li > a {
  background-image: none;
}
.nav-tabs-style .nav-tabs li > a.disabled:hover,
.nav-tabs-style .nav-tabs li > a[disabled]:hover,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a:hover,
.nav-tabs-style .nav-tabs li > a.disabled:focus,
.nav-tabs-style .nav-tabs li > a[disabled]:focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a:focus,
.nav-tabs-style .nav-tabs li > a.disabled.focus,
.nav-tabs-style .nav-tabs li > a[disabled].focus,
fieldset[disabled] .nav-tabs-style .nav-tabs li > a.focus {
  background-color: #fff;
  border-color: #009fda;
}
.nav-tabs-style .nav-tabs li > a .badge {
  color: #fff;
  background-color: #009fda;
}
.nav-tabs-style .nav-tabs li > a:hover,
.nav-tabs-style .nav-tabs li > a:focus,
.nav-tabs-style .nav-tabs li > a:active,
.nav-tabs-style .nav-tabs li > a.active,
.open .dropdown-toggle.nav-tabs-style .nav-tabs li > a {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.nav-tabs-style .nav-tabs li > a:hover {
  color: #afcbd7;
  background-color: transparent;
  border-color: #AFCBD7;
}
.nav-tabs-style .nav-tabs li > a:hover span {
  background-position: 0 0 !important;
}
.nav-tabs-style .nav-tabs li > a:hover {
  color: #009fda;
  border-color: #009fda;
}
form label {
  font-size: 13px;
}
form select.error,
form input.error {
  border-color: #a94442;
  background: #ffffff;
}
form select.error label,
form input.error label {
  color: #a94442;
}
form label.error {
  color: #a94442;
  font-weight: normal;
}
form.formhandler-form div.row {
  margin-bottom: 10px;
}
form.formhandler-form div.row div.error,
.typo3-messages .message-error {
  color: #a94442;
  margin-bottom: 5px;
}
form.formhandler-form div.type-check label {
  vertical-align: middle;
}
form input[type=checkbox] {
  display: inline;
  width: auto;
  padding: 0;
  margin: 0;
  height: auto;
}
form .has-error .message {
  color: #a94442;
}
form .form-control#freecapfield {
  width: auto;
}
form .tx-srfreecap-pi1-cant-read {
  margin-left: 0px;
}
#contact-form .checkbox,
#rating-form .checkbox {
  margin: 0;
}
#contact-form .row,
#rating-form .row {
  margin-bottom: 10px;
}
#contact-form .radio,
#rating-form .radio {
  margin-top: 0;
}
#rating-form .checkbox {
  margin: inherit;
}
#rating-form .checkbox input {
  margin: 4px 0 0;
  margin-left: -20px;
}
#rating-form .radio-inline input[type=radio] {
  margin: 2px 0 0 -20px;
}
#rating-form #currency_other_container {
  margin-left: 10px;
  display: inline;
  margin-top: -6px;
}
#rating-form #currency_other_container label {
  font-weight: normal;
}
#rating-form input#currency_other {
  width: 100px;
  display: inline;
}
#rating-form .short input {
  width: 100px;
}
#rating-form .not-bold {
  font-weight: normal;
}
#rating-form .loading_ajax-submit {
  display: none;
  position: absolute;
  left: -15px;
  top: 10px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: static;
  float: left;
  margin: 3px 0 0 -20px;
  margin-top: 4px \9;
}
.subnavi.ul.li {
  list-style: none;
  padding: 6px 15px;
  position: relative;
}
.subnavi.ul.li:before {
  font-family: inherit;
  font-size: 12px;
  top: 8px;
  left: 15px;
  color: #666;
  content: "› ";
  position: absolute;
}
.subnavi.ul.li a {
  color: #666666;
  font-size: 12px;
  padding: 4px 10px 0 0;
  margin-left: 13px;
  display: block;
}
.subnavi.ul.li.active {
  background: #009fda;
}
.subnavi.ul.li.active:before {
  color: #ffffff;
}
.subnavi.ul.li.active a {
  color: #ffffff;
}
.subnavi.ul.li:hover {
  background: #009fda;
}
.subnavi.ul.li:hover:before {
  color: #ffffff;
}
.subnavi.ul.li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.subnavi.ul.li:last-child {
  padding-bottom: 10px;
}
.subnavi.li > a {
  font-size: 14px;
  font-weight: normal;
  color: #1e1e1e;
  text-shadow: none;
  padding: 5px 0px 5px;
  display: inline-block;
}
.subnavi.li.active {
  text-shadow: none;
  background: #009fda;
  -webkit-filter: none;
          filter: none;
}
.subnavi.li.active > a {
  color: #ffffff;
}
.menu-link {
  white-space: inherit;
  border-bottom: 1px solid #dfdbda;
  color: #656565;
}
.list-style {
  content: "› ";
}
.list-group.subnavi {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
.list-group.subnavi li.list-group-item {
  float: left;
  width: 100%;
  background: #ffffff;
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 0;
}
.list-group.subnavi li.list-group-item:before {
  content: "";
  padding: 0;
}
.list-group.subnavi li.list-group-item.active {
  padding-bottom: 5px;
}
.list-group.subnavi li.list-group-item > a {
  font-size: 14px;
  font-weight: normal;
  color: #1e1e1e;
  text-shadow: none;
  padding: 5px 0px 5px;
  display: inline-block;
}
.list-group.subnavi li.list-group-item.active {
  text-shadow: none;
  background: #009fda;
  -webkit-filter: none;
          filter: none;
}
.list-group.subnavi li.list-group-item.active > a {
  color: #ffffff;
}
.list-group.subnavi li.list-group-item a {
  display: block;
  padding-left: 10px;
}
.list-group.subnavi li.list-group-item:hover {
  background: #009fda;
}
.list-group.subnavi li.list-group-item:hover a {
  color: #ffffff;
  text-decoration: none;
}
.list-group.subnavi li.list-group-item:hover ul li a {
  color: #666666;
  display: block;
}
.list-group.subnavi li.list-group-item ul {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0px;
  background: #ffffff;
  border-top: 1px solid #ccc;
}
.list-group.subnavi li.list-group-item ul li {
  list-style: none;
  padding: 6px 15px;
  position: relative;
}
.list-group.subnavi li.list-group-item ul li:before {
  font-family: inherit;
  font-size: 12px;
  top: 8px;
  left: 15px;
  color: #666;
  content: "› ";
  position: absolute;
}
.list-group.subnavi li.list-group-item ul li a {
  color: #666666;
  font-size: 12px;
  padding: 4px 10px 0 0;
  margin-left: 13px;
  display: block;
}
.list-group.subnavi li.list-group-item ul li.active {
  background: #009fda;
}
.list-group.subnavi li.list-group-item ul li.active:before {
  color: #ffffff;
}
.list-group.subnavi li.list-group-item ul li.active a {
  color: #ffffff;
}
.list-group.subnavi li.list-group-item ul li:hover {
  background: #009fda;
}
.list-group.subnavi li.list-group-item ul li:hover:before {
  color: #ffffff;
}
.list-group.subnavi li.list-group-item ul li:hover a {
  color: #ffffff;
  text-decoration: none;
}
.list-group.subnavi li.list-group-item ul li:last-child {
  padding-bottom: 10px;
}
#multilevel-submenu {
  float: left;
  width: 100%;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ccc;
  border-radius: 0;
}
#multilevel-submenu li.list-group-item {
  float: left;
  width: 100%;
  background: #ffffff;
  border: none;
  border-top: 1px solid #ccc;
  border-radius: 0;
  padding: 5px 0;
}
#multilevel-submenu li.list-group-item:before {
  content: "";
  padding: 0;
}
#multilevel-submenu li.list-group-item.active {
  padding-bottom: 5px;
}
#multilevel-submenu li.list-group-item > a {
  font-size: 14px;
  font-weight: normal;
  color: #1e1e1e;
  text-shadow: none;
  padding: 5px 0px 5px;
  display: inline-block;
}
#multilevel-submenu li.list-group-item.active {
  text-shadow: none;
  background: #009fda;
  -webkit-filter: none;
          filter: none;
}
#multilevel-submenu li.list-group-item.active > a {
  color: #ffffff;
}
#multilevel-submenu li.list-group-item a {
  display: block;
  padding-left: 10px;
}
#multilevel-submenu li.list-group-item:hover {
  background: #009fda;
}
#multilevel-submenu li.list-group-item:hover a {
  color: #ffffff;
  text-decoration: none;
}
#multilevel-submenu li.list-group-item:hover ul li a {
  color: #666666;
  display: block;
}
#multilevel-submenu li.list-group-item ul {
  margin-top: 5px;
  margin-bottom: 0px;
  padding-left: 0px;
  background: #ffffff;
  border-top: 1px solid #ccc;
}
#multilevel-submenu li.list-group-item ul li {
  list-style: none;
  padding: 6px 15px;
  position: relative;
}
#multilevel-submenu li.list-group-item ul li:before {
  font-family: inherit;
  font-size: 12px;
  top: 8px;
  left: 15px;
  color: #666;
  content: "› ";
  position: absolute;
}
#multilevel-submenu li.list-group-item ul li a {
  color: #666666;
  font-size: 12px;
  padding: 4px 10px 0 0;
  margin-left: 13px;
  display: block;
}
#multilevel-submenu li.list-group-item ul li.active {
  background: #009fda;
}
#multilevel-submenu li.list-group-item ul li.active:before {
  color: #ffffff;
}
#multilevel-submenu li.list-group-item ul li.active a {
  color: #ffffff;
}
#multilevel-submenu li.list-group-item ul li:hover {
  background: #009fda;
}
#multilevel-submenu li.list-group-item ul li:hover:before {
  color: #ffffff;
}
#multilevel-submenu li.list-group-item ul li:hover a {
  color: #ffffff;
  text-decoration: none;
}
#multilevel-submenu li.list-group-item ul li:last-child {
  padding-bottom: 10px;
}
#multilevel-submenu li a:hover {
  text-decoration: none;
}
#multilevel-submenu li > a {
  font-size: 14px;
  font-weight: normal;
  color: #1e1e1e;
  text-shadow: none;
  padding: 5px 0px 5px;
  display: inline-block;
}
#multilevel-submenu li.active {
  text-shadow: none;
  background: #009fda;
  -webkit-filter: none;
          filter: none;
}
#multilevel-submenu li.active > a {
  color: #ffffff;
}
#multilevel-submenu li:before {
  content: "";
  padding: 0;
}
#multilevel-submenu li:before {
  content: "";
  padding: 0;
}
#multilevel-submenu li .panel-heading {
  padding: 0px;
  padding-left: 10px;
  border-radius: inherit;
  border: none;
  background: transparent;
}
#multilevel-submenu li .panel-heading .panel-title a {
  display: block;
  padding: 6px 0 7px 10px;
}
#multilevel-submenu li a {
  padding: 0;
}
#multilevel-submenu li ul {
  padding-top: 7px;
}
#multilevel-submenu .panel-custom,
#multilevel-submenu .panel-empty {
  padding: 0;
  border-top: 1px solid #ccc;
  margin-top: 0;
  display: none;
}
#multilevel-submenu .panel-custom > a,
#multilevel-submenu .panel-empty > a {
  font-size: 14px;
  font-weight: normal;
  color: #1e1e1e;
  text-shadow: none;
  padding: 5px 0px 5px;
  display: inline-block;
}
#multilevel-submenu .panel-custom.active,
#multilevel-submenu .panel-empty.active {
  text-shadow: none;
  background: #009fda;
  -webkit-filter: none;
          filter: none;
}
#multilevel-submenu .panel-custom.active > a,
#multilevel-submenu .panel-empty.active > a {
  color: #ffffff;
}
#multilevel-submenu .panel-custom:last-child,
#multilevel-submenu .panel-empty:last-child {
  padding-bottom: 0px;
}
#multilevel-submenu .panel-custom ul,
#multilevel-submenu .panel-empty ul {
  border: none;
  background: transparent;
}
#multilevel-submenu .panel-custom ul li,
#multilevel-submenu .panel-empty ul li {
  padding: 4px 0 2px 10px;
}
#multilevel-submenu .panel-custom ul li:hover,
#multilevel-submenu .panel-empty ul li:hover {
  background-color: transparent;
}
#multilevel-submenu .panel-custom ul li a,
#multilevel-submenu .panel-empty ul li a {
  color: #666666;
  font-size: 12px;
  padding: 4px;
  display: block;
}
#multilevel-submenu .panel-custom ul li a:hover,
#multilevel-submenu .panel-empty ul li a:hover {
  color: #ffffff;
  background: #009fda;
}
#multilevel-submenu .panel-custom ul li a:hover:before,
#multilevel-submenu .panel-empty ul li a:hover:before {
  content: "";
  padding-right: 17px;
}
#multilevel-submenu .panel-custom ul li a:hover:after,
#multilevel-submenu .panel-empty ul li a:hover:after {
  content: "› ";
  float: right;
  padding-right: 5px;
}
#multilevel-submenu .panel-custom ul li a:before,
#multilevel-submenu .panel-empty ul li a:before {
  content: "› ";
  padding-right: 5px;
  margin-left: -12px;
  font-size: 12px;
  color: #666666;
}
#multilevel-submenu .panel-custom ul li a.active:before,
#multilevel-submenu .panel-empty ul li a.active:before {
  color: #009fda;
}
#multilevel-submenu .panel-custom ul li .panel-heading .panel-title a:hover,
#multilevel-submenu .panel-empty ul li .panel-heading .panel-title a:hover {
  background-color: transparent;
  color: #009fda;
}
#multilevel-submenu .panel-custom ul li .panel-heading .panel-title a:hover:before,
#multilevel-submenu .panel-empty ul li .panel-heading .panel-title a:hover:before {
  color: #009fda;
  content: "› ";
  padding-right: 5px;
}
#multilevel-submenu .panel-custom ul li .panel-heading .panel-title a:hover:after,
#multilevel-submenu .panel-empty ul li .panel-heading .panel-title a:hover:after {
  content: "";
  float: right;
  padding-right: 10px;
}
#multilevel-submenu .panel-custom ul li.active,
#multilevel-submenu .panel-empty ul li.active {
  background: transparent;
  margin-top: 2px;
}
#multilevel-submenu .panel-custom ul li.active .panel-heading,
#multilevel-submenu .panel-empty ul li.active .panel-heading {
  padding-left: 0;
}
#multilevel-submenu .panel-custom ul li.active .panel-heading a,
#multilevel-submenu .panel-empty ul li.active .panel-heading a {
  padding-left: 20px;
}
#multilevel-submenu .panel-custom ul li.active a,
#multilevel-submenu .panel-empty ul li.active a {
  color: #ffffff;
  background: #009fda;
}
#multilevel-submenu .panel-custom ul li.active a:before,
#multilevel-submenu .panel-empty ul li.active a:before {
  content: "";
  padding-right: 10px;
}
#multilevel-submenu .panel-custom ul li.active a:after,
#multilevel-submenu .panel-empty ul li.active a:after {
  content: "› ";
  float: right;
  padding-right: 10px;
}
#multilevel-submenu .panel-custom.open,
#multilevel-submenu .panel-empty.open {
  display: block;
  background-color: transparent;
}
#multilevel-submenu .panel-custom.open.panel-custom,
#multilevel-submenu .panel-empty.open.panel-custom {
  padding: 0;
  border: none;
  background: transparent;
}
#multilevel-submenu .panel-custom.open.panel-custom > .panel-heading,
#multilevel-submenu .panel-empty.open.panel-custom > .panel-heading {
  background: #fcfcfc;
}
#multilevel-submenu .panel-custom.open.panel-custom > .panel-heading a,
#multilevel-submenu .panel-empty.open.panel-custom > .panel-heading a {
  color: #009fda;
}
#multilevel-submenu .panel-custom.open.panel-custom > .panel-heading a:before,
#multilevel-submenu .panel-empty.open.panel-custom > .panel-heading a:before {
  color: #009fda;
}
#multilevel-submenu .panel-custom.open .panel-collapse,
#multilevel-submenu .panel-empty.open .panel-collapse {
  background: url("../assets/img/multilevel-subnavi-subborder-active.png") no-repeat center top transparent;
}
#multilevel-submenu .panel-custom.open.current .panel-custom,
#multilevel-submenu .panel-empty.open.current .panel-custom,
#multilevel-submenu .panel-custom.open.current .panel-empty,
#multilevel-submenu .panel-empty.open.current .panel-empty {
  display: block;
  border-top: none;
  padding: 0;
}
#multilevel-submenu .panel-custom.open.current .panel-empty,
#multilevel-submenu .panel-empty.open.current .panel-empty {
  padding: 0;
}
#multilevel-submenu .panel-custom.open > .panel-heading .panel-title,
#multilevel-submenu .panel-empty.open > .panel-heading .panel-title {
  margin-right: 5px;
}
#multilevel-submenu .panel-custom.root,
#multilevel-submenu .panel-empty.root {
  display: block;
}
#multilevel-submenu .panel-custom.root > .panel-collapse > ul,
#multilevel-submenu .panel-empty.root > .panel-collapse > ul {
  padding-top: 6px;
}
#multilevel-submenu .panel-custom.root > .panel-heading .panel-title a,
#multilevel-submenu .panel-empty.root > .panel-heading .panel-title a {
  padding: 10px 0 10px 0px;
}
#multilevel-submenu .panel-custom.root.open > .panel-collapse,
#multilevel-submenu .panel-empty.root.open > .panel-collapse {
  background: url("../assets/img/multilevel-subnavi-border-active.png") no-repeat center -1px transparent;
}
#multilevel-submenu .panel-custom.root.open > .panel-heading,
#multilevel-submenu .panel-empty.root.open > .panel-heading {
  background-color: #009fda;
}
#multilevel-submenu .panel-custom.root.open > .panel-heading .panel-title:before,
#multilevel-submenu .panel-empty.root.open > .panel-heading .panel-title:before {
  color: #ffffff;
}
#multilevel-submenu .panel-custom.root.open > .panel-heading .panel-title a,
#multilevel-submenu .panel-empty.root.open > .panel-heading .panel-title a {
  color: #ffffff;
}
#multilevel-submenu .panel-empty.active .panel-heading .panel-title a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #009fda;
}
#multilevel-submenu .panel-empty.active .panel-heading .panel-title a:hover:before {
  padding-right: 10px;
  content: "";
}
#multilevel-submenu .panel-empty.active .panel-heading .panel-title a:hover:after {
  content: "› ";
  padding-right: 10px;
}
#multilevel-submenu.on-site .panel-custom.open .panel-custom.open .panel-collapse {
  padding-left: 10px;
  border-bottom: #009fda 1px solid;
}
.content-navigation {
  margin-top: 30px;
}
.content-navigation > .row {
  margin-bottom: 30px;
}
.content-navigation .jscroll-inner > .row {
  margin-bottom: 30px;
}
.content-navigation h4 {
  margin-top: 0;
}
.content-navigation.news,
.content-navigation.webinars {
  margin-top: 0;
}
.content-navigation.news .row,
.content-navigation.webinars .row {
  padding: 10px 0 20px 0;
  margin: inherit;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.content-navigation.news .row:first-child,
.content-navigation.webinars .row:first-child {
  border-top: 1px solid #cccccc;
}
.content-navigation.news .row.paginator,
.content-navigation.webinars .row.paginator {
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  margin: 0;
}
.content-navigation.news .jscroll-added .row:first-child,
.content-navigation.webinars .jscroll-added .row:first-child {
  border-top: none;
}
.content-navigation.news .col-md-9,
.content-navigation.webinars .col-md-9 {
  padding-left: 0px;
}
.content-navigation.news p,
.content-navigation.webinars p {
  margin: 0;
}
.breadcrumb {
  padding: 0 15px 0 0;
  float: left;
  width: 100%;
}
.breadcrumb li a,
.breadcrumb li a span {
  color: #999999;
}
.menu-link {
  white-space: inherit;
  border-bottom: 1px solid #dfdbda;
  color: #656565;
}
.list-style {
  content: "› ";
}
.dropdown-styles {
  border-radius: 0;
  border: none;
  border-top: 5px solid #009fda;
}
.border-right {
  border-right: 1px solid #009fda;
}
.border-left {
  border-left: 1px solid #009fda;
}
/*
.dropdown-overlay {
  background: black;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 96px;
  z-index: 9;
  opacity: .60;
}
*/
body.faded main,
body.faded-fixed main,
body.faded footer,
body.faded-fixed footer {
  position: relative;
}
body.faded main:after,
body.faded-fixed main:after,
body.faded footer:after,
body.faded-fixed footer:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
header {
  position: relative;
  z-index: 10;
}
header .container .row .col-md-10 .row:first-child {
  margin-bottom: 15px;
}
header .button-container {
  display: none;
}
header .logo {
  padding-top: 10px;
  width: 138px;
}
header .logo img {
  max-height: 70px;
}
header .navbar.navbar-default {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: 19px;
  margin-bottom: 0;
  float: left;
}
header .navbar.navbar-default .navbar-nav li {
  border-right: 1px solid #009fda;
}
header .navbar.navbar-default .navbar-nav li.open > a {
  background-color: #ffffff;
  color: #1e1e1e;
}
header .navbar.navbar-default .navbar-nav li:hover ul.dropdown-menu {
  display: block;
}
header .navbar.navbar-default .navbar-nav li.active a,
header .navbar.navbar-default .navbar-nav li:hover > a {
  background-image: none;
  background-color: #009fda;
  -webkit-filter: none;
          filter: none;
  color: #ffffff;
}
header .navbar.navbar-default .navbar-nav li:first-child {
  border-left: 1px solid #009fda;
}
header .navbar.navbar-default .navbar-nav li a.active {
  background: #009fda;
  color: #ffffff;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu {
  border-radius: 0;
  border: none;
  border-top: 5px solid #009fda;
  width: 310px;
  padding: 22px 0px;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu li {
  border: none;
  padding: 0 10px;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu li a {
  white-space: inherit;
  border-bottom: 1px solid #dfdbda;
  color: #656565;
  padding: 4px 0;
  background: none;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu li a:hover,
header .navbar.navbar-default .navbar-nav li ul.sub-menu li a.active {
  background: #009fda;
  color: #ffffff;
  border-bottom: 1px solid #009fda;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu li a:before {
  content: "› ";
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu li.active a {
  color: #ffffff;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu li:hover,
header .navbar.navbar-default .navbar-nav li ul.sub-menu li.active {
  background: #009fda;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu li.last a {
  border-bottom: none;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu {
  width: 974px;
  margin-left: -188px;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu .h1 {
  border-bottom: 1px solid #009fda;
  font-size: 15px;
  padding: 10px;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu .h1 a {
  border: none;
  color: #1e1e1e;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu .h1 a:before {
  content: "";
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu .h1 a:hover {
  color: #666666;
  background: none;
  text-decoration: none;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu ul li a {
  color: #656565;
  display: block;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu ul li:hover,
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu ul li.active {
  background: #009fda;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu ul li.active a,
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu ul li:hover a {
  background: #009fda;
  color: #ffffff;
  text-decoration: none;
}
header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li:hover {
  background: #ffffff;
}
header .language-selector.navigation {
  z-index: 3;
  margin-left: 18px;
}
header .language-selector.navigation .flag {
  float: left;
  display: block;
  padding: 9px 0 0 0;
}
header .nav.language-navigation {
  height: 42px;
}
header .nav.language-navigation li a {
  color: #999999;
  padding: 10px;
  background: #ffffff;
  border-bottom: 0;
}
header .nav.language-navigation li:hover > a,
header .nav.language-navigation li.open > a,
header .nav.language-navigation li.active > a {
  white-space: inherit;
  border-bottom: 1px solid #dfdbda;
  color: #656565;
  -webkit-filter: none;
          filter: none;
  color: #ffffff;
  background: #009fda;
  border-bottom: 0;
}
header .nav.language-navigation li:hover ul.dropdown-menu,
header .nav.language-navigation li.open ul.dropdown-menu,
header .nav.language-navigation li.active ul.dropdown-menu {
  border-top: 4px solid #009fda;
  border-radius: 0;
}
header .nav.language-navigation li:hover ul.dropdown-menu li a,
header .nav.language-navigation li.open ul.dropdown-menu li a,
header .nav.language-navigation li.active ul.dropdown-menu li a {
  background: #ffffff;
  white-space: inherit;
  border-bottom: 1px solid #dfdbda;
  color: #656565;
}
header .nav.language-navigation li:hover ul.dropdown-menu li a:hover,
header .nav.language-navigation li.open ul.dropdown-menu li a:hover,
header .nav.language-navigation li.active ul.dropdown-menu li a:hover,
header .nav.language-navigation li:hover ul.dropdown-menu li a.active,
header .nav.language-navigation li.open ul.dropdown-menu li a.active,
header .nav.language-navigation li.active ul.dropdown-menu li a.active {
  background: #ffffff;
  color: #009fda;
}
header .nav.language-navigation li:hover ul.dropdown-menu li a:before,
header .nav.language-navigation li.open ul.dropdown-menu li a:before,
header .nav.language-navigation li.active ul.dropdown-menu li a:before {
  content: "› ";
}
header .nav.language-navigation li:hover ul.dropdown-menu li.last a,
header .nav.language-navigation li.open ul.dropdown-menu li.last a,
header .nav.language-navigation li.active ul.dropdown-menu li.last a {
  border-bottom: none;
}
header .nav.language-navigation li:hover ul.dropdown-menu li:hover,
header .nav.language-navigation li.open ul.dropdown-menu li:hover,
header .nav.language-navigation li.active ul.dropdown-menu li:hover {
  background: #ffffff;
}
header .nav.language-navigation li:hover ul.dropdown-menu li.active a,
header .nav.language-navigation li.open ul.dropdown-menu li.active a,
header .nav.language-navigation li.active ul.dropdown-menu li.active a {
  color: #009fda !important;
}
header .contact a {
  color: #999999;
  display: block;
  padding: 10px;
  float: left;
}
header form.search {
  margin: 0;
  display: block;
  float: right;
  position: relative;
  position: absolute;
  right: 0;
  bottom: 0;
}
header form.search div {
  margin: 0;
}
header form.search .form-control {
  border-radius: 0;
}
header form.search .form-group {
  padding: 1px 0 4px;
}
header form.search .form-group input[type=search] {
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  margin: 1px 0;
  -webkit-appearance: none;
}
header form.search .form-group.open {
  background-color: #009fda;
}
header form.search .form-group.open input[type=search] {
  border: 4px solid #009fda;
  border-bottom: 2px solid #009fda;
}
header form.search input[type="submit"].search-submit {
  width: 16px;
  right: 20px;
  top: 11px;
  text-indent: -9000px;
  text-align: left;
  color: #fff;
}
header .shop-header {
  height: 42px;
  float: right;
}
header .shop-header div {
  float: left;
}
header .shop-header p,
header .shop-header a {
  color: #999999;
  float: left;
  margin: 0;
  padding: 10px;
}
header .shop-header p {
  font-size: 12px;
}
header .shop-header a:hover,
header .shop-header a:focus {
  color: #666666;
  text-decoration: none;
}
header .shop-header .header-login {
  margin-right: 70px;
}
header .shop-header .header-login .shop-link {
  background: #fcfcfc;
  border: 1px solid #dfdbdb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0;
  padding: 10px 0px 5px 0px;
}
header .shop-header .header-login .shop-link a {
  float: none;
}
header .shop-header .header-login .shop-link .black {
  color: #1e1e1e;
}
header .shop-header .header-cart .count {
  background: #009fda;
  padding: 5px 8px;
  border-radius: 4px;
  color: #fff;
}
header .shop-header .header-cart a {
  padding-right: 0;
}
header a span.header-icon {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 0 0 4px;
  vertical-align: top;
  background-image: url("../assets/img/icons/sprite-topnav-new.png");
}
header a span.header-icon.icon-cart {
  background-position: 0 0;
  width: 20px;
  height: 16px;
}
header a span.header-icon.icon-dropdown {
  width: 12px;
  height: 13px;
  background-position: 0 -17px;
}
header a span.header-icon.icon-profile {
  background-position: 0 -30px;
  width: 16px;
  height: 17px;
}
header a span.header-icon.icon-routing {
  background-position: 0 -78px;
  width: 20px;
  height: 16px;
}
header a:hover .header-icon.icon-cart {
  background-position: -22px 0;
}
header a:hover .header-icon.icon-dropdown {
  background-position: -22px -17px;
}
header a:hover .header-icon.icon-profile {
  background-position: -22px -30px;
}
.usa-shop-header {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #009fda;
  border-radius: 0 0 4px 4px;
  font-weight: bold;
  padding: 8px 12px;
  line-height: 1em;
  float: right;
  margin: -1px 0 0 0;
  height: auto;
  width: auto;
  border-color: #ffffff;
}
.usa-shop-header span {
  display: block;
  white-space: nowrap;
  margin: 0 0 0 25px;
  color: #ffffff;
}
.usa-shop-header .icon-shop-usa {
  display: block;
  float: left;
  width: 20px;
  height: 16px;
  background: url(../assets/img/icon-cart-white.png) bottom left no-repeat;
  margin-top: 5px;
}
.usa-shop-header:hover,
.usa-shop-header:hover span {
  color: #ffffff;
}
.france-member-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #009fda;
  border-radius: 0 0 4px 4px;
  font-weight: bold;
  padding: 8px 12px;
  line-height: 1em;
  float: right;
  margin: -1px 0 0 0;
  height: auto;
  width: auto;
  border-color: #ffffff;
  margin-left: 10px;
}
.france-member-btn span {
  display: block;
  white-space: nowrap;
  margin: 0 0 0 25px;
  color: #ffffff;
}
.france-member-btn .icon-shop-usa {
  display: block;
  float: left;
  width: 20px;
  height: 16px;
  background: url(../assets/img/icon-cart-white.png) bottom left no-repeat;
  margin-top: 5px;
}
.france-member-btn:hover,
.france-member-btn:hover span {
  color: #ffffff;
}
.france-member-btn span {
  margin: 0;
}
#atlwdg-trigger {
  z-index: 10000;
  display: none;
}
.languagecontent-9 .contact.hidden-mobile {
  margin-left: 17px;
}
.social-links-big ul.social-media,
footer ul.social-media {
  padding: 0;
  margin: 40px 0 0 0;
}
footer {
  position: relative;
  height: auto;
  background: #343434;
  padding: 23px 0 30px 0;
  /*
	border-top: 8px solid @gray-footer-border;
	*/
  /*
	margin-top: 40px;
	*/
}
footer:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 8px;
  background-color: #bcbcbc;
}
footer p {
  color: #ffffff;
  padding: 5px 0;
}
footer ul.nav {
  margin: 0;
}
footer ul.nav li a {
  color: #ffffff;
  padding: 5px 10px 5px 0;
  font-size: 14px;
}
footer ul.nav li a:hover {
  background: none;
  color: #999999;
}
footer .row .member-of-greiner-logo {
  text-align: center;
}
footer .row .member-of-greiner-logo img {
  margin: -8.3% auto auto;
}
footer .cookie-element[style*="display: block"] + .container {
  margin-bottom: 100px;
}
.teaser {
  position: relative;
  display: block;
  height: 200px;
  margin-bottom: 40px;
  background: #009fda;
  width: 100%;
  overflow: hidden;
}
.teaser .teaser-image {
  margin: 0 auto;
  width: 780px;
  height: 200px;
  position: relative;
  display: block;
  margin-left: 45%;
  overflow: hidden;
}
.teaser .teaser-image .overlay-left {
  position: absolute;
  background: url("../assets/img/teaser-overlay-left.png") top left no-repeat;
  display: block;
  width: 113px;
  height: 200px;
  top: 0;
  left: 0;
}
.teaser .teaser-image .overlay-right {
  position: absolute;
  background: url("../assets/img/teaser-overlay-right.png") top right no-repeat;
  display: block;
  width: 205px;
  height: 200px;
  top: 0;
  right: 0;
}
.teaser .teaser-caption {
  position: absolute;
  width: 350px;
  height: 210px;
  display: table;
  z-index: 1;
}
.teaser .teaser-caption a {
  color: #ffffff;
  text-decoration: none;
}
.teaser .teaser-caption a:hover {
  text-decoration: underline;
}
.teaser .teaser-caption div {
  display: table-cell;
  vertical-align: middle;
}
.teaser .teaser-caption div h3 {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.teaser .teaser-caption div p {
  color: #ffffff;
}
.filter div {
  border-radius: 4px;
  width: auto;
  display: inline-block;
  margin-left: 10px;
  max-width: 100%;
}
.filter div select {
  border: 1px solid #cccccc;
  cursor: pointer;
}
.filter-group {
  margin-bottom: 70px;
  float: left;
  width: 100%;
}
.filter-group .btn-group {
  margin: 0 0 0 30px;
}
.filter-group .btn-group:first-child {
  margin: 0 0 0 20px;
}
.filter-group .btn-group > .btn {
  margin-bottom: 20px;
}
.filter-group .btn-group > .btn:focus,
.filter-group .btn-group > .btn:hover {
  color: #999999;
}
.filter-group .dropdown-menu {
  min-width: 244px;
  margin-top: -20px;
}
.btn.dropdown-select {
  padding: 0;
  min-width: 244px;
  background: #e7e7e7;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ZTdlNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#e7e7e7), to(#ffffff));
  background: linear-gradient(to bottom, #e7e7e7 0%, #ffffff 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7e7e7', endColorstr='#ffffff', GradientType=0);
  /* IE6-8 */
  border: 1px solid #cccccc;
}
.btn.dropdown-select .title {
  float: left;
  padding: 7px 12px;
  color: #666666;
}
.caret-group {
  border-left: 1px solid #ccc;
  float: right;
  display: block;
  height: 35px;
  padding: 6px 13px 0 6px;
}
.caret-group .caret {
  position: absolute;
  bottom: 12px;
  color: #666666;
}
.caret-group .caret:hover {
  color: #999999;
}
.caret-group .caret-top {
  position: absolute;
  top: 12px;
}
.list-group.sidebar-box-border {
  -webkit-box-shadow: 0px 0px 4px #dddddd;
  box-shadow: 0px 0px 4px #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.list-group.sidebar-box-border .list-group-item {
  border: none;
  border-top: 1px dashed #cccccc;
  margin: 0 10px;
  padding: 10px 5px;
}
.list-group.sidebar-box-border .list-group-item:first-child {
  border: none;
}
.box .info.sidebar {
  margin-top: 10px;
}
.box .info.sidebar table {
  height: auto !important;
}
.box .info.sidebar table tr {
  height: auto !important;
}
.box .info.sidebar table td {
  font-size: 12px !important;
  height: auto !important;
}
.box .info.sidebar.relatedFaqs .panel {
  background-color: transparent;
  border-top-color: #1e1e1e;
}
.box .info.sidebar.relatedFaqs .panel:first-child {
  border-top: 0;
}
.box .info.sidebar.relatedFaqs .panel .panel-heading {
  background-color: transparent;
  padding-left: 0;
}
.box .info.sidebar.relatedFaqs .panel .panel-title a,
.box .info.sidebar.relatedFaqs .panel .panel-body:before {
  font-size: 12px;
  color: #009fda;
  font-weight: normal;
}
.box .info.sidebar.relatedFaqs .panel .panel-body {
  padding: 0 !important;
}
.box .info.sidebar.relatedDownloads,
.box .info.sidebar.relatedFaqs {
  width: 100%;
}
.box .info.sidebar.relatedDownloads .hidden-items,
.box .info.sidebar.relatedFaqs .hidden-items {
  display: none;
}
.box .info.sidebar.relatedDownloads a.more-related,
.box .info.sidebar.relatedFaqs a.more-related,
.box .info.sidebar.relatedDownloads a.less-related,
.box .info.sidebar.relatedFaqs a.less-related {
  width: 100%;
  display: block;
}
.box .info.sidebar.relatedDownloads a.more-related .caret,
.box .info.sidebar.relatedFaqs a.more-related .caret,
.box .info.sidebar.relatedDownloads a.less-related .caret,
.box .info.sidebar.relatedFaqs a.less-related .caret {
  border-bottom: 0;
}
.box .info.sidebar.relatedDownloads a.more-related .caret,
.box .info.sidebar.relatedFaqs a.more-related .caret,
.box .info.sidebar.relatedDownloads a.less-related .caret,
.box .info.sidebar.relatedFaqs a.less-related .caret {
  float: right;
  margin-top: 6px;
}
.box .info.sidebar.relatedDownloads a.more-related .caret.caret-reversed,
.box .info.sidebar.relatedFaqs a.more-related .caret.caret-reversed,
.box .info.sidebar.relatedDownloads a.less-related .caret.caret-reversed,
.box .info.sidebar.relatedFaqs a.less-related .caret.caret-reversed {
  border-top-width: 0;
  border-bottom: 4px solid;
}
@media screen and (min-width: 992px) {
  .page-143 .sidebar {
    margin-top: 90px;
  }
}
.article-teaser {
  font-size: 14px;
  color: #666666;
}
.article-teaser.top {
  margin-bottom: 40px;
}
.article-teaser.image-top {
  margin-top: 20px;
}
.article-teaser.image-top img {
  margin-bottom: 20px;
  max-width: 100%;
}
.box {
  background-color: #F2FAFD;
  margin-bottom: 40px;
  -webkit-box-shadow: 0 8px 6px -6px #ececec;
  box-shadow: 0 8px 6px -6px #ececec;
}
.box .header {
  display: block;
  padding-top: 18px;
}
.box .header + p {
  clear: both;
}
.box img {
  vertical-align: top;
  max-width: 80px;
}
.box .info {
  display: inline-block;
  padding: 0 12px;
}
.box h6 {
  padding-top: 14px;
}
.box h5,
.box .h5 {
  color: #333333;
  font-weight: bold;
  font-size: 14px;
  margin-top: 0;
}
.box p {
  font-size: 12px;
}
.box .country {
  font-size: 13px;
  color: #666666;
}
.box .format {
  color: #cccccc;
}
.box.contact .info.first-row {
  max-width: 140px;
}
.related-footer .box .h5 {
  border-bottom: 1px solid #ccc;
  margin: 10px 0 18px;
  padding: 10px;
  font-size: 16px;
}
.sidebar .calendar .btn {
  margin-top: 15px;
}
.ui-datepicker {
  position: relative;
  border: 1px solid #DDDDDD;
  padding: 0 5px 15px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  margin-bottom: 20px;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 1px solid #ccc;
  text-align: right;
  padding: 0;
  font-size: 16px;
  vertical-align: middle;
}
.ui-datepicker td.ui-state-disabled {
  border: none;
}
.ui-datepicker td a {
  color: #999999;
  padding: 2px 4px 2px 0;
  display: block;
}
.ui-datepicker td a:hover {
  cursor: default;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  cursor: pointer;
  font-family: "Glyphicons Halflings";
  color: #cccccc;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 2px 10px;
}
.ui-datepicker .ui-datepicker-next:hover,
.ui-datepicker .ui-datepicker-prev:hover {
  text-decoration: none;
  color: #009fda;
  border-color: #009fda;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
  text-indent: -9000px;
  float: left;
}
.ui-datepicker .ui-datepicker-next {
  right: 5px;
}
.ui-datepicker .ui-datepicker-next:before {
  content: "\e080";
}
.ui-datepicker .ui-datepicker-prev {
  left: 5px;
}
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e079";
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  margin-top: -3px;
}
.ui-datepicker .ui-datepicker-header {
  margin: 0 -5px;
  padding: 7px 0;
  background: #ffffff;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ffffff), to(#f5f5f5));
  background: linear-gradient(to bottom, #ffffff 1%, #f5f5f5 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  /* IE6-9 */
}
.ui-datepicker .ui-datepicker-title {
  line-height: 1.8em;
  text-align: center;
  font: bold 18px/120% "Hiragino Kaku Gothic", "Meiryo UI", Arial, sans-serif;
  color: #009fda;
}
.ui-datepicker .ui-datepicker-today {
  background: #FFFF99;
}
.ui-datepicker .ui-datepicker-calendar .active {
  background: #009fda;
  color: #ffffff;
}
.ui-datepicker .ui-datepicker-calendar .active:hover {
  cursor: pointer;
}
.related-news .header div a {
  margin-top: 20px;
  display: block;
}
.related-news .item {
  border-bottom: 1px solid #cccccc;
  padding: 10px 0;
}
.related-news .item.first {
  border-top: 1px solid #cccccc;
  clear: both;
}
.rss-icon-container {
  display: inline-block;
  float: right;
  margin-top: 6px;
  position: relative;
  z-index: 5;
}
.rss-icon-container .rss-icon {
  margin-left: 10px;
}
.news {
  border: none;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.news .list-group-item {
  padding: 20px 0;
  border: none;
  border-bottom: 1px solid #cccccc;
}
.news h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.news .small {
  color: #999999;
}
.news p {
  margin: 10px 0;
}
.news p a {
  color: #666666;
}
#news-detail h2 {
  font-size: 30px;
}
a.button-link {
  color: #666666;
  bottom: 5px;
  display: block;
  margin-top: 15px;
  position: relative;
  background: transparent;
}
a.button-link:hover {
  background: transparent !important;
}
.btn,
.btn-default,
.infinite-scroll .jscroll_trigger a.next-posts,
.button-link {
  background: transparent;
  border: 2px solid #009fda;
  color: #009fda;
  text-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
}
.btn:hover,
.btn-default:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover,
.button-link:hover {
  color: #afcbd7;
  background-color: transparent;
  border-color: #AFCBD7;
}
.btn:hover span,
.btn-default:hover span,
.infinite-scroll .jscroll_trigger a.next-posts:hover span {
  background-position: 0 0 !important;
}
.btn-content,
.infinite-scroll .jscroll_trigger a.next-posts,
.button-link {
  color: #999999;
  background-color: #fff;
  border-color: #999999;
}
.btn-content:focus,
.infinite-scroll .jscroll_trigger a.next-posts:focus,
.button-link:focus,
.btn-content.focus,
.infinite-scroll .jscroll_trigger a.next-posts.focus,
.button-link.focus {
  color: #999999;
  background-color: #e6e6e6;
  border-color: #595959;
}
.btn-content:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover,
.button-link:hover {
  color: #999999;
  background-color: #e6e6e6;
  border-color: #7a7a7a;
}
.btn-content:active,
.infinite-scroll .jscroll_trigger a.next-posts:active,
.button-link:active,
.btn-content.active,
.infinite-scroll .jscroll_trigger a.next-posts.active,
.button-link.active,
.open > .dropdown-toggle.btn-content,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts,
.open > .dropdown-toggle.button-link {
  color: #999999;
  background-color: #e6e6e6;
  border-color: #7a7a7a;
}
.btn-content:active:hover,
.infinite-scroll .jscroll_trigger a.next-posts:active:hover,
.button-link:active:hover,
.btn-content.active:hover,
.infinite-scroll .jscroll_trigger a.next-posts.active:hover,
.button-link.active:hover,
.open > .dropdown-toggle.btn-content:hover,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:hover,
.open > .dropdown-toggle.button-link:hover,
.btn-content:active:focus,
.infinite-scroll .jscroll_trigger a.next-posts:active:focus,
.button-link:active:focus,
.btn-content.active:focus,
.infinite-scroll .jscroll_trigger a.next-posts.active:focus,
.button-link.active:focus,
.open > .dropdown-toggle.btn-content:focus,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:focus,
.open > .dropdown-toggle.button-link:focus,
.btn-content:active.focus,
.infinite-scroll .jscroll_trigger a.next-posts:active.focus,
.button-link:active.focus,
.btn-content.active.focus,
.infinite-scroll .jscroll_trigger a.next-posts.active.focus,
.button-link.active.focus,
.open > .dropdown-toggle.btn-content.focus,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts.focus,
.open > .dropdown-toggle.button-link.focus {
  color: #999999;
  background-color: #d4d4d4;
  border-color: #595959;
}
.btn-content:active,
.infinite-scroll .jscroll_trigger a.next-posts:active,
.button-link:active,
.btn-content.active,
.infinite-scroll .jscroll_trigger a.next-posts.active,
.button-link.active,
.open > .dropdown-toggle.btn-content,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts,
.open > .dropdown-toggle.button-link {
  background-image: none;
}
.btn-content.disabled:hover,
.infinite-scroll .jscroll_trigger a.next-posts.disabled:hover,
.button-link.disabled:hover,
.btn-content[disabled]:hover,
.infinite-scroll .jscroll_trigger a.next-posts[disabled]:hover,
.button-link[disabled]:hover,
fieldset[disabled] .btn-content:hover,
fieldset[disabled] .infinite-scroll .jscroll_trigger a.next-posts:hover,
fieldset[disabled] .button-link:hover,
.btn-content.disabled:focus,
.infinite-scroll .jscroll_trigger a.next-posts.disabled:focus,
.button-link.disabled:focus,
.btn-content[disabled]:focus,
.infinite-scroll .jscroll_trigger a.next-posts[disabled]:focus,
.button-link[disabled]:focus,
fieldset[disabled] .btn-content:focus,
fieldset[disabled] .infinite-scroll .jscroll_trigger a.next-posts:focus,
fieldset[disabled] .button-link:focus,
.btn-content.disabled.focus,
.infinite-scroll .jscroll_trigger a.next-posts.disabled.focus,
.button-link.disabled.focus,
.btn-content[disabled].focus,
.infinite-scroll .jscroll_trigger a.next-posts[disabled].focus,
.button-link[disabled].focus,
fieldset[disabled] .btn-content.focus,
fieldset[disabled] .infinite-scroll .jscroll_trigger a.next-posts.focus,
fieldset[disabled] .button-link.focus {
  background-color: #fff;
  border-color: #999999;
}
.btn-content .badge,
.infinite-scroll .jscroll_trigger a.next-posts .badge,
.button-link .badge {
  color: #fff;
  background-color: #999999;
}
.btn-content:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover,
.button-link:hover,
.btn-content:focus,
.infinite-scroll .jscroll_trigger a.next-posts:focus,
.button-link:focus,
.btn-content:active,
.infinite-scroll .jscroll_trigger a.next-posts:active,
.button-link:active,
.btn-content.active,
.infinite-scroll .jscroll_trigger a.next-posts.active,
.button-link.active,
.open .dropdown-toggle.btn-content,
.open .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts,
.open .dropdown-toggle.button-link {
  color: #999999;
  background-color: #fff;
  border-color: #999999;
}
.btn-content:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover,
.button-link:hover {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.btn-content:hover:focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover:focus,
.button-link:hover:focus,
.btn-content:hover.focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover.focus,
.button-link:hover.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.btn-content:hover:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover:hover,
.button-link:hover:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.btn-content:hover:active,
.infinite-scroll .jscroll_trigger a.next-posts:hover:active,
.button-link:hover:active,
.btn-content:hover.active,
.infinite-scroll .jscroll_trigger a.next-posts:hover.active,
.button-link:hover.active,
.open > .dropdown-toggle.btn-content:hover,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:hover,
.open > .dropdown-toggle.button-link:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.btn-content:hover:active:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover:active:hover,
.button-link:hover:active:hover,
.btn-content:hover.active:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover.active:hover,
.button-link:hover.active:hover,
.open > .dropdown-toggle.btn-content:hover:hover,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:hover:hover,
.open > .dropdown-toggle.button-link:hover:hover,
.btn-content:hover:active:focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover:active:focus,
.button-link:hover:active:focus,
.btn-content:hover.active:focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover.active:focus,
.button-link:hover.active:focus,
.open > .dropdown-toggle.btn-content:hover:focus,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:hover:focus,
.open > .dropdown-toggle.button-link:hover:focus,
.btn-content:hover:active.focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover:active.focus,
.button-link:hover:active.focus,
.btn-content:hover.active.focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover.active.focus,
.button-link:hover.active.focus,
.open > .dropdown-toggle.btn-content:hover.focus,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:hover.focus,
.open > .dropdown-toggle.button-link:hover.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.btn-content:hover:active,
.infinite-scroll .jscroll_trigger a.next-posts:hover:active,
.button-link:hover:active,
.btn-content:hover.active,
.infinite-scroll .jscroll_trigger a.next-posts:hover.active,
.button-link:hover.active,
.open > .dropdown-toggle.btn-content:hover,
.open > .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:hover,
.open > .dropdown-toggle.button-link:hover {
  background-image: none;
}
.btn-content:hover.disabled:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover.disabled:hover,
.button-link:hover.disabled:hover,
.btn-content:hover[disabled]:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover[disabled]:hover,
.button-link:hover[disabled]:hover,
fieldset[disabled] .btn-content:hover:hover,
fieldset[disabled] .infinite-scroll .jscroll_trigger a.next-posts:hover:hover,
fieldset[disabled] .button-link:hover:hover,
.btn-content:hover.disabled:focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover.disabled:focus,
.button-link:hover.disabled:focus,
.btn-content:hover[disabled]:focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover[disabled]:focus,
.button-link:hover[disabled]:focus,
fieldset[disabled] .btn-content:hover:focus,
fieldset[disabled] .infinite-scroll .jscroll_trigger a.next-posts:hover:focus,
fieldset[disabled] .button-link:hover:focus,
.btn-content:hover.disabled.focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover.disabled.focus,
.button-link:hover.disabled.focus,
.btn-content:hover[disabled].focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover[disabled].focus,
.button-link:hover[disabled].focus,
fieldset[disabled] .btn-content:hover.focus,
fieldset[disabled] .infinite-scroll .jscroll_trigger a.next-posts:hover.focus,
fieldset[disabled] .button-link:hover.focus {
  background-color: #fff;
  border-color: #009fda;
}
.btn-content:hover .badge,
.infinite-scroll .jscroll_trigger a.next-posts:hover .badge,
.button-link:hover .badge {
  color: #fff;
  background-color: #009fda;
}
.btn-content:hover:hover,
.infinite-scroll .jscroll_trigger a.next-posts:hover:hover,
.button-link:hover:hover,
.btn-content:hover:focus,
.infinite-scroll .jscroll_trigger a.next-posts:hover:focus,
.button-link:hover:focus,
.btn-content:hover:active,
.infinite-scroll .jscroll_trigger a.next-posts:hover:active,
.button-link:hover:active,
.btn-content:hover.active,
.infinite-scroll .jscroll_trigger a.next-posts:hover.active,
.button-link:hover.active,
.open .dropdown-toggle.btn-content:hover,
.open .dropdown-toggle.infinite-scroll .jscroll_trigger a.next-posts:hover,
.open .dropdown-toggle.button-link:hover {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.btn-special {
  background: transparent;
  border-color: #fff;
  color: #fff;
}
.btn-special:hover {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.btn-special:hover:focus,
.btn-special:hover.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.btn-special:hover:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.btn-special:hover:active,
.btn-special:hover.active,
.open > .dropdown-toggle.btn-special:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.btn-special:hover:active:hover,
.btn-special:hover.active:hover,
.open > .dropdown-toggle.btn-special:hover:hover,
.btn-special:hover:active:focus,
.btn-special:hover.active:focus,
.open > .dropdown-toggle.btn-special:hover:focus,
.btn-special:hover:active.focus,
.btn-special:hover.active.focus,
.open > .dropdown-toggle.btn-special:hover.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.btn-special:hover:active,
.btn-special:hover.active,
.open > .dropdown-toggle.btn-special:hover {
  background-image: none;
}
.btn-special:hover.disabled:hover,
.btn-special:hover[disabled]:hover,
fieldset[disabled] .btn-special:hover:hover,
.btn-special:hover.disabled:focus,
.btn-special:hover[disabled]:focus,
fieldset[disabled] .btn-special:hover:focus,
.btn-special:hover.disabled.focus,
.btn-special:hover[disabled].focus,
fieldset[disabled] .btn-special:hover.focus {
  background-color: #fff;
  border-color: #009fda;
}
.btn-special:hover .badge {
  color: #fff;
  background-color: #009fda;
}
.btn-special:hover:hover,
.btn-special:hover:focus,
.btn-special:hover:active,
.btn-special:hover.active,
.open .dropdown-toggle.btn-special:hover {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.btn-special:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-special:focus:focus,
.btn-special:focus.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-special:focus:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-special:focus:active,
.btn-special:focus.active,
.open > .dropdown-toggle.btn-special:focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #e0e0e0;
}
.btn-special:focus:active:hover,
.btn-special:focus.active:hover,
.open > .dropdown-toggle.btn-special:focus:hover,
.btn-special:focus:active:focus,
.btn-special:focus.active:focus,
.open > .dropdown-toggle.btn-special:focus:focus,
.btn-special:focus:active.focus,
.btn-special:focus.active.focus,
.open > .dropdown-toggle.btn-special:focus.focus {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #bfbfbf;
}
.btn-special:focus:active,
.btn-special:focus.active,
.open > .dropdown-toggle.btn-special:focus {
  background-image: none;
}
.btn-special:focus.disabled:hover,
.btn-special:focus[disabled]:hover,
fieldset[disabled] .btn-special:focus:hover,
.btn-special:focus.disabled:focus,
.btn-special:focus[disabled]:focus,
fieldset[disabled] .btn-special:focus:focus,
.btn-special:focus.disabled.focus,
.btn-special:focus[disabled].focus,
fieldset[disabled] .btn-special:focus.focus {
  background-color: transparent;
  border-color: #fff;
}
.btn-special:focus .badge {
  color: transparent;
  background-color: #fff;
}
.btn-special:focus:hover,
.btn-special:focus:focus,
.btn-special:focus:active,
.btn-special:focus.active,
.open .dropdown-toggle.btn-special:focus {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.btn-special-gray {
  color: #ffffff;
  background-color: #fff;
  border-color: #ffffff;
  background: transparent;
}
.btn-special-gray:focus,
.btn-special-gray.focus {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}
.btn-special-gray:hover {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-special-gray:active,
.btn-special-gray.active,
.open > .dropdown-toggle.btn-special-gray {
  color: #ffffff;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}
.btn-special-gray:active:hover,
.btn-special-gray.active:hover,
.open > .dropdown-toggle.btn-special-gray:hover,
.btn-special-gray:active:focus,
.btn-special-gray.active:focus,
.open > .dropdown-toggle.btn-special-gray:focus,
.btn-special-gray:active.focus,
.btn-special-gray.active.focus,
.open > .dropdown-toggle.btn-special-gray.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}
.btn-special-gray:active,
.btn-special-gray.active,
.open > .dropdown-toggle.btn-special-gray {
  background-image: none;
}
.btn-special-gray.disabled:hover,
.btn-special-gray[disabled]:hover,
fieldset[disabled] .btn-special-gray:hover,
.btn-special-gray.disabled:focus,
.btn-special-gray[disabled]:focus,
fieldset[disabled] .btn-special-gray:focus,
.btn-special-gray.disabled.focus,
.btn-special-gray[disabled].focus,
fieldset[disabled] .btn-special-gray.focus {
  background-color: #fff;
  border-color: #ffffff;
}
.btn-special-gray .badge {
  color: #fff;
  background-color: #ffffff;
}
.btn-special-gray:hover,
.btn-special-gray:focus,
.btn-special-gray:active,
.btn-special-gray.active,
.open .dropdown-toggle.btn-special-gray {
  color: #ffffff;
  background-color: #fff;
  border-color: #ffffff;
}
.btn-special-gray:hover {
  color: #cccccc;
  border-color: #cccccc;
  background: transparent;
}
.btn-special-black {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #1e1e1e;
  background: transparent;
}
.btn-special-black:focus,
.btn-special-black.focus {
  color: #1e1e1e;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-special-black:hover {
  color: #1e1e1e;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-special-black:active,
.btn-special-black.active,
.open > .dropdown-toggle.btn-special-black {
  color: #1e1e1e;
  background-color: #e6e6e6;
  border-color: #000000;
}
.btn-special-black:active:hover,
.btn-special-black.active:hover,
.open > .dropdown-toggle.btn-special-black:hover,
.btn-special-black:active:focus,
.btn-special-black.active:focus,
.open > .dropdown-toggle.btn-special-black:focus,
.btn-special-black:active.focus,
.btn-special-black.active.focus,
.open > .dropdown-toggle.btn-special-black.focus {
  color: #1e1e1e;
  background-color: #d4d4d4;
  border-color: #000000;
}
.btn-special-black:active,
.btn-special-black.active,
.open > .dropdown-toggle.btn-special-black {
  background-image: none;
}
.btn-special-black.disabled:hover,
.btn-special-black[disabled]:hover,
fieldset[disabled] .btn-special-black:hover,
.btn-special-black.disabled:focus,
.btn-special-black[disabled]:focus,
fieldset[disabled] .btn-special-black:focus,
.btn-special-black.disabled.focus,
.btn-special-black[disabled].focus,
fieldset[disabled] .btn-special-black.focus {
  background-color: #fff;
  border-color: #1e1e1e;
}
.btn-special-black .badge {
  color: #fff;
  background-color: #1e1e1e;
}
.btn-special-black:hover,
.btn-special-black:focus,
.btn-special-black:active,
.btn-special-black.active,
.open .dropdown-toggle.btn-special-black {
  color: #1e1e1e;
  background-color: #fff;
  border-color: #1e1e1e;
}
.btn-special-black:hover {
  color: #cccccc;
  background-color: #fff;
  border-color: #cccccc;
  background: transparent;
}
.btn-special-black:hover:focus,
.btn-special-black:hover.focus {
  color: #cccccc;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-special-black:hover:hover {
  color: #cccccc;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-special-black:hover:active,
.btn-special-black:hover.active,
.open > .dropdown-toggle.btn-special-black:hover {
  color: #cccccc;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-special-black:hover:active:hover,
.btn-special-black:hover.active:hover,
.open > .dropdown-toggle.btn-special-black:hover:hover,
.btn-special-black:hover:active:focus,
.btn-special-black:hover.active:focus,
.open > .dropdown-toggle.btn-special-black:hover:focus,
.btn-special-black:hover:active.focus,
.btn-special-black:hover.active.focus,
.open > .dropdown-toggle.btn-special-black:hover.focus {
  color: #cccccc;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-special-black:hover:active,
.btn-special-black:hover.active,
.open > .dropdown-toggle.btn-special-black:hover {
  background-image: none;
}
.btn-special-black:hover.disabled:hover,
.btn-special-black:hover[disabled]:hover,
fieldset[disabled] .btn-special-black:hover:hover,
.btn-special-black:hover.disabled:focus,
.btn-special-black:hover[disabled]:focus,
fieldset[disabled] .btn-special-black:hover:focus,
.btn-special-black:hover.disabled.focus,
.btn-special-black:hover[disabled].focus,
fieldset[disabled] .btn-special-black:hover.focus {
  background-color: #fff;
  border-color: #cccccc;
}
.btn-special-black:hover .badge {
  color: #fff;
  background-color: #cccccc;
}
.btn-special-black:hover:hover,
.btn-special-black:hover:focus,
.btn-special-black:hover:active,
.btn-special-black:hover.active,
.open .dropdown-toggle.btn-special-black:hover {
  color: #cccccc;
  background-color: #fff;
  border-color: #cccccc;
}
a > span.icon,
button > span.icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  background-image: url("../assets/img/icons/sprite-button-shop.png");
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 0px 0 0;
  padding: 0;
}
a > span.icon.icon-request,
button > span.icon.icon-request {
  background-position: -26px 0;
}
a > span.icon.icon-cart,
button > span.icon.icon-cart {
  background-position: -26px -25px;
}
a > span.icon.icon-inquiry,
button > span.icon.icon-inquiry {
  background-position: -26px -50px;
}
a > span.icon.icon-advice,
button > span.icon.icon-advice {
  background-position: -26px -75px;
}
a > span.icon.icon-download,
button > span.icon.icon-download {
  width: 7px;
  height: 8px;
  background-image: url("../assets/img/icons/scrolldown.png");
  background-position: -7px 0;
  margin: 0 0 0 10px;
}
a > span.icon.icon-filedownload,
button > span.icon.icon-filedownload {
  width: 24px;
  height: 24px;
  background-image: url("../assets/img/icons/sprite-button.png");
  background-position: 0 0;
}
a:hover > span.icon.icon-request,
button:hover > span.icon.icon-request {
  background-position: 0 0 !important;
}
a:hover > span.icon.icon-cart,
button:hover > span.icon.icon-cart {
  background-position: 0 -25px;
}
a:hover > span.icon.icon-inquiry,
button:hover > span.icon.icon-inquiry {
  background-position: 0 -50px !important;
}
a:hover > span.icon.icon-advice,
button:hover > span.icon.icon-advice {
  background-position: 0 -75px !important;
}
a:hover > span.icon.icon-download,
button:hover > span.icon.icon-download {
  background-position: 0 0 !important;
}
a:hover > span.icon.icon-filedownload,
button:hover > span.icon.icon-filedownload {
  background-position: -24px 0 !important;
}
/* READ MORE BUTTON */
a.read-more {
  width: 21px;
  height: 21px;
  display: block;
  float: right;
  text-indent: -9000px;
  background: url("../assets/img/icons/sprite-button.png") 0 -24px no-repeat;
  font-size: 13px;
}
a.read-more:hover {
  background-position: -24px -24px;
}
a.btn:hover span.icon-cart {
  background-position: 0 -25px !important;
}
/* filter-button (faq) */
button.btn-default.multiselect {
  font-size: 12px;
  max-width: 100%;
  min-width: 368px;
}
button.btn-default.multiselect span {
  float: left;
  padding-right: 5px;
}
button.btn-default.multiselect:hover {
  background: #ffffff;
}
button.btn-default.multiselect:hover:hover,
button.btn-default.multiselect:hover:focus,
button.btn-default.multiselect:hover:active {
  background: #ffffff;
}
/* SEARCH BUTTON */
input[type="submit"].search-submit {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../assets/img/icons/sprite-topnav-new.png") 0 -47px no-repeat;
  width: 16px;
  height: 15px;
  border: 0;
  outline: 0;
}
input[type="submit"].search-submit:hover {
  background-position: -22px -47px;
}
/* RESET BUTTON */
input[type="reset"].search-reset {
  position: absolute;
  right: 0px;
  top: 0px;
  background: url("../assets/img/icons/sprite-topnav-new.png") 0 -62px;
  width: 15px;
  height: 16px;
  border: 0;
  outline: 0;
}
input[type="reset"].search-reset:hover {
  background-position: -22px -62px;
}
.btn-remove-upload {
  padding: 0;
  width: 20px;
  height: 20px;
  line-height: 17px;
  overflow: hidden;
  text-align: center;
  float: right;
}
.btn-auto {
  width: auto;
}
.btn-white-outline,
.tx-solr-search-form .input-group-btn .btn {
  padding: 8px 12px;
  color: #ffffff;
  line-height: 1.5;
  background-color: transparent;
  border: 1px solid currentColor;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-white-outline:focus {
  color: #ffffff;
}
.search-head {
  background: #FAFAF5;
  position: relative;
  float: left;
  width: 100%;
  margin-bottom: 17px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding: 20px 20px 10px 20px;
}
.search-head span {
  margin-right: 33px;
  float: left;
  font: bold 18px/100% "Hiragino Kaku Gothic", "Meiryo UI", Arial, sans-serif;
  padding: 10px 0px 0 10px;
}
.search-head form {
  float: left;
}
.search-head form fieldset {
  position: relative;
  width: 540px;
  max-width: 100%;
  display: inline;
}
.search-head form fieldset input[type=text] {
  max-width: 100%;
  width: 100%;
  float: left;
  margin: 0;
  padding-right: 50px;
}
.search-head form fieldset input[type="submit"].search-submit {
  right: 8px;
  top: 10px;
}
.search-head form fieldset input[type="reset"].search-reset {
  right: 31px;
  top: 9px;
}
.search-head form fieldset span.ui-helper-hidden-accessible {
  display: none;
}
.search-head p {
  float: right;
  padding: 10px;
}
.search-tags {
  margin-left: -15px;
}
.search-tags ul {
  margin-left: 0 !important;
}
.search-tags ul li {
  float: left;
  display: block;
  width: 100%;
  border-bottom: 1px solid #cccccc;
  padding: 10px;
}
.search-tags ul li:first-child {
  border-top: 1px solid #cccccc;
}
.search-tags ul li:before {
  content: "";
  padding: 0;
}
.search-tags ul li a {
  color: #1e1e1e;
}
.search-tags h5 {
  color: #009fda;
  font-weight: bold;
  padding: 15px;
  margin: 0;
}
.list-group.search-result {
  -webkit-box-shadow: none;
  box-shadow: none;
  clear: both;
}
.list-group.search-result .list-group-item {
  border: none;
  padding: 10px 0;
}
.list-group.search-result .list-group-item .header h5 {
  font-weight: bold;
}
.list-group.search-result .list-group-item .header .relevance-percent {
  color: #009fda;
}
.list-group.search-result .list-group-item .content {
  clear: both;
}
.list-group.search-result .list-group-item:hover .relevance-percent {
  text-decoration: underline;
}
.list-group.search-result .panel.panel-default {
  border: none;
}
.list-group.search-result .panel.panel-default > .panel-heading {
  background: #009fda;
  border: none;
  border-radius: 0;
}
.list-group.search-result .panel.panel-default > .panel-heading .panel-title a {
  color: #ffffff;
}
.list-group.search-result .panel.panel-default > .panel-heading span.pointer {
  background: none;
  border: none;
  right: 10px;
  top: 18px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #ffffff;
}
.list-group.search-result .panel.panel-default > .panel-heading p {
  margin: 0;
}
.list-group.search-result .panel.panel-default > .panel-heading p span {
  color: #ffffff;
}
.list-group.search-result .panel.panel-default > .panel-heading .collapsed span.pointer {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffffff;
  border-top: none;
}
.list-group.search-result .panel.panel-default > .panel-heading + .panel-collapse .panel-body {
  padding: 10px;
}
/*reset styles*/
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
.ui-autocomplete,
.ui-autocomplete:hover,
.ui-menu-item,
.ui-menu-item:hover,
.ui-menu-item a,
.ui-menu-item a:hover,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
ul.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a {
  margin: 0;
  display: block;
  border-collapse: collapse;
  border-radius: 0;
  color: black;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active,
.ui-menu .ui-menu-item a {
  background: none;
}
.ui-menu .ui-menu-item a {
  margin: 0px 9px !important;
}
ul.ui-menu li.ui-menu-item {
  border: none;
  margin: 0;
  padding: 0;
}
ul.ui-menu li.ui-menu-item a {
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0px 9px;
  padding: 10px 12px;
  color: #666666;
}
ul.ui-menu li.ui-menu-item a:hover {
  color: #ffffff;
  margin: 0px 9px;
  border-top: 1px solid #009fda;
  cursor: pointer;
  text-decoration: none;
}
ul.ui-menu li.ui-menu-item:first-child a {
  border-top: none;
}
ul.ui-menu li.ui-menu-item:hover {
  background-color: #009fda;
}
ul.ui-menu.ui-widget-content {
  border: none;
  padding: 0;
  background: #ffffff;
}
ul.ui-menu.ui-autocomplete {
  border-top: 5px solid #009fda;
  background: url('../assets/img/autocomplete-border.jpg') no-repeat center -6px #ffffff;
  border-radius: 0;
  padding: 10px 0 15px 0;
  margin: 0;
  width: 300px;
  z-index: 10;
  position: relative;
}
.search .form-group .search-reset {
  display: none;
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 40px;
}
/* jQuery auto completes add the class below when loading */
.ui-autocomplete-loading {
  background: url('../assets/img/icons/ui-anim_basic_16x16.gif') no-repeat right 3em center;
}
.form-control:focus {
  background-color: #ffffff;
}
.search-button-primary {
  color: #fff;
  background-color: #009fda;
  text-shadow: none;
  cursor: pointer;
}
.search-button-primary .glyphicon-search {
  display: block;
}
.search-button-primary .glyphicon-search:before {
  font-size: 18px;
}
.tx-solr-search-form {
  padding-top: 18px;
  padding-bottom: 18px;
}
.tx-solr-search-form .input-group-addon,
.tx-solr-search-form #inputText {
  font-size: 16px;
  line-height: 1.125px;
}
.tx-solr-search-form .input-group-addon {
  padding-left: 0;
  color: inherit;
  background-color: transparent;
  border-color: transparent;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.tx-solr-search-form .form-control {
  height: 36px;
  color: inherit;
  background-color: transparent;
  border-color: transparent transparent currentColor;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tx-solr-search-form .input-group-btn {
  padding-left: 12px;
}
#search-suggestions {
  position: absolute;
  display: none;
  left: 0;
  right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  background-color: #f5f5f5;
}
#search-suggestions.open {
  display: block;
}
#search-suggestions .underlined {
  margin-top: 0;
}
#search-suggestions .media-object {
  max-width: 100px;
}
#search-suggestions .spinner {
  width: 50% !important;
  height: 50%;
}
#search-suggestions .spinner:before {
  content: '';
  display: block;
  position: absolute;
  left: -100%;
  top: -100%;
  width: 200%;
  height: 200%;
  background-color: rgba(245, 245, 245, 0.5);
}
#search-suggestions a.h4,
#search-suggestions a.media {
  display: block;
  color: inherit;
}
#search-suggestions a.h4:hover,
#search-suggestions a.media:hover,
#search-suggestions a.h4:focus,
#search-suggestions a.media:focus {
  text-decoration: none;
}
#search-suggestions a.h4:hover .hover-underline,
#search-suggestions a.media:hover .hover-underline,
#search-suggestions a.h4:focus .hover-underline,
#search-suggestions a.media:focus .hover-underline {
  text-decoration: underline;
}
#search-suggestions .separated {
  position: relative;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 5px;
}
#search-suggestions .separated:before {
  position: absolute;
  left: 0;
  right: 0;
  height: 0;
  border-bottom: 1px solid #cccccc;
}
#search-suggestions .separated-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
#search-suggestions .separated-md {
  padding-top: 15px;
  padding-bottom: 15px;
}
#search-suggestions .separated-lg {
  padding-top: 20px;
  padding-bottom: 20px;
}
#search-suggestions .separated-middle + .separated-middle:before,
#search-suggestions .separated-top:before {
  content: '';
  top: 0;
}
#search-suggestions .separated-bottom:before {
  content: '';
  bottom: 0;
}
#search-suggestions .search-icon-container {
  padding-left: 80px;
}
#search-suggestions .search-icon-container .search-icon {
  margin-left: -80px;
  margin-right: -0.31em;
  width: 80px;
  color: #999999;
}
#search-suggestions .search-icon-container .search-icon:before {
  font-size: 200%;
}
.facets a {
  display: block;
  position: relative;
  color: inherit;
}
.facets a:hover,
.facets a:focus {
  color: #009fda;
  text-decoration: none;
}
.facets > li {
  padding: 0 !important;
  color: #009fda;
}
.facets > li > a {
  padding: 15px 29.95px 15px 10px;
  font-size: 15px;
  line-height: 1.33;
}
.facets > li > a:after {
  content: '\2212';
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 19.95px;
  margin-top: -10.975px;
  color: #999999;
  text-align: center;
  border: 1px solid currentColor;
}
.facets > li > a.collapsed:after {
  content: '+';
}
.facets > li ul > li {
  position: relative;
  color: #999999;
}
.facets > li ul > li:first-child {
  border-top: 1px solid #999999;
}
.facets > li ul > li > a {
  margin-left: -10px;
  padding-left: 10px;
}
.facets > li ul > .active {
  color: #009fda;
}
.facets > li ul > .active:before {
  display: none;
}
.facets > li ul > .active > a:before {
  content: '\d7' !important;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 19.95px;
  margin-left: 0;
  margin-top: -9px;
  font-size: 18px !important;
  text-align: center;
}
.facets > li + li > a {
  border-top: 1px solid #999999;
}
.facets > .facet-type-hierarchy ul ul {
  display: none;
}
.facets > .facet-type-hierarchy.selected ul {
  position: relative;
}
.facets > .facet-type-hierarchy.selected ul:before,
.facets > .facet-type-hierarchy.selected ul:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 1px;
  width: 0;
  height: 0;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-style: solid solid none;
  border-color: #009fda transparent transparent;
}
.facets > .facet-type-hierarchy.selected ul:after {
  top: 0;
  border-top-color: #fff;
}
.facets > .facet-type-hierarchy.selected ul > li {
  padding-top: 0;
  padding-bottom: 0;
  color: #009fda;
}
.facets > .facet-type-hierarchy.selected ul > li:first-child {
  border-top-color: #009fda;
}
.facets > .facet-type-hierarchy.selected ul > li:before {
  display: none;
}
.facets > .facet-type-hierarchy.selected ul > li > a {
  padding-top: 7px;
  padding-bottom: 7px;
}
.facets > .facet-type-hierarchy.selected ul ul {
  display: block;
  margin-left: -10px !important;
}
.facets > .facet-type-hierarchy.selected .active > ul > li {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #999999;
}
.facets > .facet-type-hierarchy.selected .active > ul > li:before {
  display: inline-block;
}
.facets > .facet-type-hierarchy.selected .active > ul > li:first-child {
  padding-top: 10px;
}
.facets > .facet-type-hierarchy.selected .active > ul > li > a {
  padding-top: 0;
  padding-bottom: 0;
}
.facets > .facet-type-hierarchy.selected .active > ul ul {
  display: none;
}
.search-results > li {
  padding-top: 18px !important;
  padding-bottom: 0 !important;
  border-bottom: 1px solid #cccccc;
}
.search-results > li a.unstyled,
.search-results > li a.unstyled span {
  color: inherit;
}
.search-results > li a.unstyled:hover,
.search-results > li a.unstyled:focus {
  color: inherit;
  text-decoration: none;
}
.search-results > li .media .media-left,
.search-results > li .media .media-right,
.search-results > li .media .media-body {
  padding-bottom: 18px;
}
.search-results > li .media .media-left a.unstyled,
.search-results > li .media .media-right a.unstyled {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.search-results > li .media .media-left a.unstyled .upcoming,
.search-results > li .media .media-right a.unstyled .upcoming {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 125%;
  margin-left: -62.5%;
  margin-top: -20px;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #009fda;
  background-color: rgba(0, 159, 218, 0.8);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
@media screen and (max-width: 767px) {
  .search-results > li .media .media-left,
  .search-results > li .media .media-right,
  .search-results > li .media .media-body {
    display: block;
  }
}
.search-results > li .search-image {
  width: 160px;
  height: auto;
}
.facet-remove {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  color: #666666;
  background-color: #cccccc;
}
.facet-remove:hover,
.facet-remove:focus {
  color: #666666;
  text-decoration: none;
}
.facet-remove:after {
  content: '\d7';
  display: inline-block;
  margin-left: 5px;
  font-size: 18px;
  vertical-align: middle;
}
#search-suggestions .highlight,
.search-results .highlight {
  display: inline-block;
  color: inherit;
  font-weight: bold;
  background-color: #feff99;
  -webkit-box-shadow: 2px 0 0 #feff99, -2px 0 0 #feff99;
  box-shadow: 2px 0 0 #feff99, -2px 0 0 #feff99;
}
.underlined {
  margin-top: 27px;
  margin-bottom: 9px;
  padding-bottom: 9px;
  border-bottom: 1px solid currentColor;
}
.underlined small {
  color: #999999;
}
.list-unstyled,
.list-inline,
.list-path {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.list-unstyled > li,
.list-inline > li,
.list-path > li {
  padding-left: 0 !important;
  list-style-type: none !important;
  list-style-image: none !important;
}
.list-unstyled > li:before,
.list-inline > li:before,
.list-path > li:before {
  display: none;
}
.list-inline-saparated > li + li {
  margin-left: 20px;
}
.list-path {
  margin-bottom: 18px;
}
.list-path > li {
  float: left;
  margin-right: 5px;
  padding: 0 !important;
}
.list-path > li:first-child {
  color: #009fda;
}
.list-path > li + li:before {
  display: inline !important;
  content: '/' !important;
  margin-right: 5px;
  font-family: inherit !important;
  font-size: inherit !important;
}
.list-dashed {
  margin-left: 0 !important;
  padding-left: 0 !important;
}
.list-dashed > li {
  padding-left: 10px !important;
  list-style-type: none !important;
  list-style-image: none !important;
}
.list-dashed > li:before {
  content: '-' !important;
  display: inline-block;
  position: absolute;
  margin-left: -10px;
  padding-right: 0 !important;
  font-family: inherit !important;
  font-size: inherit !important;
  color: inherit !important;
}
.pagination a span {
  color: inherit;
}
.autocomplete-suggestions {
  background: #fff;
  border-width: 0 1px 1px;
  border-style: none solid solid;
  border-color: transparent #cccccc #cccccc;
  overflow: auto;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-suggestions .autocomplete-suggestion.autocomplete-selected {
  background-color: #cccccc;
}
.autocomplete-suggestion > strong {
  font-weight: normal;
}
.autocomplete-suggestion > strong:nth-child(1) {
  font-weight: bold;
}
.infinite-scroll .jscroll_trigger {
  text-align: center;
  display: block;
  border-radius: 6px;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 60px;
  min-width: 40%;
  width: 40%;
}
.infinite-scroll .jscroll_loader {
  text-align: center;
  margin: 0 auto;
}
#map_canvas,
.maps-container {
  min-height: 430px;
  max-height: 430px;
  height: 450px !important;
  width: 100%;
  margin-bottom: 15px;
}
#map_canvas {
  border-top: 1px solid #acacac;
  -webkit-box-shadow: inset 0 2px 2px #ececec;
  box-shadow: inset 0 2px 2px #ececec;
}
.gm-style {
  font-family: inherit;
}
.gm-style .gm-style-iw,
.gm-style .gm-style-iw span,
.gm-style .gm-style-iw div,
.gm-style .gm-style-iw a,
.gm-style .gm-style-iw label {
  font-weight: normal;
}
.gm-style-iw {
  min-width: 540px;
  max-width: 540px;
  z-index: 99;
}
.gm-style-iw .content {
  padding: 10px;
}
.row.map-bubble {
  margin: 0;
}
.row.map-bubble .map-image-column img,
.row.map-details .map-image-column img {
  width: 100%;
}
.row.map-bubble .map-contact,
.row.map-details .map-contact {
  border-bottom: none;
  margin-right: 0;
  padding: 0;
}
/*tab view*/
.store-locator #listView #continentSwitcherContainer {
  display: none;
}
.store-locator #listView .loading-spinner {
  text-align: center;
}
.store-locator #listView .nav-tabs {
  display: table;
  width: 100%;
  border-bottom: 0;
  margin-left: 0;
}
.store-locator #listView .nav-tabs li {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #009fda;
  display: table-cell;
  float: none;
}
.store-locator #listView .nav-tabs li.active {
  border-bottom: none;
}
.store-locator #listView .nav-tabs li.active > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  background-color: #fff;
  border-color: #009fda;
  background: transparent;
  color: #009fda;
  text-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  font-weight: bold;
  line-height: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  border: 2px solid #009fda;
  border-bottom: 0;
}
.store-locator #listView .nav-tabs li.active > a:active,
.store-locator #listView .nav-tabs li.active > a.active {
  -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);
}
.store-locator #listView .nav-tabs li.active > a.disabled,
.store-locator #listView .nav-tabs li.active > a[disabled],
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.store-locator #listView .nav-tabs li.active > a .badge {
  text-shadow: none;
}
.store-locator #listView .nav-tabs li.active > a:hover,
.store-locator #listView .nav-tabs li.active > a:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.store-locator #listView .nav-tabs li.active > a:active,
.store-locator #listView .nav-tabs li.active > a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.store-locator #listView .nav-tabs li.active > a.disabled,
.store-locator #listView .nav-tabs li.active > a[disabled],
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a,
.store-locator #listView .nav-tabs li.active > a.disabled:hover,
.store-locator #listView .nav-tabs li.active > a[disabled]:hover,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a:hover,
.store-locator #listView .nav-tabs li.active > a.disabled:focus,
.store-locator #listView .nav-tabs li.active > a[disabled]:focus,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a:focus,
.store-locator #listView .nav-tabs li.active > a.disabled.focus,
.store-locator #listView .nav-tabs li.active > a[disabled].focus,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a.focus,
.store-locator #listView .nav-tabs li.active > a.disabled:active,
.store-locator #listView .nav-tabs li.active > a[disabled]:active,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a:active,
.store-locator #listView .nav-tabs li.active > a.disabled.active,
.store-locator #listView .nav-tabs li.active > a[disabled].active,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a.active {
  background-color: #e0e0e0;
  background-image: none;
}
.store-locator #listView .nav-tabs li.active > a:focus,
.store-locator #listView .nav-tabs li.active > a.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.store-locator #listView .nav-tabs li.active > a:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.store-locator #listView .nav-tabs li.active > a:active,
.store-locator #listView .nav-tabs li.active > a.active,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li.active > a {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.store-locator #listView .nav-tabs li.active > a:active:hover,
.store-locator #listView .nav-tabs li.active > a.active:hover,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li.active > a:hover,
.store-locator #listView .nav-tabs li.active > a:active:focus,
.store-locator #listView .nav-tabs li.active > a.active:focus,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li.active > a:focus,
.store-locator #listView .nav-tabs li.active > a:active.focus,
.store-locator #listView .nav-tabs li.active > a.active.focus,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li.active > a.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.store-locator #listView .nav-tabs li.active > a:active,
.store-locator #listView .nav-tabs li.active > a.active,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li.active > a {
  background-image: none;
}
.store-locator #listView .nav-tabs li.active > a.disabled:hover,
.store-locator #listView .nav-tabs li.active > a[disabled]:hover,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a:hover,
.store-locator #listView .nav-tabs li.active > a.disabled:focus,
.store-locator #listView .nav-tabs li.active > a[disabled]:focus,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a:focus,
.store-locator #listView .nav-tabs li.active > a.disabled.focus,
.store-locator #listView .nav-tabs li.active > a[disabled].focus,
fieldset[disabled] .store-locator #listView .nav-tabs li.active > a.focus {
  background-color: #fff;
  border-color: #009fda;
}
.store-locator #listView .nav-tabs li.active > a .badge {
  color: #fff;
  background-color: #009fda;
}
.store-locator #listView .nav-tabs li.active > a:hover,
.store-locator #listView .nav-tabs li.active > a:focus,
.store-locator #listView .nav-tabs li.active > a:active,
.store-locator #listView .nav-tabs li.active > a.active,
.open .dropdown-toggle.store-locator #listView .nav-tabs li.active > a {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.store-locator #listView .nav-tabs li.active > a:hover {
  color: #afcbd7;
  background-color: transparent;
  border-color: #AFCBD7;
}
.store-locator #listView .nav-tabs li.active > a:hover span {
  background-position: 0 0 !important;
}
.store-locator #listView .nav-tabs li.active > a:hover {
  border-color: #009fda;
  color: #009fda;
}
.store-locator #listView .nav-tabs li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  background-color: #fff;
  border-color: #009fda;
  background: transparent;
  border: 2px solid #009fda;
  color: #009fda;
  text-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666666;
  padding: 10px 15px;
  border: none;
}
.store-locator #listView .nav-tabs li > a:active,
.store-locator #listView .nav-tabs li > a.active {
  -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);
}
.store-locator #listView .nav-tabs li > a.disabled,
.store-locator #listView .nav-tabs li > a[disabled],
fieldset[disabled] .store-locator #listView .nav-tabs li > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.store-locator #listView .nav-tabs li > a .badge {
  text-shadow: none;
}
.store-locator #listView .nav-tabs li > a:hover,
.store-locator #listView .nav-tabs li > a:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.store-locator #listView .nav-tabs li > a:active,
.store-locator #listView .nav-tabs li > a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.store-locator #listView .nav-tabs li > a.disabled,
.store-locator #listView .nav-tabs li > a[disabled],
fieldset[disabled] .store-locator #listView .nav-tabs li > a,
.store-locator #listView .nav-tabs li > a.disabled:hover,
.store-locator #listView .nav-tabs li > a[disabled]:hover,
fieldset[disabled] .store-locator #listView .nav-tabs li > a:hover,
.store-locator #listView .nav-tabs li > a.disabled:focus,
.store-locator #listView .nav-tabs li > a[disabled]:focus,
fieldset[disabled] .store-locator #listView .nav-tabs li > a:focus,
.store-locator #listView .nav-tabs li > a.disabled.focus,
.store-locator #listView .nav-tabs li > a[disabled].focus,
fieldset[disabled] .store-locator #listView .nav-tabs li > a.focus,
.store-locator #listView .nav-tabs li > a.disabled:active,
.store-locator #listView .nav-tabs li > a[disabled]:active,
fieldset[disabled] .store-locator #listView .nav-tabs li > a:active,
.store-locator #listView .nav-tabs li > a.disabled.active,
.store-locator #listView .nav-tabs li > a[disabled].active,
fieldset[disabled] .store-locator #listView .nav-tabs li > a.active {
  background-color: #e0e0e0;
  background-image: none;
}
.store-locator #listView .nav-tabs li > a:focus,
.store-locator #listView .nav-tabs li > a.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.store-locator #listView .nav-tabs li > a:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.store-locator #listView .nav-tabs li > a:active,
.store-locator #listView .nav-tabs li > a.active,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li > a {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.store-locator #listView .nav-tabs li > a:active:hover,
.store-locator #listView .nav-tabs li > a.active:hover,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li > a:hover,
.store-locator #listView .nav-tabs li > a:active:focus,
.store-locator #listView .nav-tabs li > a.active:focus,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li > a:focus,
.store-locator #listView .nav-tabs li > a:active.focus,
.store-locator #listView .nav-tabs li > a.active.focus,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li > a.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.store-locator #listView .nav-tabs li > a:active,
.store-locator #listView .nav-tabs li > a.active,
.open > .dropdown-toggle.store-locator #listView .nav-tabs li > a {
  background-image: none;
}
.store-locator #listView .nav-tabs li > a.disabled:hover,
.store-locator #listView .nav-tabs li > a[disabled]:hover,
fieldset[disabled] .store-locator #listView .nav-tabs li > a:hover,
.store-locator #listView .nav-tabs li > a.disabled:focus,
.store-locator #listView .nav-tabs li > a[disabled]:focus,
fieldset[disabled] .store-locator #listView .nav-tabs li > a:focus,
.store-locator #listView .nav-tabs li > a.disabled.focus,
.store-locator #listView .nav-tabs li > a[disabled].focus,
fieldset[disabled] .store-locator #listView .nav-tabs li > a.focus {
  background-color: #fff;
  border-color: #009fda;
}
.store-locator #listView .nav-tabs li > a .badge {
  color: #fff;
  background-color: #009fda;
}
.store-locator #listView .nav-tabs li > a:hover,
.store-locator #listView .nav-tabs li > a:focus,
.store-locator #listView .nav-tabs li > a:active,
.store-locator #listView .nav-tabs li > a.active,
.open .dropdown-toggle.store-locator #listView .nav-tabs li > a {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.store-locator #listView .nav-tabs li > a:hover {
  color: #afcbd7;
  background-color: transparent;
  border-color: #AFCBD7;
}
.store-locator #listView .nav-tabs li > a:hover span {
  background-position: 0 0 !important;
}
.store-locator #listView .nav-tabs li > a:hover {
  color: #009fda;
  border-color: #009fda;
}
.store-locator #listView #map-legend {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
  text-align: right;
}
.store-locator #listView #map-legend .legend {
  display: inline-block;
  margin-left: 15px;
}
.store-locator #listView .map-bubble p {
  font-size: 13px;
}
.store-locator #listView .responsive-tab-pane {
  display: none;
}
.store-locator #listView .responsive-tab-pane.active {
  display: block;
}
.store-locator #listView .accordion .panel-default {
  margin-top: 0;
}
.store-locator #listView .accordion .panel-default:first-child {
  border-top: none;
}
.store-locator #listView .accordion .panel-default .panel-body {
  padding-top: 0;
}
.store-locator #listView .accordion .panel-default .panel-body .map-contact {
  border-bottom: 1px solid #cccccc;
  padding: 15px 0;
}
.store-locator #listView .accordion .panel-default .panel-body .map-contact:last-child {
  border-bottom: 0;
}
.store-locator #listView .accordion .panel-default .panel-body .map-contact .contact-label {
  width: 60px;
  display: inline-block;
}
.district-selection .district-tabs a {
  display: inline-block;
  width: auto;
  height: auto;
  line-height: 20px;
  font-size: 13px;
  color: #009fda;
  background: #ffffff;
  border: 1px solid #009fda;
  margin-left: -1px;
  text-decoration: none;
  padding: 0 10px;
}
.district-selection .district-tabs a:first-child {
  margin-left: 0;
}
.district-selection .district-tabs a:hover {
  text-decoration: underline;
}
.district-selection .district-tabs a.active {
  background: #009fda;
  color: #ffffff;
}
.sitemap > li {
  text-transform: uppercase;
  border-bottom: 1px solid #fcfcfc;
  padding: 10px 0 7px 15px;
}
.sitemap > li ul {
  padding-left: 40px;
}
.sitemap > li ul li {
  text-transform: none;
  padding: 10px 0 0;
}
.sitemap > li ul li a {
  color: #999999;
}
.sitemap > li ul li:before {
  content: "\e072";
  padding-right: 5px;
  font-size: 9px;
  color: #999999;
}
.sitemap > li ul li.active:before,
.sitemap > li ul li.active a {
  color: #009fda;
}
table td:first-child {
  padding-right: 25px;
}
table td:last-child {
  text-transform: uppercase;
}
.price {
  margin-top: 30px;
}
.price p {
  font-weight: bold;
  padding: 0;
  margin: 0;
}
.price .list-price {
  text-decoration: line-through;
  color: #666666;
}
.price .special-price {
  color: #1e1e1e;
}
.shop-button {
  margin-top: 30px;
}
.shop-button .btn {
  margin-bottom: 10px;
}
input#template_label {
  height: 39px;
  margin-top: -3px;
}
.shop-image img {
  margin-bottom: 6px;
}
.shop-image p {
  font-size: 16px;
  font-weight: bold;
}
.shop-tabs .nav-tabs {
  display: table;
  width: 100%;
  border-bottom: 0;
  margin-left: 0;
}
.shop-tabs .nav-tabs li {
  padding-left: 0;
  padding-bottom: 0;
  border-bottom: 2px solid #009fda;
  display: table-cell;
  float: none;
}
.shop-tabs .nav-tabs li.active {
  border-bottom: none;
}
.shop-tabs .nav-tabs li.active > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  background-color: #fff;
  border-color: #009fda;
  background: transparent;
  color: #009fda;
  text-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  font-weight: bold;
  line-height: 18px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 15px;
  border: 2px solid #009fda;
  border-bottom: 0;
}
.shop-tabs .nav-tabs li.active > a:active,
.shop-tabs .nav-tabs li.active > a.active {
  -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);
}
.shop-tabs .nav-tabs li.active > a.disabled,
.shop-tabs .nav-tabs li.active > a[disabled],
fieldset[disabled] .shop-tabs .nav-tabs li.active > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-tabs .nav-tabs li.active > a .badge {
  text-shadow: none;
}
.shop-tabs .nav-tabs li.active > a:hover,
.shop-tabs .nav-tabs li.active > a:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.shop-tabs .nav-tabs li.active > a:active,
.shop-tabs .nav-tabs li.active > a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.shop-tabs .nav-tabs li.active > a.disabled,
.shop-tabs .nav-tabs li.active > a[disabled],
fieldset[disabled] .shop-tabs .nav-tabs li.active > a,
.shop-tabs .nav-tabs li.active > a.disabled:hover,
.shop-tabs .nav-tabs li.active > a[disabled]:hover,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a:hover,
.shop-tabs .nav-tabs li.active > a.disabled:focus,
.shop-tabs .nav-tabs li.active > a[disabled]:focus,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a:focus,
.shop-tabs .nav-tabs li.active > a.disabled.focus,
.shop-tabs .nav-tabs li.active > a[disabled].focus,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a.focus,
.shop-tabs .nav-tabs li.active > a.disabled:active,
.shop-tabs .nav-tabs li.active > a[disabled]:active,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a:active,
.shop-tabs .nav-tabs li.active > a.disabled.active,
.shop-tabs .nav-tabs li.active > a[disabled].active,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a.active {
  background-color: #e0e0e0;
  background-image: none;
}
.shop-tabs .nav-tabs li.active > a:focus,
.shop-tabs .nav-tabs li.active > a.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.shop-tabs .nav-tabs li.active > a:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.shop-tabs .nav-tabs li.active > a:active,
.shop-tabs .nav-tabs li.active > a.active,
.open > .dropdown-toggle.shop-tabs .nav-tabs li.active > a {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.shop-tabs .nav-tabs li.active > a:active:hover,
.shop-tabs .nav-tabs li.active > a.active:hover,
.open > .dropdown-toggle.shop-tabs .nav-tabs li.active > a:hover,
.shop-tabs .nav-tabs li.active > a:active:focus,
.shop-tabs .nav-tabs li.active > a.active:focus,
.open > .dropdown-toggle.shop-tabs .nav-tabs li.active > a:focus,
.shop-tabs .nav-tabs li.active > a:active.focus,
.shop-tabs .nav-tabs li.active > a.active.focus,
.open > .dropdown-toggle.shop-tabs .nav-tabs li.active > a.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.shop-tabs .nav-tabs li.active > a:active,
.shop-tabs .nav-tabs li.active > a.active,
.open > .dropdown-toggle.shop-tabs .nav-tabs li.active > a {
  background-image: none;
}
.shop-tabs .nav-tabs li.active > a.disabled:hover,
.shop-tabs .nav-tabs li.active > a[disabled]:hover,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a:hover,
.shop-tabs .nav-tabs li.active > a.disabled:focus,
.shop-tabs .nav-tabs li.active > a[disabled]:focus,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a:focus,
.shop-tabs .nav-tabs li.active > a.disabled.focus,
.shop-tabs .nav-tabs li.active > a[disabled].focus,
fieldset[disabled] .shop-tabs .nav-tabs li.active > a.focus {
  background-color: #fff;
  border-color: #009fda;
}
.shop-tabs .nav-tabs li.active > a .badge {
  color: #fff;
  background-color: #009fda;
}
.shop-tabs .nav-tabs li.active > a:hover,
.shop-tabs .nav-tabs li.active > a:focus,
.shop-tabs .nav-tabs li.active > a:active,
.shop-tabs .nav-tabs li.active > a.active,
.open .dropdown-toggle.shop-tabs .nav-tabs li.active > a {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.shop-tabs .nav-tabs li.active > a:hover {
  color: #afcbd7;
  background-color: transparent;
  border-color: #AFCBD7;
}
.shop-tabs .nav-tabs li.active > a:hover span {
  background-position: 0 0 !important;
}
.shop-tabs .nav-tabs li.active > a:hover {
  border-color: #009fda;
  color: #009fda;
}
.shop-tabs .nav-tabs li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
  background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #dbdbdb;
  text-shadow: 0 1px 0 #fff;
  border-color: #ccc;
  background-color: #fff;
  border-color: #009fda;
  background: transparent;
  border: 2px solid #009fda;
  color: #009fda;
  text-shadow: none;
  border-radius: 0;
  padding: 10px;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  line-height: normal;
  text-align: center;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #666666;
  padding: 10px 15px;
  border: none;
}
.shop-tabs .nav-tabs li > a:active,
.shop-tabs .nav-tabs li > a.active {
  -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);
}
.shop-tabs .nav-tabs li > a.disabled,
.shop-tabs .nav-tabs li > a[disabled],
fieldset[disabled] .shop-tabs .nav-tabs li > a {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.shop-tabs .nav-tabs li > a .badge {
  text-shadow: none;
}
.shop-tabs .nav-tabs li > a:hover,
.shop-tabs .nav-tabs li > a:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.shop-tabs .nav-tabs li > a:active,
.shop-tabs .nav-tabs li > a.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.shop-tabs .nav-tabs li > a.disabled,
.shop-tabs .nav-tabs li > a[disabled],
fieldset[disabled] .shop-tabs .nav-tabs li > a,
.shop-tabs .nav-tabs li > a.disabled:hover,
.shop-tabs .nav-tabs li > a[disabled]:hover,
fieldset[disabled] .shop-tabs .nav-tabs li > a:hover,
.shop-tabs .nav-tabs li > a.disabled:focus,
.shop-tabs .nav-tabs li > a[disabled]:focus,
fieldset[disabled] .shop-tabs .nav-tabs li > a:focus,
.shop-tabs .nav-tabs li > a.disabled.focus,
.shop-tabs .nav-tabs li > a[disabled].focus,
fieldset[disabled] .shop-tabs .nav-tabs li > a.focus,
.shop-tabs .nav-tabs li > a.disabled:active,
.shop-tabs .nav-tabs li > a[disabled]:active,
fieldset[disabled] .shop-tabs .nav-tabs li > a:active,
.shop-tabs .nav-tabs li > a.disabled.active,
.shop-tabs .nav-tabs li > a[disabled].active,
fieldset[disabled] .shop-tabs .nav-tabs li > a.active {
  background-color: #e0e0e0;
  background-image: none;
}
.shop-tabs .nav-tabs li > a:focus,
.shop-tabs .nav-tabs li > a.focus {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00425a;
}
.shop-tabs .nav-tabs li > a:hover {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.shop-tabs .nav-tabs li > a:active,
.shop-tabs .nav-tabs li > a.active,
.open > .dropdown-toggle.shop-tabs .nav-tabs li > a {
  color: #009fda;
  background-color: #e6e6e6;
  border-color: #00729d;
}
.shop-tabs .nav-tabs li > a:active:hover,
.shop-tabs .nav-tabs li > a.active:hover,
.open > .dropdown-toggle.shop-tabs .nav-tabs li > a:hover,
.shop-tabs .nav-tabs li > a:active:focus,
.shop-tabs .nav-tabs li > a.active:focus,
.open > .dropdown-toggle.shop-tabs .nav-tabs li > a:focus,
.shop-tabs .nav-tabs li > a:active.focus,
.shop-tabs .nav-tabs li > a.active.focus,
.open > .dropdown-toggle.shop-tabs .nav-tabs li > a.focus {
  color: #009fda;
  background-color: #d4d4d4;
  border-color: #00425a;
}
.shop-tabs .nav-tabs li > a:active,
.shop-tabs .nav-tabs li > a.active,
.open > .dropdown-toggle.shop-tabs .nav-tabs li > a {
  background-image: none;
}
.shop-tabs .nav-tabs li > a.disabled:hover,
.shop-tabs .nav-tabs li > a[disabled]:hover,
fieldset[disabled] .shop-tabs .nav-tabs li > a:hover,
.shop-tabs .nav-tabs li > a.disabled:focus,
.shop-tabs .nav-tabs li > a[disabled]:focus,
fieldset[disabled] .shop-tabs .nav-tabs li > a:focus,
.shop-tabs .nav-tabs li > a.disabled.focus,
.shop-tabs .nav-tabs li > a[disabled].focus,
fieldset[disabled] .shop-tabs .nav-tabs li > a.focus {
  background-color: #fff;
  border-color: #009fda;
}
.shop-tabs .nav-tabs li > a .badge {
  color: #fff;
  background-color: #009fda;
}
.shop-tabs .nav-tabs li > a:hover,
.shop-tabs .nav-tabs li > a:focus,
.shop-tabs .nav-tabs li > a:active,
.shop-tabs .nav-tabs li > a.active,
.open .dropdown-toggle.shop-tabs .nav-tabs li > a {
  color: #009fda;
  background-color: #fff;
  border-color: #009fda;
}
.shop-tabs .nav-tabs li > a:hover {
  color: #afcbd7;
  background-color: transparent;
  border-color: #AFCBD7;
}
.shop-tabs .nav-tabs li > a:hover span {
  background-position: 0 0 !important;
}
.shop-tabs .nav-tabs li > a:hover {
  color: #009fda;
  border-color: #009fda;
}
.shop-tabs .nav li a {
  font-weight: bold !important;
  text-transform: none !important;
}
.shop-tabs .nav li a:hover {
  background-color: #fff !important;
}
.shop-tabs .nav-tabs {
  margin-bottom: 10px;
}
.shop-tabs table.table-striped > tbody tr th,
.shop-tabs table.table-striped > tbody tr td {
  border: none !important;
  border-bottom: 2px solid #ececec !important;
}
.shop-tabs table.table-striped > tbody tr:nth-child(odd) th,
.shop-tabs table.table-striped > tbody tr:nth-child(odd) td {
  background-color: #FFF;
}
.shop-tabs table.table-striped > tbody tr:nth-child(even) th,
.shop-tabs table.table-striped > tbody tr:nth-child(even) td {
  background-color: #f2fafd;
}
.shop-tabs .view-product-details.product-list.row:first-of-type {
  margin-top: 30px;
}
#multilevel-submenu + div,
#sidebar-left #carrer {
  clear: both;
}
.jobs-list {
  margin: 10px;
}
.jobs-list .row + .row {
  border-top: 1px solid #acacac;
}
.jobs-list .carrer-item {
  display: inline-block;
  width: 90%;
}
.jobs-list .carrer-item-box {
  padding: 15px 12px;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}
.jobs-list .carrer-item-box + .carrer-item-box {
  border-top: 1px solid #acacac;
}
.jobs-list .carrer-item-box p {
  color: #666666;
}
.jobs-list .carrer-item-box p span.place {
  padding-bottom: 14px;
  margin-bottom: 10px;
  position: relative;
  font-weight: bold;
}
.jobs-list .carrer-item-box p span.date-jobs {
  color: #666666;
}
.jobs-list .carrer-item-box p.name {
  font-size: 16.8px;
  margin-bottom: 0px;
  font-weight: bold;
}
.jobs-list .carrer-item-box:hover {
  text-decoration: none;
  background: #F2FAFD;
}
.jobs .flag {
  float: left;
  display: block;
  width: 16px;
}
.jobs.detail-view .apply-btn {
  margin-bottom: 10px;
}
.jobs .content {
  float: left;
  display: block;
  width: 434px;
  margin-left: 10px;
}
.jobs .content h3 {
  margin: 0;
  font-size: 18px;
}
.jobs .content p {
  margin: 0;
}
.jobs .table th {
  vertical-align: top;
}
.jobs .list-view .row,
.jobs .detail-view .row {
  margin-bottom: 10px;
}
.jobs .list-view .row .link-container div,
.jobs .detail-view .row .link-container div {
  margin-bottom: 10px;
}
.filter-country {
  background-color: #009fda;
  padding: 10px;
}
.filter-country p {
  color: #ffffff;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 0px;
  padding-top: 10px;
}
.filter-country select {
  padding: 10px;
  background-color: #ffffff;
  border-radius: 3px;
}
.jobs {
  background-color: #F2FAFD;
}
.jobs:before,
.jobs:after {
  content: " ";
  display: table;
}
.jobs:after {
  clear: both;
}
.jobs:before,
.jobs:after {
  content: " ";
  display: table;
}
.jobs:after {
  clear: both;
}
.jobs .row {
  background-color: #ffffff;
}
.jobs a.button-link {
  color: #009fda;
  border-color: #009fda;
  width: auto;
  display: inline-block;
  text-align: right;
}
.jobs .bodytext {
  float: left;
  width: 70%;
  padding: 20px;
  margin-bottom: 0;
}
.jobs .bodytext + .bodytext {
  width: 30%;
  padding-left: 20px;
}
.jobs .job {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.jobs .job img {
  max-width: 100%;
  max-width: calc(100% + 20px);
  height: auto;
  margin: 20px -10px;
}
.jobs .job .bodytext {
  width: auto;
  float: none;
  padding: 0;
}
.jobs .job .bodytext + .bodytext {
  width: auto;
  float: none;
}
.jobs .job .job-header + .job-header {
  border-top: 1px solid #dfdbda;
  padding-top: 9px;
}
.jobs.contact-person {
  float: left;
  width: 48%;
  min-height: 150px;
}
.jobs.contact-person + .jobs.contact-person {
  float: right;
}
.jobs.contact-person .contact.box {
  position: relative;
  min-height: 150px;
  margin-bottom: 0;
}
.jobs.contact-person .contact.box .info {
  min-height: 45px;
}
.bottom-row-jobs {
  background-color: #dfdbda;
  margin-bottom: -40px;
  padding-top: 20px;
  margin-top: 20px;
  position: relative;
}
.bottom-row-jobs:before {
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 0;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 20px transparent solid;
  border-right: 20px transparent solid;
  border-top: 20px solid white;
}
.job-detail-row .job-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.job-detail-row .job-table-cell {
  display: table-cell;
  width: 40%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.job-detail-row .job-table-cell a {
  width: 100%;
}
.job-detail-row .job-table-cell.spacer {
  width: auto;
}
.job-detail-row .job-table-cell + .job-table-cell {
  text-align: right;
}
.job-detail-row .btn {
  width: auto;
}
.job-detail-row .btn.btn-jobs {
  padding: 15px;
  background-color: #009fda;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid #009fda;
}
.job-detail-row .btn.btn-jobs:hover {
  background-color: #009fda;
  color: #ffffff;
  border-color: transparent;
}
.job-detail-row .btn.btn-jobs-overview {
  background-color: transparent;
  color: #fcfcfc;
  border-color: #fcfcfc;
  font-weight: bold;
}
.job-detail-row .btn.btn-jobs-overview:hover {
  color: #fcfcfc;
  border-color: #fcfcfc;
  background-color: transparent;
}
@media screen and (max-width: 991px) {
  .jobs.contact-person {
    margin-bottom: 15px;
  }
  .jobs-btn-container {
    float: none!important;
    margin-top: 20px;
    width: 100%;
  }
  .btn-jobs-overview {
    float: none;
  }
  .job img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .jobs .bodytext {
    width: 100%;
    padding-bottom: 0px;
  }
  .jobs .bodytext + .bodytext {
    padding-bottom: 20px;
  }
  .jobs.contact-person {
    float: none;
    margin-bottom: 15px;
    width: 100%;
  }
  .jobs.contact-person + .jobs.contact-person {
    float: none;
  }
  .jobs.contact-person .info {
    display: block;
  }
  .filter-country p {
    margin-bottom: 15px;
  }
  .jobs-list .carrer-item {
    width: 85%;
  }
  .job-detail-row .job-table {
    display: block;
  }
  .job-detail-row .job-table-cell {
    display: block;
    width: auto;
  }
  .job-detail-row .job-table-cell a {
    width: 100%;
  }
  .job-detail-row .job-table-cell.spacer {
    display: none;
  }
  .job-detail-row .job-table-cell + .job-table-cell {
    text-align: left;
    margin-top: 0;
    padding-top: 0;
  }
}
#UserDataForm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2000;
}
#UserDataForm .tx-downloads-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
}
#UserDataForm .tx-downloads-wrapper {
  position: absolute;
  top: 15%;
  width: 100%;
  margin: 0 auto;
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form {
  max-width: 700px;
  margin: 0 auto;
  border: 4px solid #009fda;
  background: #fff;
  padding: 20px 40px 15px 0;
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .message {
  display: none;
  color: #d9534f;
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .help-block,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .control-label,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .radio,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .checkbox,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .radio-inline,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .checkbox-inline,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error.radio label,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error.checkbox label,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error.radio-inline label,
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error.checkbox-inline label {
  color: #a94442;
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .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);
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .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;
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #ffffff;
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .form-control-feedback {
  color: #a94442;
}
#UserDataForm .tx-downloads-wrapper .tx-downloads-form .error .message {
  display: block;
}
.download-filter {
  margin-bottom: 30px;
}
.download-filter .filter-form {
  background: #f8f8f1;
  padding: 30px 30px;
}
.download-filter .filter-form .row:first-child {
  margin-bottom: 10px;
}
.download-filter p.italic {
  color: #009fda;
  font-style: italic;
  font-size: 22px;
  text-align: center;
  margin-top: 60px;
}
.download-filter form label {
  display: block;
  color: #151515;
  font-weight: normal;
  font-size: 14px;
  margin: 0;
  padding-left: 10px;
}
.download-filter form .btn {
  margin-top: 14px;
}
.download-filter form .form-control {
  border: 1px solid #cccccc;
  background-image: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  color: #666666;
}
.download-filter form .form-control.ui-autocomplete-loading {
  background: url('../assets/img/icons/ui-anim_basic_16x16.gif') no-repeat right 3em center #ffffff;
}
.download-filter form .form-control:focus {
  border-color: #66afe9;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}
.download-filter form .reset {
  background: url("../assets/img/icons/sprite-button.png") 0 -45px no-repeat;
  width: 23px;
  height: 23px;
  display: block;
  top: 27px;
  right: 14px;
  position: absolute;
  margin: 0;
  padding: 0;
  border: none;
}
table.downloads {
  width: 100%;
}
table.downloads tr th {
  border-bottom: 5px solid #666666;
  font-weight: bold;
  font-size: 16px;
  padding: 8px;
}
table.downloads tr th.document-found-col-header {
  color: #009fda;
  padding: 10px 5px;
}
table.downloads tr th.file-size-col {
  text-align: right;
  min-width: 70px;
}
table.downloads tr td {
  border-bottom: 1px solid #cbcbcb;
  padding: 8px;
  background-color: #ffffff;
}
table.downloads tr td:first-child {
  padding-left: 3px;
}
table.downloads tr td div.download-title-col {
  position: relative;
}
table.downloads tr td a {
  color: #333333;
  padding: 5px 0 5px 35px;
  display: block;
}
table.downloads tr td a .icon-filedownload {
  position: absolute;
  margin: -2px 0 0 -30px;
}
table.downloads tr td span.bg {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 2px 3px;
}
table.downloads tr td:last-child {
  text-align: right;
  min-width: 50px;
}
table.downloads tr.odd td {
  background-color: #e5f2ff;
}
table.downloads.list-downloads {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 12px;
  line-height: 1.5;
}
table.downloads.list-downloads thead th {
  line-height: 1.5;
  border-bottom: 5px solid #666;
  background: none;
}
table.downloads.list-downloads tr.odd td {
  background-color: #F2FAFD;
}
table.downloads.list-downloads tr td {
  line-height: 1.5;
  border: 0;
  border-top: 1px solid #cbcbcb;
  background-color: #ffffff;
}
table.downloads.list-downloads tr td a {
  font-weight: bold;
  padding-bottom: 0;
  padding-top: 0;
  color: #666666;
}
table.downloads.list-downloads tr td a .icon-filedownload {
  margin-top: 0;
}
table.downloads.list-downloads tr td div.download-format {
  padding-left: 35px;
}
table.downloads.list-downloads tr td:last-child {
  text-align: left;
}
ul.ui-menu.ui-autocomplete.ui-download-filter-autocomplete {
  width: auto;
}
.panel.panel-default {
  border: none;
  border-top: 1px solid #009fda;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}
.panel.panel-default > .panel-heading {
  background-image: none;
  background-color: #ffffff;
  -webkit-filter: none;
          filter: none;
  padding: 10px 40px 10px 10px;
  position: relative;
}
.panel.panel-default > .panel-heading .panel-title a {
  font-size: 14px;
  font-weight: bold;
  color: #1E1E1E;
  line-height: 1.5;
}
.panel.panel-default > .panel-heading .panel-title a > span {
  width: 14px;
  height: 8px;
  display: block;
  background-image: url("../assets/img/icons/sprite-control.png");
  background-position: -28px -116px;
  position: absolute;
  right: 20px;
  top: 15px;
}
.panel.panel-default > .panel-heading .panel-title:hover span {
  background-position: -42px -116px;
}
.panel.panel-default > .panel-heading .panel-title a.collapsed > span {
  background-position: 0 -116px;
}
.panel.panel-default > .panel-heading .panel-title a.collapsed:hover > span {
  background-position: -14px -116px;
}
.panel.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top: none;
  font-size: 14px;
  line-height: 1.5;
  color: #1E1E1E;
  padding: 30px 30px 10px 10px;
}
.filter div {
  margin: 0 0 20px 0;
}
.filter i {
  display: inline-block;
  font-style: normal;
  padding: 7px;
}
.filter select {
  width: 368px !important;
  height: 37px;
  display: block;
  text-align: left;
  font-size: 14px;
}
.filter select optgroup {
  margin: 0;
  padding: 0;
}
.filter select optgroup label {
  color: #151515;
}
.filter select option {
  padding: 0;
  margin: 0;
}
.filter button {
  width: auto;
  display: block;
  text-align: left;
  font-size: 14px;
}
.filter button .caret {
  float: right;
  margin-top: 6px;
}
.filter ul.multiselect-container {
  width: 368px;
  max-width: 100%;
  top: 37px;
  left: 0;
  margin-left: 0;
  background-color: #fcfcfc;
}
.filter ul.multiselect-container li {
  list-style: none;
  line-height: 1;
  padding: 0;
}
.filter ul.multiselect-container li:before {
  content: "";
  display: none;
}
.filter ul.multiselect-container li a,
.filter ul.multiselect-container li > span {
  padding: 7px 15px;
  margin: 0;
}
.filter ul.multiselect-container li a:before,
.filter ul.multiselect-container li > span:before {
  content: "› ";
}
.filter ul.multiselect-container li a:hover,
.filter ul.multiselect-container li > span:hover {
  background-color: #009fda;
  background-image: none;
  color: #ffffff;
  cursor: pointer;
}
.filter ul.multiselect-container li span {
  color: inherit;
}
.filter ul.multiselect-container li a label,
.filter ul.multiselect-container li span label,
.filter ul.multiselect-container li a .label,
.filter ul.multiselect-container li span .label {
  padding: 0;
  margin: 0;
}
.filter ul.multiselect-container li label,
.filter ul.multiselect-container li .label {
  padding: 7px;
  margin-bottom: 0;
  line-height: 1;
  color: #151515;
  font-size: 14px;
  font-weight: normal;
}
.filter ul.multiselect-container li a label,
.filter ul.multiselect-container li a .label {
  cursor: pointer;
}
.filter ul.multiselect-container li.main-category {
  padding-left: 8px;
}
.panel-group.isotope {
  overflow: visible !important;
}
.related-news .panel.panel-default {
  border-top: none;
}
.related-news .panel.panel-default > .panel-heading {
  padding: 0;
}
.related-news .panel.panel-default > .panel-heading .panel-title a {
  font-size: 12px;
  color: #009fda;
  margin-top: 20px;
  font-weight: normal;
}
.related-news .panel-body {
  padding: 0;
}
#accordion .panel-collapse .panel-body {
  padding-top: 10px;
}
.page-175 #accordion .panel.panel-default:last-of-type > .panel-heading .panel-title a {
  cursor: auto;
  text-decoration: none;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-skin {
  background-color: #fff;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../assets/img/icons/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../assets/img/icons/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../assets/img/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../assets/img/icons/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../assets/img/icons/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
#home .fullScreenPage {
  min-height: 850px !important;
  overflow: hidden;
  width: 100%;
}
#home .fullScreenPage.stop,
#home .fullScreenPage.start {
  min-height: 0px !important;
  height: 0px;
}
#home #scrollDownButton,
#home #scrollUpButton {
  text-align: center;
  position: absolute;
  z-index: 5;
  bottom: 70px;
  left: 50%;
  margin-left: -55px;
}
#home #scrollDownButton img,
#home #scrollUpButton img {
  min-height: 0 !important;
  width: 110px !important;
  height: 110px !important;
  position: relative;
}
#home #scrollUpContainer {
  display: inline-block;
  position: relative;
  width: 110px;
  height: 110px;
  margin-top: 40px;
}
#home #scrollUpContainer #scrollUpButton {
  bottom: 10px;
}
#home #scrollUpContainer #scrollUpButton a {
  width: 110px !important;
}
#home #scrollNavigation {
  position: fixed;
  z-index: 9;
  right: 0;
  top: 50%;
}
#home #scrollNavigation .navbar-scroll {
  float: left;
}
#home #scrollNavigation .navbar-scroll ul {
  width: 150px;
  margin-right: 15px;
}
#home #scrollNavigation .navbar-scroll ul li {
  overflow: hidden;
  height: 1px;
  display: none;
  float: right;
}
#home #scrollNavigation .navbar-scroll ul li.active {
  overflow: auto;
  height: auto;
  display: block;
}
#home #scrollNavigation .navbar-scroll ul li a {
  background-color: #009fda;
  color: #ffffff;
  float: left;
  padding: 6px 10px;
}
#home #scrollNavigation .navbar-scroll ul li:before {
  display: none;
}
#home #scrollNavigation .navbar-scroll ul li:after {
  content: "";
  float: left;
  margin-top: 7px;
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #009fda;
}
#home #scrollNavigation .navbar-scroll ul li.first {
  margin-top: -11px;
}
#home #scrollNavigation .navbar-scroll ul li.second {
  margin-top: 3px;
}
#home #scrollNavigation .navbar-scroll ul li.third {
  margin-top: 19px;
}
#home #scrollNavigation .navbar-scroll ul li.fourth {
  margin-top: 35px;
}
#home #scrollNavigation .navbar-scrollto {
  float: right;
  margin-right: 15px;
}
#home #scrollNavigation .navbar-scrollto ul li {
  padding: 4px;
}
#home #scrollNavigation .navbar-scrollto ul li:before {
  display: none;
}
#home #scrollNavigation .navbar-scrollto ul li.active {
  background-color: #009fda;
  border-radius: 2px;
}
#home #scrollNavigation .navbar-scrollto ul li a {
  text-indent: 9000px;
  font-size: 0;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #ffffff;
  padding: 0;
}
#home #top,
#home #get {
  text-align: right;
  position: relative;
}
#home #top .startTeaserContainer,
#home #get .startTeaserContainer {
  position: relative;
  width: 100%;
}
#home #top .startTeaser,
#home #get .startTeaser {
  position: absolute;
  z-index: 5;
  width: 100%;
}
#home #top .startTeaser .row .col-sm-4,
#home #get .startTeaser .row .col-sm-4 {
  margin-bottom: 10px;
}
#home #top > img,
#home #get > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  min-width: 100%;
}
#home #top h1,
#home #get h1,
#home #top h2,
#home #get h2 {
  font-size: 48px;
  line-height: 1;
  margin: 0;
}
#home #top h2,
#home #get h2 {
  font-size: 26px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 1.2;
}
#home #top p,
#home #get p {
  margin-bottom: 15px;
  color: #1e1e1e;
  font-size: 15px;
  line-height: 1.5;
}
#home #top .btn,
#home #get .btn,
#home .highlights-container .flexslider .btn {
  margin-left: 10px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-color: #b8d5e3;
  color: #009fda;
}
#home #top .btn:hover,
#home #get .btn:hover,
#home .highlights-container .flexslider .btn:hover {
  background: #fff;
  border-color: #009fda;
  color: #009fda;
}
#home #top a .scrolldown,
#home #get a .scrolldown {
  width: 7px;
  height: 8px;
  display: inline-block;
  margin-left: 5px;
  background: url('../assets/img/icons/scrolldown.png') no-repeat 0 0;
}
#home #top a:hover .scrolldown,
#home #get a:hover .scrolldown {
  background-position: -7px 0;
}
#home #top a.btn-special .scrolldown,
#home #get a.btn-special .scrolldown {
  background-position: 0 0;
}
#home #top a.btn-special:hover .scrolldown,
#home #get a.btn-special:hover .scrolldown {
  background-position: 0 0;
}
#home #top .flexslider,
#home #get .flexslider {
  position: absolute;
  width: 100%;
}
#home #top .flexslider.top .slider-overlay-img,
#home #get .flexslider.top .slider-overlay-img {
  position: absolute;
  z-index: 10;
  right: 15px;
  top: 15px;
  width: 150px;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  #home #top .slider-text,
  #home #get .slider-text {
    margin-top: 150px;
  }
}
@media print, screen and (min-width: 992px) {
  #home #top .slider-text,
  #home #get .slider-text {
    margin-top: 120px;
  }
}
#home #top .flex-control-nav,
#home #get .flex-control-nav,
#home #top .flex-direction-nav,
#home #get .flex-direction-nav {
  height: 0px;
  display: none;
}
#home #top .flex-direction-nav .flex-next,
#home #get .flex-direction-nav .flex-next,
#home #top .flex-direction-nav .flex-prev,
#home #get .flex-direction-nav .flex-prev {
  display: none;
}
#home .flexslider {
  min-height: 300px !important;
}
#home .highlights-container {
  position: relative;
}
#home .highlights-container .flexslider .slides img {
  min-width: 100%;
  width: auto;
}
#home .highlights-container .flexslider .caption {
  margin-top: 230px;
}
#home .highlights-container .flexslider .caption h3 {
  font-size: 48px;
}
#home .highlights-container .flexslider .caption .black h3,
#home .highlights-container .flexslider .caption .black .counter,
#home .highlights-container .flexslider .caption .black table,
#home .highlights-container .flexslider .caption .black p {
  color: #1e1e1e;
}
#home .highlights-container .flexslider .caption .white h3,
#home .highlights-container .flexslider .caption .white .counter,
#home .highlights-container .flexslider .caption .white table,
#home .highlights-container .flexslider .caption .white p {
  color: #ffffff;
}
#home .highlights-container .flexslider .caption table {
  border: none;
  font-size: 16px;
}
#home .highlights-container .flexslider .caption table tr {
  border: none;
}
#home .highlights-container .flexslider .caption table td,
#home .highlights-container .flexslider .caption table th {
  vertical-align: top;
  text-transform: none;
  line-height: 140%;
  border: none;
}
#home .highlights-container .flexslider .caption table th {
  padding-right: 14px;
}
#home .highlights-container .flexslider .controlsContainer {
  position: relative;
  display: block;
  height: 58px;
  width: 100%;
}
#home .highlights-container .flexslider .controlsContainer .flex-control-nav {
  display: none;
}
#home .highlights-container .flexslider .controlsContainer .flex-direction-nav {
  position: relative;
}
#home .highlights-container .flexslider .controlsContainer .flex-direction-nav li {
  float: left;
  height: 58px;
  margin-right: 5px;
}
#home .highlights-container .flexslider .controlsContainer .flex-direction-nav li a {
  position: relative;
  top: 0;
  left: 0;
}
#home .highlights-container .flexslider .controlsContainer .flex-direction-nav li:before {
  display: none;
}
#home .highlights-container .flexslider .btn {
  position: relative;
  margin: 35px 0 0 -10px;
  width: 200px;
}
#home #applications {
  text-align: center;
  background: #ffffff;
  position: relative;
  display: block;
}
#home #applications .header {
  height: 120px;
  background: #009fda;
  text-align: center;
  position: relative;
}
#home #applications .header h2 {
  font-size: 40px;
  font-weight: normal;
  color: #ffffff;
  text-transform: uppercase;
  padding-top: 35px;
  margin: 0;
}
#home #applications .arrow {
  content: "";
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-top: 11px solid #009fda;
  margin: 0 auto;
  margin-bottom: 52px;
}
#home #applications h3 {
  color: #009fda;
  font-size: 16px;
  font-weight: bold;
}
#home #applications p {
  color: #333333;
}
#home #applications span.image,
#home #applications a {
  display: block;
  position: relative;
  width: 236px;
  margin: 0 auto;
}
#home #applications span.image img,
#home #applications a img {
  width: 220px;
}
#home #applications span.image .overlay,
#home #applications a .overlay {
  display: none;
  position: absolute;
  top: -8px;
  left: 0;
  text-align: center;
  width: 100%;
}
#home #applications span.image .overlay img,
#home #applications a .overlay img {
  width: 236px;
}
#home #applications span.image .overlay h4,
#home #applications a .overlay h4 {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-size: 31px;
  font-weight: bold;
  margin-top: 120px;
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}
#home #applications .row .animated {
  min-height: 500px;
  margin-bottom: 40px;
}
#home #applications .row .animated .button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
#home #applications .row .animated .button a {
  display: inline;
}
#home #applications .row .animated:hover .overlay {
  display: block;
}
#home #get {
  text-align: left;
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
#home #get .title {
  font-size: 95px;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 700;
}
#home #get .title.blue {
  color: #009fda;
}
#home #get .title.grey {
  color: #666666;
}
#home #get .caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: 0;
}
#home #get .btn {
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  #home #get {
    height: auto;
    background: none !important;
  }
  #home #get .title {
    font-size: 44px;
    margin-bottom: 15px;
  }
  #home #get .btn {
    margin: 0;
    width: auto;
    min-width: 200px;
  }
  #home #get .caption {
    background-color: #fff;
    top: auto;
    padding: 20px 10px 10px;
  }
}
.styleguide main header ul li:before {
  display: none;
}
.styleguide header .logo {
  height: 95px;
}
.styleguide .example {
  border: 1px solid #cccccc;
  padding: 8.5px;
  border-radius: 4px;
}
.styleguide .nav li a:hover {
  background-color: #009fda;
}
.styleguide .list-group.subnavi li.list-group-item.active {
  padding-bottom: 5px;
}
.styleguide .nav-affix.affix {
  top: 36px;
  width: 225px;
}
.typo3-messages {
  margin: 5px;
}
.typo3-messages.downloads-messages,
.typo3-messages.faqs-messages,
.typo3-messages.form-top-messages {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 5px;
  margin: 0;
}
.typo3-messages.downloads-messages.faqs-messages,
.typo3-messages.faqs-messages.faqs-messages,
.typo3-messages.form-top-messages.faqs-messages {
  padding-top: 0;
}
#career .slides {
  margin-left: 0;
}
#career .slides li {
  list-style: none;
}
#career .slides .caption {
  margin-top: 45px;
  width: 300px;
  margin-left: 14px;
}
#career .slides .caption .black h3,
#career .slides .caption .black p {
  color: #1e1e1e;
}
#career .slides .caption .white h3,
#career .slides .caption .white p {
  color: #ffffff;
  text-shadow: 1px 1px #666;
}
#career .slides .caption .blue h3,
#career .slides .caption .blue p {
  color: #009fda;
  text-shadow: 1px 0px #CCC;
}
#career .slides .caption h3 {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#career .slides .caption .btn {
  position: static;
  margin: 0;
  width: 90%;
  left: 0;
  bottom: 0;
}
#career .flex-control-nav {
  bottom: 5px;
}
#career .flex-control-nav li a {
  background-color: #009fda;
  border: 1px solid transparent;
  width: 12px;
  height: 12px;
}
#career .flex-control-nav li a.flex-active {
  background-color: #1e1e1e;
  border-color: #ffffff;
}
#career .flex-direction-nav {
  height: 0;
}
#career .flex-direction-nav li {
  list-style: none;
}
#career .flex-direction-nav a {
  width: 38px;
  height: 38px;
  z-index: 1;
  top: 20px;
}
#career .flex-direction-nav .flex-next {
  background: url("../assets/img/icons/sprite-control_small.png") 0 -37px no-repeat;
  left: 66px;
}
#career .flex-direction-nav .flex-next:hover {
  background: url("../assets/img/icons/sprite-control_small.png") -37px -37px no-repeat;
}
#career .flex-direction-nav .flex-prev {
  background: url("../assets/img/icons/sprite-control_small.png") 0 0px no-repeat;
  left: 24px;
}
#career .flex-direction-nav .flex-prev:hover {
  background: url("../assets/img/icons/sprite-control_small.png") -37px 0 no-repeat;
}
#career .flexslider {
  margin-bottom: 20px;
}
#career #career-bottom-container .col-md-6 {
  margin-bottom: 20px;
}
#career #career-bottom-container .col-md-6 .inner-container {
  padding: 15px 18px;
  min-height: 175px;
}
#career #career-bottom-container .col-md-6 .inner-container .content-container {
  width: 250px;
}
#career #career-bottom-container .col-md-6 .inner-container .content-container h2 {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 25px;
}
#career #career-bottom-container .col-md-6 .inner-container .content-container p {
  color: #ffffff;
  margin-bottom: 20px;
  width: 220px;
}
#career #career-bottom-container .col-md-6 .inner-container .btn {
  width: 200px;
  position: absolute;
  bottom: 15px;
}
#career #career-bottom-container .col-md-6#job-overview .inner-container {
  background: url("../assets/img/career/job-overview.png") no-repeat 230px 15px #009fda;
}
#career #career-bottom-container .col-md-6#learn-more .inner-container {
  background: url("../assets/img/career/learn-more.png") no-repeat 230px 15px #009fda;
}
iframe {
  max-width: 100%;
  height: auto;
}
.table-container {
  max-width: 100%;
  overflow-x: auto;
}
.main-content .jobs ul li {
  font-size: 14px;
}
.main-content ul {
  margin-left: 15px;
}
.main-content ul li {
  font-size: 13px;
  list-style-type: disc;
  padding-left: 15px;
}
.main-content ul li:before {
  content: "";
  padding: 0;
}
.main-content ol {
  padding: 0;
  padding-left: 15px;
}
.main-content ol li {
  padding: 5px 0;
  padding-left: 15px;
  line-height: 150%;
  list-style-position: outside;
  font-size: 13px;
}
.main-content table {
  border: none;
  font-size: 14px;
}
.main-content table tr td,
.main-content table tr th {
  line-height: 130%;
  border: 2px solid #fff;
  vertical-align: middle;
}
.main-content table tr th {
  background: #ececec;
}
.main-content table tr td {
  background: #F7F7F7;
}
.main-content iframe {
  min-height: 360px;
}
span.highlighted {
  color: #009fda;
  font-weight: bold;
}
div.element div.csc-default .csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagecolumn {
  margin-right: 0;
}
div.element div.csc-default .csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow .csc-textpic-imagerow-last {
  margin-bottom: 10px;
}
div.element div.csc-default .csc-textpic .csc-textpic-imagewrap.img-inline {
  padding-top: 0;
  width: auto;
}
div.element div.csc-default .csc-textpic .csc-textpic-imagewrap.img-left {
  padding-left: 0;
}
div.element div.csc-default .csc-textpic .csc-textpic-imagewrap.img-right {
  padding-right: 0;
}
div.element div.csc-default .csc-textpic.csc-textpic-above .csc-textpic-imagerow-last {
  margin-bottom: 10px;
}
div.element div.csc-default .csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap .csc-textpic-imagerow-last,
div.element div.csc-default .csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap .csc-textpic-imagerow-last {
  margin-bottom: 0;
}
div.element div.csc-default div.csc-textpic-text.col-md-6,
div.element div.csc-default div.csc-textpic-text.col-md-7 {
  margin: 0;
}
div.element div.csc-default div.csc-textpic-imagerow,
div.element div.csc-default div.csc-textpic-imagecolumn {
  margin-bottom: 10px;
}
div.element div.csc-default .csc-textpic-image {
  margin: 0;
  padding-left: 0;
}
div.element div.csc-default div.csc-textpic-intext-left-nowrap.row.csc-textpic div.csc-textpic-imagewrap {
  margin-right: inherit;
}
div.element div.csc-default div.csc-textpic-intext-right-nowrap.row.csc-textpic div.csc-textpic-imagewrap {
  margin-left: inherit;
}
div.element div.csc-default div.csc-textpic .pull-right .csc-textpic-image {
  float: right;
}
div.element div.csc-default div.csc-textpic .pull-left .csc-textpic-image {
  float: left;
}
div.element div.csc-default .csc-textpic-right .csc-textpic-imagecolumn {
  float: right;
}
div.element div.csc-default .csc-textpic-left .csc-textpic-imagecolumn {
  float: left;
}
table.table a {
  color: #333333;
}
table.table ul {
  margin-bottom: 0;
  padding-bottom: 5px;
}
table.table ul li {
  padding-left: 0px;
}
table td:last-child {
  text-transform: none;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) th,
.table-striped > tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.csc-textpic-intext-right-nowrap .csc-textpic-text {
  margin-right: 0;
}
.csc-textpic-intext-left-nowrap .csc-textpic-text {
  margin-left: 0;
}
/**********************************
	 * Images
	 **********************************/
figure.csc-textpic-image,
figcaption.csc-textpic-caption {
  display: block !important;
}
div.align-justify,
p.align-justify {
  text-align: justify;
}
div.align-center,
p.align-center {
  text-align: center;
}
div.align-right,
p.align-right {
  text-align: right;
}
figcaption.csc-textpic-caption {
  padding-top: 5px;
}
@media screen and (max-width: 991px) {
  .element div.csc-default div.csc-textpic-imagewrap {
    /*float: none;
        margin: 0;
        padding: 10px 0;
*/
  }
  .csc-textpic-imagewrap .element div.csc-default div.csc-textpic-intext-left-nowrap.row.csc-textpic div.csc-textpic-imagewrap {
    float: none;
  }
}
.margin-bottom-large {
  margin-bottom: 20px;
}
.margin-bottom-medium {
  margin-bottom: 10px;
}
.margin-bottom-small {
  margin-bottom: 5px;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-small {
  margin-top: 5px;
}
.social-media {
  overflow: hidden;
}
.social-media li {
  float: left;
  margin: 0 8px 10px 0;
  list-style: none;
}
.social-media li:before {
  content: "";
}
.social-media li a {
  background: url('../assets/img/icons/sprite-socialmedia-footer-new.png') top left no-repeat;
  height: 30px;
  width: 30px;
  display: block;
  text-indent: 9000px;
}
.social-media li a.facebook {
  background-position: 0 0;
}
.social-media li a.facebook:hover {
  background-position: -30px 0;
}
.social-media li a.twitter {
  background-position: 0 -30px;
}
.social-media li a.twitter:hover {
  background-position: -30px -30px;
}
.social-media li a.xing {
  background-position: 0 -60px;
}
.social-media li a.xing:hover {
  background-position: -30px -60px;
}
.social-media li a.linkedin {
  background-position: 0 -90px;
}
.social-media li a.linkedin:hover {
  background-position: -30px -90px;
}
.social-media li a.youtube {
  background-position: 0 -120px;
}
.social-media li a.youtube:hover {
  background-position: -30px -120px;
}
.social-media li a.googleplus {
  background-position: 0 -150px;
}
.social-media li a.googleplus:hover {
  background-position: -30px -150px;
}
.social-media li a.kununu {
  background-position: 0 -180px;
}
.social-media li a.kununu:hover {
  background-position: -30px -150px;
}
.social-media li a.instagram {
  background-position: 0 -210px;
}
.social-media li a.instagram:hover {
  background-position: -30px -210px;
}
/* -------------------------------- 

Primary style

-------------------------------- */
/*
html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media print, screen and (min-width: 992px) {
  .tx-history {
    margin-top: -300px;
  }
}
.template-2col-history main {
  background-color: #f0f7ff;
}
.template-2col-history .col-md-3 {
  z-index: 8;
}
.vertical_timeline {
  font-size: 100%;
  font-family: arial, "Droid Serif", serif;
  color: #000;
}
.bg_1 {
  background-color: #f0f7ff;
  border: 1px solid #f0f7ff;
}
.bg_2 {
  background-color: #E0EFF7;
  border: 1px solid #E0EFF7;
}
.vertical_timeline a {
  color: #009fd9;
  text-decoration: none;
  padding-bottom: 10px;
  font-family: arial, "Open Sans", sans-serif;
}
.vertical_timeline img {
  max-width: 100%;
  height: 100%;
}
.cd-timeline-content-center h1,
.cd-timeline-content-center h2 {
  color: #009edc;
  font-size: 20px;
  font-weight: normal;
}
/* --------------------------------

Modules - reusable parts of our design

-------------------------------- */
.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 70%;
  max-width: 1170px;
  margin: 0 auto;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#cd-timeline {
  position: relative;
  padding: 2em 0;
  margin-top: 2em;
  margin-bottom: 2em;
}
#cd-timeline::before {
  /* this is the vertical line */
  content: '';
  position: absolute;
  top: -15px;
  left: 18px;
  height: 103%;
  width: 4px;
  background: #fff;
}
.cd-timeline-content-center {
  margin-left: 76px;
  background-image: none;
}
.history-logo {
  margin: 20% 0 0 20%;
}
@media only screen and (min-width: 1170px) {
  #cd-timeline {
    margin-top: 3em;
    margin-bottom: 0;
  }
  #cd-timeline::before {
    left: 50%;
    margin-left: -2px;
  }
}
.cd-timeline-block {
  position: relative;
  margin: 2em 0;
}
.cd-timeline-block:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-block:first-child {
  margin-top: 0;
}
.cd-timeline-block:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-block {
    margin: 4em 0;
  }
  .cd-timeline-block:first-child {
    margin-top: 0;
  }
  .cd-timeline-block:last-child {
    margin-bottom: 0;
  }
}
.cd-timeline-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 4px white, inset 0 1px 0 rgba(0, 0, 0, 0), 0 1px 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 4px white, inset 0 1px 0 rgba(0, 0, 0, 0), 0 1px 0 1px rgba(0, 0, 0, 0);
}
.cd-timeline-img-center {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 6px #bde3f7, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0);
          box-shadow: 0 0 0 6px #bde3f7, inset 0 2px 0 rgba(0, 0, 0, 0.08), 0 3px 0 4px rgba(0, 0, 0, 0);
}
.cd-timeline-img img,
.cd-timeline-img-center img {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  left: 50%;
  top: 50%;
  margin-left: -12px;
  margin-top: -12px;
}
.cd-timeline-img.cd-picture {
  background: #f7f7ff;
}
.vertical_timeline.bg_2 .cd-timeline-img.cd-picture {
  background: #e9eff5;
}
.cd-timeline-img-center.cd-point {
  background: #009EDC;
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-img,
  .cd-timeline-img-center {
    width: 30px;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
  }
  .cssanimations .cd-timeline-img.is-hidden,
  .cssanimations .cd-timeline-img-center.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-img.bounce-in,
  .cssanimations .cd-timeline-img-center.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-1 0.6s;
    animation: cd-bounce-1 0.6s;
  }
}
@-webkit-keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes cd-bounce-1 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.cd-timeline-content {
  position: relative;
  margin-left: 75px;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 0 5px #d7e4ed;
          box-shadow: 0 0 5px #d7e4ed;
}
.cd-timeline-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-timeline-content .cd-timeline-contentElement {
  position: relative;
  /*display: inline-block;*/
  margin-bottom: 1.6em;
}
.cd-timeline-content h2 {
  color: #303e49;
  font-size: 26px;
}
.cd-timeline-content p {
  font-size: 16px;
  font-weight: bold;
}
.cd-timeline-content .cd-read-more {
  font-size: 14px;
  color: #009fd9;
}
.cd-timeline-content .cd-date {
  font-size: 20px;
  color: #009edc;
}
.cd-timeline-content .cd-read-more,
.cd-timeline-content .cd-date {
  display: inline-block;
}
.cd-timeline-content p {
  margin: 1em 0;
  line-height: 1.6;
}
.cd-timeline-content .cd-read-more {
  float: right;
  /*padding: .8em 1em;
    background: #acb7c0;
    color: white;
    border-radius: 0.25em;*/
}
.no-touch .cd-timeline-content .cd-read-more:hover {
  background-color: #bac4cb;
}
.cd-timeline-content .cd-date {
  float: left;
  /*padding: .0 0;*/
  opacity: 0.7;
}
.cd-timeline-content::before {
  content: '';
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 7px solid transparent;
  border-right: 7px solid white;
}
.cd-timeline-content-center .image-center {
  /*width:50%;*/
  position: relative;
  margin-top: 16%;
  background: white;
  border-radius: 0.25em;
  padding: 1em;
  -webkit-box-shadow: 0 0 5px #d7e4ed;
          box-shadow: 0 0 5px #d7e4ed;
}
@media only screen and (min-width: 768px) {
  .cd-container {
    width: 49%;
  }
  .cd-timeline-content h2 {
    font-size: 20px;
  }
  .cd-timeline-content p {
    font-size: 16px;
  }
  .cd-timeline-content .cd-read-more {
    font-size: 14px;
  }
  .cd-timeline-content .cd-date {
    font-size: 20px;
    color: #009edc;
  }
  .cd-timeline-content-center h1,
  .cd-timeline-content-center h2 {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-timeline-content {
    margin-left: 0;
    padding: 1em;
    padding-bottom: 0;
    width: 45%;
    /*right:-15px;*/
  }
  .cd-timeline-content::before {
    top: 10px;
    left: 100%;
    border-color: transparent;
    border-left-color: white;
  }
  .cd-timeline-content .cd-read-more {
    float: left;
  }
  .cd-timeline-content .cd-date {
    position: absolute;
    width: 100%;
    left: 122%;
    top: -8px;
    font-size: 50px;
    color: #009edc;
    font-weight: bold;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content {
    float: right;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content::before {
    top: 10px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-read-more {
    /*float: right;*/
  }
  .cd-timeline-block:nth-child(odd) .cd-timeline-content .cd-date {
    left: auto;
    right: 122%;
    text-align: right;
  }
  .cssanimations .cd-timeline-content.is-hidden {
    visibility: hidden;
  }
  .cssanimations .cd-timeline-content.bounce-in {
    visibility: visible;
    -webkit-animation: cd-bounce-2 0.6s;
    animation: cd-bounce-2 0.6s;
  }
  .cd-timeline-content-center {
    margin-left: 0;
    margin-bottom: 2em;
    padding: 2.6em;
    width: 100%;
    text-align: center;
    background-position: center top;
    background-repeat: no-repeat;
  }
  .cd-timeline-content-center.bg_2001 {
    background-image: url(../assets/img/bg_2001.png);
  }
  .cd-timeline-content-center.bg_1963 {
    background-image: url(../assets/img/bg_1963.png);
  }
  .cd-timeline-content-center.bg_1868 {
    background-image: url(../assets/img/bg_1868.png);
  }
  .cd-timeline-content-center h1 {
    font-size: 90px;
    color: #009edc;
    font-weight: bold;
  }
  .cd-timeline-content-center h2 {
    text-align: center;
    font-size: 26px;
    font-weight: normal;
    color: #009edc;
  }
  .image-center::before {
    content: '';
    top: -14px;
    left: 48%;
    position: absolute;
    right: 100%;
    height: 0;
    width: 0;
    border: 7px solid transparent;
    border-bottom: 7px solid white;
  }
  .cd-timeline-block:nth-child(odd) .image-center::before {
    top: 10px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: white;
  }
  .cd-timeline-content-center .image-center {
    width: 50%;
    margin-left: 25%;
  }
}
@media print, screen and (max-width: 1169px) {
  .cd-timeline-content-center {
    background-image: none !important;
  }
}
@media only screen and (min-width: 1170px) {
  /* inverse bounce effect on odd content blocks */
  .cssanimations .cd-timeline-block:nth-child(odd) .cd-timeline-content.bounce-in {
    -webkit-animation: cd-bounce-2-inverse 0.6s;
    animation: cd-bounce-2-inverse 0.6s;
  }
}
@-webkit-keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cd-bounce-2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes cd-bounce-2-inverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.tx-promotions-pi1 {
  width: 900px;
  margin-left: -450px;
  position: absolute;
  z-index: 8;
  left: 50%;
  top: 110px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
  border: 4px solid #009fda;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}
.tx-promotions-pi1 h1,
.tx-promotions-pi1 h2,
.tx-promotions-pi1 h3,
.tx-promotions-pi1 p {
  margin-top: -2px;
}
.tx-promotions-pi1.visible {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.tx-promotions-pi1 .inner {
  padding: 25px 20px;
}
.tx-promotions-pi1 .btn-close {
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  text-align: center;
}
.tx-promotions-pi1 img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 860px) {
  .tx-promotions-pi1 {
    width: 600px;
    margin-left: -300px;
  }
}
.box .testimonials .btn {
  padding: 0;
  height: auto;
  width: auto;
}
.box .testimonials img {
  max-width: 100%;
  height: auto;
  padding: 0;
}
.tx-testimonials-pi1 h4 {
  font-weight: bold;
}
.tx-testimonials-pi1 a.list-group-item:hover h4,
.tx-testimonials-pi1 a.list-group-item:hover {
  color: #ffffff;
}
img.testimonial-video-category {
  width: 18px;
  height: auto;
}
img.testimonial-video-box {
  width: 16px;
  height: auto;
}
.flexslider .slides img.testimonial-video-slideshow {
  width: 20px;
  display: inline;
  position: static;
  height: auto;
}
.flexslider .slides img.testimonial-video-box {
  width: 16px;
  height: auto;
  display: inline;
  position: static;
}
.fancybox-overlay .fancybox-inner > .video-tag {
  display: block;
  height: 98%;
  text-align: center;
}
.fancybox-overlay .fancybox-inner > .video-tag video {
  max-width: 100%;
  max-height: 100%;
}
.cookie-element {
  background: #009fda;
  color: #ffffff;
  padding-bottom: 10px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10001;
}
.cookie-element h3,
.cookie-element .h3 {
  color: #ffffff;
  font-weight: bold;
}
.cookie-element p {
  margin-top: 18px;
}
.cookie-element h3,
.cookie-element p {
  margin-bottom: 0;
}
.cookie-element .cookie-links {
  margin-top: 16px;
}
.cookie-element .cookie-links a {
  color: #fff;
  display: block;
  padding: 5px;
  margin: 0 0 3px 0;
  font-size: 15px;
}
.cookie-element .cookie-links a:hover {
  text-decoration: none;
  opacity: 0.9;
}
.cookie-element .cookie-links a.more {
  font-size: 12px;
  white-space: nowrap;
}
.cookie-element .cookie-links a img {
  float: left;
  margin-right: 10px;
}
.list-group-item .list-group-item-heading:last-child {
  margin-bottom: 0;
}
.modal-content {
  color: #ffffff;
  border-radius: 0;
  background-color: rgba(0, 159, 218, 0.8);
}
.modal-content label {
  font-weight: normal;
}
.modal-content .h3,
.modal-content h3 {
  color: #ffffff;
}
.modal-content .form-control {
  border: none;
  border-radius: 0;
  height: 38px;
}
.modal-content .form-control::-webkit-input-placeholder {
  color: #009fda;
}
.modal-content .form-control::-ms-input-placeholder {
  color: #009fda;
}
.modal-content .form-control::placeholder {
  color: #009fda;
}
.modal-content .form-control.valid {
  background-color: #007aa7;
  background-position: center right 5px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-image: url('../assets/img/icons/ic_success.png');
}
.modal-content .form-control.valid,
.modal-content .form-control.valid::-webkit-input-placeholder {
  color: #ffffff;
}
.modal-content .form-control.valid,
.modal-content .form-control.valid::-ms-input-placeholder {
  color: #ffffff;
}
.modal-content .form-control.valid,
.modal-content .form-control.valid::placeholder {
  color: #ffffff;
}
.modal-body {
  padding: 45px;
  padding-bottom: 30px;
}
.model .close {
  color: #ffffff;
  opacity: 1;
  text-shadow: none;
}
.model .close:focus,
.model .close:hover {
  color: #ffffff;
  opacity: 0.8;
}
.modal-dialog-centered {
  margin: 1.75rem auto;
  min-height: calc(100% - (1.75rem * 2));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-dialog-centered .modal-content {
  margin: 0 auto;
}
.modal-no-transparency .modal-content {
  background-color: #009fda;
}
.modal-no-transparency .modal-content a {
  color: #ffffff;
}
.modal-white h3 {
  color: #009fda;
}
.modal-white .h3 {
  color: #1e1e1e;
}
.modal-white .modal-content {
  background-color: #ffffff;
}
.btn[data-toggle="popover"][aria-describedby] {
  border-color: #afcbd7;
  color: #afcbd7;
  outline: none;
}
.media:first-child {
  margin-top: 15px;
}
/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  position: relative;
  padding: 0;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li:before {
  content: "";
  padding: 0;
}
.flexslider .slides img {
  width: 100%;
  display: block;
  top: 0;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  position: relative;
  zoom: 1;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 80px;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  text-indent: 99999px;
}
.flex-direction-nav .flex-prev {
  background: url("../assets/img/icons/sprite-control.png") 0 0 no-repeat;
  left: 10px;
}
.flex-direction-nav .flex-next {
  background: url("../assets/img/icons/sprite-control.png") 0 -58px no-repeat;
  left: 70px;
}
.flexslider:hover .flex-next:hover {
  background: url("../assets/img/icons/sprite-control.png") -58px -58px no-repeat;
}
.flexslider:hover .flex-prev:hover {
  background: url("../assets/img/icons/sprite-control.png") -58px 0 no-repeat;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
}
.flex-direction-nav li:before {
  content: "";
}
/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "Glyphicons Halflings";
  font-size: 20px;
  display: inline-block;
  content: '"\e073"';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\e072';
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 10px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  border-radius: 20px;
  border: 1px solid #fff;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #fff;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: 0.7;
  cursor: pointer;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
.flexslider .caption {
  position: absolute;
  text-align: left;
  top: 0;
  width: 100%;
  padding: 10px;
}
.flexslider .caption h4,
.flexslider .caption .h4 {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 0;
}
.flexslider .caption p {
  color: #ffffff;
}
.flexslider .caption.black h4,
.flexslider .caption.black .h4,
.flexslider .caption.black p {
  color: #1e1e1e;
}
.flexslider .caption.white h4,
.flexslider .caption.white .h4,
.flexslider .caption.white p {
  color: #ffffff;
}
.flexslider .btn {
  position: absolute;
  bottom: 0px;
  right: 0px;
  margin: 10px;
  width: 90%;
}
.flexslider.marketing {
  clear: both;
}
.flexslider .btn {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  border-color: #B8D5E3;
  color: #009fda;
}
.flexslider .btn:hover {
  background: #fff;
  border-color: #009fda;
  color: #009fda;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}
.webinars.content-navigation .row .date {
  font-size: 14px;
  font-weight: bold;
}
.webinars.content-navigation .row p,
.webinars.content-navigation .row .date,
.webinars.content-navigation .row .title {
  margin-bottom: 10px;
}
.webinars.content-navigation .row .title {
  margin-top: 0;
}
.webinars.content-navigation .row .row {
  padding: 0;
  margin: 0;
  border-bottom: none;
}
.webinars.content-navigation .row .row:first-child {
  border-top: none;
}
.webinars .no-padding {
  padding: 0;
}
.flexslider.fullscreenslider .btn {
  position: relative;
  margin-left: 0 !important;
  margin-right: 0;
  width: auto;
}
#home #top .fullscreenslider .startTeaserContainer {
  position: absolute;
  top: 0;
  width: auto;
}
@media screen and (max-width: 767px) {
  #home #top .fullscreenslider .startTeaserContainer {
    left: 10px;
    right: 10px;
  }
}
#home #top .fullscreenslider .blue * {
  color: #009fda;
}
#home #top .fullscreenslider .white * {
  color: #ffffff;
}
@media print, screen and (max-height: 750px) {
  #home #top .fullscreenslider .slider-text {
    margin-top: 100px;
  }
}
@media print, screen and (max-height: 650px) {
  #home #top .fullscreenslider .slider-text {
    margin-top: 50px;
  }
}
@media print, screen and (max-height: 500px) {
  #home #top .fullscreenslider .slider-text {
    margin-top: 0;
  }
}
#home #top .slides > li.background-image {
  background-size: cover;
  background-position: 20% center;
}
#home #top .bottomContainer {
  margin-bottom: 15px;
}
#home #top .bottomContainer .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home #top .bottomContainer .row::before,
#home #top .bottomContainer .row::after {
  display: none;
}
#home #top .bottomContainer .list-inline > li,
#home #top .bottomContainer .list-path > li {
  padding-top: 0;
  padding-bottom: 0;
}
#home #top .bottomContainer .list-inline > li:last-of-type,
#home #top .bottomContainer .list-path > li:last-of-type {
  padding-right: 0;
}
@media print, screen and (min-width: 768px) {
  #home #top .bottomContainer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    margin-bottom: 0;
  }
  #home #top .bottomContainer .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
  }
  #home #top .bottomContainer .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666%;
            flex: 0 0 66.66666%;
  }
}
#home #top .teaserbox {
  background-color: #009fda;
  display: block;
  text-align: left;
  color: #ffffff;
  padding: 25px;
  font-weight: bold;
  font-size: 14px;
}
#home #top .teaserbox.dark {
  background-color: #003F6F;
}
#home #top .teaserbox[data-toggle="modal"]:hover {
  text-decoration: underline;
  cursor: pointer;
}
#home #top .teaserbox-list .teaserbox {
  display: inline-block;
}
#home #top .modal p {
  font-size: 14px;
}
#home #top .modal h3 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  #home #top .startTeaser {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #home #top .slider-text {
    margin-top: 100px;
  }
  #home #top .teaserbox {
    margin: 10px 0;
  }
}
.template-fullscreen_landingpage main {
  padding-bottom: 0;
}
.template-fullscreen_landingpage #home .fullScreenPage {
  min-height: 0 !important;
}
.template-fullscreen_2col .background-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 20% center;
}
.template-fullscreen_2col .background-transparent {
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 40px;
}
.geo-routing-info {
  background-color: #ececec;
  text-align: center;
  font-size: 14px;
  border-bottom: 5px solid #009fda;
}
.geo-routing-info p {
  padding: 20px 0;
  margin: 0;
}
.geo-routing-info .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.geo-routing-link {
  background: #fcfcfc;
  border: 1px solid #dfdbdb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top: 0;
  padding: 10px 5px 5px 5px;
  margin-right: 10px;
  float: left;
}
.geo-routing-link:hover,
.geo-routing-link[aria-expanded="true"] {
  background: #009fda;
  border-color: #009fda;
}
.geo-routing-link:hover .header-icon.icon-routing,
.geo-routing-link[aria-expanded="true"] .header-icon.icon-routing {
  background-position: -22px -78px;
}
#newsletter {
  border-top: 2px solid #bcbcbc;
}
#newsletter .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#newsletter .sticky-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}
#newsletter:not(.sticky) .nonsticky-hidden {
  display: none;
}
@media (min-height: 830px) {
  #newsletter.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    z-index: 1020;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.15s ease-in;
    transition: -webkit-transform 0.15s ease-in;
    transition: transform 0.15s ease-in;
    transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
  }
  #newsletter.sticky.show {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform 0.15s ease-out;
    transition: -webkit-transform 0.15s ease-out;
    transition: transform 0.15s ease-out;
    transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out;
  }
  #newsletter.sticky .sticky-padding {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #newsletter.sticky .sticky-hidden {
    display: none;
  }
}
.modal-newsletter .modal-content {
  padding: 40px;
}
.modal-newsletter .modal-title {
  color: #ffffff !important;
}
/*
 * CONTENT
 *
 * 1.) max-width: 1024px
 *
 */
@media print, screen and (max-width: 1024px) {
  .hide-on-mobile {
    display: none;
  }
  /**********************************
  * HOMEPAGE
  **********************************/
  #home .highlights-container .flexslider .caption {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (max-width: 1400px) {
  #home #scrollDownButton {
    bottom: 10px;
  }
}
/*
 * CONTENT
 *
 * 1.) min-width: 768px & max-width: 991px
 * 2.) max-width: 991px
 *
 */
@media screen and (max-width: 991px) {
  main .container .row > .col-md-9 {
    clear: both;
  }
  main .container .link-container .pull-left {
    margin-bottom: 10px;
  }
  .no-shadow {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-filter: none;
            filter: none;
  }
  .hidden-mobile {
    display: none;
  }
  /**********************************
	  * HEADER (navigation)
	  **********************************/
  /*
	.dropdown-overlay {
		display: none !important;
	}
	*/
  body.faded main:after,
  body.faded-fixed main:after,
  body.faded footer:after,
  body.faded-fixed footer:after {
    display: none;
  }
  header .dropdown {
    margin: 0 10px;
  }
  header .dropdown.language-selector {
    margin-left: 10px;
  }
  header .dropdown.language-selector .flag {
    position: absolute;
    z-index: 1;
    margin: 10px 10px;
  }
  header .button-container {
    display: block;
    top: 40px;
    position: absolute;
    z-index: 4;
    right: 0;
  }
  header .button-container .search-button,
  header .button-container .language-selector-button,
  header .button-container .menu-button,
  header .button-container .shop-button,
  header .button-container .contact-button {
    width: 24px;
    height: 24px;
    margin: 5px 10px 0;
    cursor: pointer;
    display: inline-block;
    text-indent: -9000px;
    border: 0;
    outline: none;
    background: url("../assets/img/icons/sprite-topnav-mobile.png") no-repeat 0 0;
  }
  header .button-container .menu-button {
    background-position: 0 0;
  }
  header .button-container .menu-button.open {
    background-position: -24px 0;
  }
  header .button-container .shop-button {
    background-position: 0 -24px;
  }
  header .button-container .shop-button.open {
    background-position: -24px -24px;
  }
  header .button-container .search-button {
    background-position: 0 -48px;
  }
  header .button-container .search-button.open {
    background-position: -24px -48px;
  }
  header .button-container .language-selector-button {
    background-position: 0 -72px;
  }
  header .button-container .language-selector-button.open {
    background-position: -24px -72px;
  }
  header .button-container .contact-button {
    background-position: 0 -96px;
  }
  header .button-container .contact-button.open {
    background-position: -24px -96px;
  }
  header .navbar {
    min-height: 0;
  }
  header .navbar.navbar-default {
    margin: 0;
    float: none;
    background-color: #FAFAF5;
  }
  header .navbar.navbar-default .navbar-nav {
    float: none;
    margin: 0;
  }
  header .navbar.navbar-default .navbar-nav li {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #cccccc !important;
    text-align: right;
    padding: 0;
    background-color: #FAFAF5;
    font-size: 14px;
  }
  header .navbar.navbar-default .navbar-nav li a {
    margin-right: 12px;
    padding: 17px 0px;
    background-color: #FAFAF5;
    display: inline-block;
  }
  header .navbar.navbar-default .navbar-nav li.active a,
  header .navbar.navbar-default .navbar-nav li:hover > a,
  header .navbar.navbar-default .navbar-nav li:focus a,
  header .navbar.navbar-default .navbar-nav li.open a,
  header .navbar.navbar-default .navbar-nav li.open a:hover,
  header .navbar.navbar-default .navbar-nav li.open > a:focus {
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-filter: none;
            filter: none;
    background-color: #FAFAF5;
    color: #009fda;
  }
  header .navbar.navbar-default .navbar-nav li.dropdown > a:after {
    content: "";
    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;
    margin-left: 5px;
  }
  header .navbar.navbar-default .navbar-nav li.dropdown-submenu span {
    width: 49px;
    height: 52px;
    display: block;
    float: right;
    padding: 17px 0;
    cursor: pointer;
  }
  header .navbar.navbar-default .navbar-nav li.dropdown-submenu span.sub {
    background: url("../assets/img/icon-closed.png") no-repeat center;
  }
  header .navbar.navbar-default .navbar-nav li.dropdown-submenu span.sub-open {
    background: url("../assets/img/icon-open.png") no-repeat center;
  }
  header .navbar.navbar-default .navbar-nav li.dropdown-submenu:hover ul.sub-menu {
    display: none;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu {
    position: relative;
    width: 100%;
    background-image: none;
    background-color: #ffffff;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-filter: none;
            filter: none;
    margin: 0;
    padding: 0;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu li {
    text-align: right;
    padding: 20px 0;
    background-color: #ffffff;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu li a {
    border-bottom: none;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu li a:hover {
    color: #009fda !important;
    background-color: #ffffff;
    padding-bottom: 5px;
    border: none;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu li:hover {
    background-color: #ffffff;
    border: none;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu li:hover a {
    background-color: #ffffff;
    padding-bottom: 4px;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu li.active:hover a {
    color: #009fda;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu {
    width: 100%;
    margin-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu .h1 {
    margin: 0;
    padding: 20px 10px 20px 10px;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li:first-child {
    padding: 0px;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li ul li:first-child {
    padding: 20px 0;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li ul li:hover {
    background: #ffffff;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li ul li a {
    color: #656565;
    display: block;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li ul li a:hover {
    background: #ffffff;
    color: #ffffff;
    border: none;
    padding-bottom: 5px;
    text-decoration: none;
  }
  header .navbar.navbar-default .navbar-nav li ul.sub-menu.mega-menu li ul li a:before {
    content: "";
  }
  header ul.navbar-nav.language-navigation {
    width: 100%;
    height: auto;
    float: none;
    margin: 0;
  }
  header ul.navbar-nav.language-navigation li {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #cccccc;
    float: none;
  }
  header ul.navbar-nav.language-navigation li a {
    background-color: #FAFAF5;
    padding: 20px 10px;
  }
  header ul.navbar-nav.language-navigation li.open ul.dropdown-menu {
    position: relative;
    width: 100%;
    float: none;
    border: none;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-filter: none;
            filter: none;
  }
  header ul.navbar-nav.language-navigation li.open ul.dropdown-menu li {
    width: 100%;
    display: block;
    float: none;
  }
  header ul.navbar-nav.language-navigation li.open ul.dropdown-menu li a {
    background: #ffffff;
    border: none;
    padding: 20px 10px;
  }
  header ul.navbar-nav.language-navigation li.open ul.dropdown-menu li.last {
    border-bottom: none;
  }
  header .shop-header {
    height: auto;
    width: 100%;
    background: #FAFAF5;
  }
  header .shop-header .header-login,
  header .shop-header .header-cart {
    float: right;
    width: auto;
    text-align: right;
    padding: 20px 10px;
    margin: 0;
  }
  header .shop-header .header-login {
    margin-right: 0;
  }
  header .shop-header .header-login .shop-link {
    border: 1px solid #dfdbdb;
    border-radius: 4px;
    margin-right: 50px;
    padding: 5px 0;
    margin-top: 5px;
  }
  header form.search {
    padding: 10px;
    float: none;
    background: #FAFAF5;
    width: 100%;
    position: relative;
  }
  header form.search div {
    position: relative;
  }
  header form.search input {
    width: 100%;
    margin: 20px 0;
  }
  header form.search input[type="submit"].search-submit {
    top: 10px;
    right: 10px;
    margin: 0;
    padding: 0px;
    height: 16px;
  }
  /**********************************
      * USA SHOP HEADER
      **********************************/
  .usa-shop-header {
    border-radius: 4px;
    top: -3em;
    position: absolute;
    right: 190px;
    z-index: 10;
  }
  .usa-shop-header span {
    display: none;
  }
  .usa-shop-header .icon-shop-usa {
    float: none;
  }
  /**********************************
	  * SIDEBAR
	  **********************************/
  .sidebar {
    margin-top: 30px;
  }
  /**********************************
	  * FOOTER
	  **********************************/
  footer ul.nav.pull-right {
    float: left !important;
  }
  footer .row .member-of-greiner-logo {
    margin-bottom: 5px;
    text-align: inherit;
  }
  footer .row .member-of-greiner-logo img {
    margin: inherit;
  }
  /**********************************
	  * DOWNLOADS
	  **********************************/
  .download-filter .filter-form {
    background-image: none;
  }
  .download-filter .filter-form.first {
    background-image: none;
  }
  /**********************************
	  * HOMEPAGE
	  **********************************/
  #home #top h1,
  #home #top h2 {
    font-size: 30px;
  }
  #home #top h1 .color,
  #home #top h2 .color {
    color: #009fda;
  }
  #home #top h2 {
    font-size: 20px;
  }
  #home .highlights-container .flexslider .caption h3 {
    font-size: 20px;
  }
  #home .highlights-container .flexslider .caption table {
    font-size: 14px;
  }
  .content-navigation.news .col-md-9 {
    padding-left: 10px;
  }
  /**********************************
	  * MARKEING HIGHLIGHTS
	  **********************************/
  .flexslider .btn.btn-special {
    width: 40%;
    left: 0;
    right: auto;
  }
  /**********************************
		* GOOGLE MAP
		**********************************/
  #map_canvas,
  .maps-container {
    height: 400px !important;
    max-height: 400px;
    min-height: 400px;
  }
}
/*
 * CONTENT
 *
 * 1.) min-width: 481px & max-width: 767px
 * 2.) max-width: 740px
 * 3.) min-width: 768px (not mobile navigation)
 *
 */
@media screen and (max-width: 767px) {
  /**********************************
	  * Store Locator Continents as dropdown
	  **********************************/
  .store-locator #listView .nav-tabs {
    display: none;
  }
  .store-locator #listView #continentSwitcherContainer {
    display: block;
  }
  .store-locator #listView .dropdown .dropdown-menu {
    width: 100%;
    margin-left: 0;
    list-style: none;
  }
  .store-locator #listView .dropdown .dropdown-menu li {
    list-style: none;
    padding-left: 0;
    margin: 0 5px;
  }
  .store-locator #listView .dropdown .dropdown-menu li span {
    padding: 0;
  }
  /**********************************
	  * TEASER
	  **********************************/
  .teaser {
    height: auto;
    clear: both;
  }
  .teaser .teaser-caption {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    padding-bottom: 10px;
  }
  .teaser .teaser-caption div h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .teaser .teaser-image {
    height: auto;
    margin-left: 0px;
    width: 100%;
  }
  .teaser .teaser-image img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .teaser .teaser-image .overlay-right {
    background: none;
  }
  /**********************************
	  * HOMEPAGE
	  **********************************/
  #home .flexslider {
    min-height: 000px !important;
  }
  #home #top .startTeaser {
    padding: 10px;
  }
  #home #top .startTeaser .btn {
    margin-top: 10px;
    color: #009fda;
    background-color: #fff;
    border-color: #009fda;
  }
  #home #top .startTeaser .btn:focus,
  #home #top .startTeaser .btn.focus {
    color: #009fda;
    background-color: #e6e6e6;
    border-color: #00425a;
  }
  #home #top .startTeaser .btn:hover {
    color: #009fda;
    background-color: #e6e6e6;
    border-color: #00729d;
  }
  #home #top .startTeaser .btn:active,
  #home #top .startTeaser .btn.active,
  .open > .dropdown-toggle#home #top .startTeaser .btn {
    color: #009fda;
    background-color: #e6e6e6;
    border-color: #00729d;
  }
  #home #top .startTeaser .btn:active:hover,
  #home #top .startTeaser .btn.active:hover,
  .open > .dropdown-toggle#home #top .startTeaser .btn:hover,
  #home #top .startTeaser .btn:active:focus,
  #home #top .startTeaser .btn.active:focus,
  .open > .dropdown-toggle#home #top .startTeaser .btn:focus,
  #home #top .startTeaser .btn:active.focus,
  #home #top .startTeaser .btn.active.focus,
  .open > .dropdown-toggle#home #top .startTeaser .btn.focus {
    color: #009fda;
    background-color: #d4d4d4;
    border-color: #00425a;
  }
  #home #top .startTeaser .btn:active,
  #home #top .startTeaser .btn.active,
  .open > .dropdown-toggle#home #top .startTeaser .btn {
    background-image: none;
  }
  #home #top .startTeaser .btn.disabled:hover,
  #home #top .startTeaser .btn[disabled]:hover,
  fieldset[disabled] #home #top .startTeaser .btn:hover,
  #home #top .startTeaser .btn.disabled:focus,
  #home #top .startTeaser .btn[disabled]:focus,
  fieldset[disabled] #home #top .startTeaser .btn:focus,
  #home #top .startTeaser .btn.disabled.focus,
  #home #top .startTeaser .btn[disabled].focus,
  fieldset[disabled] #home #top .startTeaser .btn.focus {
    background-color: #fff;
    border-color: #009fda;
  }
  #home #top .startTeaser .btn .badge {
    color: #fff;
    background-color: #009fda;
  }
  #home #top .startTeaser .btn:hover,
  #home #top .startTeaser .btn:focus,
  #home #top .startTeaser .btn:active,
  #home #top .startTeaser .btn.active,
  .open .dropdown-toggle#home #top .startTeaser .btn {
    color: #009fda;
    background-color: #fff;
    border-color: #009fda;
  }
  #home #top .startTeaser .btn:hover {
    color: #999999;
    background-color: #fff;
    border-color: #999999;
  }
  #home #top .startTeaser .btn:hover:focus,
  #home #top .startTeaser .btn:hover.focus {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #595959;
  }
  #home #top .startTeaser .btn:hover:hover {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #7a7a7a;
  }
  #home #top .startTeaser .btn:hover:active,
  #home #top .startTeaser .btn:hover.active,
  .open > .dropdown-toggle#home #top .startTeaser .btn:hover {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #7a7a7a;
  }
  #home #top .startTeaser .btn:hover:active:hover,
  #home #top .startTeaser .btn:hover.active:hover,
  .open > .dropdown-toggle#home #top .startTeaser .btn:hover:hover,
  #home #top .startTeaser .btn:hover:active:focus,
  #home #top .startTeaser .btn:hover.active:focus,
  .open > .dropdown-toggle#home #top .startTeaser .btn:hover:focus,
  #home #top .startTeaser .btn:hover:active.focus,
  #home #top .startTeaser .btn:hover.active.focus,
  .open > .dropdown-toggle#home #top .startTeaser .btn:hover.focus {
    color: #999999;
    background-color: #d4d4d4;
    border-color: #595959;
  }
  #home #top .startTeaser .btn:hover:active,
  #home #top .startTeaser .btn:hover.active,
  .open > .dropdown-toggle#home #top .startTeaser .btn:hover {
    background-image: none;
  }
  #home #top .startTeaser .btn:hover.disabled:hover,
  #home #top .startTeaser .btn:hover[disabled]:hover,
  fieldset[disabled] #home #top .startTeaser .btn:hover:hover,
  #home #top .startTeaser .btn:hover.disabled:focus,
  #home #top .startTeaser .btn:hover[disabled]:focus,
  fieldset[disabled] #home #top .startTeaser .btn:hover:focus,
  #home #top .startTeaser .btn:hover.disabled.focus,
  #home #top .startTeaser .btn:hover[disabled].focus,
  fieldset[disabled] #home #top .startTeaser .btn:hover.focus {
    background-color: #fff;
    border-color: #999999;
  }
  #home #top .startTeaser .btn:hover .badge {
    color: #fff;
    background-color: #999999;
  }
  #home #top .startTeaser .btn:hover:hover,
  #home #top .startTeaser .btn:hover:focus,
  #home #top .startTeaser .btn:hover:active,
  #home #top .startTeaser .btn:hover.active,
  .open .dropdown-toggle#home #top .startTeaser .btn:hover {
    color: #999999;
    background-color: #fff;
    border-color: #999999;
  }
  #home #top .flexslider {
    position: relative;
  }
  #home #top > img {
    position: relative;
  }
  #home #top h1,
  #home #top h2,
  #home #top p {
    color: #1e1e1e;
  }
  #home #top h1 span,
  #home #top h2 span,
  #home #top p span {
    color: #009fda !important;
  }
  #home .highlights-container .flexslider .caption {
    position: relative;
    margin-top: -110px;
  }
  #home .highlights-container .flexslider .caption .white h3,
  #home .highlights-container .flexslider .caption .white table {
    color: #1e1e1e;
  }
  #home .highlights-container .flexslider .caption h3 {
    color: #1e1e1e;
  }
  #home .highlights-container .flexslider .caption table {
    color: #1e1e1e;
  }
  #home .highlights-container .flexslider .caption .btn {
    margin-top: 10px;
    color: #009fda;
    background-color: #fff;
    border-color: #009fda;
  }
  #home .highlights-container .flexslider .caption .btn:focus,
  #home .highlights-container .flexslider .caption .btn.focus {
    color: #009fda;
    background-color: #e6e6e6;
    border-color: #00425a;
  }
  #home .highlights-container .flexslider .caption .btn:hover {
    color: #009fda;
    background-color: #e6e6e6;
    border-color: #00729d;
  }
  #home .highlights-container .flexslider .caption .btn:active,
  #home .highlights-container .flexslider .caption .btn.active,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn {
    color: #009fda;
    background-color: #e6e6e6;
    border-color: #00729d;
  }
  #home .highlights-container .flexslider .caption .btn:active:hover,
  #home .highlights-container .flexslider .caption .btn.active:hover,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn:hover,
  #home .highlights-container .flexslider .caption .btn:active:focus,
  #home .highlights-container .flexslider .caption .btn.active:focus,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn:focus,
  #home .highlights-container .flexslider .caption .btn:active.focus,
  #home .highlights-container .flexslider .caption .btn.active.focus,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn.focus {
    color: #009fda;
    background-color: #d4d4d4;
    border-color: #00425a;
  }
  #home .highlights-container .flexslider .caption .btn:active,
  #home .highlights-container .flexslider .caption .btn.active,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn {
    background-image: none;
  }
  #home .highlights-container .flexslider .caption .btn.disabled:hover,
  #home .highlights-container .flexslider .caption .btn[disabled]:hover,
  fieldset[disabled] #home .highlights-container .flexslider .caption .btn:hover,
  #home .highlights-container .flexslider .caption .btn.disabled:focus,
  #home .highlights-container .flexslider .caption .btn[disabled]:focus,
  fieldset[disabled] #home .highlights-container .flexslider .caption .btn:focus,
  #home .highlights-container .flexslider .caption .btn.disabled.focus,
  #home .highlights-container .flexslider .caption .btn[disabled].focus,
  fieldset[disabled] #home .highlights-container .flexslider .caption .btn.focus {
    background-color: #fff;
    border-color: #009fda;
  }
  #home .highlights-container .flexslider .caption .btn .badge {
    color: #fff;
    background-color: #009fda;
  }
  #home .highlights-container .flexslider .caption .btn:hover,
  #home .highlights-container .flexslider .caption .btn:focus,
  #home .highlights-container .flexslider .caption .btn:active,
  #home .highlights-container .flexslider .caption .btn.active,
  .open .dropdown-toggle#home .highlights-container .flexslider .caption .btn {
    color: #009fda;
    background-color: #fff;
    border-color: #009fda;
  }
  #home .highlights-container .flexslider .caption .btn:hover {
    color: #999999;
    background-color: #fff;
    border-color: #999999;
  }
  #home .highlights-container .flexslider .caption .btn:hover:focus,
  #home .highlights-container .flexslider .caption .btn:hover.focus {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #595959;
  }
  #home .highlights-container .flexslider .caption .btn:hover:hover {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #7a7a7a;
  }
  #home .highlights-container .flexslider .caption .btn:hover:active,
  #home .highlights-container .flexslider .caption .btn:hover.active,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn:hover {
    color: #999999;
    background-color: #e6e6e6;
    border-color: #7a7a7a;
  }
  #home .highlights-container .flexslider .caption .btn:hover:active:hover,
  #home .highlights-container .flexslider .caption .btn:hover.active:hover,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn:hover:hover,
  #home .highlights-container .flexslider .caption .btn:hover:active:focus,
  #home .highlights-container .flexslider .caption .btn:hover.active:focus,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn:hover:focus,
  #home .highlights-container .flexslider .caption .btn:hover:active.focus,
  #home .highlights-container .flexslider .caption .btn:hover.active.focus,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn:hover.focus {
    color: #999999;
    background-color: #d4d4d4;
    border-color: #595959;
  }
  #home .highlights-container .flexslider .caption .btn:hover:active,
  #home .highlights-container .flexslider .caption .btn:hover.active,
  .open > .dropdown-toggle#home .highlights-container .flexslider .caption .btn:hover {
    background-image: none;
  }
  #home .highlights-container .flexslider .caption .btn:hover.disabled:hover,
  #home .highlights-container .flexslider .caption .btn:hover[disabled]:hover,
  fieldset[disabled] #home .highlights-container .flexslider .caption .btn:hover:hover,
  #home .highlights-container .flexslider .caption .btn:hover.disabled:focus,
  #home .highlights-container .flexslider .caption .btn:hover[disabled]:focus,
  fieldset[disabled] #home .highlights-container .flexslider .caption .btn:hover:focus,
  #home .highlights-container .flexslider .caption .btn:hover.disabled.focus,
  #home .highlights-container .flexslider .caption .btn:hover[disabled].focus,
  fieldset[disabled] #home .highlights-container .flexslider .caption .btn:hover.focus {
    background-color: #fff;
    border-color: #999999;
  }
  #home .highlights-container .flexslider .caption .btn:hover .badge {
    color: #fff;
    background-color: #999999;
  }
  #home .highlights-container .flexslider .caption .btn:hover:hover,
  #home .highlights-container .flexslider .caption .btn:hover:focus,
  #home .highlights-container .flexslider .caption .btn:hover:active,
  #home .highlights-container .flexslider .caption .btn:hover.active,
  .open .dropdown-toggle#home .highlights-container .flexslider .caption .btn:hover {
    color: #999999;
    background-color: #fff;
    border-color: #999999;
  }
  #home #applications .header h2 {
    font-size: 30px;
    padding-top: 25px;
  }
  #home #applications .row .col-md-3 {
    min-height: inherit;
  }
  #home #applications .row .col-md-3 p {
    margin-bottom: 30px;
  }
  #home #applications .row .col-md-3 .button {
    position: relative;
  }
  /**********************************
	  * MARKETING HIGHLIGHTS
	  **********************************/
  .flexslider .btn.btn-special {
    width: 50%;
  }
  /**********************************
	  * SEARCH
	  **********************************/
  .search-head span {
    padding-left: 0;
    margin-right: 0;
  }
  .search-head form {
    width: 100%;
  }
  .search-head form fieldset {
    width: 100%;
    max-width: 100%;
  }
  .search-head form fieldset input[type=text] {
    margin: 10px 0 0 0;
    max-width: 100%;
    width: 100%;
    padding-right: 50px;
  }
  .search-head form fieldset input[type="reset"].search-reset {
    right: 31px;
    top: 18px;
  }
  .search-head form fieldset input[type="submit"].search-submit {
    right: 8px;
    top: 19px;
  }
  button.btn-default.multiselect {
    min-width: 300px;
    white-space: normal;
  }
  #map_canvas,
  .maps-container {
    height: 300px !important;
    max-height: 300px;
    min-height: 300px;
  }
  /**********************************
	 * Images
	 **********************************/
  figure.csc-textpic-image {
    margin: 0 !important;
    padding: 0 10px 10px 0 !important;
  }
  div.element div.csc-default .csc-textpic .csc-textpic-imagewrap.img-inline {
    max-width: 50%;
    float: left;
    margin: 0;
    padding: 0;
  }
  /**********************************
     * Promotions
     **********************************/
  .tx-promotions-pi1 {
    width: 600px;
    margin-left: -300px;
  }
}
/*
 * CONTENT
 *
 * 1.) max-width: 480px
 *
 */
@media screen and (max-width: 350px) {
  .main-content iframe {
    min-height: 250px;
  }
  /**********************************
  * Promotions
  **********************************/
  .tx-promotions-pi1 {
    width: 280px;
    margin-left: -160px;
  }
}
@media screen and (max-width: 480px) {
  /**********************************
  * HEADER
  **********************************/
  header .logo {
    margin-bottom: 60px;
    width: 100%;
  }
  header .logo img.img-responsive {
    margin: 0 auto;
    width: auto;
  }
  header .button-container {
    width: 100%;
    text-align: center;
    top: 90px;
  }
  .usa-shop-header {
    top: -3.8em;
    right: 0;
  }
  /**********************************
  * JOBS
  **********************************/
  .jobs .flag {
    margin-bottom: 5px;
  }
  .jobs .content {
    width: 100%;
    margin-left: 0px;
  }
  /**********************************
  * MARKEING HIGHLIGHTS
  **********************************/
  .flexslider .slides img {
    width: 100%;
  }
  .flexslider .btn.btn-special {
    width: 30%;
    right: 0;
    left: auto;
  }
  /**********************************
    * Tables
    **********************************/
  .main-content table,
  .main-content table.downloads {
    font-size: 13px;
  }
  .main-content table th,
  .main-content table.downloads th {
    font-size: 15px;
  }
  .main-content table tr th,
  .main-content table.downloads tr th,
  .main-content table tr td,
  .main-content table.downloads tr td {
    padding: 5px 4px;
  }
  /**********************************
  * Images
  **********************************/
  div.element div.csc-default .csc-textpic .csc-textpic-imagewrap.img-inline {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  /**********************************
  * Promotions
  **********************************/
  .tx-promotions-pi1 {
    width: 300px;
    margin-left: -150px;
    top: 140px;
  }
}
.vertical_timeline {
  font-family: "Hiragino Kaku Gothic", "Meiryo UI", arial, "Droid Serif", serif;
}
.vertical_timeline a {
  color: #009fd9;
  text-decoration: none;
  padding-bottom: 10px;
  font-family: "Hiragino Kaku Gothic", "Meiryo UI", "Open Sans", sans-serif;
}
body {
  overflow-y: scroll;
}
