@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

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

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

b,
strong {
  font-weight: 500; }

dfn {
  font-style: italic; }

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

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

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

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

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

input {
  line-height: normal; }

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

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

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

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

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  select {
    background: #fff !important; }
  .navbar {
    display: none; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  font-family: "Graphik", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

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

a {
  color: #5d86a0;
  text-decoration: none; }

a:hover, a:focus {
  color: #415d70;
  text-decoration: underline; }

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -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: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999; }

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

cite {
  font-style: normal; }

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

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

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

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

.text-muted {
  color: #999999; }

.text-primary {
  color: #5d86a0; }

a.text-primary:hover {
  color: #4a6b80; }

.text-success {
  color: #3c763d; }

a.text-success:hover {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover {
  color: #66512c; }

.text-danger {
  color: #b94a48; }

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

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #5d86a0; }

a.bg-primary:hover {
  background-color: #4a6b80; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #fff; }

a.bg-danger:hover {
  background-color: #e6e6e6; }

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

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

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0; }

.list-unstyled, .list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px; }

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

dl {
  margin-top: 0;
  margin-bottom: 20px; }

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

.initialism {
  font-size: 90%; }

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

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

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999999; }

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: ''; }

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014'; }

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

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857; }

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

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

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 2px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 2px; }

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

.container:after {
  clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

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

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

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

.container-fluid:after {
  clear: both; }

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

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

.row:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: 0%; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: 0%; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: 0%; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: 0%; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: 0%; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: 0%; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

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

th {
  text-align: left; }

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

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

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

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

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9; }

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

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

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

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.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.active:hover > th {
  background-color: #e8e8e8; }

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

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.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.info:hover > th {
  background-color: #c4e3f3; }

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

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

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

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

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

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

input[type="search"] {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }

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

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

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

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

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

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

textarea.form-control {
  height: auto; }

input[type="date"] {
  line-height: 34px; }

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

.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px; }

.radio label,
.checkbox label {
  display: inline;
  font-weight: normal;
  cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled],
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
fieldset[disabled]
input[type="checkbox"],
.radio[disabled],
fieldset[disabled]
.radio,
.radio-inline[disabled],
fieldset[disabled]
.radio-inline,
.checkbox[disabled],
fieldset[disabled]
.checkbox,
.checkbox-inline[disabled],
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 2px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.has-feedback {
  position: relative; }

.has-feedback .form-control {
  padding-right: 42.5px; }

.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center; }

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

.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

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

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

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

.has-warning .form-control-feedback {
  color: #8a6d3b; }

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

.has-error .form-control {
  border-color: #b94a48;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }

.has-error .form-control:focus {
  border-color: #953b39;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392; }

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

.has-error .form-control-feedback {
  color: #b94a48; }

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

.form-note {
  font-size: 80%;
  line-height: 1.2;
  margin: 10px 0; }

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

@media (min-width: 768px) {
  .form-inline .form-group, .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control, .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .control-label, .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio, .navbar-form .radio,
  .form-inline .checkbox,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle; }
  .form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }

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

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

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

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

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

.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px; }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

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

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

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.open .btn-default.dropdown-toggle {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad; }

.btn-default:active, .btn-default.active {
  background-image: none; }

.open .btn-default.dropdown-toggle {
  background-image: none; }

.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc; }

.btn-default .badge {
  color: #fff;
  background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #5d86a0;
  border-color: #547890; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #4e7086;
  border-color: #3d5869; }

.open .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #4e7086;
  border-color: #3d5869; }

.btn-primary:active, .btn-primary.active {
  background-image: none; }

.open .btn-primary.dropdown-toggle {
  background-image: none; }

.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #5d86a0;
  border-color: #547890; }

.btn-primary .badge {
  color: #5d86a0;
  background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.open .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a447;
  border-color: #398439; }

.btn-success:active, .btn-success.active {
  background-image: none; }

.open .btn-success.dropdown-toggle {
  background-image: none; }

.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

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

.open .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc; }

.btn-info:active, .btn-info.active {
  background-image: none; }

.open .btn-info.dropdown-toggle {
  background-image: none; }

.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.open .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512; }

.btn-warning:active, .btn-warning.active {
  background-image: none; }

.open .btn-warning.dropdown-toggle {
  background-image: none; }

.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.open .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925; }

.btn-danger:active, .btn-danger.active {
  background-image: none; }

.open .btn-danger.dropdown-toggle {
  background-image: none; }

.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  color: #5d86a0;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0; }

.btn-link, .btn-link:active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #415d70;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none; }

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

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

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px; }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/typo3conf/ext/ni_assets/Resources/Public/Fonts/glyphicons-halflings-regular.eot");
  src: url("/typo3conf/ext/ni_assets/Resources/Public/Fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("/typo3conf/ext/ni_assets/Resources/Public/Fonts/glyphicons-halflings-regular.woff") format("woff"), url("/typo3conf/ext/ni_assets/Resources/Public/Fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("/typo3conf/ext/ni_assets/Resources/Public/Fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\2a"; }

.glyphicon-plus:before {
  content: "\2b"; }

.glyphicon-euro:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }

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

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

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

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

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #5d86a0; }

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

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  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: 12px;
  line-height: 1.42857;
  color: #999999; }

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px; }

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left; }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2; }

.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }

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

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

.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left; }

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

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

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

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

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

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .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:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

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

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }

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

.btn-group-justified > .btn-group .btn {
  width: 100%; }

[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0; }

.input-group .form-control {
  float: left;
  width: 100%;
  margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 2px; }

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 2px; }

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px; }

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

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

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }

.input-group-btn > .btn {
  position: relative; }

.input-group-btn > .btn + .btn {
  margin-left: -1px; }

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2; }

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

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

.nav:after {
  clear: both; }

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

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

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

.nav > li.disabled > a {
  color: #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: #eeeeee;
  border-color: #5d86a0; }

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

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

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

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

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

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

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

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

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

.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: #5d86a0; }

.nav-stacked > li {
  float: none; }

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }

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

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

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

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

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

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

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

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

.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: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent; }

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

.navbar:after {
  clear: both; }

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none; }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important; }
  .navbar-collapse.in {
    overflow-y: visible; }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0; } }

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

@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }

@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px; }

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

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

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px; }

.navbar-toggle:focus {
  outline: none; }

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px; }

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px; }

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

.navbar-nav {
  margin: 7.5px -15px; }

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

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

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

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

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

@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px; } }

@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none; }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

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

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px; }

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px; }

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

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

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }

.navbar-default .navbar-brand {
  color: #777; }

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent; }

.navbar-default .navbar-text {
  color: #777; }

.navbar-default .navbar-nav > li > a {
  color: #777; }

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent; }

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

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent; }

.navbar-default .navbar-toggle {
  border-color: #ddd; }

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #888; }

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7; }

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

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; } }

.navbar-default .navbar-link {
  color: #777; }

.navbar-default .navbar-link:hover {
  color: #333; }

.navbar-inverse {
  background-color: #222;
  border-color: #090909; }

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

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

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

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

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

.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: #090909;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #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: #090909; }
  .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: #999999; }

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

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

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

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc; }

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

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

.pagination > li {
  display: inline; }

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

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  color: #415d70;
  background-color: #eeeeee;
  border-color: #ddd; }

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #5d86a0;
  border-color: #5d86a0;
  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: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

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

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px; }

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

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

.pager:after {
  clear: both; }

.pager li {
  display: inline; }

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px; }

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

.pager .next > a,
.pager .next > span {
  float: right; }

.pager .previous > a,
.pager .previous > span {
  float: left; }

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed; }

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label:empty {
  display: none; }

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

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

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

.label-primary {
  background-color: #5d86a0; }

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

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

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

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

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  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; }

a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #5d86a0;
  background-color: #fff; }

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

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee; }

.jumbotron h1,
.jumbotron .h1 {
  color: inherit; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

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

.jumbotron .container {
  max-width: 100%; }

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

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 2px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

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

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

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #5d86a0; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 2px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }

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

.alert-success .alert-link {
  color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

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

.alert-info .alert-link {
  color: #245269; }

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

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

.alert-warning .alert-link {
  color: #66512c; }

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

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

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

@-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: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 2px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #5d86a0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite; }

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

.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

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

.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-warning {
  background-color: #f0ad4e; }

.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.progress-bar-danger {
  background-color: #d9534f; }

.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }

.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px; }

.list-group-item > .badge {
  float: right; }

.list-group-item > .badge + .badge {
  margin-right: 5px; }

a.list-group-item {
  color: #555; }

a.list-group-item .list-group-item-heading {
  color: #333; }

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5; }

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #5d86a0;
  border-color: #5d86a0; }

a.list-group-item.active .list-group-item-heading, a.list-group-item.active:hover .list-group-item-heading, a.list-group-item.active:focus .list-group-item-heading {
  color: inherit; }

a.list-group-item.active .list-group-item-text, a.list-group-item.active:hover .list-group-item-text, a.list-group-item.active:focus .list-group-item-text {
  color: #dde6ec; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success {
  color: #3c763d; }

a.list-group-item-success .list-group-item-heading {
  color: inherit; }

a.list-group-item-success:hover, a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6; }

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.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 {
  color: #31708f; }

a.list-group-item-info .list-group-item-heading {
  color: inherit; }

a.list-group-item-info:hover, a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3; }

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.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 {
  color: #8a6d3b; }

a.list-group-item-warning .list-group-item-heading {
  color: inherit; }

a.list-group-item-warning:hover, a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc; }

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b; }

.list-group-item-danger {
  color: #b94a48;
  background-color: #fff; }

a.list-group-item-danger {
  color: #b94a48; }

a.list-group-item-danger .list-group-item-heading {
  color: inherit; }

a.list-group-item-danger:hover, a.list-group-item-danger:focus {
  color: #b94a48;
  background-color: #f2f2f2; }

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #b94a48;
  border-color: #b94a48; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }

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

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

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0; }

.panel > .list-group .list-group-item:first-child {
  border-top: 0; }

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0; }

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child,
.panel > .table-responsive:first-child > .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 th:first-child {
  border-top-left-radius: 1px; }

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child,
.panel > .table-responsive:first-child > .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 th:last-child {
  border-top-right-radius: 1px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child,
.panel > .table-responsive:last-child > .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 th:first-child {
  border-bottom-left-radius: 1px; }

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child,
.panel > .table-responsive:last-child > .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 th:last-child {
  border-bottom-right-radius: 1px; }

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

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th: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-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0; }

.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-bordered > tfoot > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:first-child > td {
  border-top: 0; }

.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 1px;
  border-top-left-radius: 1px; }

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 1px;
  border-bottom-left-radius: 1px; }

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 2px;
  overflow: hidden; }

.panel-group .panel + .panel {
  margin-top: 10px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd; }

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

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

.panel-primary {
  border-color: #5d86a0; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #5d86a0;
  border-color: #5d86a0; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #5d86a0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  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: 2px; }

.well-sm {
  padding: 9px;
  border-radius: 2px; }

.close {
  float: right;
  font-size: 21px;
  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; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  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%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px; }

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

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

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

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

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

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

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

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; }
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0); }

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

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

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

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

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

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 2px; }

.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;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 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;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal; }

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

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

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

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

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.popover-content {
  padding: 9px 14px; }

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.popover .arrow {
  border-width: 11px; }

.popover .arrow:after {
  border-width: 10px;
  content: ""; }

.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  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: #999;
  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: #999;
  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: #999;
  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; }

.carousel {
  position: relative; }

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

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

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1; }

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block; }

.carousel-inner > .active {
  left: 0; }

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%; }

.carousel-inner > .next {
  left: 100%; }

.carousel-inner > .prev {
  left: -100%; }

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0; }

.carousel-inner > .active.left {
  left: -100%; }

.carousel-inner > .active.right {
  left: 100%; }

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }

.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }

.carousel-control:hover, .carousel-control:focus {
  outline: none;
  color: #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%;
  z-index: 5;
  display: inline-block; }

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%; }

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%; }

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif; }

.carousel-control .icon-prev:before {
  content: '\2039'; }

.carousel-control .icon-next:before {
  content: '\203a'; }

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center; }

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #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 .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px; }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px; }
  .carousel-indicators {
    bottom: 20px; } }

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

.clearfix:after {
  clear: both; }

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

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none;
  visibility: hidden; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important; }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important; }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important; }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important; } }

.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

@media print {
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important; } }

@media (min-width: 480px) and (max-width: 767px) {
  .col-xs-hsr {
    padding-right: 7.5px; }
  .col-xs-hsl {
    padding-left: 7.5px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .col-sm-hsr {
    padding-right: 7.5px; }
  .col-sm-hsl {
    padding-left: 7.5px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .col-md-hsr {
    padding-right: 7.5px; }
  .col-md-hsl {
    padding-left: 7.5px; } }

@media (min-width: 1200px) {
  .col-lg-hsr {
    padding-right: 7.5px; }
  .col-lg-hsl {
    padding-left: 7.5px; } }

@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Graphik-Regular-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-Regular-Web.woff") format("woff"); }

@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: 400;
  src: url("/assets/fonts/Graphik-RegularItalic-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-RegularItalic-Web.woff") format("woff"); }

@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 500;
  src: url("/assets/fonts/Graphik-Medium-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-Medium-Web.woff") format("woff"); }

@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: 500;
  src: url("/assets/fonts/Graphik-MediumItalic-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-MediumItalic-Web.woff") format("woff"); }

@font-face {
  font-family: "Graphik";
  font-style: normal;
  font-weight: 600;
  src: url("/assets/fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-Semibold-Web.woff") format("woff"); }

@font-face {
  font-family: "Graphik";
  font-style: italic;
  font-weight: 600;
  src: url("/assets/fonts/Graphik-SemiboldItalic-Web.woff2") format("woff2"), url("/assets/fonts/Graphik-SemiboldItalic-Web.woff") format("woff"); }

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 100%; }

html,
body,
button,
input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: "Graphik";
  font-size: 1em;
  line-height: 1.8;
  background-color: #fff;
  color: #222;
  margin: 0;
  padding: 0;
  position: relative; }

.content.homepage {
  background-color: #eee;
  padding-bottom: 20px; }

.homepage .container {
  padding-top: 0;
  padding-bottom: 5px; }

.homepage .container.teasers {
  padding-top: 5px;
  padding-right: 5px;
  padding-left: 5px; }

.homepage h3,
.homepage h4 {
  text-transform: none; }

.trailer .trailer-div {
  position: relative; }

.trailer .trailer-div img {
  width: 100%; }

.teaser-link {
  display: block; }

.teaser-link img {
  margin-top: 15px; }

.teaser-link__text {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #222; }

.teaser-link__text h3 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.5; }

.teaser-link__text p {
  font-family: 'Graphik';
  font-size: 20px;
  font-size: 1.25rem; }

.hero {
  line-height: 0; }

.hero .flowplayer .fp-ui {
  display: none !important; }

.hero .flowplayer .fp-engine,
.hero .flowplayer .fp-message,
.hero .flowplayer .fp-ui {
  cursor: pointer !important; }

.hero .hero-link__text {
  display: block;
  position: absolute;
  z-index: 100;
  padding: 15px;
  text-decoration: none;
  text-align: center;
  width: 100%; }

.hero .hero-link__text.mobile-bottom {
  bottom: 0; }

.hero .hero-link__text.mobile-top {
  top: 0; }

.hero .hero-link__text.mobile-center {
  top: 50%;
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%); }

.hero .hero-link__text h2 {
  color: #fff;
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem; }

.hero .hero-link__text p {
  font-family: 'Graphik';
  font-size: 22px;
  line-height: 1.4;
  margin: 5px 0 0 0;
  color: #fff; }

.hero .hero-link__text .btn-primary {
  color: #000;
  background-color: #fff;
  border-color: #fff;
  border-radius: 0;
  padding: 5px 30px;
  margin-top: 15px;
  transition: none; }

.teaser-link:hover {
  color: inherit; }

.teaser-link__text.top-right {
  text-align: right; }

.teaser-link__text.bottom-right {
  text-align: right;
  top: auto;
  bottom: 0; }

.teaser-link__text.bottom-left {
  top: auto;
  bottom: 0; }

.homepage .col-image .image-container {
  text-align: left; }

.homepage .theme-default {
  background-color: transparent; }

.homepage .cols-3 .row {
  margin-bottom: 20px; }

.homepage .cols-3 h4 {
  font-size: 20px;
  font-size: 1.25rem; }

.homepage .cols-3 .row:last-child,
.homepage .cols-3 .row:only-child {
  margin-bottom: 0; }

.homepage .padding-100-100,
.homepage .padding-100-20,
.homepage .padding-20-100,
.homepage .padding-20-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.homepage .cols-3 .col-tile {
  padding-bottom: 20px; }

.homepage .cols-3 .col-tile:last-child,
.homepage .cols-3 .col-tile:only-child {
  padding-bottom: 0; }

.homepage .cols-3 .btn-cta {
  margin-bottom: 20px; }

.homepage .cols-3 img.lazy,
.teaser img.lazy {
  width: 100%; }

@media (min-width: 480px) {
  .hero .hero-link__text.mobile-bottom {
    bottom: auto; }
  .hero .hero-link__text.mobile-top {
    top: auto; }
  .hero .hero-link__text.mobile-center {
    top: auto;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .hero .hero-link__text {
    width: auto; }
  .hero .hero-link__text.bottom-left,
  .hero .hero-link__text.bottom-right,
  .hero .hero-link__text.bottom-center {
    bottom: 0; }
  .hero .hero-link__text.top-left,
  .hero .hero-link__text.top-right,
  .hero .hero-link__text.top-center {
    top: 0; }
  .hero .hero-link__text.top-left,
  .hero .hero-link__text.center-left,
  .hero .hero-link__text.bottom-left {
    left: 0; }
  .hero .hero-link__text.top-right,
  .hero .hero-link__text.center-right,
  .hero .hero-link__text.bottom-right {
    right: 0; }
  .hero .hero-link__text.center-left,
  .hero .hero-link__text.center-right {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .hero .hero-link__text.bottom-center,
  .hero .hero-link__text.top-center {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .hero .hero-link__text.center-center {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hero .hero-link__text {
    padding: 50px 50px;
    padding: calc(100vw / 1280 * 50) calc(100vw / 1280 * 50); }
  .hero .hero-link__text h2 {
    font-size: 35px;
    font-size: calc(100vw / 1280 * 35);
    white-space: nowrap; }
  .hero .hero-link__text p {
    font-size: 24px;
    font-size: calc(100vw / 1280 * 24); }
  .hero .hero-link__text .btn-primary {
    padding: 4px 30px 5px;
    padding: calc(100vw / 1280 * 4) calc(100vw / 1280 * 30) calc(100vw / 1280 * 5);
    margin-top: 15px;
    margin-top: calc(100vw / 1280 * 15);
    font-size: 16px;
    font-size: calc(100vw / 1280 * 16); }
  .teaser-effect {
    overflow: hidden; }
  .teaser-effect img {
    animation-name: zoomImage;
    animation-iteration-count: 1;
    animation-timing-function: ease-in-out;
    animation-duration: 6s;
    transform: scale(1.05); } }

@media (min-width: 768px) {
  .content.homepage {
    padding-bottom: 75px; }
  .homepage .container {
    padding-top: 25px;
    padding-bottom: 25px; }
  .homepage .container.teasers {
    padding-top: 25px;
    padding-right: 0;
    padding-left: 0; }
  .homepage .cols-3 h4 {
    font-size: 24px;
    font-size: 1.5rem; } }

@media (min-width: 992px) {
  .teaser-link__text {
    padding-bottom: 45px; }
  .teaser-link__text h3 {
    font-size: 30px;
    font-size: 1.875rem; } }

@media (min-width: 1320px) {
  .homepage .container {
    width: 1250px; } }

h1, h2, h3, h4, h5, h6, .hl {
  font-family: 'Graphik';
  font-weight: 600;
  font-style: normal; }

h1, h2 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.2;
  margin: 0 0 20px 0; }

h3, h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3; }

h3 {
  margin: 10px 0; }

h4 {
  margin: 0 0 10px 0; }

h4.panel-title {
  text-transform: none; }

@media (max-width: 480px) {
  h1, h2 {
    margin: 10px 0;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1; }
  h3 {
    line-height: 1; } }

.btn {
  margin: 5px 0;
  padding: 7px 13px;
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
  border-radius: 0; }

.btn, .btn:hover {
  transition: all 0.15s ease-in-out; }

.btn:hover, .btn:focus, .btn:active, .btn.active {
  box-shadow: none;
  outline: none; }

.btn-default {
  background-color: #eee; }

.btn-primary {
  background-color: #3e8cbb;
  border-color: #3e8cbb;
  color: #fff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
  background-color: #48a1d9;
  border-color: #48a1d9;
  box-shadow: none; }

.btn-cta {
  background-color: #222;
  border-color: #222;
  color: #f5f5f5;
  position: relative;
  z-index: 1000; }

.btn-cta:hover, .btn-cta:focus, .btn-cta:active, .btn-cta.active {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #f5f5f5; }

.btn-tertiary {
  background-color: transparent;
  border: 2px solid #555555;
  color: #555555; }

.btn-pricing-page {
  width: 180px; }

/** old version of a button to perform A/B test **/
.test-WWW-7305 .btn-tertiary {
  background-color: #222;
  border-color: #222;
  color: #f5f5f5; }

.test-WWW-7305 .btn-pricing-page {
  width: auto; }

.popover.bottomright {
  margin-top: 10px;
  left: 0 !important;
  top: 38px !important; }

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

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

.popover {
  border-radius: 5px;
  width: auto; }

.popover-title {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.15;
  font-weight: 500;
  background: #fff;
  padding: 10px 14px 4px 14px;
  border-bottom: 0; }

.popover-content {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: normal; }

.popover .cart-layer-top {
  float: left;
  margin: 0 0 10px 0;
  width: 100%; }

.popover .cart-layer-left {
  display: none;
  width: 60px;
  float: left; }

.popover .cart-layer-amount {
  width: 30px;
  float: left; }

.popover .cart-layer-middle {
  max-width: 156px;
  float: left; }

.popover .cart-layer-middle a {
  color: inherit; }

.popover .cart-layout {
  font-size: 14px;
  font-size: 0.875rem; }

.popover .cart-layout-top {
  margin-top: 5px; }

.popover .cart-layer-right {
  max-width: 78px;
  float: right;
  text-align: right; }

.popover .cart-layer-snippet-line {
  margin-bottom: 10px; }

.popover .cart-layer-totals {
  float: left;
  width: 100%; }

.popover .cart-layer-totals:before {
  content: "";
  display: block;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 15px; }

.popover .cart-layer-snippet-total {
  max-width: 100px;
  float: left; }

.popover .cart-layer-snippet-total-price {
  width: 188px;
  float: right;
  text-align: right; }

.popover .cart-layer-button {
  height: 46px;
  margin-top: 10px; }

.popover .cart-layer-button .btn {
  width: 100%; }

input[type="search"].search-input {
  -webkit-appearance: none; }

.login-cart-search .popover {
  border-radius: 0;
  width: 100%;
  max-width: 376px;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  top: 60px !important;
  right: 0;
  left: auto !important; }

.login-cart-search .popover .popover-title {
  display: none; }

.login-cart-search .popover .popover-content {
  padding: 15px 25px; }

.login-cart-search .popover .arrow {
  display: none; }

.login-cart-search .popover .form-group {
  margin-bottom: 0; }

.login-cart-search input[type=search] {
  -webkit-appearance: textfield;
  font-family: 'Graphik', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  background: transparent url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2026%2026%22%20width%3D%2213%22%20height%3D%2213%22%20enable-background%3D%22new%200%200%2026%2026%22%3E%3Cg%20fill%3D%22%23303030%22%3E%3Cpath%20d%3D%22M21%2010.5C21%2016.3%2016.3%2021%2010.5%2021S0%2016.3%200%2010.5%204.7%200%2010.5%200%2021%204.7%2021%2010.5zM10.5%203.9c-3.6%200-6.6%202.9-6.6%206.6s2.9%206.6%206.6%206.6%206.6-2.9%206.6-6.6-3-6.6-6.6-6.6zM17.383%2014.58l8.627%208.626-2.828%202.828-8.627-8.626z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E) no-repeat 0 center;
  background-size: 14px 14px;
  border: none;
  padding: 2px 0 4px 20px;
  width: 310px;
  height: 40px;
  color: transparent;
  border-radius: 0;
  box-shadow: none; }

.login-cart-search input::-webkit-search-decoration,
.login-cart-search input::-webkit-search-cancel-button {
  display: none; }

.login-cart-search input[type=search]:hover {
  background-color: #fff; }

.login-cart-search input[type=search]:focus {
  background-color: #fff;
  color: #303030; }

.login-cart-search input:-moz-placeholder {
  color: #999; }

.login-cart-search input::-webkit-input-placeholder {
  color: #999; }

.search-link-desktop + .popover .popover-content {
  padding: 6px 20px; }

.login-cart-search > .login-cart {
  float: left;
  text-align: right;
  margin-right: 10px; }

.typeahead.dropdown-menu.search {
  margin: 0;
  padding: 0;
  width: 376px;
  border-radius: 0;
  right: 0;
  left: auto;
  top: 113px;
  border-right: 0;
  border-color: #ddd; }

.typeahead.dropdown-menu.search .active > a, .typeahead.dropdown-menu.search .active > a:hover {
  background: #3e8cbb; }

.typeahead.dropdown-menu.search li {
  border-bottom: 1px solid #ddd; }

.typeahead.dropdown-menu.search li a {
  display: table;
  width: 100%;
  padding: 0; }

.typeahead.dropdown-menu.search li > a > .packshot {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  text-align: center; }

.typeahead.dropdown-menu.search li > a > .packshot > .packshot-align {
  display: block;
  height: 60px;
  width: 100px; }

.typeahead.dropdown-menu.search li > a > .packshot > .packshot-align > img {
  height: 60px;
  padding: 0 5px; }

.typeahead.dropdown-menu.search li > a > .description {
  display: table-cell;
  vertical-align: middle;
  white-space: normal; }

.typeahead.dropdown-menu.search li > a > .description .title {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem; }

.typeahead.dropdown-menu.search li > a > .description .headline {
  display: block;
  width: 226px;
  font-size: 12px;
  font-size: 0.750rem;
  line-height: 1.5; }

.typeahead.dropdown-menu.search li:last-child {
  border-bottom: none; }

.typeahead.dropdown-menu.search .no-result {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  color: #555;
  height: 80px;
  padding: 30px 5px 5px 5px;
  text-align: center;
  cursor: pointer; }

.typeahead.dropdown-menu.search .more-results {
  text-align: center; }

.typeahead.dropdown-menu.search .more-results-link {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 0; }

@media (min-width: 321px) {
  .login-cart-search .popover {
    border-left: 1px solid #ddd; } }

@media (min-width: 480px) {
  .popover .cart-layer-left {
    display: block; } }

header {
  display: table;
  width: 100%;
  height: 60px;
  position: relative;
  z-index: 1000;
  background: #fff; }

.header-logo-container {
  display: table-cell;
  vertical-align: middle;
  padding-left: 24px; }

.header-logo {
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjE2IiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjE2IDI0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfMjEzMl8zMDMxMykiPgo8cGF0aCBkPSJNMjguMzc2OSAyNEwzMi4yNzgzIDE5LjkwMkwxNi40NTk1IDUuMDAyNDJDMTMuNDEzNSAyLjEyODc0IDExLjA2MTkgMCA3LjMyMTQ4IDBDMi4xOTEzOSAwIDAgMy45OTEwOSAwIDguODg2NjVWMjMuMDQyMUg2LjAzODM3VjguNjIxMDVDNi4wMzgzNyA2Ljg2NDc4IDYuNDY2MDcgNS41MzQ0MSA3Ljg1NDkzIDUuNTM0NDFDOC44MTY4NyA1LjUzNDQxIDkuNDU4NDIgNi4xNzMyNyAxMC42ODcxIDcuMjkwNjhMMjguMzc2MSAyNEgyOC4zNzY5Wk0zNC41NzYyIDIzLjA0MjFINDAuNTYxN1YwLjc0NDk0MUgzNC41NzYyVjIzLjA0MjFaIiBmaWxsPSIjMTYxODE5Ii8+CjwvZz4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAxXzIxMzJfMzAzMTMpIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAyXzIxMzJfMzAzMTMpIj4KPHBhdGggZD0iTTg3LjE2NiAxNS42NDc4SDkzLjI1MTNWMjIuOTcwOEg5Ni4wODYxVjE1LjY0NzhIMTAyLjE3NFYxMy4yNDU2SDg3LjE2NlYxNS42NDc4WiIgZmlsbD0iIzE2MTgxOSIvPgo8bWFzayBpZD0ibWFzazBfMjEzMl8zMDMxMyIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjUyIiB5PSIwIiB3aWR0aD0iMTY0IiBoZWlnaHQ9IjI0Ij4KPHBhdGggZD0iTTIxNS43MTEgMC43Mzg1MjVINTIuMzI1MlYyMy4yNjE2SDIxNS43MTFWMC43Mzg1MjVaIiBmaWxsPSJ3aGl0ZSIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfMjEzMl8zMDMxMykiPgo8cGF0aCBkPSJNMTE1LjIyOSAxOC40NjI3QzExNS43MDUgMTguMjU0OSAxMTYuMDc5IDE3Ljk0MTggMTE2LjM1NCAxNy41MjM0QzExNi42MjggMTcuMTA3OCAxMTYuNzY0IDE2LjYwMDggMTE2Ljc2NCAxNi4wMDc4QzExNi43NjQgMTUuMTI2OCAxMTYuNDczIDE0LjQ0NzkgMTE1Ljg5NCAxMy45NjU4QzExNS4zMTQgMTMuNDgzNyAxMTQuNTQ0IDEzLjI0MjcgMTEzLjU4IDEzLjI0MjdIMTAzLjIxM1YyMi45Njc5SDEwNS45NzlWMjEuMjAyOUwxMTYuNzM2IDIzLjI0NDlWMjAuOTA5MkwxMDUuMDYxIDE4Ljc3MDJIMTEzLjU4QzExNC4yIDE4Ljc3MDIgMTE0Ljc0OSAxOC42NjQ5IDExNS4yMjYgMTguNDU3MUwxMTUuMjI5IDE4LjQ2MjdaTTEwNS45ODEgMTYuODMwN1YxNS40NzAzSDExMy4wNTZDMTEzLjI3OCAxNS40NzAzIDExMy40NjEgMTUuNTMxMyAxMTMuNjA1IDE1LjY1MDRDMTEzLjc0OSAxNS43NzIzIDExMy44MjEgMTUuOTM4NiAxMTMuODIxIDE2LjE1MTlDMTEzLjgyMSAxNi4zNjUzIDExMy43NDkgMTYuNTMxNSAxMTMuNjA1IDE2LjY1MzRDMTEzLjQ2MSAxNi43NzUzIDExMy4yNzggMTYuODMzNSAxMTMuMDU2IDE2LjgzMzVIMTA1Ljk4MVYxNi44MzA3WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNNTIuMzI1MiAyMi45NzA1SDU1LjE2VjEzLjI0NTRINTIuMzI1MlYyMi45NzA1WiIgZmlsbD0iIzE2MTgxOSIvPgo8L2c+CjxwYXRoIGQ9Ik04Ni4yNDA1IDE4LjE2OUM4NS42Njk2IDE3LjczOTUgODQuNjcyIDE3LjQyNjQgODMuMjQ0OSAxNy4yMjk3TDc3LjA3MzcgMTYuMzk1N0M3Ni44MzI2IDE2LjM1OTcgNzYuNjQxNCAxNi4zMjA5IDc2LjQ5NzMgMTYuMjg0OUM3Ni4zNTMzIDE2LjI0ODkgNzYuMjUwNyAxNi4yMDQ1IDc2LjE5MjUgMTYuMTUxOUM3Ni4xMzE2IDE2LjEwMiA3Ni4xMDExIDE2LjAzODMgNzYuMTAxMSAxNS45NjM1Qzc2LjEwMTEgMTUuODI0OSA3Ni4yMDY0IDE1LjcwMDMgNzYuNDE0MiAxNS41ODk0Qzc2LjYyMiAxNS40Nzg2IDc2Ljk2MjkgMTUuMzg5OSA3Ny40MzY3IDE1LjMyNjJDNzcuOTEwNiAxNS4yNjI1IDc4LjUyMDIgMTUuMjI5MiA3OS4yNzEyIDE1LjIyOTJDODAuNjkgMTUuMjI5MiA4MS45MzcgMTUuMzUxMiA4My4wMTc3IDE1LjU5NzdDODQuMDk1NiAxNS44NDQzIDg1LjE3OTEgMTYuMjI2NyA4Ni4yNjI2IDE2Ljc0NDhWMTQuMjAxM0M4NS41NTA1IDEzLjg0OTQgODQuNjY5MyAxMy41NTU3IDgzLjYyMTggMTMuMzIwMkM4Mi41NzQzIDEzLjA4NDcgODEuMzU3OCAxMi45NjU2IDc5Ljk2NjcgMTIuOTY1NkM3OC41NzU3IDEyLjk2NTYgNzcuNDM0IDEzLjA4NzUgNzYuNDMwOCAxMy4zMzQxQzc1LjQyNDkgMTMuNTgwNyA3NC42NDYzIDEzLjk0NjQgNzQuMDk0OCAxNC40MzEzQzczLjU0MzQgMTQuOTE4OSA3My4yNjkgMTUuNTA5MSA3My4yNjkgMTYuMjAxOEM3My4yNjkgMTYuODk0NCA3My41NzM5IDE3LjQzNzUgNzQuMTc4IDE3Ljg0NzZDNzQuNzg0OCAxOC4yNjA0IDc1Ljc1NDcgMTguNTU0MSA3Ny4wOTA0IDE4LjcyODZMODIuNzczOCAxOS40OTM0QzgzLjE0NTIgMTkuNTQwNSA4My40MjUgMTkuNTg0OCA4My42MTM1IDE5LjYyNjRDODMuODAxOSAxOS42Njc5IDgzLjk1MTUgMTkuNzIwNiA4NC4wNTY4IDE5Ljc4NzFDODQuMTYyMSAxOS44NTA4IDg0LjIxNzYgMTkuOTM5NCA4NC4yMTc2IDIwLjA1MDNDODQuMjE3NiAyMC4yMjc2IDg0LjA4MTggMjAuMzgyOCA4My44MTMgMjAuNTI0MUM4My41NDQyIDIwLjY2MjYgODMuMTQ1MiAyMC43NzA3IDgyLjYxMDMgMjAuODUxQzgyLjA3ODMgMjAuOTI4NiA4MS40MzU0IDIwLjk3MDEgODAuNjg0NCAyMC45NzAxQzc5LjQyMzYgMjAuOTcwMSA3OC4yMjY1IDIwLjgzNzIgNzcuMDkzMSAyMC41Njg0Qzc1Ljk1NyAyMC4yOTk2IDc0Ljg0MDIgMTkuODI4NiA3My43Mzc0IDE5LjE0OThWMjEuODMxOEM3NC41OTkyIDIyLjI4NjIgNzUuNTQ5NiAyMi42MzUzIDc2LjU4NiAyMi44ODE5Qzc3LjYyMjQgMjMuMTI4NSA3OC44Mjc4IDIzLjI1MDQgODAuMTk5NSAyMy4yNTA0QzgxLjcyOTEgMjMuMjUwNCA4My4wMDk0IDIzLjEwMDggODQuMDQzIDIyLjc5ODhDODUuMDc2NiAyMi40OTY4IDg1Ljg0MTQgMjIuMDg2NyA4Ni4zNDMgMjEuNTY4NkM4Ni44NDQ2IDIxLjA1MDUgODcuMDkzOSAyMC40NTc2IDg3LjA5MzkgMTkuNzg5OEM4Ny4wOTM5IDE5LjEyMjEgODYuODA4NSAxOC42MDEyIDg2LjI0MDUgMTguMTcxN1YxOC4xNjlaIiBmaWxsPSIjMTYxODE5Ii8+CjxwYXRoIGQ9Ik02OS4zMjAxIDIyLjQyNzdMNjEuOTI2OSAxMy4yNDU2SDU2LjgyODFWMjIuOTcwOEg1OS42NjI5VjE1LjM3MDdINjAuMDUwOUw2Ni4xODA1IDIyLjk3MDhINzIuMTU1VjEzLjI0NTZINjkuMzIwMVYyMi40Mjc3WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNMTg2LjM4NyAxNS42NDc4SDE5Mi40NzVWMjIuOTcwOEgxOTUuMzFWMTUuNjQ3OEgyMDEuMzk1VjEzLjI0NTZIMTg2LjM4N1YxNS42NDc4WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNMTgyLjUxIDIyLjQyNzdMMTc1LjExNyAxMy4yNDU2SDE3MC4wMThWMjIuOTcwOEgxNzIuODUzVjE1LjM3MDdIMTczLjI0MUwxNzkuMzcxIDIyLjk3MDhIMTg1LjM0NVYxMy4yNDU2SDE4Mi41MVYyMi40Mjc3WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNMTU1LjAzNSAyMi45NzA4SDE2OC42OTdWMjAuNjA3NEgxNTcuODE1VjE5LjA5NDZIMTY3LjUxNlYxNi44OTc0SDE1Ny44MTVWMTUuNjA2MkgxNjguNjk3VjEzLjI0NTZIMTU1LjAzNVYyMi45NzA4WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNMjE0Ljg1NCAxOC4xNjlDMjE0LjI4NCAxNy43Mzk1IDIxMy4yODYgMTcuNDI2NCAyMTEuODU5IDE3LjIyOTdMMjA1LjY4OCAxNi4zOTU3QzIwNS40NDcgMTYuMzU5NyAyMDUuMjU1IDE2LjMyMDkgMjA1LjExMSAxNi4yODQ5QzIwNC45NjcgMTYuMjQ4OSAyMDQuODY1IDE2LjIwNDUgMjA0LjgwNyAxNi4xNTE5QzIwNC43NDYgMTYuMTAyIDIwNC43MTUgMTYuMDM4MyAyMDQuNzE1IDE1Ljk2MzVDMjA0LjcxNSAxNS44MjQ5IDIwNC44MiAxNS43MDAzIDIwNS4wMjggMTUuNTg5NEMyMDUuMjM2IDE1LjQ3ODYgMjA1LjU3NyAxNS4zODk5IDIwNi4wNTEgMTUuMzI2MkMyMDYuNTIyIDE1LjI2MjUgMjA3LjEzNCAxNS4yMjkyIDIwNy44ODUgMTUuMjI5MkMyMDkuMzAxIDE1LjIyOTIgMjEwLjU1MSAxNS4zNTEyIDIxMS42MzIgMTUuNTk3N0MyMTIuNzEgMTUuODQ0MyAyMTMuNzkzIDE2LjIyNjcgMjE0Ljg3NyAxNi43NDQ4VjE0LjIwMTNDMjE0LjE2NCAxMy44NDk0IDIxMy4yODMgMTMuNTU1NyAyMTIuMjM2IDEzLjMyMDJDMjExLjE4OCAxMy4wODQ3IDIwOS45NzIgMTIuOTY1NiAyMDguNTgxIDEyLjk2NTZDMjA3LjE5IDEyLjk2NTYgMjA2LjA0OCAxMy4wODc1IDIwNS4wNDUgMTMuMzM0MUMyMDQuMDM5IDEzLjU4MDcgMjAzLjI2IDEzLjk0NjQgMjAyLjcwOSAxNC40MzEzQzIwMi4xNTcgMTQuOTE4OSAyMDEuODgzIDE1LjUwOTEgMjAxLjg4MyAxNi4yMDE4QzIwMS44ODMgMTYuODk0NCAyMDIuMTg4IDE3LjQzNzUgMjAyLjc5NSAxNy44NDc2QzIwMy40MDIgMTguMjYwNCAyMDQuMzcxIDE4LjU1NDEgMjA1LjcwNyAxOC43Mjg2TDIxMS4zOTEgMTkuNDkzNEMyMTEuNzYyIDE5LjU0MDUgMjEyLjA0MiAxOS41ODQ4IDIxMi4yMyAxOS42MjY0QzIxMi40MjEgMTkuNjY3OSAyMTIuNTY4IDE5LjcyMDYgMjEyLjY3NiAxOS43ODcxQzIxMi43ODIgMTkuODUwOCAyMTIuODM3IDE5LjkzOTQgMjEyLjgzNyAyMC4wNTAzQzIxMi44MzcgMjAuMjI3NiAyMTIuNzA0IDIwLjM4MjggMjEyLjQzNSAyMC41MjQxQzIxMi4xNjcgMjAuNjYyNiAyMTEuNzY1IDIwLjc3MDcgMjExLjIzMyAyMC44NTFDMjEwLjcwMSAyMC45Mjg2IDIxMC4wNTggMjAuOTcwMSAyMDkuMzA3IDIwLjk3MDFDMjA4LjA0NiAyMC45NzAxIDIwNi44NDkgMjAuODM3MiAyMDUuNzE1IDIwLjU2ODRDMjA0LjU3OSAyMC4yOTk2IDIwMy40NjMgMTkuODI4NiAyMDIuMzYgMTkuMTQ5OFYyMS44MzE4QzIwMy4yMjEgMjIuMjg2MiAyMDQuMTcyIDIyLjYzNTMgMjA1LjIwOCAyMi44ODE5QzIwNi4yNDUgMjMuMTI4NSAyMDcuNDUgMjMuMjUwNCAyMDguODIyIDIzLjI1MDRDMjEwLjM1MSAyMy4yNTA0IDIxMS42MzIgMjMuMTAwOCAyMTIuNjY1IDIyLjc5ODhDMjEzLjY5OSAyMi40OTY4IDIxNC40NjQgMjIuMDg2NyAyMTQuOTY1IDIxLjU2ODZDMjE1LjQ2NyAyMS4wNTA1IDIxNS43MTYgMjAuNDU3NiAyMTUuNzE2IDE5Ljc4OThDMjE1LjcxNiAxOS4xMjIxIDIxNS40MzEgMTguNjAxMiAyMTQuODYzIDE4LjE3MTdMMjE0Ljg1NCAxOC4xNjlaIiBmaWxsPSIjMTYxODE5Ii8+CjxwYXRoIGQ9Ik0xNDMuODM1IDIyLjQyNzdMMTM5LjY2NyAxMy4yNDU2SDEzNC4zMDJWMjIuOTcwOEgxMzcuMTM3VjE1LjM5ODRIMTM3LjUyOEwxNDEuMDQxIDIyLjk3MDhIMTQ2LjYyOEwxNTAuMTQ0IDE1LjM5ODRIMTUwLjUzNVYyMi45NzA4SDE1My4zN1YxMy4yNDU2SDE0OC4wMDVMMTQzLjgzNSAyMi40Mjc3WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNMTI5Ljg2OCAxOC4wODA1QzEyOS44NjggMTguNTk4NiAxMjkuNjk2IDE5LjA2OTYgMTI5LjM1MyAxOS40OTA4QzEyOS4wMDkgMTkuOTExOSAxMjguNTAyIDIwLjI0NzIgMTI3LjgzMSAyMC40OTFDMTI3LjE2MSAyMC43Mzc2IDEyNi4zNDYgMjAuODU5NSAxMjUuMzkzIDIwLjg1OTVDMTI0LjQ0IDIwLjg1OTUgMTIzLjYyNSAyMC43Mzc2IDEyMi45NTQgMjAuNDkxQzEyMi4yODQgMjAuMjQ0NCAxMjEuNzc3IDE5LjkxMTkgMTIxLjQzMyAxOS40OTA4QzEyMS4wODkgMTkuMDY5NiAxMjAuOTE4IDE4LjU5ODYgMTIwLjkxOCAxOC4wODA1VjEzLjI0NTZIMTE4LjA4M1YxOC4xNDk4QzExOC4wODMgMTkuMjE2NSAxMTguMzg1IDIwLjEzMzYgMTE4Ljk5MiAyMC45MDExQzExOS41OTkgMjEuNjcxMyAxMjAuNDUyIDIyLjI1NTkgMTIxLjU1NSAyMi42NTc3QzEyMi42NTggMjMuMDU5NSAxMjMuOTM1IDIzLjI2MTcgMTI1LjM5IDIzLjI2MTdDMTI2Ljg0NSAyMy4yNjE3IDEyOC4xMjIgMjMuMDU5NSAxMjkuMjI1IDIyLjY1NzdDMTMwLjMyOCAyMi4yNTU5IDEzMS4xODIgMjEuNjY4NiAxMzEuNzg5IDIwLjkwMTFDMTMyLjM5NSAyMC4xMzM2IDEzMi42OTcgMTkuMjE2NSAxMzIuNjk3IDE4LjE0OThWMTMuMjQ1NkgxMjkuODYzVjE4LjA4MDVIMTI5Ljg2OFoiIGZpbGw9IiMxNjE4MTkiLz4KPHBhdGggZD0iTTg4LjY3OSAxMC40NjY1SDkxLjUxMzhWMy4xNDM1SDk3LjYwMTlWMC43Mzg1MjVIODIuNTkzOFYzLjE0MzVIODguNjc5VjEwLjQ2NjVaIiBmaWxsPSIjMTYxODE5Ii8+CjxwYXRoIGQ9Ik03My4zMDQ5IDguMTg2MTlIODAuNjI2MUw4Mi4xMDg2IDEwLjQ2MzdIODUuNDQ1TDc4Ljg5NjkgMC43Mzg1MjVINzUuMDM0MUw2OC40ODg4IDEwLjQ2NjVINzEuODI1MUw3My4zMDc3IDguMTg4OTZMNzMuMzA0OSA4LjE4NjE5Wk03Ni43NjMyIDIuODYzNjZINzcuMTY1TDc5LjI0MzMgNi4wNTgyOEg3NC42ODc3TDc2Ljc2NiAyLjg2MzY2SDc2Ljc2MzJaIiBmaWxsPSIjMTYxODE5Ii8+CjxtYXNrIGlkPSJtYXNrMV8yMTMyXzMwMzEzIiBzdHlsZT0ibWFzay10eXBlOmx1bWluYW5jZSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iNTIiIHk9IjAiIHdpZHRoPSIxNjQiIGhlaWdodD0iMjQiPgo8cGF0aCBkPSJNMjE1LjcxMSAwLjczODUyNUg1Mi4zMjUyVjIzLjI2MTZIMjE1LjcxMVYwLjczODUyNVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMV8yMTMyXzMwMzEzKSI+CjxwYXRoIGQ9Ik0xMDEuNDc5IDAuNzM4NTI1SDk4LjY0MzhWMTAuNDY2NUgxMDEuNDc5VjAuNzM4NTI1WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNNjcuNjU0OCAxMC40NjY1VjAuNzM4NTI1SDY0LjgxNzJWOS45MjM0Mkw1Ny40MjQgMC43Mzg1MjVINTIuMzI1MlYxMC40NjY1SDU1LjE2VjIuODYzNjZINTUuNTQ4TDYxLjY3NzYgMTAuNDY2NUg2Ny42NTQ4WiIgZmlsbD0iIzE2MTgxOSIvPgo8L2c+CjxwYXRoIGQ9Ik0xMTkuMDQ0IDEwLjQ2NjVIMTMyLjcwM1Y4LjEwMzA2SDEyMS44MjRWNi41ODc0OUgxMzEuNTIzVjQuMzkzMDlIMTIxLjgyNFYzLjEwMTk0SDEzMi43MDNWMC43Mzg1MjVIMTE5LjA0NFYxMC40NjY1WiIgZmlsbD0iIzE2MTgxOSIvPgo8cGF0aCBkPSJNMTEzLjE2NCAxMC40NjY1TDExOC4xNDEgMC43Mzg1MjVIMTE0LjkyOUwxMTAuMjYgOS45MjM0MkwxMDUuNTkxIDAuNzM4NTI1SDEwMi4zODJMMTA3LjM1NiAxMC40NjY1SDExMy4xNjRaIiBmaWxsPSIjMTYxODE5Ii8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8yMTMyXzMwMzEzIj4KPHJlY3Qgd2lkdGg9IjQwLjU2MjYiIGhlaWdodD0iMjQiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjxjbGlwUGF0aCBpZD0iY2xpcDFfMjEzMl8zMDMxMyI+CjxyZWN0IHdpZHRoPSIxNjMuNTM5IiBoZWlnaHQ9IjIyLjUyMzEiIGZpbGw9IndoaXRlIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Mi4zMjUyIDAuNzM4NTI1KSIvPgo8L2NsaXBQYXRoPgo8Y2xpcFBhdGggaWQ9ImNsaXAyXzIxMzJfMzAzMTMiPgo8cmVjdCB3aWR0aD0iMTYzLjM4NSIgaGVpZ2h0PSIyMi41MjMxIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNTIuMzI1MiAwLjczODUyNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");
  width: 216px;
  height: 24px; }

.top-navi {
  display: table-cell;
  vertical-align: bottom;
  line-height: 1;
  text-align: center;
  padding: 0; }

.top-navi > li {
  display: inline-block;
  list-style-type: none;
  line-height: 3.1; }

.top-navi > li:last-child {
  margin-right: 0; }

.top-navi a {
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2.5;
  color: #303030;
  padding: 0;
  width: 100%;
  position: relative;
  transition: color 0.15s linear;
  -o-transition: color 0.15s linear;
  -moz-transition: color 0.15s linear;
  -webkit-transition: color 0.15s linear; }

@media (min-width: 768px) and (max-width: 991px) {
  .top-navi a {
    margin: 0 3px; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .top-navi a {
    margin: 0 7px; } }

.top-navi a:hover {
  color: #080808; }

.top-navi > li .navborder {
  display: block;
  background: rgba(0, 0, 0, 0);
  height: 4px;
  width: 100%;
  transition: background 0.15s linear;
  -o-transition: background 0.15s linear;
  -moz-transition: background 0.15s linear;
  -webkit-transition: background 0.15s linear; }

.top-navi > li .navborder.active {
  /* NOTE: Removed because two nav items are stupidly going to
             the same place right now, and so two items would
             be underlined.

    background: $link-navi-top-active-background;

    */ }

.top-navi > li a.active + span.navborder {
  /* NOTE: Removed because two nav items are stupidly going to
             the same place right now, and so two items would
             be underlined.

    background: $link-navi-top-active-background;

    */ }

.top-navi > li a:hover + .navborder {
  background: #555; }

.company-link {
  display: none; }

.bubble {
  position: absolute;
  top: -9px;
  left: 8px;
  border-radius: 3px;
  padding: 2px 4px 1px 3px;
  background-color: #d64040;
  color: white;
  font-size: 11px;
  font-size: 0.688rem;
  line-height: 1.3;
  display: none; }

.account-link-icon .bubble {
  border: 1px #fff solid; }

.bubble.bubble-inline {
  position: relative;
  top: -2px;
  right: -2px;
  left: auto;
  font-family: 'Graphik';
  font-weight: 500; }

.bubble.cart-link-amount {
  background-color: #3e8cbb;
  border: 1px #fff solid; }

.login-cart-search {
  float: right;
  padding: 10px 20px 0 0; }

.login-cart-search > a {
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 16px;
  font-size: 1em;
  line-height: 1.5;
  color: #303030; }

.login-cart-search .typehead.dropdown-menu {
  left: 86px;
  width: 56px;
  min-width: 56px; }

.login-cart-search .typehead.dropdown-menu a {
  clear: both;
  display: block;
  padding: 2px 5px;
  margin: 0;
  font-weight: normal;
  font-size: 11px;
  font-size: 0.688rem;
  line-height: 1;
  color: #333;
  white-space: nowrap; }

.login-cart-search .cart-link-icon {
  width: 14px;
  height: 13px;
  position: relative; }

.login-cart-search .login-link-icon, .login-cart-search .account-link-icon {
  width: 14px;
  height: 14px;
  background-size: 14px 14px; }

.login-cart-search .cart-link, .login-cart-search .login-link, .login-cart-search .account-link {
  display: inline-block;
  padding: 10px 15px;
  position: relative; }

.login-cart-search .search-link, .login-cart-search .search-link-desktop {
  padding: 10px; }

.login-cart-search .search-link-desktop {
  display: none; }

.login-cart-search .account-link-arrow {
  width: 8px;
  height: 8px; }

.login-cart-search .search-link-icon {
  width: 13px;
  height: 13px; }

.login-cart-search .account-snippet {
  font-size: 16px;
  font-size: 1rem; }

.login-cart-search .account-snippet-user {
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0;
  padding: 0; }

.login-cart-search #account-snippet-user-data:after {
  content: '';
  border-bottom: 1px solid #d9d9d9;
  display: block;
  margin: 15px 0; }

.svg-icon {
  display: inline-block; }

.icon-myaccount,
.icon-cart,
.icon-search {
  fill: #222;
  transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  -moz-transition: fill 0.15s ease-in-out;
  -webkit-transition: fill 0.15s ease-in-out; }

a:hover .icon-myaccount,
a:hover .icon-cart,
a:hover .icon-search {
  fill: #3e8cbb; }

a.dropped .icon-myaccount,
a.dropped .icon-cart,
a.dropped .icon-search {
  fill: #3e8cbb; }

a.dropped:hover .icon-myaccount,
a.dropped:hover .icon-cart,
a.dropped:hover .icon-search {
  fill: #61a3cb; }

a.logged-in .icon-myaccount {
  fill: #3e8cbb; }

a.logged-in:hover .icon-myaccount {
  fill: #61a3cb; }

header::after {
  clear: both; }

.menu-link {
  float: right;
  display: none; }

.btn-menu {
  font-family: 'Graphik';
  font-weight: 500;
  margin: 12px 15px 0 0;
  padding: 7px 28px 7px 13px;
  background-color: transparent;
  border-color: #303030;
  color: #303030; }

.btn-menu:hover,
.btn-menu:focus,
.btn-menu:active,
.btn-menu.active {
  background-color: transparent;
  border-color: #080808;
  color: #080808; }

.btn-menu:hover .hamburger-slices,
.btn-menu:focus .hamburger-slices,
.btn-menu:active .hamburger-slices,
.btn-menu.active .hamburger-slices {
  background-color: #080808; }

.btn-menu .button-text {
  display: block;
  float: left;
  padding-right: 5px; }

.hamburger {
  display: block;
  float: right;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer; }

.hamburger-slices {
  position: absolute;
  display: block;
  width: 14px;
  height: 2px;
  background-color: #303030;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }

.hamburger span:nth-child(1) {
  top: 4px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.hamburger span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.hamburger span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }

.hamburger.in span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  top: 3px;
  left: 0; }

.hamburger.in span:nth-child(2) {
  width: 0;
  opacity: 0; }

.hamburger.in span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  top: 14px;
  left: 0; }

.mobile-product-search-container {
  display: none;
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0;
  padding: 0 15px;
  background: #fff;
  border-bottom: 1px solid #ccc; }

.mobile-product-search-input {
  margin: 12px 0; }

@media (max-width: 1200px) {
  .login-cart-search .login-link-text, .login-cart-search .account-link-text {
    display: none; } }

@media (min-width: 480px) {
  .header-logo-container {
    width: 25%; } }

@media (min-width: 768px) {
  .login-cart-search {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    width: 25%;
    float: none;
    padding: 0 20px 0 0; }
  .login-cart-search .search-link-desktop {
    display: inline-block; }
  .search-link {
    display: none; } }

@media (min-width: 992px) {
  .header-logo-container {
    padding-left: 32px; }
  /* 1. This was 30px, but with 4 nav items, needs to be 22.
          This would need to be applied wherever this stylesheet is duplicated...

    */
  .top-navi > li {
    margin-right: 22px;
    /* 1 */ }
  .login-cart-search {
    padding: 0 25px 0 0; } }

@media (min-width: 1200px) {
  .top-navi > li {
    margin-right: 50px; } }

@media (max-width: 992px) {
  .mobile-product-search-container {
    display: block; } }

@media (min-width: 768px) {
  .top-navi {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .header-logo {
    width: 40px;
    height: 24px; }
  .menu-link {
    display: block; }
  .top-navi {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    bottom: auto;
    left: 0;
    padding: 0;
    background: #fff;
    border-bottom: 1px solid #ccc; }
  .top-navi > li {
    display: inline-block;
    float: left;
    margin: 0;
    padding: 10px;
    line-height: 1;
    width: 50%;
    text-align: center; }
  .top-navi > li:first-child {
    padding-left: 10px; }
  .top-navi a {
    margin: 0;
    display: block;
    border: 1px solid #ccc;
    border-radius: 2px; }
  .top-navi a:after {
    display: none; }
  .top-navi a:hover {
    border: 1px solid #080808; }
  .top-navi > li .navborder {
    display: none; }
  .login-cart-search .cart-link, .login-cart-search .login-link, .login-cart-search .account-link, .login-cart-search .search-link {
    padding: 10px; }
  .login-cart-search .login-link-text, .login-cart-search .account-link-text {
    display: none; }
  .company-link {
    display: block; } }

.icon-ni-demo-download {
  background-image: url("/typo3conf/ext/ni_assets/Resources/Public/Images/btn_demo_icon.png?vuf9db8bd4");
  background-position: 0 0;
  margin: 5px 1px 0 0; }

.icon-download:before {
  display: block;
  content: "";
  width: 16px;
  height: 14px;
  background-image: url("/typo3conf/ext/ni_assets/Resources/Public/Images/icon_download.png?vuf9db8bd4");
  background-repeat: no-repeat; }

.icon-download-again:before {
  display: block;
  content: "";
  width: 21px;
  height: 14px;
  background-image: url("/typo3conf/ext/ni_assets/Resources/Public/Images/icon_download_again.png?vuf9db8bd4");
  background-repeat: no-repeat; }

.icon-back:before {
  display: block;
  content: "";
  width: 8px;
  height: 12px;
  background-image: url("/typo3conf/ext/ni_assets/Resources/Public/Images/icon_back.png?vuf9db8bd4");
  background-repeat: no-repeat; }

.ssl-icon {
  display: inline-block;
  background: transparent url("/typo3conf/ext/ni_assets/Resources/Public/Images/icon_ssl.png?vuf9db8bd4") no-repeat;
  width: 13px;
  height: 11px; }

.has-bubble {
  position: relative; }

.has-bubble .bubble {
  display: inline-block; }

.bubble {
  position: absolute;
  top: -8px;
  left: 8px;
  padding: 1px 3px;
  background-color: #d64040;
  color: white;
  font-size: 11px;
  font-size: 0.688rem;
  border-radius: 3px;
  line-height: 1.3;
  display: none; }

.bubble.bubble-inline {
  position: relative;
  top: -2px;
  right: -2px;
  left: auto;
  font-family: 'Graphik';
  font-weight: 600; }

a {
  color: #3e8cbb; }

a, a:hover, a:focus, a:active {
  transition: all 0.15s ease-in-out; }

a:hover, a:focus, a:active {
  text-decoration: none; }

a.phone-number {
  color: #222;
  cursor: text; }

@media (max-width: 1200px) {
  a.phone-number {
    color: #3e8cbb;
    cursor: pointer; }
  span.fax-number, span.fax-number > a {
    color: #222; } }

select:disabled {
  color: gray; }

div.disabled {
  opacity: 0.5; }

.form-control {
  font-size: 16px;
  font-size: 1rem; }

.form-control:focus {
  border-color: #aaa;
  outline: 0;
  box-shadow: none; }

.input-group .form-control {
  height: auto; }

.input-group-btn > .btn {
  margin: 0; }

input[type="radio"],
input[type="checkbox"] {
  margin-top: 7px; }

.form-submit {
  display: table;
  width: 100%; }

.form-submit-item {
  display: table-cell; }

.form-submit-label {
  vertical-align: middle; }

.form-submit-label label {
  margin-bottom: 0; }

.form-submit-button {
  vertical-align: top; }

::-webkit-input-placeholder {
  font-style: italic; }

::-moz-placeholder {
  font-style: italic; }

:-ms-input-placeholder {
  font-style: italic; }

input:-moz-placeholder {
  font-style: italic; }

.error, .controls .error, .control-group .error, .alert-error {
  color: #b94a48; }

.form-group.error input.form-control, .form-group.error textarea.form-control, .form-group.error select.form-control, .alert-error {
  border: 1px solid #b94a48;
  background-color: #fff; }

@media (max-width: 480px) {
  select,
  textarea,
  input[type="text"],
  input[type="password"],
  input[type="datetime"],
  input[type="datetime-local"],
  input[type="date"],
  input[type="month"],
  input[type="time"],
  input[type="week"],
  input[type="number"],
  input[type="email"],
  input[type="url"],
  input[type="search"],
  input[type="tel"],
  input[type="color"],
  .uneditable-input {
    font-size: 16px;
    font-size: 1rem; } }

ul {
  margin: 0;
  padding: 0;
  list-style-position: outside;
  list-style-image: none; }

ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
  list-style-position: outside; }

li {
  list-style: none; }

.content ul li {
  list-style: disc; }

.content ol li {
  list-style: decimal; }

.content .text li, .content .text-image .col-text li {
  list-style-position: outside;
  margin: 5px 25px;
  text-align: left; }

.bullet-list li {
  list-style-position: outside;
  margin: 5px 25px; }

.step li {
  list-style: decimal; }

figure {
  margin: 0;
  padding: 0; }

.list-inside, .content .list-inside {
  padding: 0 0 0 5px; }

li.list-inside, .list-inside li, .content .list-inside li, .content li.list-inside {
  list-style-position: inside; }

ol.less-spacing {
  padding: 0;
  list-style-position: inside; }

.content-header-container {
  position: relative;
  width: 100%;
  color: #f5f5f5; }

.content-header-container.sub {
  background-position: top center;
  z-index: 999; }

.content-header-container.sub .content-header {
  width: 100%;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none; }

.content-header-container .fix-affix-helper {
  position: relative; }

.content-header {
  background-color: #2a2c2e;
  width: 100%; }

.content-header.affix {
  position: static; }

.content-header .row {
  height: 100%; }

.content-header-logo,
.content-header-headline {
  float: left;
  padding: 10px 0 10px 15px;
  width: 85%; }

.content-header-logo h1, .content-header-logo h2,
.content-header-headline h1,
.content-header-headline h2 {
  margin: 0;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: 500; }

.content-header-logo a,
.content-header-headline a {
  color: #f5f5f5; }

.content-header-navigation {
  width: 15%;
  float: right;
  text-align: right; }

.content-header-logo,
.content-header-navigation {
  display: block; }

.content-header-navigation .navigation-items {
  font-family: 'Graphik';
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  font-style: normal;
  white-space: nowrap;
  position: relative; }

.content-header-navigation .navigation-items a {
  color: #f5f5f5; }

.content-header-navigation .navigation-items {
  width: 100%; }

.content-header-navigation .navigation-items > li {
  margin-right: 15px;
  margin-left: 15px;
  display: inline-block;
  text-align: left; }

.content-header-navigation .navigation-items > li:last-child {
  margin-right: 0;
  min-width: 43px; }

.content-header-navigation .navigation-items > li > a {
  margin-top: 16px; }

.content-header-navigation .navigation-items > li .navborder {
  display: none; }

.content-header-navigation .dropdown-link {
  display: block;
  min-width: 30px;
  min-height: 20px; }

/* Sub Navigation Dropdown */
.content-header-navigation .dropdown-menu {
  margin: 0;
  padding: 0 0 5px 0;
  top: 53px;
  right: 0;
  left: auto;
  background-color: #2a2d2f;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  z-index: 1000; }

.content-header-navigation .dropdown-menu-text,
.content-header-navigation .caret,
.content-header-navigation .navigation-items > li .dropdown-menu .navborder {
  display: none; }

.content-header-navigation .hamburger {
  display: block;
  float: none; }

.content-header-navigation .hamburger-slices {
  background-color: #f5f5f5; }

.open .hamburger span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 15px;
  top: 3px;
  left: 0px; }

.open .hamburger span:nth-child(2) {
  width: 0%;
  opacity: 0; }

.open .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 15px;
  top: 14px;
  left: 0px; }

.content-header-navigation .dropdown-menu a {
  padding: 10px 14px;
  font-size: 16px;
  font-size: 1rem;
  color: #f5f5f5;
  background-color: transparent; }

.content-header-navigation .navigation-items .dropdown-menu a:hover,
.content-header-navigation .navigation-items .dropdown-menu a:active {
  background: #5d86a0;
  color: #f5f5f5; }

/* =============================================================================
   Media Queries (mobile first)
   ========================================================================== */
@media (max-width: 1200px) {
  .content-header {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none; } }

@media (min-width: 768px) {
  .content-header {
    display: table; }
  .content-header-container .fix-affix-helper,
  .content-header-container .content-header {
    height: 60px; }
  .content-header-logo,
  .content-header-headline {
    padding: 0 10px 0 15px; }
  .content-header-logo h1, .content-header-logo h2,
  .content-header-headline h1,
  .content-header-headline h2 {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 500; }
  .content-header-logo,
  .content-header-headline,
  .content-header-navigation {
    display: table-cell;
    white-space: nowrap;
    float: none; }
  .content-header-logo,
  .content-header-headline {
    width: auto; }
  .content-header-navigation {
    vertical-align: bottom;
    width: 100%;
    padding: 0;
    text-align: left; }
  .content-header-navigation .navigation-items > li > a {
    margin-top: 0;
    padding: 7.5px 0;
    display: inline-block; }
  .content-header-navigation .navigation-items > li .navborder {
    display: block;
    content: '';
    background-color: transparent;
    height: 3px;
    transition: background 0.15s linear;
    -o-transition: background 0.15s linear;
    -moz-transition: background 0.15s linear;
    -webkit-transition: background 0.15s linear; }
  .content-header-navigation .navigation-items > li a.active + span.navborder,
  .content-header-navigation .navigation-items > li a:hover + .navborder {
    background: #5d86a0; }
  .content-header-navigation .dropdown-menu {
    position: absolute;
    top: 100%;
    height: auto;
    margin-top: 0;
    background-color: #2a2d2f;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none; }
  .content-header-navigation .navigation-items > li {
    line-height: 3.5; }
  .content-header-navigation .dropdown-menu a {
    font-size: 14px;
    font-size: 0.875rem; }
  .content-header-navigation .dropdown-menu-text,
  .content-header-navigation .caret {
    display: inline-block; }
  .content-header-navigation .hamburger {
    display: none; }
  .button-container {
    display: table-cell;
    vertical-align: middle; } }

@media (min-width: 992px) {
  .content-header-logo,
  .content-header-headline {
    padding: 17px 30px 0 32px; } }

@media (min-width: 1200px) {
  .content-header.affix {
    position: fixed;
    height: 60px;
    top: 0;
    z-index: 999; }
  .sub .content-header {
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s; } }

@media (min-width: 768px) and (max-width: 991px) {
  .product-media .container {
    max-width: 750px;
    padding-right: 50px;
    padding-left: 50px; } }

.product-media .media-section-container {
  padding: 50px 0; }

.product-media .media-section-container .row {
  margin-right: -50px;
  margin-left: -50px; }

.product-media .media-section-container .media-col {
  margin: 20px auto 30px auto;
  padding-right: 50px;
  padding-left: 50px; }

.product-media .media-section-container .media-col:last-child {
  margin-bottom: 0; }

.media--padding-bottom {
  margin-bottom: 20px; }

.media .icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-size: 100%; }

.media--complex {
  display: inline-block;
  padding-right: 20px; }

.text-center .media--complex {
  margin: 0 auto;
  text-align: center; }

.text-center .text-left .media--complex {
  text-align: left; }

.media--complex .media__link {
  display: table;
  color: inherit; }

.media__thumb {
  position: relative;
  width: 50px;
  height: 50px;
  line-height: 0; }

.media__thumb,
.media__text {
  display: table-cell;
  vertical-align: middle; }

.media-complex img {
  width: 130px;
  height: 64px;
  padding: 0; }

.media__link .icon {
  transition: all 0.1s, linear;
  /* wrong comma prevents safari flicker */
  margin: 0;
  background-repeat: no-repeat;
  background-size: 100%; }

.media__link:hover .icon {
  -webkit-transform: scale(1.04);
  -ms-transform: scale(1.04);
  transform: scale(1.04); }

.media__link .icon--small {
  width: 50px;
  height: 50px; }

.media--youtube .icon,
.youtube-player-icon,
.is-dark .media--youtube .icon,
.theme-darkside .media--youtube .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22media_video%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%20width%3D%2234%22%20height%3D%2234%22%3E%3Cstyle%3E.st0%2C.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%7D.st0%7Bopacity%3A.2%7D.st1%7Bfill%3A%23f5f5f5%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17%201c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016S1%2025.8%201%2017%208.2%201%2017%201z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M17%200C7.6%200%200%207.6%200%2017s7.6%2017%2017%2017%2017-7.6%2017-17S26.4%200%2017%200zm0%2031.4C9%2031.4%202.6%2025%202.6%2017S9%202.6%2017%202.6%2031.4%209%2031.4%2017%2025%2031.4%2017%2031.4zM13%2011v12h1l9-6-9-6h-1z%22%2F%3E%3C%2Fsvg%3E%0A"); }

.media--youtube .icon--small,
.is-bright .media--youtube .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%3Cpath%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0Zm0%2C31.4A14.4%2C14.4%2C0%2C1%2C1%2C31.4%2C17%2C14.34%2C14.34%2C0%2C0%2C1%2C17%2C31.4ZM13%2C11V23h1l9-6-9-6Z%22%20style%3D%22fill%3A%23222%22%2F%3E%3C%2Fsvg%3E%0A"); }

.media--audio .icon,
.audio-player-icon,
.is-dark .media--audio .icon,
.theme-darkside .media--audio .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22media_audio%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%20width%3D%2234%22%20height%3D%2234%22%3E%3Cstyle%3E.st0%2C.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%7D.st0%7Bopacity%3A.2%7D.st1%7Bfill%3A%23f5f5f5%7D%3C%2Fstyle%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17%201c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016S1%2025.8%201%2017%208.2%201%2017%201z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M17%200C7.6%200%200%207.6%200%2017s7.6%2017%2017%2017%2017-7.6%2017-17S26.4%200%2017%200zm0%2031.4C9%2031.4%202.6%2025%202.6%2017S9%202.6%2017%202.6%2031.4%209%2031.4%2017%2025%2031.4%2017%2031.4zM12%2014H9v6h3l3%203h2V11h-2l-3%203zm7%20.4c.7%202.2.7%202.9%200%205.2l1.3.7c1.3-2.2%201.3-4.4%200-6.6l-1.3.7zm3-2.8c1.8%203.2%201.8%206.9%200%2010.7l1.2.6c2.4-3.7%202.4-8.8%200-12%200%20.1-1.2.7-1.2.7z%22%2F%3E%3C%2Fsvg%3E%0A"); }

.media--audio .icon--small,
.is-bright .media--audio .icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%3Cpath%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0Zm0%2C31.4A14.4%2C14.4%2C0%2C1%2C1%2C31.4%2C17%2C14.34%2C14.34%2C0%2C0%2C1%2C17%2C31.4ZM12%2C14H9v6h3l3%2C3h2V11H15Zm7%2C.4a6.7%2C6.7%2C0%2C0%2C1%2C0%2C5.2l1.3.7a6.07%2C6.07%2C0%2C0%2C0%2C0-6.6Zm3-2.8c1.8%2C3.2%2C1.8%2C6.9%2C0%2C10.7l1.2.6c2.4-3.7%2C2.4-8.8%2C0-12A7.46%2C7.46%2C0%2C0%2C1%2C22%2C11.6Z%22%20style%3D%22fill%3A%23222%22%2F%3E%3C%2Fsvg%3E%0A"); }

.media--audio .icon.nisp-playing,
.audio-player-icon.nisp-playing,
.is-dark .media--audio .icon.nisp-playing,
.theme-darkside .media--audio .icon.nisp-playing {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20id%3D%22media_pause%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2034%2034%22%20width%3D%2234%22%20height%3D%2234%22%3E%3Cstyle%3E.st0%7Bopacity%3A.2%7D.st0%2C.st1%7Bfill-rule%3Aevenodd%3Bclip-rule%3Aevenodd%7D.st1%2C.st2%7Bfill%3A%23f5f5f5%7D%3C%2Fstyle%3E%3Cg%3E%3Cpath%20class%3D%22st0%22%20d%3D%22M17%201c8.8%200%2016%207.2%2016%2016s-7.2%2016-16%2016S1%2025.8%201%2017%208.2%201%2017%201z%22%2F%3E%3Cpath%20class%3D%22st1%22%20d%3D%22M17%200C7.6%200%200%207.6%200%2017s7.6%2017%2017%2017%2017-7.6%2017-17S26.4%200%2017%200zm0%2031.4C9%2031.4%202.6%2025%202.6%2017S9%202.6%2017%202.6%2031.4%209%2031.4%2017%2025%2031.4%2017%2031.4z%22%2F%3E%3Cpath%20class%3D%22st2%22%20d%3D%22M12.3%2011h3.3v12h-3.3zM18.3%2011h3.3v12h-3.3z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A"); }

.media--audio .icon--small.nisp-playing,
.is-bright .media--audio .icon.nisp-playing {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2234%22%20height%3D%2234%22%20viewBox%3D%220%200%2034%2034%22%3E%3Cpath%20d%3D%22M17%2C0A17%2C17%2C0%2C1%2C0%2C34%2C17%2C17%2C17%2C0%2C0%2C0%2C17%2C0Zm0%2C31.4A14.4%2C14.4%2C0%2C1%2C1%2C31.4%2C17%2C14.34%2C14.34%2C0%2C0%2C1%2C17%2C31.4Z%22%20style%3D%22fill%3A%23222%22%2F%3E%3Cpath%20d%3D%22M12.3%2C11h3.3V23H12.3Zm6%2C0h3.3V23H18.3Z%22%20style%3D%22fill%3A%23222%22%2F%3E%3C%2Fsvg%3E%0A"); }

.media__text {
  padding-left: 10px;
  text-align: left;
  font-size: 16px;
  font-size: 1rem; }

.text-center .media__text {
  max-width: 340px; }

.media--large {
  display: block;
  width: 100%;
  max-width: 270px;
  /* for bigger tiles remove property */
  padding-right: 0; }

@media (min-width: 992px) {
  .media--large {
    max-width: none; } }

.text-center .media--large {
  margin: 0; }

.media--large .media__link {
  display: block; }

.media--large .media__thumb {
  width: 100%;
  height: auto; }

.media--large .media__thumb,
.media--large .media__text {
  display: block; }

.media--large .thumb__image {
  width: 100%; }

.media--large .icon {
  position: absolute;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1); }

.media--large:hover .icon {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05); }

.media--large .media__text {
  width: 100%;
  padding-top: 10px;
  padding-left: 0;
  line-height: 1.8; }

@media (min-width: 768px) {
  .media--large img {
    width: 100%;
    height: auto; } }

.cols-1 .media--large {
  max-width: 270px;
  margin: 0 auto; }

@media (max-width: 480px) {
  .text-center .media--complex {
    text-align: initial; } }

.media--simple {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.15s ease-in-out;
  z-index: 2; }

.media--simple .media__link {
  display: inline-block; }

.background-left-margin-percentage .desktop .media--simple {
  left: 25%;
  top: 50%;
  -webkit-transform: translate(-50%, -25%);
  -ms-transform: translate(-50%, -25%);
  transform: translate(-50%, -25%); }

.background-right-margin-percentage .desktop .media--simple {
  left: 75%;
  top: 50%;
  -webkit-transform: translate(-50%, -75%);
  -ms-transform: translate(-50%, -75%);
  transform: translate(-50%, -75%); }

@media (min-width: 992px) {
  .seamless.text-position-right .media--simple {
    left: 25%;
    top: 50%;
    -webkit-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%); }
  .seamless.text-position-left .media--simple {
    left: 75%;
    top: 50%;
    -webkit-transform: translate(-50%, -75%);
    -ms-transform: translate(-50%, -75%);
    transform: translate(-50%, -75%); } }

.has-logo .media--simple {
  top: 90%;
  -webkit-transform: translate(-50%, -90%);
  -ms-transform: translate(-50%, -90%);
  transform: translate(-50%, -90%);
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  opacity: 0; }

.has-logo.loaded .media--simple {
  opacity: 1; }

footer {
  background: #2a2c2e;
  z-index: 1; }

footer li {
  list-style: none; }

.footer-primary {
  padding-top: 40px;
  padding-bottom: 60px;
  color: #f5f5f5; }

.footer-primary .footer-column-headline {
  display: block;
  font-family: 'Graphik';
  font-weight: 500;
  margin: 0 0 5px 0;
  font-size: 24px;
  font-size: 1.5rem; }

.footer-primary a {
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
  color: #f5f5f5; }

.footer-primary a:hover {
  color: #d5d5d5; }

.footer-primary .column1,
.footer-primary .column2,
.footer-primary .column3 {
  min-height: 200px; }

.footer-primary .column1 .freeshipping {
  display: block;
  width: 260px;
  margin-top: 20px;
  font-size: 16px;
  font-size: 1rem;
  color: #398033; }

.footer-primary .column1 .freeshipping:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.footer-primary .column1 .freeshipping:before {
  display: inline-block;
  float: left;
  content: '';
  width: 26px;
  height: 26px;
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -302px -50px; }

.footer-primary .column1 .freeshipping .freeshipping__text {
  display: inline-block;
  float: left;
  margin: -3px 0 0 8px; }

.footer-primary .column1 .freeshipping .freeshipping__logos {
  display: inline-block;
  width: 260px;
  height: 49px;
  margin-top: 20px;
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -211px -100px; }

.footer-primary .column1 .freeshipping:after {
  clear: both; }

.footer-primary .column2 .connect-container {
  margin-top: 7px; }

.footer-primary .column2 li {
  position: relative; }

.footer-primary .column2 .connect-facebook,
.footer-primary .column2 .connect-twitter,
.footer-primary .column2 .connect-youtube,
.footer-primary .column2 .connect-instagram,
.footer-primary .column2 .connect-soundcloud {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  margin: 0 30px 20px 0; }

.footer-primary .column2 .connect-facebook {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -340px -48px; }

.footer-primary .column2 .connect-twitter {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -376px -48px; }

.footer-primary .column2 .connect-youtube {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -416px -48px; }

.footer-primary .column2 .connect-instagram {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -454px -48px; }

.footer-primary .column2 .connect-soundcloud {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -494px -48px; }

.footer-primary .column2 .connect-facebook:hover,
.footer-primary .column2 .connect-twitter:hover,
.footer-primary .column2 .connect-youtube:hover,
.footer-primary .column2 .connect-instagram:hover,
.footer-primary .column2 .connect-soundcloud:hover {
  opacity: 0.8;
  filter: alpha(opacity=80); }

.footer-primary .column2 .connect-facebook-menu, .footer-primary .column2 .connect-twitter-menu {
  display: none;
  width: 260px;
  position: absolute;
  top: 40px;
  z-index: 1;
  background-color: #2a2c2e;
  border-top: 1px solid #f5f5f5;
  padding: 10px 10px 0 0; }

.footer-primary .column2 .connect-facebook-menu > li,
.footer-primary .column2 .connect-twitter-menu > li {
  width: 100%;
  height: 30px; }

.footer-primary .column2 .connect-facebook-menu > li > a,
.footer-primary .column2 .connect-twitter-menu > li > a {
  display: block;
  width: 100%; }

.footer-primary .column2 .connect-facebook-menu > li > a:hover,
.footer-primary .column2 .connect-twitter-menu > li > a:hover {
  color: #d5d5d5; }

.footer-primary .column2 .connect-facebook-menu > li > a > span:first-child,
.footer-primary .column2 .connect-twitter-menu > li > a > span:first-child {
  float: left;
  font-size: 14px;
  font-size: 0.875rem; }

.footer-primary .column2 .connect-facebook-menu > li > a > span:last-child,
.footer-primary .column2 .connect-twitter-menu > li > a > span:last-child {
  float: right;
  font-style: italic;
  font-family: 'Graphik';
  font-size: 13px;
  font-size: 0.813rem;
  text-transform: none;
  color: #777; }

.footer-primary .column2 .connect-facebook-menu > li:first-child:before,
.footer-primary .column2 .connect-twitter-menu > li:first-child:before {
  content: '';
  position: absolute;
  display: block;
  top: -22px;
  bottom: 100%;
  height: 0;
  width: 0;
  pointer-events: none;
  border: solid transparent;
  border-color: rgba(245, 245, 245, 0);
  border-bottom-color: #f5f5f5;
  border-width: 6px;
  margin-left: -6px; }

.footer-primary .column2 .connect-facebook-menu > li:first-child:before {
  left: 14px; }

.footer-primary .column2 .connect-twitter-menu > li:first-child:before {
  left: 68px; }

.footer-primary .column2 .headline-newsletter {
  clear: both;
  margin: 82px 0 0 0; }

.footer-primary .column2 .newsletter-container {
  max-width: 350px; }

.footer-primary .column2 .newsletter-container .ni-inline-form {
  padding-top: 10px;
  padding-bottom: 10px; }

.footer-primary .column2 .newsletter-container .form-group {
  margin-bottom: 0; }

.footer-primary .column2 .newsletter-container .email-suggest {
  border: 0;
  background-color: #3a3e41;
  color: #f5f5f5;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 10px 15px 10px 15px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.footer-primary .column2 .newsletter-container .email-suggest:focus {
  background-color: #404548; }

.footer-primary .column2 .newsletter-container ::-webkit-input-placeholder {
  color: #666; }

.footer-primary .column2 .newsletter-container ::-moz-placeholder {
  color: #666; }

.footer-primary .column2 .newsletter-container :-ms-input-placeholder {
  color: #666; }

.footer-primary .column2 .newsletter-container input:-moz-placeholder {
  color: #666; }

.footer-primary .column2 .newsletter-container .has-error .form-control:focus {
  box-shadow: none; }

.footer-primary .column2 .newsletter-container .btn-primary {
  background-color: #515459;
  border-color: #515459;
  padding: 8px 14px 9px 14px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease; }

.footer-primary .column2 .newsletter-container .btn-primary:hover {
  background-color: #404548;
  border-color: #404548; }

.footer-primary .column2 .newsletter-container label {
  padding-right: 20px; }

.footer-primary .column2 .newsletter-container .help-block {
  margin-top: 5px;
  margin-bottom: 5px; }

.footer-primary .column2 .newsletter-container .help-block li {
  text-transform: none;
  font-size: 14px;
  font-size: 0.875rem; }

.footer-primary .column2 .newsletter-container .suggest + .input-group-btn {
  vertical-align: top; }

.footer-primary .column2 .newsletter-container .success-container, .footer-primary .column2 .newsletter-container .alert, .footer-primary .column2 .newsletter-container .suggest {
  text-transform: none; }

.footer-primary .column2 .newsletter-container .suggest {
  font-size: 14px;
  font-size: 0.875rem;
  color: #f5f5f5; }

.footer-primary .column2 .newsletter-container .suggest > a {
  font-family: 'Graphik'; }

.footer-primary .column2 .newsletter-container .alert-success {
  margin: 0;
  background-color: transparent;
  border-color: transparent;
  padding: 10px 0 5px 0; }

.footer-primary .column2 .newsletter-container .success-text {
  font-size: 14px;
  font-size: 0.875rem; }

.footer-primary .column2 .newsletter-container .checkbox {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0; }

.footer-primary .column2 .newsletter-container .has-error .checkbox {
  color: #f5f5f5; }

.footer-primary .column2 .newsletter-container .checkbox label {
  font-family: 'Graphik';
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox'] {
  position: absolute;
  opacity: 0; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox'] + label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  padding-top: 5px;
  padding-left: 7px; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox'] + label:before {
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 2px;
  background-color: #3a3e41;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-sizing: border-box; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox'] + label:after {
  position: absolute;
  display: block;
  content: "";
  top: 13px;
  left: 7px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  box-sizing: border-box; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox']:checked + label:before {
  background: #52555a;
  border-color: #52555a; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox']:checked + label:after {
  border-right: 3px solid #f5f5f5;
  border-bottom: 3px solid #f5f5f5;
  opacity: 1; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox'][disabled] + label {
  color: #ccc; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox'][disabled] + label:before {
  border-color: #ccc; }

.footer-primary .column2 .newsletter-container .checkbox input[type='checkbox'][disabled]:checked + label:before {
  background: #ccc; }

.footer-primary .column2 .newsletter-container .checkbox ~ .help-block {
  margin-top: 0; }

.footer-primary .column1 {
  padding-right: 30px; }

.footer-primary .column2,
.footer-primary .column3 {
  padding: 0 30px; }

.footer-secondary {
  padding: 12px 0;
  background: #333;
  font-size: 16px;
  font-size: 1rem; }

.footer-secondary ul {
  width: 100%;
  margin: 0;
  padding: 0;
  display: table;
  text-align: center;
  color: #999; }

.footer-secondary li {
  display: table-cell; }

.footer-secondary li a {
  color: #999; }

.footer-secondary li a:hover {
  color: #fff; }

.footer-secondary .column1 {
  text-align: left;
  width: 25%; }

.footer-secondary .column3 {
  text-align: right;
  width: 30%; }

.privacy-choices-btn {
  box-sizing: border-box;
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent; }

.privacy-choices-btn img {
  display: inline-block;
  vertical-align: middle;
  height: rem(16);
  margin-right: rem(4);
  padding-bottom: rem(2); }

@media (min-width: 1320px) {
  .footer .container {
    width: 1280px; } }

@media (min-width: 992px) {
  .footer__pdp .footer-primary {
    display: none; } }

@media (min-width: 768px) and (max-width: 992px) {
  .footer-primary .column1 .freeshipping .freeshipping__logos {
    width: 186px;
    height: 49px;
    margin-top: 20px;
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -211px -170px; }
  .footer-primary .column2 .connect-facebook-menu, .footer-primary .column2 .connect-twitter-menu {
    width: 210px; }
  .footer-primary .column2 .headline-newsletter {
    margin: 110px 0 0 0; } }

@media (max-width: 768px) {
  .footer-primary .column1 {
    padding-right: 10px; }
  .footer-primary .column2,
  .footer-primary .column3 {
    padding: 0 15px; } }

@media (max-width: 767px) {
  .footer-primary > ul {
    padding: 20px 40px 40px 40px; }
  .footer-primary .column1,
  .footer-primary .column2,
  .footer-primary .column3 {
    min-height: inherit;
    width: 100%;
    border: none; }
  .footer-primary .column2 {
    padding-right: 15px;
    padding-left: 15px; }
  .footer-primary .column2 .headline-newsletter {
    margin: 20px 0 0 0; }
  .footer-secondary li {
    display: table-row; }
  .footer-secondary .column1, .footer-secondary .column3 {
    text-align: center; } }

@media (max-width: 480px) {
  .footer-primary .column2 .newsletter-container .email-suggest {
    font-size: 16px;
    font-size: 1rem;
    padding: 9px 15px 8px 15px; } }

.content--width-medium .container {
  width: 100%;
  max-width: 800px; }

.content--width-medium .headline-container {
  text-align: left; }

@media (min-width: 768px) and (max-width: 991px) {
  .max-tablet-width, .text .container, .seamless .container, .cols-1.text-below .col-text, .cols-1.text-below .col-image, .cols-2 .container, .cols-2-text .container, .cols-3 .container, .cols-4 .container, .cols-6 .container, .table-container .container {
    max-width: 750px;
    padding-right: 50px;
    padding-left: 50px; } }

.headline-container {
  padding-top: 50px;
  text-align: center; }

.headline-container h1,
.headline-container h2 {
  margin: 0; }

.headline-container h3 {
  font-family: 'Graphik';
  font-weight: 500;
  color: #999;
  text-transform: none; }

.text p {
  margin: 0; }

.text ul,
.text ol {
  text-align: left; }

.text ul > br,
.text ol > br {
  display: none; }

.image {
  text-align: center; }

.image img {
  width: 100%;
  height: auto; }

.text-image p {
  margin: 0; }

.text-image img {
  height: auto; }

.image-container,
.text-image > .container {
  position: relative; }

@media (max-width: 991px) {
  .text-image.text-beside.has-background, .content .intro-paragraph.has-background {
    padding-bottom: 0; }
  .text-image.text-beside.has-background .container, .content .intro-paragraph.has-background .container {
    width: 100%; }
  .text-image.text-beside.has-background .col-text, .content .intro-paragraph.has-background .col-text {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    float: none; }
  .text-image.text-beside.has-background .col-image, .content .intro-paragraph.has-background .col-image {
    padding-right: 25px;
    padding-left: 25px;
    max-width: none; }
  .text-image.text-beside.has-background .col-image img, .content .intro-paragraph.has-background .col-image img {
    width: 100%; } }

.seamless {
  position: relative; }

.seamless .text-container {
  padding-top: 30px;
  padding-bottom: 20px; }

@media (min-width: 480px) {
  .seamless .text-container {
    padding-top: 50px;
    padding-bottom: 40px; } }

@media (min-width: 992px) {
  .seamless .text-container {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 10%;
    padding-bottom: 10%; } }

.seamless .image-container {
  display: flex;
  /* prevent background color showing through image */ }

.seamless .image-container .ce-image {
  height: 100%; }

@media (min-width: 992px) {
  .seamless.text-position-left .ce-text {
    width: 50%;
    padding-right: 50px; }
  .seamless.text-position-right .ce-text {
    margin-left: 50px;
    padding-left: 50%; } }

@media (max-width: 991px) {
  .text-beside.fullscreen-video .hidden-md,
  .text-beside.fullscreen-video .hidden-lg {
    display: none !important; } }

.text-beside.fullscreen-video .container {
  width: 100%;
  padding: 0; }

.text-beside.fullscreen-video .container .row {
  position: relative;
  margin: 0; }

.text-beside.fullscreen-video .col-min-height {
  min-height: inherit; }

.text-beside.fullscreen-video .fullscreen-video__video {
  position: relative;
  z-index: 8;
  padding: 0; }

.text-beside.fullscreen-video .image-container {
  line-height: 0; }

.text-beside.fullscreen-video .fullscreen-video__text {
  position: relative;
  width: 100%;
  max-width: 750px;
  top: inherit;
  right: inherit;
  left: inherit;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  transform: inherit; }

@media (min-width: 768px) {
  .text-beside.fullscreen-video .fullscreen-video__text {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px; } }

@media (min-width: 992px) {
  .text-beside.fullscreen-video .fullscreen-video__text {
    position: absolute;
    width: 33%;
    max-width: none;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    z-index: 9; } }

.text-beside.fullscreen-video .fullscreen-video--text-left {
  right: auto; }

@media (min-width: 992px) {
  .text-beside.fullscreen-video .fullscreen-video--text-left {
    left: 10%; } }

.text-beside.fullscreen-video .fullscreen-video--text-right {
  left: auto; }

@media (min-width: 992px) {
  .text-beside.fullscreen-video .fullscreen-video--text-right {
    right: 10%; } }

.text-beside.fullscreen-video.theme-darkside {
  background-color: transparent; }

@media (min-width: 992px) {
  .text-below.fullscreen-video.video-background .container {
    position: absolute;
    z-index: 9;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 900px; } }

.text-below.fullscreen-video .fullscreen-video__video {
  line-height: 0; }

.text-below.fullscreen-video .fullscreen-video__text {
  position: relative;
  width: 100%;
  left: inherit;
  right: inherit;
  top: inherit;
  padding-top: 30px;
  padding-right: 15px;
  padding-bottom: 20px;
  padding-left: 15px;
  transform: inherit; }

@media (min-width: 768px) {
  .text-below.fullscreen-video .fullscreen-video__text {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 40px;
    padding-left: 50px; } }

@media (min-width: 992px) {
  .text-below.fullscreen-video .fullscreen-video__text {
    padding-top: 100px;
    padding-right: 0;
    padding-bottom: 100px;
    padding-left: 0; } }

.text-below.fullscreen-video .fullscreen-video--video-bottom .incontent-video {
  z-index: 8; }

.welcome-headline-container {
  text-align: center;
  width: 100%;
  background: #000;
  padding: 4px 0 30px 0; }

.welcome-featured-container {
  text-align: left;
  width: 100%;
  background: #000;
  padding: 20px 15px 30px 15px;
  line-height: 1.8;
  color: #222; }

.welcome-featured-container.theme-darkside {
  color: #fff; }

.ce-1-4-c {
  display: flex;
  flex-direction: column-reverse; }

.ce-1-4-c > .container {
  width: 100%;
  max-width: none;
  padding-bottom: 40px; }

.ce-1-4-c > .container > .row {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: none; }

.ce-1-4-c .ce-text div,
.ce-1-4-c h2,
.welcome-headline-title,
.welcome-headline-subtitle {
  line-height: 150%;
  position: relative;
  display: block;
  margin: 0 15px; }

.ce-1-4-c .ce-text div,
.ce-1-4-c h2 {
  margin: 0; }

.ce-1-4-c h2,
.welcome-headline-title {
  font-size: 38px;
  font-family: "Graphik";
  font-weight: 600; }

.ce-1-4-c .ce-text div,
.welcome-headline-subtitle {
  font-size: 24px;
  font-family: "Graphik";
  font-weight: 500;
  margin-top: 2px; }

@media (min-width: 768px) {
  .ce-1-4-c {
    display: block; }
  .ce-1-4-c > .container {
    position: absolute;
    z-index: 1;
    top: 75%;
    transform: translate(0, -75%);
    padding-bottom: 0; }
  .welcome-headline-container {
    transform: translate(0, -50%);
    position: absolute;
    top: 66%;
    background: transparent; }
  .welcome-featured-container {
    transform: translate(0, -50%);
    position: absolute;
    top: 50%;
    background: transparent !important;
    width: 50%;
    padding: 15px 0 25px 35px; }
  .ce-1-4-c h2,
  .welcome-headline-title {
    line-height: normal;
    font-size: 8vw; }
  .ce-1-4-c .ce-text div,
  .welcome-headline-subtitle {
    line-height: normal;
    font-size: 2.6vw;
    margin-right: auto;
    margin-left: auto; }
  .welcome-headline-subtitle {
    width: 750px; } }

@media (min-width: 992px) {
  .welcome-headline-subtitle {
    width: 970px; } }

@media (min-width: 1200px) {
  .welcome-headline-subtitle {
    width: 1170px; }
  .ce-1-4-c h2,
  .welcome-headline-title {
    font-size: 110px; }
  .ce-1-4-c .ce-text div,
  .welcome-headline-subtitle {
    font-size: 32px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .text-image.text-below .col-image.full-width {
    max-width: none;
    padding-right: 0;
    padding-left: 0; } }

.text-below.fullscreen-video .col-image {
  line-height: 0; }

.text-below.fullscreen-video.video-below .fullscreen-video--text-top {
  position: absolute;
  z-index: 9;
  width: 100%;
  padding-top: 5%;
  padding-right: 50px;
  padding-left: 50px;
  left: 50%;
  transform: translateX(-50%);
  max-width: 900px; }

.text.ce-large .container h2 {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 52px; }

@media (max-width: 768px) {
  .text.ce-large .container h2 {
    font-size: 42px; } }

.text.ce-large .container .text-body {
  font-family: 'Graphik';
  font-size: 24px;
  line-height: 1.5; }

@media (max-width: 768px) {
  .text.ce-large .container .text-body {
    font-size: 22px; } }

img.lazy,
img.lazy-gallery {
  max-width: 100%;
  height: auto; }

.spinner {
  position: relative; }

.spinner:after {
  z-index: 2;
  content: "";
  height: 42px;
  width: 42px;
  margin: -21px 0 0 -21px;
  border-right: 5px solid #777777;
  border-top: 5px solid #777777;
  border-left: 5px solid #999999;
  border-bottom: 5px solid #bbbbbb;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.75s ease 0s;
  transition: all 0.75s ease 0s;
  border-radius: 100%;
  -webkit-animation: standard 0.75s infinite linear;
  animation: standard 0.75s infinite linear;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes standard {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.sticker {
  display: inline;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px 7px;
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  background-color: #fff;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }

.text-below > .container {
  width: 960px; }

.less-bottom-padding {
  padding: 100px 0 20px 0; }

.footnote {
  padding: 30px 0 !important;
  font-size: 13px;
  font-size: 0.813rem;
  font-style: italic; }

.text-beside .col-row {
  margin-right: -50px;
  margin-left: -50px; }

.text-beside .col-text {
  padding-right: 50px;
  padding-bottom: 20px;
  padding-left: 50px; }

@media (min-width: 768px) and (max-width: 991px) {
  .text-beside .col-text {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    float: none;
    padding-bottom: 40px; } }

@media (min-width: 992px) {
  .text-beside .col-text {
    padding-bottom: 0; } }

.text-beside .col-image {
  padding-right: 50px;
  padding-left: 50px; }

@media (max-width: 991px) {
  .text-beside .col-image {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
    float: none; } }

.collapse-area {
  padding: 40px 0; }

.collapse-area .panel-heading {
  line-height: 1; }

.collapse-area .panel-title {
  width: 95%; }

.collapse-area .collapse-indicator {
  transform: rotate(45deg);
  transition: all 100ms ease-out; }

.collapse-area .collapsed .collapse-indicator {
  transform: rotate(0deg); }

.col-min-height {
  min-height: 360px; }

.cols-1.text-below .col-text {
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto; }

@media (min-width: 768px) and (max-width: 991px) {
  .cols-1.text-below .col-text {
    float: none;
    margin-bottom: 40px; } }

.cols-1.text-below .col-image {
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 768px) and (max-width: 991px) {
  .cols-1.text-below .col-image {
    float: none; } }

@media (min-width: 992px) {
  .background-center-margin-percentage.cols-1 .col-text {
    margin-bottom: 45%; } }

.cols-2 .col-row {
  margin-right: -50px;
  margin-left: -50px; }

.cols-2 .col-single {
  margin: 60px 0 0 0;
  padding-right: 50px;
  padding-left: 50px; }

.cols-2 .col-image {
  margin: 0 0 15px 0; }

@media (min-width: 768px) {
  .cols-2 .col-image {
    margin: 0 0 20px 0; } }

@media (min-width: 992px) {
  .cols-2 .col-image {
    margin: 0 0 40px 0; } }

.cols-2 .row-text {
  width: 930px;
  margin: 0 auto; }

.cols-2 .col-text {
  margin: 0; }

.cols-2-text .col-row {
  margin: 0 -50px 60px -50px; }

.cols-2-text .col-row:last-child,
.cols-2-text .col-row:only-child {
  margin-bottom: 0; }

.cols-2-text .col-single {
  margin: 0;
  padding-right: 50px;
  padding-left: 50px; }

.cols-3 .col-row {
  margin-right: -50px;
  margin-left: -50px; }

.cols-3 .col-single {
  margin: 60px 0 0 0;
  padding-right: 50px;
  padding-left: 50px; }

@media (min-width: 768px) and (max-width: 991px) {
  .cols-3 .col-single {
    margin: 40px 0 0 0; } }

.cols-3 .col-image {
  margin: 0 0 15px 0; }

@media (min-width: 768px) {
  .cols-3 .col-image {
    margin: 0 0 20px 0; } }

@media (min-width: 992px) {
  .cols-3 .col-image {
    margin: 0 0 40px 0; } }

.cols-3 .col-text {
  margin: 0; }

.cols-3 .row-text {
  width: 930px;
  margin: 0 auto; }

.cols-4 .col-row {
  margin-right: -50px;
  margin-left: -50px; }

.cols-4 .col-single {
  margin: 60px 0 0 0;
  padding-right: 50px;
  padding-left: 50px; }

.cols-4 .col-image {
  margin: 0 0 15px 0; }

.cols-4 .col-image h3 {
  margin: 10px 0 5px 0; }

.cols-4 .col-text {
  margin: 0; }

.cols-4 .row-text {
  width: 930px;
  margin: 0 auto; }

.cols-6 .col-row {
  margin-right: -20px;
  margin-left: -20px; }

.cols-6 .col-single {
  margin: 60px 0 0 0;
  padding-right: 20px;
  padding-left: 20px; }

.cols-6 .col-image {
  margin: 0 0 15px 0; }

.cols-6 .col-image h3 {
  margin: 10px 0 5px 0; }

.cols-6 .col-text {
  margin: 0; }

.cols-6 .row-text {
  width: 930px;
  margin: 0 auto; }

.cols-3 .row {
  margin-bottom: 40px; }

.cols-3 .row:last-child,
.cols-3 .row:only-child {
  margin-bottom: 0; }

.cols-3 .col-tile .col-container {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  background-color: #fff; }

.cols-3 .col-tile .col-image {
  margin: 0;
  position: relative; }

.cols-3 .col-tile .col-image a {
  color: #fff; }

.cols-3 .col-tile .image-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 15px; }

.cols-3 .col-tile .image-caption h3 {
  font-size: 20px;
  font-size: 1.25rem; }

.cols-3 .col-tile .col-title {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 15px;
  font-size: 20px;
  font-size: 1.25rem; }

.cols-3 .col-tile .col-text {
  position: relative;
  padding: 0 15px;
  margin-bottom: 15px;
  height: 6.4em;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6em;
  overflow: hidden; }

.cols-3 .col-tile .col-text:after {
  position: absolute;
  width: 50%;
  height: 1.6em;
  bottom: 0;
  right: 0;
  content: "";
  background-image: -webkit-linear-gradient(left, color-stop(rgba(255, 255, 255, 0) 0%), color-stop(white 100%));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#FFFFFFFF', GradientType=1); }

.cols-3.cols-tiles .row-text {
  width: auto; }

.cols-3 .col-tile .col-title a,
.cols-3 .col-tile .col-text a {
  color: #333333; }

.cols-legacy h3 {
  font-size: 30px;
  font-size: 1.875rem;
  margin: 0 0 20px 0; }

.cols-legacy .col-row {
  margin-right: -30px;
  margin-left: -30px; }

.cols-legacy .col-single {
  margin-bottom: 100px;
  padding-right: 30px;
  padding-left: 30px; }

.cols-legacy .col-image img {
  padding: 0; }

.cols-legacy .col-text {
  padding-left: 25px; }

.col-sm-5grid {
  float: left;
  position: relative;
  width: 20%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.bullet-list {
  padding: 100px 0; }

.table {
  border-bottom: 1px solid #ddd; }

.padding-100-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.padding-100-20 {
  padding-top: 100px;
  padding-bottom: 20px; }

.padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.padding-20-100 {
  padding-top: 20px;
  padding-bottom: 100px; }

.padding-20-20 {
  padding-top: 20px;
  padding-bottom: 20px; }

.padding-20-0 {
  padding-top: 20px;
  padding-bottom: 0; }

.padding-0-0 {
  padding-top: 0;
  padding-bottom: 0; }

.content .intro-paragraph {
  padding-top: 70px; }

.content .intro-paragraph .col-text ul li:before,
.welcome-featured-container ul li:before {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 5px;
  height: 12px;
  width: 7px;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.74%22%20height%3D%228%22%20viewBox%3D%220%200%204.74%208%22%3E%3Cpath%20d%3D%22M4.74%2C3.2L4.49%2C4.8%2C0.8%2C8H0L1.23%2C0H2Z%22%20style%3D%22fill%3A%23666%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: 100%; }

.content .intro-paragraph.theme-darkside .col-text ul li:before,
.welcome-featured-container.theme-darkside ul li:before {
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.74%22%20height%3D%228%22%20viewBox%3D%220%200%204.74%208%22%3E%3Cpath%20d%3D%22M4.74%2C3.2L4.49%2C4.8%2C0.8%2C8H0L1.23%2C0H2Z%22%20style%3D%22fill%3A%23f5f5f5%22%2F%3E%3C%2Fsvg%3E); }

.content .intro-paragraph .col-text ul li,
.welcome-featured-container ul li {
  position: relative;
  font-size: 22px;
  font-family: 'Graphik';
  color: #666;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-style: italic;
  list-style: none; }

.content .intro-paragraph.theme-darkside .col-text ul li,
.welcome-featured-container.theme-darkside ul li {
  color: inherit; }

.content .intro-paragraph.theme-darkside,
.welcome-featured-container.theme-darkside {
  color: #f5f5f5; }

.feature-media {
  max-width: 500px;
  padding-top: 30px; }

.feature-media .media-item a {
  color: #222;
  font-family: 'Graphik';
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5; }

.job-social-button-container {
  padding-bottom: 20px; }

.social-button {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  padding: 0 10px 0 0; }

.social-button.facebook {
  margin-top: 3px; }

.google-button {
  width: 34px; }

.social-button-container {
  padding-top: 50px;
  padding-bottom: 50px; }

.social-button-container .addthis-smartlayers {
  width: 100%;
  max-width: 540px;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Graphik'; }

.social-button-container .addthis-smartlayers .at4-count {
  font-size: 40px;
  font-size: 2.5rem; }

.social-media-content-box {
  margin: 20px 0 0 0; }

.social-media-content-box .row {
  margin: 0; }

.social-media-content-box .twitter,
.social-media-content-box .youtube,
.social-media-content-box .soundcloud {
  height: 70px;
  margin: 0 0 0 20px;
  padding: 14px 0; }

.social-media-content-box .twitter,
.social-media-content-box .youtube {
  border-bottom: 1px solid #ccc; }

.social-media-content-box .twitter .span3 a,
.social-media-content-box .youtube .span3 a,
.social-media-content-box .soundcloud .span3 a {
  display: block;
  height: 46px;
  margin: 0 auto; }

.social-media-content-box .twitter .span3 a {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/icon_smb_twitter.png?vueee7996c") 0 0 no-repeat; }

.social-media-content-box .youtube .span3 a {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/icon_smb_youtube.png?vueee7996c") 0 0 no-repeat; }

.social-media-content-box .soundcloud .span3 a {
  background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/icon_smb_soundcloud.png?vueee7996c") 0 0 no-repeat; }

.mfp-content .ajaxContent,
.mfp-content .ajaxContent .help-block {
  color: #f5f5f5; }

.mfp-content .ajaxContent .error {
  color: #ee383f; }

.account-snippet .username {
  font-size: 14px;
  font-size: 0.875rem; }

.account-snippet .account-snippet-menu {
  margin: 4px 0 8px 0;
  list-style: none; }

.account-snippet .account-snippet-menu li {
  list-style: none; }

.account-snippet-menu .account-snippet-link {
  display: block;
  padding: 4px;
  color: #222;
  line-height: 1.6; }

.account-snippet-menu .account-snippet-link:hover {
  background-color: #3e8cbb;
  color: #fff; }

.preferred-language {
  border-radius: 0;
  border: 0;
  position: fixed;
  right: 30px;
  left: auto;
  top: 100px;
  width: 13rem;
  z-index: 1030;
  padding: 1rem;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }

.preferred-language .popover-content {
  padding: 0; }

.preferred-language-title {
  padding: 0; }

.preferred-language-text {
  margin: 1rem 0;
  padding: 0; }

.preferred-language-change {
  margin: 0;
  font-size: 14px; }

.preferred-language .close {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.5;
  font-weight: normal; }

#application-form label {
  font-weight: bold;
  color: #303030; }

#application-form .help-inline {
  padding-left: 230px;
  font-weight: bold; }

#application-form .attachment .help-inline {
  padding-left: 8px; }

#application-form .attachment.error input {
  display: inline-block !important; }

.icon-success-big,
.icon-advice-big {
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px; }

.icon-success-medium,
.icon-advice-medium {
  width: 30px;
  height: 30px;
  float: left;
  margin-right: 10px; }

.ajaxContent .icon-success-big path {
  fill: #f5f5f5; }

.newsletter {
  background: #f7f7f7;
  color: #666;
  padding: 16px; }

.newsletter .fieldLabel {
  width: 200px;
  margin: 7px 0;
  padding-right: 10px;
  float: left; }

.newsletter .formField {
  margin: 7px 0;
  width: 300px;
  float: left;
  font-weight: normal; }

.newsletter input[type="radio"],
.newsletter input[type="checkbox"] {
  margin: 0 0 3px 0; }

.newsletter .label {
  background: none;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.6;
  color: #666;
  white-space: normal;
  text-shadow: none; }

.newsletter .line {
  clear: both;
  border-top: 1px solid #e9e9e9;
  width: 100%; }

.newsletter textarea {
  height: auto; }

.newsletter .required_row {
  margin: 0 0 20px 0; }

.newsletter .error {
  color: #ce0000; }

.newsletter .error input,
.newsletter .error select {
  border: 1px solid red; }

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

.search-form .content-search {
  width: 200px;
  height: 25px;
  margin-right: -5px;
  border: 1px solid #979797;
  -moz-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  line-height: 16px;
  outline: none; }

.search-form button {
  height: 25px;
  width: 25px;
  border: 1px solid #979797;
  -moz-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -moz-border-bottom-right-radius: 3px;
  border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-top-right-radius: 3px; }

.search-form button .icon-ni-search {
  margin: 2px 0 0 -3px; }

.search-form button:hover,
.search-form button:active {
  border: 1px solid #979797; }

.search-results > .row > a {
  margin: 15px 0;
  display: table;
  color: #555; }

.search-results > .row > a:hover {
  color: #777; }

.search-results .row [class*="span"]:first-child {
  padding-right: 30px; }

.search-results .packshot {
  display: table-cell;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  padding-right: 10px;
  text-align: center; }

.search-results .packshot .packshot-align {
  display: block;
  height: 60px;
  width: 100px; }

.search-results .packshot > .packshot-align > img {
  height: 60px;
  padding: 0 5px; }

.search-results .description {
  display: table-cell;
  white-space: normal; }

.search-results .description .title {
  font-family: 'Graphik';
  font-weight: 600;
  font-size: 14px;
  font-size: 0.875rem; }

.search-results .description .headline {
  display: block;
  width: 240px;
  font-size: 11px;
  font-size: 0.688rem;
  line-height: 1; }

.theme-default {
  color: #222; }

.theme-darkside {
  color: #f5f5f5;
  background-color: #000; }

.theme-darkside-text {
  color: #f5f5f5; }

.theme-darkside .btn-cta {
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  color: #222; }

.theme-darkside .btn-cta:hover,
.theme-darkside .btn-cta:focus,
.theme-darkside .btn-cta:active,
.theme-darkside .btn-cta.active {
  background-color: gainsboro;
  border-color: gainsboro;
  color: #222; }

.theme-touchofgrey {
  color: #222;
  background-color: #eee; }

.theme-fadetogrey {
  color: #000;
  background-image: -webkit-linear-gradient(top, white 0%, #dadada 100%);
  background-image: linear-gradient(to bottom, white 0%, #dadada 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DADADA', GradientType=0);
  border-bottom: 1px solid #999; }

.my-account {
  margin-top: 50px;
  margin-bottom: 50px; }

.registered-products,
.unregistered-products {
  margin: 0 0 100px; }

.registered-products .table th,
.registered-products .table td,
.unregistered-products .table th,
.unregistered-products .table td {
  height: 62px; }

.registered-products .table td div,
.unregistered-products .table td div {
  padding: 10px 0; }

.registered-products a.btn-direct-download,
.unregistered-products a.btn-direct-download {
  display: block;
  margin-top: 8px;
  font-size: 0.8em; }

.download-tag {
  padding-top: 15px;
  padding-bottom: 15px; }

.text .download-tag {
  width: 60%;
  margin: 0 auto; }

.image-full-cover-left,
.image-full-cover-center,
.image-full-cover-right {
  background-repeat: no-repeat;
  background-size: cover; }

.image-full-cover-left {
  background-position: left center; }

.image-full-cover-center {
  background-position: center center; }

.image-full-cover-right {
  background-position: right center; }

.image-no-cover-top {
  background-position: top center;
  background-size: auto;
  background-repeat: no-repeat; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.grey {
  color: #555; }

@media (max-width: 991px) {
  .text-below > .container {
    width: 100%; }
  .cols-2 .row-text {
    width: 100%; }
  .cols-3 .row-text,
  .cols-4 .row-text,
  .cols-6 .row-text {
    width: 100%; }
  .cols-3 .col-row {
    margin-bottom: 0; }
  .cols-4 .col-row {
    margin-right: -15px;
    margin-left: -15px; }
  .cols-4 .col-single {
    padding-right: 15px;
    padding-left: 15px; }
  .cols-6 .col-row {
    margin-right: -15px;
    margin-left: -15px; }
  .cols-6 .col-single {
    padding-right: 15px;
    padding-left: 15px; }
  .social-button-container .addthis-smartlayers {
    max-width: 340px; }
  .social-button-container .addthis-smartlayers .at4-jumboshare .at4-count-container {
    min-width: 170px; } }

@media (min-width: 768px) and (max-width: 991px) {
  .footer-primary .column1 .freeshipping .freeshipping__logos {
    width: 186px;
    height: 49px;
    margin-top: 20px;
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites.png?vueee7996c") no-repeat -211px -170px; }
  .footer-primary .column2 .connect-facebook-menu, .footer-primary .column2 .connect-twitter-menu {
    width: 210px; } }

@media (max-width: 991px) {
  .content-header-headline {
    padding-left: 20px; }
  .col-image .image-container {
    text-align: center; }
  .background-center-margin-percentage .col-image {
    padding-right: 0;
    padding-left: 0; }
  .text-image.background-center-margin-percentage {
    padding-bottom: 0; }
  .cols-2 .col-single {
    margin: 40px 0 0 0; }
  .cols-2-text .col-single {
    margin: 0 0 50px 0; }
  .cols-2-text .col-single:last-child {
    margin: 0; }
  .cols-legacy .col-single {
    margin-bottom: 50px; }
  .cols-legacy .col-image {
    margin-bottom: 30px; }
  .theme-touchofgrey {
    background-image: none !important; } }

@media (max-width: 991px) {
  .background-visible-md {
    background-image: none !important; }
  .padding-100-100 {
    padding-top: 50px;
    padding-bottom: 50px; }
  .padding-100-20 {
    padding-top: 50px;
    padding-bottom: 20px; }
  .padding-100-0 {
    padding-top: 50px;
    padding-bottom: 0; }
  .padding-0-100 {
    padding-top: 0;
    padding-bottom: 50px; }
  .padding-20-100 {
    padding-top: 20px;
    padding-bottom: 50px; }
  .padding-20-20 {
    padding-top: 20px;
    padding-bottom: 20px; }
  .content .intro-paragraph {
    padding-top: 50px; }
  .col-sm-5grid {
    width: 100%; } }

@media (max-width: 767px) {
  .text-image {
    height: 100% !important; }
  .text-beside .col-row {
    min-height: initial; }
  .collapse-area {
    padding: 20px 0; }
  .cols-1.text-below .col-text {
    margin: 0 0 20px 0; }
  .text-image.background-center-margin-percentage {
    padding-bottom: 0; }
  .cols-2 .col-single {
    margin-top: 30px;
    padding-bottom: 0; }
  .cols-2-text .col-single {
    margin: 25px 0; }
  .cols-3 .col-single,
  .cols-4 .col-single,
  .cols-6 .col-single {
    margin: 30px 0 0 0; }
  .col-min-height {
    min-height: 0; }
  .bullet-list {
    height: 100% !important;
    padding: 20px 0 40px 0; }
  .theme-default {
    background-image: none !important;
    background-color: #fff; }
  .theme-fadetogrey {
    background-image: -webkit-linear-gradient(top, white 0%, #dadada 100%) !important;
    background-image: linear-gradient(to bottom, white 0%, #dadada 100%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DADADA', GradientType=0) !important;
    border-bottom: 1px solid #999; }
  .text-center {
    text-align: initial; }
  .padding-100-100,
  .padding-100-20,
  .padding-20-100,
  .padding-20-20,
  .content .intro-paragraph {
    padding-top: 30px;
    padding-bottom: 30px; }
  .padding-100-0,
  .padding-20-0 {
    padding-top: 30px; }
  .text .download-tag {
    width: 100%; }
  .social-media-content-box iframe {
    width: 100%; }
  .social-media-content-box .twitter,
  .social-media-content-box .youtube,
  .social-media-content-box .soundcloud {
    text-align: center;
    height: auto;
    margin: 0; }
  .social-media-content-box .twitter .span3 a {
    width: 52px; }
  .social-media-content-box .youtube .span3 a {
    width: 56px; }
  .social-media-content-box .soundcloud .span3 a {
    width: 64px; }
  .search-form .content-search {
    width: 90%;
    font-size: 16px;
    font-size: 1rem; }
  .social-button-container .addthis-smartlayers {
    width: 100%; }
  .spotify-container,
  .spotify-container iframe {
    width: 100%;
    height: 80px; } }

.img-responsive {
  outline: #aaa;
  background: #ccc url("/typo3conf/ext/ni_assets/Resources/Public/Images/loader.gif?vueee7996c") center center no-repeat; }

.language-fallback {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 6px;
  padding-bottom: 6px;
  background-color: #eee; }

@media (min-width: 992px) {
  .slim .container:not(.finder-products-container) {
    width: 740px; } }

.slim .row-text {
  width: 100%; }

.slim .text .feature-list ul li {
  position: relative;
  font-size: 22px;
  font-family: 'Graphik';
  color: #666;
  margin: 0;
  padding: 10px 0 10px 20px;
  font-style: italic;
  list-style: none; }

.slim .text .feature-list ul li:before {
  display: inline-block;
  position: absolute;
  top: 24px;
  left: 5px;
  height: 12px;
  width: 7px;
  content: "";
  background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%224.74%22%20height%3D%228%22%20viewBox%3D%220%200%204.74%208%22%3E%3Cpath%20d%3D%22M4.74%2C3.2L4.49%2C4.8%2C0.8%2C8H0L1.23%2C0H2Z%22%20style%3D%22fill%3A%23666%22%2F%3E%3C%2Fsvg%3E);
  background-repeat: no-repeat;
  background-size: 100%; }

.slim .cols-2 .col-single,
.slim .cols-2-text .col-single,
.slim .cols-3 .col-single,
.slim .cols-4 .col-single {
  padding-right: 35px;
  padding-left: 35px; }

.slim .cols-3 .col-row {
  margin-left: -15px;
  margin-right: -15px; }

.slim .cols-3 .col-single {
  padding-right: 15px;
  padding-left: 15px; }

@media screen and (min-width: 0 \0) {
  .input-group .form-control {
    height: 37px; }
  .footer-primary .column2 .newsletter-container .email-suggest {
    height: 40px; } }

#map img {
  max-width: none; }

#map label {
  width: auto;
  display: inline; }

#map label {
  width: auto;
  display: inline; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  .footer-primary .column1 .freeshipping .freeshipping__logos {
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -211px -100px;
    background-size: 1050px 240px; }
  .footer-primary .column2 .connect-facebook {
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -340px -48px;
    background-size: 1050px 240px; }
  .footer-primary .column2 .connect-twitter {
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -376px -48px;
    background-size: 1050px 240px; }
  .footer-primary .column2 .connect-youtube {
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -416px -48px;
    background-size: 1050px 240px; }
  .footer-primary .column2 .connect-instagram {
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -454px -48px;
    background-size: 1050px 240px; }
  .footer-primary .column2 .connect-soundcloud {
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -494px -48px;
    background-size: 1050px 240px; }
  .footer-brand {
    background: #2a2c2e url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -4px -86px;
    background-size: 1050px 240px; }
  .retina-background-fit-width {
    background-size: 100%; }
  .retina-background-fit-height {
    background-size: 100% auto; } }

@media only screen and (min-width: 768px) and (max-width: 992px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 992px) and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-width: 768px) and (max-width: 992px) and (min--moz-device-pixel-ratio: 1.5), only screen and (min-width: 768px) and (max-width: 992px) and (min-device-pixel-ratio: 1.5) {
  .footer-primary .column1 .freeshipping .freeshipping__logos {
    background: url("/typo3conf/ext/ni_assets/Resources/Public/Images/main_sprites@2x.png?vueee7996c") no-repeat -211px -170px;
    background-size: 1050px 240px; } }

.ng-hide {
  display: none; }

.ng-show {
  display: block; }

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important; }

.ni-image-svg.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.ni-image-svg svg {
  display: block;
  width: 100%;
  height: 100%; }

.welcome-logo {
  width: 70%;
  height: 100%;
  z-index: 2; }

.welcome-hero-container .welcome-logo {
  -webkit-transition: all 1.5s ease-in;
  -moz-transition: all 1.5s ease-in;
  -o-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
  opacity: 0; }

.welcome-hero-container.loaded .welcome-logo {
  opacity: 1; }

@media (min-width: 480px) {
  .welcome-logo.centered {
    max-width: 35%; } }

@media (min-width: 1200px) {
  .welcome-logo.centered {
    max-width: 35%; } }

.visibility-hidden {
  visibility: hidden; }

.visibility-visible {
  visibility: visible; }

.container {
  overflow: hidden; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.content .section {
  padding: 50px 0; }

.full-width {
  width: 100%; }

.left {
  float: left; }

.right {
  float: right; }

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

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

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

.hide {
  display: none; }

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

.margin-none {
  margin: 0; }

.padding-none {
  padding: 0; }

.padding-bottom-none {
  padding-bottom: 0; }

.image-full {
  width: 100%; }

.vertical-middle-parent {
  display: table-row; }

.vertical-middle-parent .vertical-middle {
  display: table-cell;
  vertical-align: middle;
  float: none; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }
  .text-sm-right {
    text-align: right; }
  .text-sm-center {
    text-align: center; }
  .text-sm-justify {
    text-align: justify; } }

@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }
  .text-md-right {
    text-align: right; }
  .text-md-center {
    text-align: center; }
  .text-md-justify {
    text-align: justify; } }

.pointer {
  cursor: pointer; }

.not-bold, .not-bold * {
  font-weight: normal !important; }

img, embed, object, video {
  max-width: 100%; }

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

.test {
  color: #ff0000;
  background: #eee; }

.show-grid {
  margin: 10px 0;
  text-align: center; }

.border-line {
  border-bottom: 1px solid #CCC; }

.clearFloat, .clear-float, .clear {
  height: 0;
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 1px;
  font-size: 0.1rem;
  clear: both;
  overflow: hidden; }

.bold {
  font-weight: bold; }

.flowplayer .fp-pause,
.flowplayer .fp-duration,
.flowplayer .fp-controls {
  display: none; }

.incontent-video .fp-waiting {
  display: none !important; }
