@charset 'utf-8';
/* ======================================================
Copyright by webpresso.ch, InnoTix AG 2015
====================================================== */
/*-----------------------------------------------------------------------------------*/
/*	Imports
/*-----------------------------------------------------------------------------------*/
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder {
  color: #999999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -7px;
  margin-right: -8px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #0095df;
}
.btn-default:focus,
.btn-default.focus {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #004060;
}
.btn-default:hover {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #006ca2;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #e6e6e6;
  border-color: #006ca2;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333333;
  background-color: #d4d4d4;
  border-color: #005b88;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #ffffff;
  border-color: #0095df;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
  background-color: #0095df;
  border-color: #0095df;
}
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #0073ac;
  border-color: #004060;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #0073ac;
  border-color: #006ca2;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #0073ac;
  border-color: #006ca2;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #005b88;
  border-color: #005b88;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #0095df;
  border-color: #0095df;
}
.btn-primary .badge {
  color: #0095df;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #398439;
  border-color: #327232;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #269abc;
  border-color: #2289a7;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #d58512;
  border-color: #be7610;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #ac2925;
  border-color: #972421;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #0095df;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #006293;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.input-group-addon:first-child {
  border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.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: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  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: #0095df;
}
.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 #0095df;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #0095df;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #f1f1f1;
  border: 1px solid #0095df;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #0095df;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 7px;
  padding-left: 7px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.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;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -7px;
  margin-left: -7px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (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 7px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -7px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 7px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -7px;
}
.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-form {
  margin-left: -7px;
  margin-right: -7px;
  padding: 10px 7px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 7px;
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -7px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #d7bd65;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: rgba(0, 0, 0, 0);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #d7bd65;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: rgba(0, 0, 0, 0);
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #d7bd65;
}
.navbar-default .btn-link {
  color: #ffffff;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #d7bd65;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
/* @import "modals.less";
@import "tooltip.less";
@import "popovers.less";
@import "carousel.less"; */
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1459px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1459px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1459px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1459px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1460px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1460px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1460px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1460px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1459px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1460px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=2ac43525368d1151e08e8794cb6b5ff4)
 * Config saved to config.json and https://gist.github.com/2ac43525368d1151e08e8794cb6b5ff4
 */
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
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;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  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: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  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;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 992px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .container {
    max-width: 748px;
  }
}
@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;
}
@media (min-width: 992px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 992px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xs-13,
.col-sm-13,
.col-md-13,
.col-lg-13,
.col-xs-14,
.col-sm-14,
.col-md-14,
.col-lg-14,
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15,
.col-xs-16,
.col-sm-16,
.col-md-16,
.col-lg-16,
.col-xs-17,
.col-sm-17,
.col-md-17,
.col-lg-17,
.col-xs-18,
.col-sm-18,
.col-md-18,
.col-lg-18,
.col-xs-19,
.col-sm-19,
.col-md-19,
.col-lg-19,
.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20,
.col-xs-21,
.col-sm-21,
.col-md-21,
.col-lg-21,
.col-xs-22,
.col-sm-22,
.col-md-22,
.col-lg-22,
.col-xs-23,
.col-sm-23,
.col-md-23,
.col-lg-23,
.col-xs-24,
.col-sm-24,
.col-md-24,
.col-lg-24,
.col-ms-1,
.col-ms-2,
.col-ms-3,
.col-ms-4,
.col-ms-5,
.col-ms-6,
.col-ms-7,
.col-ms-8,
.col-ms-9,
.col-ms-10,
.col-ms-11,
.col-ms-12,
.col-ms-13,
.col-ms-14,
.col-ms-15,
.col-ms-16,
.col-ms-17,
.col-ms-18,
.col-ms-19,
.col-ms-20,
.col-ms-21,
.col-ms-22,
.col-ms-23,
.col-ms-24 {
  position: relative;
  min-height: 1px;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 992px) {
  .col-xs-1,
  .col-sm-1,
  .col-md-1,
  .col-lg-1,
  .col-xs-2,
  .col-sm-2,
  .col-md-2,
  .col-lg-2,
  .col-xs-3,
  .col-sm-3,
  .col-md-3,
  .col-lg-3,
  .col-xs-4,
  .col-sm-4,
  .col-md-4,
  .col-lg-4,
  .col-xs-5,
  .col-sm-5,
  .col-md-5,
  .col-lg-5,
  .col-xs-6,
  .col-sm-6,
  .col-md-6,
  .col-lg-6,
  .col-xs-7,
  .col-sm-7,
  .col-md-7,
  .col-lg-7,
  .col-xs-8,
  .col-sm-8,
  .col-md-8,
  .col-lg-8,
  .col-xs-9,
  .col-sm-9,
  .col-md-9,
  .col-lg-9,
  .col-xs-10,
  .col-sm-10,
  .col-md-10,
  .col-lg-10,
  .col-xs-11,
  .col-sm-11,
  .col-md-11,
  .col-lg-11,
  .col-xs-12,
  .col-sm-12,
  .col-md-12,
  .col-lg-12,
  .col-xs-13,
  .col-sm-13,
  .col-md-13,
  .col-lg-13,
  .col-xs-14,
  .col-sm-14,
  .col-md-14,
  .col-lg-14,
  .col-xs-15,
  .col-sm-15,
  .col-md-15,
  .col-lg-15,
  .col-xs-16,
  .col-sm-16,
  .col-md-16,
  .col-lg-16,
  .col-xs-17,
  .col-sm-17,
  .col-md-17,
  .col-lg-17,
  .col-xs-18,
  .col-sm-18,
  .col-md-18,
  .col-lg-18,
  .col-xs-19,
  .col-sm-19,
  .col-md-19,
  .col-lg-19,
  .col-xs-20,
  .col-sm-20,
  .col-md-20,
  .col-lg-20,
  .col-xs-21,
  .col-sm-21,
  .col-md-21,
  .col-lg-21,
  .col-xs-22,
  .col-sm-22,
  .col-md-22,
  .col-lg-22,
  .col-xs-23,
  .col-sm-23,
  .col-md-23,
  .col-lg-23,
  .col-xs-24,
  .col-sm-24,
  .col-md-24,
  .col-lg-24,
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12,
  .col-ms-13,
  .col-ms-14,
  .col-ms-15,
  .col-ms-16,
  .col-ms-17,
  .col-ms-18,
  .col-ms-19,
  .col-ms-20,
  .col-ms-21,
  .col-ms-22,
  .col-ms-23,
  .col-ms-24 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-13,
.col-xs-14,
.col-xs-15,
.col-xs-16,
.col-xs-17,
.col-xs-18,
.col-xs-19,
.col-xs-20,
.col-xs-21,
.col-xs-22,
.col-xs-23,
.col-xs-24 {
  float: left;
}
.col-xs-24 {
  width: 100%;
}
.col-xs-23 {
  width: 95.83333333%;
}
.col-xs-22 {
  width: 91.66666667%;
}
.col-xs-21 {
  width: 87.5%;
}
.col-xs-20 {
  width: 83.33333333%;
}
.col-xs-19 {
  width: 79.16666667%;
}
.col-xs-18 {
  width: 75%;
}
.col-xs-17 {
  width: 70.83333333%;
}
.col-xs-16 {
  width: 66.66666667%;
}
.col-xs-15 {
  width: 62.5%;
}
.col-xs-14 {
  width: 58.33333333%;
}
.col-xs-13 {
  width: 54.16666667%;
}
.col-xs-12 {
  width: 50%;
}
.col-xs-11 {
  width: 45.83333333%;
}
.col-xs-10 {
  width: 41.66666667%;
}
.col-xs-9 {
  width: 37.5%;
}
.col-xs-8 {
  width: 33.33333333%;
}
.col-xs-7 {
  width: 29.16666667%;
}
.col-xs-6 {
  width: 25%;
}
.col-xs-5 {
  width: 20.83333333%;
}
.col-xs-4 {
  width: 16.66666667%;
}
.col-xs-3 {
  width: 12.5%;
}
.col-xs-2 {
  width: 8.33333333%;
}
.col-xs-1 {
  width: 4.16666667%;
}
.col-xs-pull-24 {
  right: 100%;
}
.col-xs-pull-23 {
  right: 95.83333333%;
}
.col-xs-pull-22 {
  right: 91.66666667%;
}
.col-xs-pull-21 {
  right: 87.5%;
}
.col-xs-pull-20 {
  right: 83.33333333%;
}
.col-xs-pull-19 {
  right: 79.16666667%;
}
.col-xs-pull-18 {
  right: 75%;
}
.col-xs-pull-17 {
  right: 70.83333333%;
}
.col-xs-pull-16 {
  right: 66.66666667%;
}
.col-xs-pull-15 {
  right: 62.5%;
}
.col-xs-pull-14 {
  right: 58.33333333%;
}
.col-xs-pull-13 {
  right: 54.16666667%;
}
.col-xs-pull-12 {
  right: 50%;
}
.col-xs-pull-11 {
  right: 45.83333333%;
}
.col-xs-pull-10 {
  right: 41.66666667%;
}
.col-xs-pull-9 {
  right: 37.5%;
}
.col-xs-pull-8 {
  right: 33.33333333%;
}
.col-xs-pull-7 {
  right: 29.16666667%;
}
.col-xs-pull-6 {
  right: 25%;
}
.col-xs-pull-5 {
  right: 20.83333333%;
}
.col-xs-pull-4 {
  right: 16.66666667%;
}
.col-xs-pull-3 {
  right: 12.5%;
}
.col-xs-pull-2 {
  right: 8.33333333%;
}
.col-xs-pull-1 {
  right: 4.16666667%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-24 {
  left: 100%;
}
.col-xs-push-23 {
  left: 95.83333333%;
}
.col-xs-push-22 {
  left: 91.66666667%;
}
.col-xs-push-21 {
  left: 87.5%;
}
.col-xs-push-20 {
  left: 83.33333333%;
}
.col-xs-push-19 {
  left: 79.16666667%;
}
.col-xs-push-18 {
  left: 75%;
}
.col-xs-push-17 {
  left: 70.83333333%;
}
.col-xs-push-16 {
  left: 66.66666667%;
}
.col-xs-push-15 {
  left: 62.5%;
}
.col-xs-push-14 {
  left: 58.33333333%;
}
.col-xs-push-13 {
  left: 54.16666667%;
}
.col-xs-push-12 {
  left: 50%;
}
.col-xs-push-11 {
  left: 45.83333333%;
}
.col-xs-push-10 {
  left: 41.66666667%;
}
.col-xs-push-9 {
  left: 37.5%;
}
.col-xs-push-8 {
  left: 33.33333333%;
}
.col-xs-push-7 {
  left: 29.16666667%;
}
.col-xs-push-6 {
  left: 25%;
}
.col-xs-push-5 {
  left: 20.83333333%;
}
.col-xs-push-4 {
  left: 16.66666667%;
}
.col-xs-push-3 {
  left: 12.5%;
}
.col-xs-push-2 {
  left: 8.33333333%;
}
.col-xs-push-1 {
  left: 4.16666667%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-24 {
  margin-left: 100%;
}
.col-xs-offset-23 {
  margin-left: 95.83333333%;
}
.col-xs-offset-22 {
  margin-left: 91.66666667%;
}
.col-xs-offset-21 {
  margin-left: 87.5%;
}
.col-xs-offset-20 {
  margin-left: 83.33333333%;
}
.col-xs-offset-19 {
  margin-left: 79.16666667%;
}
.col-xs-offset-18 {
  margin-left: 75%;
}
.col-xs-offset-17 {
  margin-left: 70.83333333%;
}
.col-xs-offset-16 {
  margin-left: 66.66666667%;
}
.col-xs-offset-15 {
  margin-left: 62.5%;
}
.col-xs-offset-14 {
  margin-left: 58.33333333%;
}
.col-xs-offset-13 {
  margin-left: 54.16666667%;
}
.col-xs-offset-12 {
  margin-left: 50%;
}
.col-xs-offset-11 {
  margin-left: 45.83333333%;
}
.col-xs-offset-10 {
  margin-left: 41.66666667%;
}
.col-xs-offset-9 {
  margin-left: 37.5%;
}
.col-xs-offset-8 {
  margin-left: 33.33333333%;
}
.col-xs-offset-7 {
  margin-left: 29.16666667%;
}
.col-xs-offset-6 {
  margin-left: 25%;
}
.col-xs-offset-5 {
  margin-left: 20.83333333%;
}
.col-xs-offset-4 {
  margin-left: 16.66666667%;
}
.col-xs-offset-3 {
  margin-left: 12.5%;
}
.col-xs-offset-2 {
  margin-left: 8.33333333%;
}
.col-xs-offset-1 {
  margin-left: 4.16666667%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-ms-1,
  .col-ms-2,
  .col-ms-3,
  .col-ms-4,
  .col-ms-5,
  .col-ms-6,
  .col-ms-7,
  .col-ms-8,
  .col-ms-9,
  .col-ms-10,
  .col-ms-11,
  .col-ms-12,
  .col-ms-13,
  .col-ms-14,
  .col-ms-15,
  .col-ms-16,
  .col-ms-17,
  .col-ms-18,
  .col-ms-19,
  .col-ms-20,
  .col-ms-21,
  .col-ms-22,
  .col-ms-23,
  .col-ms-24 {
    float: left;
  }
  .col-ms-24 {
    width: 100%;
  }
  .col-ms-23 {
    width: 95.83333333%;
  }
  .col-ms-22 {
    width: 91.66666667%;
  }
  .col-ms-21 {
    width: 87.5%;
  }
  .col-ms-20 {
    width: 83.33333333%;
  }
  .col-ms-19 {
    width: 79.16666667%;
  }
  .col-ms-18 {
    width: 75%;
  }
  .col-ms-17 {
    width: 70.83333333%;
  }
  .col-ms-16 {
    width: 66.66666667%;
  }
  .col-ms-15 {
    width: 62.5%;
  }
  .col-ms-14 {
    width: 58.33333333%;
  }
  .col-ms-13 {
    width: 54.16666667%;
  }
  .col-ms-12 {
    width: 50%;
  }
  .col-ms-11 {
    width: 45.83333333%;
  }
  .col-ms-10 {
    width: 41.66666667%;
  }
  .col-ms-9 {
    width: 37.5%;
  }
  .col-ms-8 {
    width: 33.33333333%;
  }
  .col-ms-7 {
    width: 29.16666667%;
  }
  .col-ms-6 {
    width: 25%;
  }
  .col-ms-5 {
    width: 20.83333333%;
  }
  .col-ms-4 {
    width: 16.66666667%;
  }
  .col-ms-3 {
    width: 12.5%;
  }
  .col-ms-2 {
    width: 8.33333333%;
  }
  .col-ms-1 {
    width: 4.16666667%;
  }
  .col-ms-pull-24 {
    right: 100%;
  }
  .col-ms-pull-23 {
    right: 95.83333333%;
  }
  .col-ms-pull-22 {
    right: 91.66666667%;
  }
  .col-ms-pull-21 {
    right: 87.5%;
  }
  .col-ms-pull-20 {
    right: 83.33333333%;
  }
  .col-ms-pull-19 {
    right: 79.16666667%;
  }
  .col-ms-pull-18 {
    right: 75%;
  }
  .col-ms-pull-17 {
    right: 70.83333333%;
  }
  .col-ms-pull-16 {
    right: 66.66666667%;
  }
  .col-ms-pull-15 {
    right: 62.5%;
  }
  .col-ms-pull-14 {
    right: 58.33333333%;
  }
  .col-ms-pull-13 {
    right: 54.16666667%;
  }
  .col-ms-pull-12 {
    right: 50%;
  }
  .col-ms-pull-11 {
    right: 45.83333333%;
  }
  .col-ms-pull-10 {
    right: 41.66666667%;
  }
  .col-ms-pull-9 {
    right: 37.5%;
  }
  .col-ms-pull-8 {
    right: 33.33333333%;
  }
  .col-ms-pull-7 {
    right: 29.16666667%;
  }
  .col-ms-pull-6 {
    right: 25%;
  }
  .col-ms-pull-5 {
    right: 20.83333333%;
  }
  .col-ms-pull-4 {
    right: 16.66666667%;
  }
  .col-ms-pull-3 {
    right: 12.5%;
  }
  .col-ms-pull-2 {
    right: 8.33333333%;
  }
  .col-ms-pull-1 {
    right: 4.16666667%;
  }
  .col-ms-pull-0 {
    right: auto;
  }
  .col-ms-push-24 {
    left: 100%;
  }
  .col-ms-push-23 {
    left: 95.83333333%;
  }
  .col-ms-push-22 {
    left: 91.66666667%;
  }
  .col-ms-push-21 {
    left: 87.5%;
  }
  .col-ms-push-20 {
    left: 83.33333333%;
  }
  .col-ms-push-19 {
    left: 79.16666667%;
  }
  .col-ms-push-18 {
    left: 75%;
  }
  .col-ms-push-17 {
    left: 70.83333333%;
  }
  .col-ms-push-16 {
    left: 66.66666667%;
  }
  .col-ms-push-15 {
    left: 62.5%;
  }
  .col-ms-push-14 {
    left: 58.33333333%;
  }
  .col-ms-push-13 {
    left: 54.16666667%;
  }
  .col-ms-push-12 {
    left: 50%;
  }
  .col-ms-push-11 {
    left: 45.83333333%;
  }
  .col-ms-push-10 {
    left: 41.66666667%;
  }
  .col-ms-push-9 {
    left: 37.5%;
  }
  .col-ms-push-8 {
    left: 33.33333333%;
  }
  .col-ms-push-7 {
    left: 29.16666667%;
  }
  .col-ms-push-6 {
    left: 25%;
  }
  .col-ms-push-5 {
    left: 20.83333333%;
  }
  .col-ms-push-4 {
    left: 16.66666667%;
  }
  .col-ms-push-3 {
    left: 12.5%;
  }
  .col-ms-push-2 {
    left: 8.33333333%;
  }
  .col-ms-push-1 {
    left: 4.16666667%;
  }
  .col-ms-push-0 {
    left: auto;
  }
  .col-ms-offset-24 {
    margin-left: 100%;
  }
  .col-ms-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-ms-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-ms-offset-21 {
    margin-left: 87.5%;
  }
  .col-ms-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-ms-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-ms-offset-18 {
    margin-left: 75%;
  }
  .col-ms-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-ms-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-ms-offset-15 {
    margin-left: 62.5%;
  }
  .col-ms-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-ms-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-ms-offset-12 {
    margin-left: 50%;
  }
  .col-ms-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-ms-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-ms-offset-9 {
    margin-left: 37.5%;
  }
  .col-ms-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-ms-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-ms-offset-6 {
    margin-left: 25%;
  }
  .col-ms-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-ms-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-ms-offset-3 {
    margin-left: 12.5%;
  }
  .col-ms-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-ms-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-ms-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-13,
  .col-sm-14,
  .col-sm-15,
  .col-sm-16,
  .col-sm-17,
  .col-sm-18,
  .col-sm-19,
  .col-sm-20,
  .col-sm-21,
  .col-sm-22,
  .col-sm-23,
  .col-sm-24 {
    float: left;
  }
  .col-sm-24 {
    width: 100%;
  }
  .col-sm-23 {
    width: 95.83333333%;
  }
  .col-sm-22 {
    width: 91.66666667%;
  }
  .col-sm-21 {
    width: 87.5%;
  }
  .col-sm-20 {
    width: 83.33333333%;
  }
  .col-sm-19 {
    width: 79.16666667%;
  }
  .col-sm-18 {
    width: 75%;
  }
  .col-sm-17 {
    width: 70.83333333%;
  }
  .col-sm-16 {
    width: 66.66666667%;
  }
  .col-sm-15 {
    width: 62.5%;
  }
  .col-sm-14 {
    width: 58.33333333%;
  }
  .col-sm-13 {
    width: 54.16666667%;
  }
  .col-sm-12 {
    width: 50%;
  }
  .col-sm-11 {
    width: 45.83333333%;
  }
  .col-sm-10 {
    width: 41.66666667%;
  }
  .col-sm-9 {
    width: 37.5%;
  }
  .col-sm-8 {
    width: 33.33333333%;
  }
  .col-sm-7 {
    width: 29.16666667%;
  }
  .col-sm-6 {
    width: 25%;
  }
  .col-sm-5 {
    width: 20.83333333%;
  }
  .col-sm-4 {
    width: 16.66666667%;
  }
  .col-sm-3 {
    width: 12.5%;
  }
  .col-sm-2 {
    width: 8.33333333%;
  }
  .col-sm-1 {
    width: 4.16666667%;
  }
  .col-sm-pull-24 {
    right: 100%;
  }
  .col-sm-pull-23 {
    right: 95.83333333%;
  }
  .col-sm-pull-22 {
    right: 91.66666667%;
  }
  .col-sm-pull-21 {
    right: 87.5%;
  }
  .col-sm-pull-20 {
    right: 83.33333333%;
  }
  .col-sm-pull-19 {
    right: 79.16666667%;
  }
  .col-sm-pull-18 {
    right: 75%;
  }
  .col-sm-pull-17 {
    right: 70.83333333%;
  }
  .col-sm-pull-16 {
    right: 66.66666667%;
  }
  .col-sm-pull-15 {
    right: 62.5%;
  }
  .col-sm-pull-14 {
    right: 58.33333333%;
  }
  .col-sm-pull-13 {
    right: 54.16666667%;
  }
  .col-sm-pull-12 {
    right: 50%;
  }
  .col-sm-pull-11 {
    right: 45.83333333%;
  }
  .col-sm-pull-10 {
    right: 41.66666667%;
  }
  .col-sm-pull-9 {
    right: 37.5%;
  }
  .col-sm-pull-8 {
    right: 33.33333333%;
  }
  .col-sm-pull-7 {
    right: 29.16666667%;
  }
  .col-sm-pull-6 {
    right: 25%;
  }
  .col-sm-pull-5 {
    right: 20.83333333%;
  }
  .col-sm-pull-4 {
    right: 16.66666667%;
  }
  .col-sm-pull-3 {
    right: 12.5%;
  }
  .col-sm-pull-2 {
    right: 8.33333333%;
  }
  .col-sm-pull-1 {
    right: 4.16666667%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-24 {
    left: 100%;
  }
  .col-sm-push-23 {
    left: 95.83333333%;
  }
  .col-sm-push-22 {
    left: 91.66666667%;
  }
  .col-sm-push-21 {
    left: 87.5%;
  }
  .col-sm-push-20 {
    left: 83.33333333%;
  }
  .col-sm-push-19 {
    left: 79.16666667%;
  }
  .col-sm-push-18 {
    left: 75%;
  }
  .col-sm-push-17 {
    left: 70.83333333%;
  }
  .col-sm-push-16 {
    left: 66.66666667%;
  }
  .col-sm-push-15 {
    left: 62.5%;
  }
  .col-sm-push-14 {
    left: 58.33333333%;
  }
  .col-sm-push-13 {
    left: 54.16666667%;
  }
  .col-sm-push-12 {
    left: 50%;
  }
  .col-sm-push-11 {
    left: 45.83333333%;
  }
  .col-sm-push-10 {
    left: 41.66666667%;
  }
  .col-sm-push-9 {
    left: 37.5%;
  }
  .col-sm-push-8 {
    left: 33.33333333%;
  }
  .col-sm-push-7 {
    left: 29.16666667%;
  }
  .col-sm-push-6 {
    left: 25%;
  }
  .col-sm-push-5 {
    left: 20.83333333%;
  }
  .col-sm-push-4 {
    left: 16.66666667%;
  }
  .col-sm-push-3 {
    left: 12.5%;
  }
  .col-sm-push-2 {
    left: 8.33333333%;
  }
  .col-sm-push-1 {
    left: 4.16666667%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-24 {
    margin-left: 100%;
  }
  .col-sm-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-sm-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-21 {
    margin-left: 87.5%;
  }
  .col-sm-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-sm-offset-18 {
    margin-left: 75%;
  }
  .col-sm-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-sm-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-15 {
    margin-left: 62.5%;
  }
  .col-sm-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-sm-offset-12 {
    margin-left: 50%;
  }
  .col-sm-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-sm-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-9 {
    margin-left: 37.5%;
  }
  .col-sm-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-sm-offset-6 {
    margin-left: 25%;
  }
  .col-sm-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-sm-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-3 {
    margin-left: 12.5%;
  }
  .col-sm-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-13,
  .col-md-14,
  .col-md-15,
  .col-md-16,
  .col-md-17,
  .col-md-18,
  .col-md-19,
  .col-md-20,
  .col-md-21,
  .col-md-22,
  .col-md-23,
  .col-md-24 {
    float: left;
  }
  .col-md-24 {
    width: 100%;
  }
  .col-md-23 {
    width: 95.83333333%;
  }
  .col-md-22 {
    width: 91.66666667%;
  }
  .col-md-21 {
    width: 87.5%;
  }
  .col-md-20 {
    width: 83.33333333%;
  }
  .col-md-19 {
    width: 79.16666667%;
  }
  .col-md-18 {
    width: 75%;
  }
  .col-md-17 {
    width: 70.83333333%;
  }
  .col-md-16 {
    width: 66.66666667%;
  }
  .col-md-15 {
    width: 62.5%;
  }
  .col-md-14 {
    width: 58.33333333%;
  }
  .col-md-13 {
    width: 54.16666667%;
  }
  .col-md-12 {
    width: 50%;
  }
  .col-md-11 {
    width: 45.83333333%;
  }
  .col-md-10 {
    width: 41.66666667%;
  }
  .col-md-9 {
    width: 37.5%;
  }
  .col-md-8 {
    width: 33.33333333%;
  }
  .col-md-7 {
    width: 29.16666667%;
  }
  .col-md-6 {
    width: 25%;
  }
  .col-md-5 {
    width: 20.83333333%;
  }
  .col-md-4 {
    width: 16.66666667%;
  }
  .col-md-3 {
    width: 12.5%;
  }
  .col-md-2 {
    width: 8.33333333%;
  }
  .col-md-1 {
    width: 4.16666667%;
  }
  .col-md-pull-24 {
    right: 100%;
  }
  .col-md-pull-23 {
    right: 95.83333333%;
  }
  .col-md-pull-22 {
    right: 91.66666667%;
  }
  .col-md-pull-21 {
    right: 87.5%;
  }
  .col-md-pull-20 {
    right: 83.33333333%;
  }
  .col-md-pull-19 {
    right: 79.16666667%;
  }
  .col-md-pull-18 {
    right: 75%;
  }
  .col-md-pull-17 {
    right: 70.83333333%;
  }
  .col-md-pull-16 {
    right: 66.66666667%;
  }
  .col-md-pull-15 {
    right: 62.5%;
  }
  .col-md-pull-14 {
    right: 58.33333333%;
  }
  .col-md-pull-13 {
    right: 54.16666667%;
  }
  .col-md-pull-12 {
    right: 50%;
  }
  .col-md-pull-11 {
    right: 45.83333333%;
  }
  .col-md-pull-10 {
    right: 41.66666667%;
  }
  .col-md-pull-9 {
    right: 37.5%;
  }
  .col-md-pull-8 {
    right: 33.33333333%;
  }
  .col-md-pull-7 {
    right: 29.16666667%;
  }
  .col-md-pull-6 {
    right: 25%;
  }
  .col-md-pull-5 {
    right: 20.83333333%;
  }
  .col-md-pull-4 {
    right: 16.66666667%;
  }
  .col-md-pull-3 {
    right: 12.5%;
  }
  .col-md-pull-2 {
    right: 8.33333333%;
  }
  .col-md-pull-1 {
    right: 4.16666667%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-24 {
    left: 100%;
  }
  .col-md-push-23 {
    left: 95.83333333%;
  }
  .col-md-push-22 {
    left: 91.66666667%;
  }
  .col-md-push-21 {
    left: 87.5%;
  }
  .col-md-push-20 {
    left: 83.33333333%;
  }
  .col-md-push-19 {
    left: 79.16666667%;
  }
  .col-md-push-18 {
    left: 75%;
  }
  .col-md-push-17 {
    left: 70.83333333%;
  }
  .col-md-push-16 {
    left: 66.66666667%;
  }
  .col-md-push-15 {
    left: 62.5%;
  }
  .col-md-push-14 {
    left: 58.33333333%;
  }
  .col-md-push-13 {
    left: 54.16666667%;
  }
  .col-md-push-12 {
    left: 50%;
  }
  .col-md-push-11 {
    left: 45.83333333%;
  }
  .col-md-push-10 {
    left: 41.66666667%;
  }
  .col-md-push-9 {
    left: 37.5%;
  }
  .col-md-push-8 {
    left: 33.33333333%;
  }
  .col-md-push-7 {
    left: 29.16666667%;
  }
  .col-md-push-6 {
    left: 25%;
  }
  .col-md-push-5 {
    left: 20.83333333%;
  }
  .col-md-push-4 {
    left: 16.66666667%;
  }
  .col-md-push-3 {
    left: 12.5%;
  }
  .col-md-push-2 {
    left: 8.33333333%;
  }
  .col-md-push-1 {
    left: 4.16666667%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-24 {
    margin-left: 100%;
  }
  .col-md-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-md-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-21 {
    margin-left: 87.5%;
  }
  .col-md-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-md-offset-18 {
    margin-left: 75%;
  }
  .col-md-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-md-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-15 {
    margin-left: 62.5%;
  }
  .col-md-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-md-offset-12 {
    margin-left: 50%;
  }
  .col-md-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-md-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-9 {
    margin-left: 37.5%;
  }
  .col-md-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-md-offset-6 {
    margin-left: 25%;
  }
  .col-md-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-md-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-3 {
    margin-left: 12.5%;
  }
  .col-md-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-13,
  .col-lg-14,
  .col-lg-15,
  .col-lg-16,
  .col-lg-17,
  .col-lg-18,
  .col-lg-19,
  .col-lg-20,
  .col-lg-21,
  .col-lg-22,
  .col-lg-23,
  .col-lg-24 {
    float: left;
  }
  .col-lg-24 {
    width: 100%;
  }
  .col-lg-23 {
    width: 95.83333333%;
  }
  .col-lg-22 {
    width: 91.66666667%;
  }
  .col-lg-21 {
    width: 87.5%;
  }
  .col-lg-20 {
    width: 83.33333333%;
  }
  .col-lg-19 {
    width: 79.16666667%;
  }
  .col-lg-18 {
    width: 75%;
  }
  .col-lg-17 {
    width: 70.83333333%;
  }
  .col-lg-16 {
    width: 66.66666667%;
  }
  .col-lg-15 {
    width: 62.5%;
  }
  .col-lg-14 {
    width: 58.33333333%;
  }
  .col-lg-13 {
    width: 54.16666667%;
  }
  .col-lg-12 {
    width: 50%;
  }
  .col-lg-11 {
    width: 45.83333333%;
  }
  .col-lg-10 {
    width: 41.66666667%;
  }
  .col-lg-9 {
    width: 37.5%;
  }
  .col-lg-8 {
    width: 33.33333333%;
  }
  .col-lg-7 {
    width: 29.16666667%;
  }
  .col-lg-6 {
    width: 25%;
  }
  .col-lg-5 {
    width: 20.83333333%;
  }
  .col-lg-4 {
    width: 16.66666667%;
  }
  .col-lg-3 {
    width: 12.5%;
  }
  .col-lg-2 {
    width: 8.33333333%;
  }
  .col-lg-1 {
    width: 4.16666667%;
  }
  .col-lg-pull-24 {
    right: 100%;
  }
  .col-lg-pull-23 {
    right: 95.83333333%;
  }
  .col-lg-pull-22 {
    right: 91.66666667%;
  }
  .col-lg-pull-21 {
    right: 87.5%;
  }
  .col-lg-pull-20 {
    right: 83.33333333%;
  }
  .col-lg-pull-19 {
    right: 79.16666667%;
  }
  .col-lg-pull-18 {
    right: 75%;
  }
  .col-lg-pull-17 {
    right: 70.83333333%;
  }
  .col-lg-pull-16 {
    right: 66.66666667%;
  }
  .col-lg-pull-15 {
    right: 62.5%;
  }
  .col-lg-pull-14 {
    right: 58.33333333%;
  }
  .col-lg-pull-13 {
    right: 54.16666667%;
  }
  .col-lg-pull-12 {
    right: 50%;
  }
  .col-lg-pull-11 {
    right: 45.83333333%;
  }
  .col-lg-pull-10 {
    right: 41.66666667%;
  }
  .col-lg-pull-9 {
    right: 37.5%;
  }
  .col-lg-pull-8 {
    right: 33.33333333%;
  }
  .col-lg-pull-7 {
    right: 29.16666667%;
  }
  .col-lg-pull-6 {
    right: 25%;
  }
  .col-lg-pull-5 {
    right: 20.83333333%;
  }
  .col-lg-pull-4 {
    right: 16.66666667%;
  }
  .col-lg-pull-3 {
    right: 12.5%;
  }
  .col-lg-pull-2 {
    right: 8.33333333%;
  }
  .col-lg-pull-1 {
    right: 4.16666667%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-24 {
    left: 100%;
  }
  .col-lg-push-23 {
    left: 95.83333333%;
  }
  .col-lg-push-22 {
    left: 91.66666667%;
  }
  .col-lg-push-21 {
    left: 87.5%;
  }
  .col-lg-push-20 {
    left: 83.33333333%;
  }
  .col-lg-push-19 {
    left: 79.16666667%;
  }
  .col-lg-push-18 {
    left: 75%;
  }
  .col-lg-push-17 {
    left: 70.83333333%;
  }
  .col-lg-push-16 {
    left: 66.66666667%;
  }
  .col-lg-push-15 {
    left: 62.5%;
  }
  .col-lg-push-14 {
    left: 58.33333333%;
  }
  .col-lg-push-13 {
    left: 54.16666667%;
  }
  .col-lg-push-12 {
    left: 50%;
  }
  .col-lg-push-11 {
    left: 45.83333333%;
  }
  .col-lg-push-10 {
    left: 41.66666667%;
  }
  .col-lg-push-9 {
    left: 37.5%;
  }
  .col-lg-push-8 {
    left: 33.33333333%;
  }
  .col-lg-push-7 {
    left: 29.16666667%;
  }
  .col-lg-push-6 {
    left: 25%;
  }
  .col-lg-push-5 {
    left: 20.83333333%;
  }
  .col-lg-push-4 {
    left: 16.66666667%;
  }
  .col-lg-push-3 {
    left: 12.5%;
  }
  .col-lg-push-2 {
    left: 8.33333333%;
  }
  .col-lg-push-1 {
    left: 4.16666667%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-24 {
    margin-left: 100%;
  }
  .col-lg-offset-23 {
    margin-left: 95.83333333%;
  }
  .col-lg-offset-22 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-21 {
    margin-left: 87.5%;
  }
  .col-lg-offset-20 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-19 {
    margin-left: 79.16666667%;
  }
  .col-lg-offset-18 {
    margin-left: 75%;
  }
  .col-lg-offset-17 {
    margin-left: 70.83333333%;
  }
  .col-lg-offset-16 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-15 {
    margin-left: 62.5%;
  }
  .col-lg-offset-14 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-13 {
    margin-left: 54.16666667%;
  }
  .col-lg-offset-12 {
    margin-left: 50%;
  }
  .col-lg-offset-11 {
    margin-left: 45.83333333%;
  }
  .col-lg-offset-10 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-9 {
    margin-left: 37.5%;
  }
  .col-lg-offset-8 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-7 {
    margin-left: 29.16666667%;
  }
  .col-lg-offset-6 {
    margin-left: 25%;
  }
  .col-lg-offset-5 {
    margin-left: 20.83333333%;
  }
  .col-lg-offset-4 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-3 {
    margin-left: 12.5%;
  }
  .col-lg-offset-2 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-1 {
    margin-left: 4.16666667%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
/*-----------------------------------------------------------------------------------*/
/*	Typo
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Colors / Shadows
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Layout
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Navigation Mobile (Flexnav)
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Breakpoint Mobilenav & Servicenav
/*-----------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------*/
/*	Custom Bootstrap Variables
/*-----------------------------------------------------------------------------------*/
/* Manual local Fonts */
/*!
 * Web Fonts from Fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2018 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      ParaType
 * License URL: https://www.fontspring.com/licenses/paratype/webfont
 *
 *
 */
@font-face {
  font-family: 'din';
  src: url('/application/themes/wbox_naloobikes/src/fonts/dpt35-webfont.woff2') format('woff2'), url('/application/themes/wbox_naloobikes/src/fonts/dpt35-webfont.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/application/themes/wbox_naloobikes/src/fonts/dpt45-webfont.woff2') format('woff2'), url('/application/themes/wbox_naloobikes/src/fonts/dpt45-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/application/themes/wbox_naloobikes/src/fonts/dpt65-webfont.woff2') format('woff2'), url('/application/themes/wbox_naloobikes/src/fonts/dpt65-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'din';
  src: url('/application/themes/wbox_naloobikes/src/fonts/dpt75-webfont.woff2') format('woff2'), url('/application/themes/wbox_naloobikes/src/fonts/dpt75-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
/*Source Sans Pro*/
html {
  overflow-x: hidden;
}
body {
  background-color: #f1f1f1;
}
body .ccm-page {
  font-family: 'din', sans-serif;
  font-size: 15px;
  line-height: 1.4em;
  font-weight: 300;
  color: #222222;
  letter-spacing: 0.04em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page {
  background-image: url(/application/themes/wbox_naloobikes/img/points.png);
  /*-----------------------------------------------------------------------------------*/
  /*  Resets & Fixes */
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*	Typo */
  /*-----------------------------------------------------------------------------------*/
  /* Set Focus Color on all elements */
  /*.wbox-content-main ul {
        display: table;
        margin-left: 0;
        padding-left: 0;
        list-style: none;
    }

    .wbox-content-main ul li {
        display: table-row;
        margin-bottom: 10px;
    }

    .wbox-content-main ul li:after {
        content: " ";
        height: 5px;
        display: block;
    }

    .wbox-content-main ul li:before {
        content: "•";
        display: table-cell;
        padding-right: 0.4em;
        font-family: 'sans-serif';
    }

    .wbox-content-main .anhang ul li:before,
    .wbox-content-main ul li.wbox-linkliste:before,{
        content: "";
        padding-right: 0;
    }

    .wbox-content-main ul .wbox-linkliste { padding-left: 1em; display: block !important; margin-bottom: 0; }*/
}
@media all and (-webkit-min-device-pixel-ratio: 2) {
  .ccm-page {
    background-image: url(/application/themes/wbox_naloobikes/img/points@2x.png);
    background-size: 30px;
  }
}
@media (min-width: 992px) {
  .ccm-page .remove-all-margin-padding {
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 768px) {
  .ccm-page .remove-padding {
    padding: 0 !important;
  }
}
.ccm-page a[href^="+41"] {
  color: #0095df;
  text-decoration: none;
}
.ccm-page a:active,
.ccm-page a:link,
.ccm-page a:focus,
.ccm-page a:visited {
  text-decoration: none;
  color: #0095df;
}
.ccm-page a:active:hover,
.ccm-page a:link:hover,
.ccm-page a:focus:hover,
.ccm-page a:visited:hover {
  color: #0084c6;
}
.ccm-page .youtubeBlock {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.ccm-page .youtubeBlock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ccm-page .form-actions {
  overflow: auto;
}
.ccm-page .center-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.ccm-page .mainnav,
.ccm-page .wbox-btn {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page .wbox-content-wrap img {
  max-width: 100%;
  height: auto;
}
.ccm-page *:focus {
  outline-color: #000000 !important;
}
.ccm-page input:focus,
.ccm-page input {
  outline-color: #000000 !important;
}
.ccm-page h1 {
  font-size: 42px;
  color: #000000;
  letter-spacing: 0;
  font-weight: 300;
  margin: 0 0 20px 0;
  padding: 0;
  font-size: 1.6em;
  line-height: 1.4em;
  text-transform: uppercase;
}
.ccm-page h2 {
  font-weight: 300;
  margin: 48px 0 14px 0;
  padding: 0;
  color: #000000;
  font-size: 1.2em;
  line-height: 1.3em;
  text-transform: uppercase;
}
.ccm-page h3 {
  font-weight: 600;
  margin: 0;
  padding: 0;
  color: #000000;
  font-size: 1.1em;
  line-height: 1.3em;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  font-size: 1em;
  font-weight: 600;
  margin: 10px 0 5px 0;
  padding: 0;
}
.ccm-page h2 + hr {
  margin-bottom: 0px;
}
.ccm-page hr {
  border-top: 0.03em solid #979797;
  margin-top: 20px;
  padding-top: 20px;
}
.ccm-page ul,
.ccm-page ol {
  padding-left: 1em;
  margin-bottom: 0;
}
.ccm-page .wbox-content-main ol {
  margin-bottom: 20px;
}
.ccm-page .wbox-content-main ol {
  display: table;
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.ccm-page .wbox-content-main ol li {
  display: table-row;
  counter-increment: table-ol;
}
.ccm-page .wbox-content-main ol li:after {
  content: " ";
  height: 5px;
  display: block;
}
.ccm-page .wbox-content-main ol li:before {
  content: counter(table-ol) ".";
  display: table-cell;
  padding-right: 0.4em;
  text-align: right;
}
.ccm-page .wbox-content-wrap h1:first-child,
.ccm-page .wbox-content-wrap h2:first-child,
.ccm-page .wbox-content-wrap h3:first-child,
.ccm-page .wbox-content-wrap h4:first-child {
  margin-top: 0px;
  padding-top: 0px;
}
.ccm-page h1 + h2,
.ccm-page h2 + h3 {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.ccm-page h2 + h3 {
  margin-top: 10px;
}
.ccm-page .btn {
  border-radius: 0;
}
.ccm-page .btn-primary,
.ccm-page .btn-primary:visited,
.ccm-page .btn-primary:link,
.ccm-page .btn-primary:hover,
.ccm-page a.btn-primary,
.ccm-page a.btn-primary:visited,
.ccm-page a.btn-primary:link,
.ccm-page a.btn-primary:hover {
  color: #fff !important;
}
.ccm-page .btn-success,
.ccm-page .btn-success:visited,
.ccm-page .btn-success:link,
.ccm-page a.btn-success,
.ccm-page a.btn-success:visited,
.ccm-page a.btn-success:link {
  color: #222222 !important;
  background-color: #b7db5e;
  border-color: #b7db5e;
}
.ccm-page .btn-danger,
.ccm-page .btn-danger:visited,
.ccm-page .btn-danger:link,
.ccm-page .btn-danger:hover,
.ccm-page a.btn-danger,
.ccm-page a.btn-danger:visited,
.ccm-page a.btn-danger:link,
.ccm-page a.btn-danger:hover {
  color: #fff;
}
@media (max-width: 767px) {
  .ccm-page .hidden-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .ccm-page .hidden-desktop {
    display: none !important;
  }
}
/* Ausblenden Sprachnavigation - vorübergehend*/
.servicenav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.servicenav ul li:last-child {
  border-right: 0;
  padding-right: 0;
  margin-right: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  skiplink
/*-----------------------------------------------------------------------------------*/
.wbox-skiplink {
  display: none;
}
.wbox-skiplink a,
.wbox-skiplink a:hover,
.wbox-skiplink a:visited {
  position: absolute;
  overflow: hidden;
  top: -1000px;
  left: -1000px;
}
.wbox-skiplink a:focus,
.wbox-skiplink a:active {
  position: absolute;
  top: 0;
  left: 0;
}
/*-----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/
.header {
  position: absolute;
  z-index: 500;
  width: 100%;
  top: 0;
  height: 200px;
  background-color: red;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 1, 0.1);
  box-shadow: 0 1px 6px rgba(0, 0, 1, 0.1);
  height: 100px;
  background-color: #ffffff;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .header {
    height: 60px;
  }
}
.header .container {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.header-top {
  height: 20px;
  background-color: #0095df;
}
@media (max-width: 767px) {
  .header-top {
    height: 10px;
  }
}
/* sticky header*/
.header.sticky {
  position: fixed;
}
.header.sticky .logo {
  display: none;
}
@media (min-width: 992px) {
  .header.sticky {
    height: 55px;
    width: 100%;
    top: 0px;
    /*background: transparent;*/
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header.sticky .mainnav {
    top: 0;
  }
  .header.sticky .servicenav-wrapper {
    top: 0;
  }
  .header.sticky .logo {
    display: none;
  }
  .ccm-toolbar-visible .header.sticky {
    top: 48px;
  }
}
/* header logo*/
.header .logo {
  position: relative;
  z-index: 51;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: transparent;
  padding: 10px 0;
  /*    &:before {*/
  /*    content: '';*/
  /*    display: block;*/
  /*    position: absolute;*/
  /*    width: 0px;*/
  /*    height: 0px;*/
  /*    z-index: -1;*/
  /*    top: 40px;*/
  /*    left: 50%;*/
  /*    transform: translateX(-50%);*/
  /*    transform: rotate(45deg);*/
  /*    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);*/
  /*        */
  /*    }*/
}
.header .logo img {
  height: 80px;
}
.header .logo:after,
.header .logo:before {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 0px;
  -webkit-transform: rotate(360deg);
  border-style: solid;
  border-width: 90px 160px 0 160px;
  border-color: #ffffff transparent transparent transparent;
  z-index: -1;
  top: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (min-width: 992px) {
  .header .logo:after,
  .header .logo:before {
    border-width: 110px 180px 0 280px;
    margin-left: -40px;
  }
}
@media (max-width: 991px) {
  .header .logo:after,
  .header .logo:before {
    border-width: 105px 220px 0 120px;
    left: 53%;
  }
}
.header .logo:before {
  border-width: 92px 160px 0 160px;
  border-color: rgba(0, 0, 1, 0.1) transparent transparent transparent;
}
@media (min-width: 992px) {
  .header .logo:before {
    border-width: 112px 180px 0 280px;
    margin-left: -40px;
  }
}
@media (max-width: 991px) {
  .header .logo:before {
    border-width: 105px 220px 0 120px;
    left: 53%;
  }
}
@media (max-width: 991px) {
  .header .logo {
    width: 280px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 992px) {
  .header .logo {
    padding: 15px 0 5px 0;
  }
  .header .logo img {
    height: 110px;
  }
  .header .logo:after,
  .header .logo:before {
    top: 80px;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Mainnav
/*-----------------------------------------------------------------------------------*/
.mainnav {
  position: absolute;
  margin: 0;
  right: 80px;
  letter-spacing: 0.04em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 400;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .mainnav {
    top: 22px;
  }
}
@media (max-width: 991px) {
  .mainnav {
    position: relative;
    top: 0;
    width: 100%;
    right: 0px;
  }
}
@media (max-width: 1199px) {
  .mainnav {
    right: 0px;
  }
}
/* flexnav style customization*/
.flexnav li a {
  background: transparent;
}
.flexnav ul li a {
  background: #46c2ff;
  color: #ffffff !important;
  font-size: 1em !important;
  text-transform: none;
}
.flexnav ul li ul li a {
  background: #0095df;
}
.flexnav ul li ul li ul li a {
  background: #ffffff;
}
.flexnav li a.nav-selected,
.flexnav li a.nav-path-selected {
  color: #0095df;
}
.flexnav ul li .nav-selected,
.flexnav ul li a.nav-path-selected {
  color: #fff;
  background: #0095df !important;
}
@media (min-width: 992px) {
  .flexnav li ul li a {
    color: #fff !important;
    background: #0095df;
    /*@flexnav-lv2-bgcolor*/
  }
  .flexnav li ul li a:hover {
    background: #0084c6 !important;
    color: #fff;
  }
  .flexnav li:hover a {
    color: #333333;
  }
  .flexnav li {
    margin-right: 5px;
    overflow: hidden;
  }
  .flexnav li:last-child {
    margin-right: 0;
  }
  .flexnav li a {
    color: #000000;
  }
  .flexnav li ul li ul li a {
    background: #0095df;
  }
}
@media (max-width: 991px) {
  .flexnav {
    display: none;
  }
  .flexnav-show {
    display: block;
  }
  .mobile-menu-button {
    position: absolute;
    top: 4px;
    left: 15px;
    bottom: 0;
    height: 40px;
    width: 22px;
    background-color: transparent;
  }
  .mobile-menu-button .icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #222222;
  }
  .mobile-menu-button .icon:before,
  .mobile-menu-button .icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
  }
  .mobile-menu-button .icon:before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .mobile-menu-button .icon:after {
    -ms-transform: translateY(6px);
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  body.has-active-menu .mobile-menu-button {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  body.has-active-menu .mobile-menu-button .icon {
    background-color: #222222;
    visibility: hidden;
  }
  body.has-active-menu .mobile-menu-button .icon:before,
  body.has-active-menu .mobile-menu-button .icon:after {
    visibility: visible;
  }
  body.has-active-menu .mobile-menu-button .icon:before {
    -webkit-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
  }
  body.has-active-menu .mobile-menu-button .icon:after {
    -webkit-transform: translate(0, 0) rotate(-45deg);
    -ms-transform: translate(0, 0) rotate(-45deg);
    transform: translate(0, 0) rotate(-45deg);
  }
  body.has-active-menu .header .mobile-menu-button,
  body.has-active-menu .header .flexnav {
    display: none !important;
  }
}
@media (max-width: 991px) {
  /*Sidebar Button*/
  .mobile-sidebar-button {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    height: 40px;
    width: 22px;
    background-color: transparent;
  }
  .mobile-sidebar-button .icon {
    /* icon created in CSS */
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 22px;
    height: 2px;
    background-color: #222222;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .mobile-sidebar-button .icon:before,
  .mobile-sidebar-button .icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #222222;
  }
  .mobile-sidebar-button .icon:before {
    -webkit-transform: translateY(-3px) rotate(30deg);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px) rotate(30deg);
  }
  .mobile-sidebar-button .icon:after {
    -ms-transform: translateY(3px) rotate(-30deg);
    -webkit-transform: translateY(3px) rotate(-30deg);
    transform: translateY(3px) rotate(-30deg);
  }
  body.has-active-menu .mobile-sidebar-button {
    top: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }
  body.has-active-menu .mobile-sidebar-button .icon {
    background-color: transparent;
  }
  body.has-active-menu .mobile-sidebar-button .icon:before {
    -webkit-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
    width: 100%;
  }
  body.has-active-menu .mobile-sidebar-button .icon:after {
    -ms-transform: translateY(0) rotate(-45deg);
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
    width: 100%;
  }
  body.has-active-menu .header .mobile-sidebar-button {
    display: none;
  }
}
/*-----------------------------------------------------------------------------------*/
/*  Servicenav
/*-----------------------------------------------------------------------------------*/
.servicenav-wrapper {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}
.servicenav {
  font-weight: 300;
  font-size: 14px;
  color: #6F7575;
  letter-spacing: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  /*ul li:last-child {padding-right: 0; border-right: 0;}*/
}
.servicenav ul {
  list-style-type: none;
}
.servicenav ul li {
  display: inline-block;
  padding: 0 15px 0 10px;
  border-right: 1px solid #6F7575;
  height: 14px;
  line-height: 14px;
}
.servicenav ul li:first-child {
  padding-left: 0px;
}
.servicenav a {
  color: #6F7575;
}
.servicenav a:hover {
  color: #6F7575;
  text-decoration: none;
}
/* Search Block*/
input.ccm-search-block-text {
  height: 30px;
  border-radius: 0 !important;
  margin: 0;
}
input.ccm-search-block-text:focus {
  outline: 0 !important;
  outline-style: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
input.ccm-search-block-submit {
  height: 30px;
  font-size: 0.9em;
  color: #f4f4f4;
  margin-top: -3px;
  background: #000000;
  border-radius: 0 !important;
  border-color: #000000;
}
input.ccm-search-block-submit:hover {
  background: #000000;
  color: #ffffff;
  border-color: #000000;
}
/*-----------------------------------------------------------------------------------*/
/*  o-wrapper
/*-----------------------------------------------------------------------------------*/
.o-wrapper {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: stretch;
  -ms-flex-pack: stretch;
  justify-content: stretch;
  min-height: 100vh;
  position: relative;
  width: 100%;
}
.ccm-toolbar-visible .o-wrapper {
  min-height: calc(100vh - 48px);
}
.ccm-page {
  /*-----------------------------------------------------------------------------------*/
  /*  Sections
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Sections Items
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Content Wrap
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  overwrite Container
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Redactor Styles
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Headerbild
  /*-----------------------------------------------------------------------------------*/
  /*Edge*/
  /*IE 10 + 11*/
  /*img without blueborder IE10*/
  /*-----------------------------------------------------------------------------------*/
  /*  Teaser
  /*-----------------------------------------------------------------------------------*/
  /*Naloo Teaser Bike && Naloo Slider Bike*/
  /*Teaser Bike Startseite*/
  /*Standard BOX Teaser*/
  /*-----------------------------------------------------------------------------------*/
  /*  Newsslider
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Newsslider
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  form
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  contact form
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------
  buttons
  -----------------------------------------------------------------------------------*/
  /*----------------------layout-button-classes----------------------*/
  /*----------------------layout-classes----------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*.wbox-button {
      border-radius: 20.5px;
      border:none;
      padding: 6px 10px 7px 20px;
      width: 145px;
      white-space: nowrap;
      background-color: rgba(57,57,57,0.40);
      transition: padding 0.6s;


  }
  .wbox-button:hover{
      padding-right: 80px;
      padding-left: 80px;
  }*/
  /*-----------------------------------------------------------------------------------*/
  /*  Slider & Headerbild
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Blog News Details
  /*-----------------------------------------------------------------------------------*/
  /*Kommentare*/
  /* Conversation */
  /*-----------------------------------------------------------------------------------*/
  /*  Package: Whale Grid Gallery
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Content > General
  /*-----------------------------------------------------------------------------------*/
  /*#mainnav>ul>li a[href$="/kontakt"] {
  display: none;
}*/
  /*Text Color*/
  /*-----------------------------------------------------------------------------------*/
  /* Location Manager
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /* addto any
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Content > 404 Page
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Page List Style
  /*-----------------------------------------------------------------------------------*/
  /*Page List Standard- und wbox_thumbnail_grid-Template */
  /*-----------------------------------------------------------------------------------*/
  /*  Pagination
  /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*  Forms
  /*-----------------------------------------------------------------------------------*/
  /*textarea.form-control {
  height: 80px;
}*/
}
.ccm-page .background-fill {
  background-color: #ffffff;
  padding: 60px 0;
}
.ccm-page .background-fill-1 {
  background-color: #0095df;
  padding: 60px 0;
}
.ccm-page .background-fill-1 h1,
.ccm-page .background-fill-1 h2,
.ccm-page .background-fill-1 .wbox-sub-lead,
.ccm-page .background-fill-1 p,
.ccm-page .background-fill-1 a {
  color: #ffffff;
}
.ccm-page .wbox-sections {
  position: relative;
  margin: 30px 0 10px 0;
}
@media (min-width: 992px) {
  .ccm-page .wbox-sections {
    margin: 60px 0 25px 0;
  }
}
.ccm-page .list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  /*item-align: stretch;*/
  position: relative;
  top: -120px;
  z-index: 300;
}
.ccm-page .list-item {
  /*  display: -ms-flexbox;
    display: flex; */
  margin: 15px 0;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.ccm-page .list-item:nth-child(1) {
  margin: 0;
}
.ccm-page .list-item:nth-child(3) {
  margin: 0;
}
@media all and (min-width: 992px) {
  .ccm-page .list-item {
    width: 31.33%;
    margin: 0 15px;
    /*padding: 5px 10px 5px 10px;*/
  }
  .ccm-page .list-item:nth-child(3) {
    /*padding: 5px 0 5px 20px;*/
    margin: 0;
  }
  .ccm-page .list-item:nth-child(1) {
    /*padding: 5px 20px 5px 0;*/
    margin: 0;
  }
}
@media all and (min-width: 1200px) {
  .ccm-page .list-item {
    width: 32.33%;
  }
  .ccm-page .list-item img {
    width: 100%;
  }
}
.ccm-page div.list div.ccm-area {
  width: 100%;
}
.ccm-page .list-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  padding: 1em;
  width: 100%;
}
.ccm-page .list-content p {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.ccm-page .simetric-blocks .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 45px;
}
@media screen and (max-width: 1199px) {
  .ccm-page .simetric-blocks .row {
    display: block;
    margin-bottom: 0;
  }
}
.ccm-page .simetric-col {
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ccm-page .nav-tabs > li > a {
  line-height: 26px;
}
.ccm-page .wbox-anchor + h2 {
  margin-top: 0;
}
.ccm-page select#orderStatus {
  z-index: 1000;
  position: relative;
  /* width: 75%; */
}
.ccm-page .wbox-content-wrap {
  padding: 0;
  padding-top: 100px;
  padding-bottom: 50px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 991px) {
  .ccm-page .wbox-content-wrap {
    padding-top: 60px;
    padding-bottom: 30px;
    overflow-x: hidden;
  }
}
@media (min-width: 992px) {
  .ccm-page .wbox-content-wrap > .container {
    margin-bottom: 0px;
  }
}
.ccm-page .wbox-content-wrap > .container {
  margin-top: 130px;
}
.ccm-page .wbox-content-wrap > .wbox-headerbild + .container {
  margin-top: 0;
}
.ccm-page.page-template-home .wbox-content-wrap > .container {
  margin-top: 30px;
}
@media (min-width: 1680px) {
  .ccm-page .container {
    width: 1320px;
  }
}
.ccm-page .wbox-pdf:before {
  content: '\f016';
  font-family: 'FontAwesome';
  padding-right: 8px;
  color: #222222;
}
.ccm-page .wbox-img-left {
  float: left;
  margin: 20px 20px 10px 0;
}
.ccm-page .wbox-img-right {
  float: right;
  margin: 20px 0 10px 20px;
}
.ccm-page .wbox-lead {
  font-weight: 400;
  line-height: 1.3em;
  font-size: 1.1em;
}
.ccm-page .wbox-lead-big {
  font-size: 48px;
  font-weight: 100;
  line-height: 54px;
  color: #0095df;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .ccm-page .wbox-lead-big {
    font-size: 38px;
    line-height: 44px;
  }
}
.ccm-page .wbox-img-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 20px 0 5px 0;
}
.ccm-page .wbox-img-inline img {
  max-width: 100%;
  height: auto;
  width: 200px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .ccm-page .wbox-img-inline img {
    margin-bottom: 15px;
  }
}
.ccm-page .wbox-headerbild-home {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*.to-bottom-icon {
    display: block;
    background-image: url('../../img/wbox-basic.png');
    width: 20px;
    height: 40px;
    position: absolute;
    bottom: 0;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%) rotate(-90deg);
    z-index: 100;
}*/
}
.ccm-page .wbox-headerbild-home .wbox-headerbild-bildwrapper {
  min-height: 77vh;
}
@media (min-width: 992px) {
  .ccm-page .wbox-headerbild-home .wbox-headerbild-bildwrapper {
    min-height: 70vh;
  }
}
.ccm-page .wbox-headerbild,
.ccm-page .wbox-headerbild-home {
  margin-bottom: 30px;
}
.ccm-page .wbox-headerbild-bildwrapper {
  min-height: 440px;
  max-height: 380px;
}
@media (max-width: 767px) {
  .ccm-page .wbox-headerbild-bildwrapper {
    min-height: 300px;
  }
}
.ccm-page .wbox-headerbild-bild {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 88%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 65% 88%, 0 100%);
}
.ccm-page .container-badge {
  margin-top: -120px;
  z-index: 500;
  position: relative;
}
.ccm-page .wbox-badge {
  float: right;
}
.ccm-page .wbox-badge img {
  width: 130px;
}
.ccm-page _:-ms-lang(x),
.ccm-page _:-webkit-full-screen,
.ccm-page .wbox-badge {
  position: relative;
  top: 50px;
}
.ccm-page _:-ms-lang(x),
.ccm-page .wbox-badge {
  position: relative;
  top: 50px;
}
.ccm-page a img {
  border: 0px;
}
.ccm-page .wbox-teaser-bike {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.ccm-page .wbox-teaser-bike .bike-content-wrap {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}
.ccm-page .wbox-teaser-bike .bike-content {
  position: relative;
}
.ccm-page .wbox-teaser-bike .bike-preis {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 1.4em;
}
.ccm-page .wbox-teaser-bike .bike-pfeil {
  background-image: url(/application/themes/wbox_naloobikes/img/doppelpfeil.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 45px;
  height: 25px;
  position: absolute;
  right: 20px;
  bottom: 15px;
  cursor: pointer;
}
.ccm-page .wbox-teaser-bike img {
  margin-bottom: 10px;
}
.ccm-page .wbox-teaser-bike .bike-content {
  padding: 15px 20px 60px 20px;
  background-color: #ffffff;
}
.ccm-page .bike-frame-size {
  font-size: 3.8em;
  font-weight: 600;
  padding: 20px 0 30px 0;
}
@media (max-width: 767px) {
  .ccm-page .wbox-teaser-bike {
    margin-bottom: 30px;
  }
}
.ccm-page .wbox-title-icon + .wbox-slider-bike {
  height: calc(100% - 88px);
}
.ccm-page .wbox-teaserimage-title {
  color: #000000;
}
.ccm-page a .wbox-teaserimage-contentwrap {
  color: #222222;
}
.ccm-page .section-full.bg-weiss .wbox-teaserimage {
  background-color: transparent;
}
.ccm-page .section-full .wbox-teaserimage .wbox-teaserimage-contentwrap {
  padding: 15px;
}
@media (min-width: 768px) {
  .ccm-page .wbox-teaserimg-min1 {
    min-height: 440px;
  }
  .ccm-page .wbox-teaserimg-min1 .wbox-teaserimage {
    min-height: 440px;
  }
  .ccm-page .wbox-teaserimg-min1fr {
    min-height: 440px;
  }
  .ccm-page .wbox-teaserimg-min1fr .wbox-teaserimage {
    min-height: 440px;
  }
}
.ccm-page .wbox-teaserimage-linktext {
  color: #0095df;
}
.ccm-page div .news-slider * {
  font-weight: 300 !important;
}
.ccm-page div .news-slider .ccm-block-page-list-title {
  color: #0095df;
  padding-top: 20px;
  padding-bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.ccm-page div .news-slider a {
  color: #0095df;
}
.ccm-page div.list h5 {
  font-size: 36px;
}
.ccm-page .bildconsole.bildconsole873 {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.ccm-page .manual-nav {
  width: 100%;
  height: auto;
  min-height: 200px;
  position: relative;
  padding: 30px 15px 25px 25px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
  box-shadow: 0 8px 20px 0 rgba(224, 224, 224, 0.5);
  border-radius: 3px;
}
.ccm-page .manual-nav h2 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  text-align: left;
  color: #000000;
}
.ccm-page .manual-nav ul {
  padding-top: 20px;
  padding-left: 0;
}
.ccm-page .manual-nav ul li {
  list-style: none;
  padding-left: 0;
  font-size: 20px;
}
.ccm-page .manual-nav ul li:before {
  content: none;
}
.ccm-page .manual-nav ul li a {
  color: #0095df;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 6px 14px 1px rgba(21, 21, 21, 0.12);
  box-shadow: 0px 6px 14px 1px rgba(21, 21, 21, 0.12);
  margin: 5px -15px 5px 5px;
  padding: 0px 8px 0px 14px;
  line-height: 40px;
  display: block;
  position: relative;
  -webkit-transition: background 0.6s linear;
  transition: background 0.6s linear;
}
.ccm-page .manual-nav ul li a:after {
  content: '';
  background: url(/application/themes/wbox_naloobikes/img/angle-arrow-o.png) no-repeat center;
  position: absolute;
  width: 16px;
  height: 100%;
  right: 10px;
}
.ccm-page .manual-nav ul li a:hover {
  background: #0095df;
  color: #fff;
}
.ccm-page .manual-nav ul li a:hover:after {
  background: url(/application/themes/wbox_naloobikes/img/angle-arrow-w.png) no-repeat center;
}
.ccm-page .button-wrapper {
  border: 2px solid #0095df;
  border-radius: 4px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background: #0095df;
  left: -5px;
  position: a;
  margin-left: -5px;
  z-index: 200;
  overflow: hidden;
}
.ccm-page .form-control.no-border.mail2 {
  z-index: 200;
  border-radius: 0px;
  border-left: 1px solid #333;
  height: 100%;
}
.ccm-page .name2 {
  height: 100%;
  border-radius: 4;
}
.ccm-page .in-one label {
  display: none;
}
.ccm-page .all-in-o {
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  z-index: 400;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ccm-page .all-in-o .form-control {
  border: none;
  height: 36px;
  background-color: #fff;
  box-shadow: inset 0px 0px 2px 0px #e4e4e4;
  -webkit-box-shadow: inset 0px 0px 2px 0px #e4e4e4;
}
.ccm-page .all-in-o .form-control:focus {
  box-shadow: inset 0px 0px 1px 0px #e4e4e4;
  -webkit-box-shadow: inset 0px 0px 1px 0px #e4e4e4;
}
.ccm-page .all-in-o > div:nth-of-type(1) {
  border-right: 1px solid #e2e2e2;
}
.ccm-page .all-in-o .form-group {
  margin-bottom: 0px !important;
}
.ccm-page .flex-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  border-radius: 4px;
}
.ccm-page .form-control.no-border {
  border: none;
}
.ccm-page .all-in-o .control-label {
  display: none !important;
}
@media (max-width: 480px) {
  .ccm-page .all-in-o {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 80%;
  }
  .ccm-page .all-in-o > div:nth-of-type(1) {
    border-right: none;
  }
  .ccm-page .button-wrapper {
    height: 100%;
    padding: 18px 0;
  }
}
.ccm-page .contact-form .btn {
  background-color: transparent;
}
.ccm-page .contact-form .btn:hover {
  color: #000;
}
.ccm-page .wbox-btn {
  display: block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  border: 1px solid #0095df;
  color: #ffffff !important;
  background-color: #0095df;
  border-radius: 0;
  width: auto;
  height: 48px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
}
.ccm-page .wbox-btn.standard {
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
  font-size: 20px;
  vertical-align: middle;
}
.ccm-page .wbox-btn-wrapper.center-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.ccm-page .wbox-levelup {
  display: block;
  margin: 10px 0 30px;
}
.ccm-page .background-is-bright .wbox-btn {
  padding-left: 40px;
  padding-right: 40px;
  border-color: #0095df;
  background-color: transparent;
  color: #0095df;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
}
.ccm-page .background-is-bright .wbox-btn a {
  color: #0095df;
}
.ccm-page .background-is-bright .wbox-btn:hover {
  color: #0095df !important;
  padding-left: 80px;
  padding-right: 80px;
}
.ccm-page .button-centered .wbox-btn {
  margin: 0 auto;
  display: table;
}
.ccm-page .button-centered .wbox-btn a {
  display: table-cell;
  vertical-align: middle;
}
.ccm-page .button-centered .wbox-btn:after {
  margin-top: 10px;
}
.ccm-page .background-is-bright .content h2 {
  color: #000;
  margin-top: 0;
  text-align: center;
}
.ccm-page .background-is-bright .content h3 {
  color: #0095df;
  font-weight: 200;
  font-size: 24px;
  line-height: 34px;
}
.ccm-page .wbox-button2 {
  border-radius: 30px;
  padding: 20px;
  border: 2px solid #0095df;
  position: relative;
  background-color: #fff;
  padding-left: 81.3px;
}
.ccm-page .button-icon-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -2.2px;
  height: 100%;
  background-color: #0095df;
  top: 0;
  width: 29.2%;
  border-radius: 30px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.ccm-page .button-icon-wrapper i {
  /*  padding-left: 10px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
  text-align: center;
  width: 100%;
}
.ccm-page .slidecontainer .wbox-btn.standard {
  background-color: #0095df;
  color: #fff;
  -webkit-font-smoothing: initial;
  -moz-osx-font-smoothing: initial;
}
.ccm-page .slidecontainer .wbox-btn.standard a {
  color: #fff;
}
.ccm-page .wbox-thumbnail-grid h3,
.ccm-page .wbox-blog h2 {
  font-size: 2em;
  color: #0095df;
  font-weight: 400;
}
.ccm-page .wbox-blogdetail-image {
  margin-top: 20px;
  margin-bottom: 48px;
}
.ccm-page ul.ccm-block-date-navigation-dates,
.ccm-page ul.ccm-block-page-list-pages {
  padding-left: 20px;
}
.ccm-page ul.ccm-block-date-navigation-dates li,
.ccm-page ul.ccm-block-page-list-pages li {
  list-style: disc;
  font-weight: 400;
}
.ccm-page ul.ccm-block-date-navigation-dates li::before,
.ccm-page ul.ccm-block-page-list-pages li::before {
  content: '';
  padding: 0;
}
.ccm-page .ccm-conversation-message-controls ul {
  display: none;
}
.ccm-page .ccm-conversation-message-controls ul li:before {
  content: '';
}
.ccm-page .ccm-conversation-message-form button.pull-right {
  float: none !important;
  margin-left: 0 !important;
}
.ccm-page div.ccm-conversation-message div.ccm-conversation-message-byline span.ccm-conversation-message-username {
  color: #0095df !important;
}
.ccm-page #cnvMessageBody {
  min-height: 160px;
}
.ccm-page .ccm-conversation-avatar {
  display: none;
}
.ccm-page .ccm-conversation-message {
  padding-left: 0 !important;
}
.ccm-page .whale-grid-gallery {
  margin-bottom: 50px;
}
.ccm-page .bg-grau {
  background-color: #d1d5d6;
}
.ccm-page .tc-first-brand-color {
  color: #0095df;
}
.ccm-page .bg-first-brand-color {
  background-color: #0095df;
}
.ccm-page .bg-first-brand-color h1,
.ccm-page .bg-first-brand-color h2,
.ccm-page .bg-first-brand-color h3,
.ccm-page .bg-first-brand-color h4,
.ccm-page .bg-first-brand-color p,
.ccm-page .bg-first-brand-color a {
  color: #ffffff;
}
.ccm-page .bg-first-brand-color a:hover {
  color: #e8e8e8;
}
.ccm-page .bg-first-brand-color h2,
.ccm-page .bg-first-brand-color h3 {
  font-size: 1.8em;
}
@media (min-width: 768px) {
  .ccm-page .bg-first-brand-color h2,
  .ccm-page .bg-first-brand-color h3 {
    font-size: 2.5em;
  }
}
.ccm-page .bg-first-brand-color .wbox-lead {
  text-transform: uppercase;
}
.ccm-page .tc-text-color {
  color: #222222 !important;
}
.ccm-page .bg-third-brand-color {
  background-color: #ffffff;
}
.ccm-page .padding {
  padding: 15px 20px 20px 20px;
}
.ccm-page .wbox-headerbild {
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ccm-page .wbox-content-header {
  margin-bottom: 20px;
}
.ccm-page .wbox-content-header h1 {
  margin-top: 68px;
}
.ccm-page .wbox-col-left > p,
.ccm-page .wbox-col-right > p,
.ccm-page .wbox-content-main p:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  .ccm-page .wbox-col-right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.ccm-page .wbox-content-wrap .table > thead > tr > th {
  border-top: none;
}
.ccm-page .wbox-content-wrap th {
  text-align: left;
}
.ccm-page .wbox-content-wrap td {
  font-size: 0.9em;
  text-align: left;
}
.ccm-page .wbox-content-wrap td:first-child {
  text-align: left;
}
.ccm-page table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  border: 0;
}
.ccm-page table > thead > tr > th,
.ccm-page table > tbody > tr > th,
.ccm-page table > tfoot > tr > th,
.ccm-page table > thead > tr > td,
.ccm-page table > tbody > tr > td,
.ccm-page table > tfoot > tr > td {
  padding: 8px 8px 8px 0;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
}
.ccm-page table tbody > tr:last-child {
  border-bottom: 1px solid #dddddd;
}
.ccm-page table > thead > tr > th {
  font-size: 1em;
  vertical-align: bottom;
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
}
.ccm-page table > thead > tr > td {
  border-bottom: 1px solid #979797;
  padding-bottom: 20px;
}
.ccm-page table > caption + thead > tr:first-child > th,
.ccm-page table > colgroup + thead > tr:first-child > th,
.ccm-page table > thead:first-child > tr:first-child > th,
.ccm-page table > caption + thead > tr:first-child > td,
.ccm-page table > colgroup + thead > tr:first-child > td,
.ccm-page table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ccm-page table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.ccm-page table table {
  background-color: #ffffff;
}
.ccm-page table p:first-child {
  margin: 0;
}
.ccm-page .wbox-content-main-col ul {
  padding-left: 16px;
}
.ccm-page #wbox-location-list .address > div.col-sm-6 img {
  max-height: 90px;
  width: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ccm-page #wbox-location-list .address > div.col-sm-6 {
  background: #ffff;
  padding: 10px;
  text-align: center;
  min-height: 100px;
  position: relative;
}
.ccm-page .table-location-manager td img {
  margin-right: 15px;
}
.ccm-page .linkswrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  margin-bottom: 38px;
}
.ccm-page .linkswrapper p {
  margin-top: 15px !important;
}
@media (max-width: 768px) {
  .ccm-page .linkswrapper p {
    margin-top: 0px !important;
  }
  .ccm-page .linkswrapper .a2a_default_style {
    margin-left: 0px;
    margin-top: 5px;
  }
}
.ccm-page .a2a_default_style {
  margin-left: 0px;
  margin-top: 5px;
}
.ccm-page .a2a_svg {
  width: 20px !important;
  height: 20px !important;
}
.ccm-page .page-not-found p {
  margin-top: 30px;
}
.ccm-page .wbox-thumbnail-grid div.ccm-block-page-list-page-entry-horizontal,
.ccm-page .wbox-thumbnail-grid div.ccm-block-page-list-page-entry {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .ccm-page .wbox-thumbnail-grid div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 220px;
  }
}
@media (max-width: 768px) {
  .ccm-page .wbox-thumbnail-grid div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 160px;
  }
}
.ccm-page .wbox-thumbnail-grid div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title {
  font-size: 1.5em;
  margin-bottom: 5px;
  font-weight: 400;
}
.ccm-page .wbox-thumbnail-grid div.ccm-block-page-list-page-entry-text div.ccm-block-page-list-title a:hover {
  text-decoration: none;
}
.ccm-page .wbox-thumbnail-grid .ccm-block-share-this-page {
  width: 100%;
  clear: both;
  margin-top: 25px;
}
.ccm-page .wbox-simple-list h3 {
  color: #000;
  float: left;
  margin-bottom: 15px;
}
.ccm-page .wbox-content-wrap .pagination {
  display: inline-block;
  margin: 20px 0;
  border-radius: 4px;
}
.ccm-page .wbox-content-wrap .pagination > li {
  display: inline !important;
}
.ccm-page .wbox-content-wrap .pagination > li:before {
  content: '';
}
.ccm-page .wbox-content-wrap .pagination > li:after {
  content: '';
  display: inline;
  height: auto;
}
.ccm-page .wbox-content-wrap .pagination > li:first-child > a,
.ccm-page .wbox-content-wrap .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.ccm-page .wbox-content-wrap .pagination > li:last-child > a,
.ccm-page .wbox-content-wrap .pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.ccm-page .wbox-content-wrap .pagination > li > a,
.ccm-page .wbox-content-wrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.ccm-page .wbox-content-wrap .pagination > li > a:hover,
.ccm-page .wbox-content-wrap .pagination > li > span:hover {
  background-color: #eeeeee;
}
.ccm-page .wbox-content-wrap .pagination > li.disabled > a,
.ccm-page .wbox-content-wrap .pagination > li.disabled > span {
  color: #ccc;
}
.ccm-page .wbox-content-wrap .pagination > li.disabled > a:hover,
.ccm-page .wbox-content-wrap .pagination > li.disabled > span:hover {
  background-color: #ffffff;
}
.ccm-page .wbox-content-wrap .pagination > .active > a,
.ccm-page .wbox-content-wrap .pagination > .active > span,
.ccm-page .wbox-content-wrap .pagination > .active > a:hover,
.ccm-page .wbox-content-wrap .pagination > .active > span:hover,
.ccm-page .wbox-content-wrap .pagination > .active > a:focus,
.ccm-page .wbox-content-wrap .pagination > .active > span:focus {
  background-color: #0095df;
  border-color: #0095df;
  color: #ffffff;
}
.ccm-page .wbox-content-wrap ul.pagination {
  padding-left: 0;
}
.ccm-page .form-control {
  height: 50px;
  border-radius: 0;
  border: none;
  box-shadow: inset 1px 1px 1px 0px #e4e4e4;
  -webkit-box-shadow: inset 1px 1px 1px 0px #e4e4e4;
  background-color: #fefefe;
}
.ccm-page .form-control:focus {
  box-shadow: inset 0px -2px 0px #f7f7f7;
  -webkit-box-shadow: inset 0px -2px 0px #f7f7f7;
}
/*-----------------------------------------------------------------------------------*/
/*  Page Types
/*-----------------------------------------------------------------------------------*/
.page-type-blog .wbox-content-main {
  margin-top: 68px;
}
/*-----------------------------------------------------------------------------------*/
/*  System
/*-----------------------------------------------------------------------------------*/
.ccm-notification-help-launcher {
  display: none;
}
/*-----------------------------------------------------------------------------------*/
/*  community_product
/*-----------------------------------------------------------------------------------*/
.hide-available-bubble .available-bubble {
  display: none;
}
.visually-hidden {
  display: none !important;
}
/*-----------------------------------------------------------------------------------*/
/*  Concrete Notification Box Close Icon
/*-----------------------------------------------------------------------------------*/
.ccm-notifications-box-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 24px !important;
  height: 24px !important;
  padding: 0.25em 0.25em !important;
  color: #000 !important;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center / 1em auto no-repeat;
  border: 0 !important;
  border-radius: 0.25rem !important;
  opacity: 0.5 !important;
}
/*-----------------------------------------------------------------------------------*/
/*  Bubble Info DE - manuelles HTML auf Home (Block)
/*-----------------------------------------------------------------------------------*/
.ccm-system-errors {
  background-color: rgba(255, 0, 0, 0.5);
  padding: 10px;
}
.ccm-system-errors .btn-close {
  background-color: rgba(255, 0, 0, 0.75);
  color: white;
  border: none;
  float: right;
}
.ccm-system-errors .btn-close:before {
  content: "x";
  font-size: 15px;
  font-weight: bold;
  padding: 2px 5px;
}
.authentication-type .col-sm-12 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .authentication-type .col-sm-3 {
    width: 33.333%;
  }
  .authentication-type .col-sm-9 {
    width: 66.666%;
  }
}
.authentication-type [class*='col-sm-'] {
  display: flex;
}
.authentication-type .text-end {
  justify-content: end;
}
.authentication-type .mb-3 {
  margin-bottom: 1rem;
}
/*-----------------------------------------------------------------------------------*/
/*	Sticky Footer
/*-----------------------------------------------------------------------------------*/
html {
  position: relative;
  min-height: 100%;
}
body {
  height: 100%;
}
.ccm-page {
  /*-----------------------------------------------------------------------------------*/
  /*  Theme Settings for naloobikes
    /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*	Theme Settings for Footer Items
    /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*	Login
    /*-----------------------------------------------------------------------------------*/
  /*-----------------------------------------------------------------------------------*/
  /*	Cookie Banner
    /*-----------------------------------------------------------------------------------*/
}
.ccm-page .wbox-footer {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  clear: both;
  width: 100%;
  color: #0095df;
  background: transparent;
  position: relative;
  left: 0;
  bottom: 0;
  padding: 0;
  font-size: 0.94em;
}
.ccm-page .wbox-footer .wbox-main-footer {
  padding: 25px 0;
}
.ccm-page .wbox-footer .wbox-manualnav {
  padding-left: 0;
}
.ccm-page .wbox-footer .wbox-manualnav li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px 0 10px;
  border-right: 1px solid #6F7575;
}
.ccm-page .wbox-footer .wbox-manualnav li:first-child {
  padding-left: 0;
}
.ccm-page .wbox-footer .wbox-manualnav li:last-child {
  border-right: none;
}
.ccm-page .wbox-footer h3 {
  text-align: left;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .ccm-page .wbox-content-wrap {
    /*  padding-bottom: @footer-height-lg;  bottom = footer height */
  }
  .ccm-page .wbox-footer {
    height: auto;
  }
}
@media (max-width: 991px) {
  .ccm-page .wbox-content-wrap {
    /*padding-bottom: @footer-height-md;  bottom = footer height */
  }
  .ccm-page .wbox-footer {
    height: auto;
  }
}
@media (max-width: 767px) {
  .ccm-page .wbox-content-wrap {
    /*   padding-bottom: @footer-height-sm;  bottom = footer height */
  }
  .ccm-page .wbox-footer {
    height: auto;
  }
}
@media (max-width: 540px) {
  .ccm-page .wbox-content-wrap {
    /*    padding-bottom: 560px;  bottom = footer height */
  }
  .ccm-page .wbox-footer {
    height: auto;
  }
}
@media (max-width: 480px) {
  .ccm-page .wbox-content-wrap {
    /*    padding-bottom: @footer-height-xs;  bottom = footer height */
  }
  .ccm-page .wbox-footer {
    height: auto;
  }
}
.ccm-page a.wbox-top-button {
  background-color: #0095df;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  padding: 1.2em;
  position: fixed;
  right: 1.5em;
  bottom: 120px;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.ccm-page .wbox-top-button:hover {
  opacity: 1;
  transition: 1s;
  text-decoration: none;
}
.ccm-page .wbox-top-button.wtb-is-visible {
  visibility: visible;
  opacity: 1;
}
.ccm-page .wbox-top-button.wtb-fade-out {
  opacity: .5;
}
.ccm-page .wbox-footer .container {
  height: 100%;
}
.ccm-page .wbox-sub-footer {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .ccm-page .wbox-sub-footer {
    height: 100px;
  }
}
.ccm-page .wbox-footer-address {
  width: 100%;
}
.ccm-page .wbox-footer-nav ul {
  padding: 0;
  margin: 0;
}
.ccm-page .wbox-footer-nav li {
  list-style-type: none;
  display: inline-block;
  padding: 0 7px;
}
.ccm-page .wbox-footer-nav li:first-child,
.ccm-page .wbox-footer-nav li:last-child {
  padding: 0;
}
.ccm-page .wbox-footer-nav a[href$="versand-zahlung"] {
  display: none;
}
.ccm-page .wbox-footer .ccm-block-social-links,
.ccm-page .wbox-footer .ccm-block-share-this-page {
  font-size: 1.5em;
}
.ccm-page p.copyright {
  color: #fff;
  font-size: 0.8em;
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .ccm-page .wbox-admin {
    position: fixed;
    bottom: 5px;
    right: 5px;
  }
  .ccm-page .wbox-admin .wbox-anmelden {
    visibility: hidden;
    font-size: 0.7em;
  }
  .ccm-page .wbox-admin:hover .wbox-anmelden {
    visibility: visible;
  }
  .ccm-page .wbox-anmelden a,
  .ccm-page .wbox-anmelden a:hover,
  .ccm-page .wbox-anmelden a:visited {
    color: #000000 !important;
  }
  .ccm-page .wbox-admin .wbox-user {
    font-size: 0.7em;
  }
}
@media (max-width: 768px) {
  .ccm-page .wbox-admin {
    display: none;
  }
}
.ccm-page .acc-popup .acc-popup__wrapper {
  background-color: #0095df !important;
}
.ccm-page .acc-popup .acc-popup__body .acc-popup__content p {
  color: white;
}
.ccm-page .acc-popup .acc-popup__body .acc-popup__content a {
  color: white;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.ccm-page .acc-popup .acc-popup__body .btn-primary.acc-btn-accept {
  background-color: #6AB23D;
}
.ccm-page .acc-popup .acc-popup__body .btn-primary.acc-btn-accept:hover {
  background-color: #5aa22d;
}
@media (min-width: 992px) {
  .ccm-page .acc-popup .acc-popup__body {
    flex-direction: row !important;
    justify-content: center;
  }
  .ccm-page .acc-popup .acc-popup__body .acc-popup__content {
    margin-right: 4rem;
  }
}
/* -----------------------------------------------------------------------------

  WRAPPER OBJECT
  
----------------------------------------------------------------------------- */
.o-wrapper {
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
/* -----------------------------------------------------------------------------

  SLIDE AND PUSH MENUS COMPONENT
  
----------------------------------------------------------------------------- */
/**
 * Menu overview.
 */
.c-menu {
  position: fixed;
  z-index: 200;
  background-color: #e7e7e7;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}
.c-menu__items {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Left and right menus
 *
 * Slide and push menus coming in from the left and right inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.
 */
/**
 * Common modifiers for left/right menus.
 */
.c-menu--slide-left,
.c-menu--slide-right,
.c-menu--push-left,
.c-menu--push-right {
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
}
@media all and (min-width: 480px) {
  .c-menu--slide-left,
  .c-menu--slide-right,
  .c-menu--push-left,
  .c-menu--push-right {
    width: 300px;
  }
}
.c-menu--slide-left .c-menu__item,
.c-menu--slide-right .c-menu__item,
.c-menu--push-left .c-menu__item,
.c-menu--push-right .c-menu__item {
  display: block;
  text-align: center;
  border-top: solid 1px #b5dbe9;
  border-bottom: solid 1px #3184a1;
}
.c-menu--slide-left .c-menu__item:first-child,
.c-menu--slide-right .c-menu__item:first-child,
.c-menu--push-left .c-menu__item:first-child,
.c-menu--push-right .c-menu__item:first-child {
  border-top: none;
}
.c-menu--slide-left .c-menu__item:last-child,
.c-menu--slide-right .c-menu__item:last-child,
.c-menu--push-left .c-menu__item:last-child,
.c-menu--push-right .c-menu__item:last-child {
  border-bottom: none;
}
.c-menu--slide-left .c-menu__link,
.c-menu--slide-right .c-menu__link,
.c-menu--push-left .c-menu__link,
.c-menu--push-right .c-menu__link {
  display: block;
  padding: 12px 24px;
  color: #fff;
}
/**
 * Slide/Push Menu Left.
 */
.c-menu--slide-left,
.c-menu--push-left {
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media all and (min-width: 480px) {
  .c-menu--slide-left,
  .c-menu--push-left {
    -webkit-transform: translateX(-480px);
    -ms-transform: translateX(-480px);
    transform: translateX(-480px);
  }
}
.c-menu--slide-left.is-active,
.c-menu--push-left.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/**
 * Slide/Push Menu Right.
 */
.c-menu--slide-right,
.c-menu--push-right {
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media all and (min-width: 480px) {
  .c-menu--slide-right,
  .c-menu--push-right {
    -webkit-transform: translateX(480px);
    -ms-transform: translateX(480px);
    transform: translateX(480px);
  }
}
.c-menu--slide-right.is-active,
.c-menu--push-right.is-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
/**
 * Top and bottom menus
 *
 * Slide and push menus coming in from the top and bottom inherit a lot of
 * common styles. We'll start each of them off by doing up the common styles
 * for each version, followed by individual styles.
 *
 * The various versions are governed by modifier classes.

/**
 * Common modifiers for top/bottom menus
 */
.c-menu--slide-top,
.c-menu--slide-bottom,
.c-menu--push-top,
.c-menu--push-bottom {
  vertical-align: middle;
  width: 100%;
  height: 60px;
  text-align: center;
  overflow-x: scroll;
}
.c-menu--slide-top .c-menu__items,
.c-menu--slide-bottom .c-menu__items,
.c-menu--push-top .c-menu__items,
.c-menu--push-bottom .c-menu__items {
  display: inline-block;
  text-align: center;
}
.c-menu--slide-top .c-menu__item,
.c-menu--slide-bottom .c-menu__item,
.c-menu--push-top .c-menu__item,
.c-menu--push-bottom .c-menu__item {
  display: inline-block;
  line-height: 60px;
}
.c-menu--slide-top .c-menu__link,
.c-menu--slide-bottom .c-menu__link,
.c-menu--push-top .c-menu__link,
.c-menu--push-bottom .c-menu__link {
  display: block;
  padding: 0 4px;
  color: #fff;
}
/**
 * Slide/Push Menu Top.
 */
.c-menu--slide-top,
.c-menu--push-top {
  top: 0;
  left: 0;
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
.c-menu--slide-top.is-active,
.c-menu--push-top.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/**
 * Slide/Push Menu Bottom.
 */
.c-menu--slide-bottom,
.c-menu--push-bottom {
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.c-menu--slide-bottom.is-active,
.c-menu--push-bottom.is-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
/**
 * Wrapper states.
 *
 * Various wrapper states occur depending on if a menu is pushing into view, in
 * which case, the wrapper has to be pushed by the respective distance.
 */
.o-wrapper.has-push-left {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
@media all and (min-width: 480px) {
  .o-wrapper.has-push-left {
    -webkit-transform: translateX(300px);
    -ms-transform: translateX(300px);
    transform: translateX(300px);
  }
}
.o-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
@media all and (min-width: 480px) {
  .o-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
.o-wrapper.has-push-top {
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
}
.o-wrapper.has-push-bottom {
  -webkit-transform: translateY(-60px);
  -ms-transform: translateY(-60px);
  transform: translateY(-60px);
}
/**
 * Body states.
 *
 * When a menu is active, we want to hide the overflows on the body to prevent
 * awkward document scrolling.
 */
body.has-active-menu {
  overflow: hidden;
}
/**
 * Close button resets.
 */
.c-menu__close:focus {
  outline: none;
}
/* -----------------------------------------------------------------------------

  MASK COMPONENT
  
----------------------------------------------------------------------------- */
.c-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}
.c-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/* -----------------------------------------------------------------------------

  BUTTONS
  
----------------------------------------------------------------------------- */
.c-buttons {
  margin-bottom: 48px;
  text-align: center;
}
.c-button {
  display: inline-block;
  margin: 4px;
  padding: 12px 24px;
  color: #67b5d1;
  background: none;
  font-size: 14px;
  border: solid 2px #000000;
  box-shadow: none;
  border-radius: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.c-button:focus {
  outline: none;
}
.c-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
/*-----------------------------------------------------------------------------------*/
/*  Custom WBox
/*-----------------------------------------------------------------------------------*/
/*  Slide-Push-Areas Container */
.slide-push-areas-container {
  margin-top: 54px;
  padding: 30px;
  position: relative;
}
.c-menu--push-left .slide-push-areas-container {
  padding: 0;
  height: calc(100% - 60px);
}
/*  Servicenavigation */
.mobile-servicenav {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  padding-top: 10px;
}
.mobile-servicenav ul {
  padding-left: 0;
  margin-bottom: 10px;
}
.mobile-servicenav li {
  list-style-type: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 8px 0;
}
.mobile-servicenav .country-flags-icon {
  display: inline-block;
}
.mobile-servicenav .country-flags-icon img {
  display: inline-block;
}
.mobile-servicenav .wbox-social {
  display: inline-block;
  margin-left: 0;
}
.mobile-servicenav .topnav {
  margin-top: 8px;
}
.mobile-servicenav .topnav a {
  color: #222222;
}
.mobile-servicenav .topnav .wbox-sprachumschalter a.lang-active.lang {
  color: #222222;
}
.mobile-servicenav .wbox-sprachumschalter a {
  color: #0095df !important;
}
/*Searchblock*/
.mobile-search {
  text-align: center;
}
/*-----------------------------------------------------------------------------------*/
/*	Shop Extra Styling Februar 2019
/*-----------------------------------------------------------------------------------*/
.global-shipping-info {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}
.country-ch .global-shipping-info {
  display: none;
}
.shipping-info {
  display: inline-block;
  width: 28px;
  height: 15px;
  background: transparent url(/application/themes/wbox_naloobikes/img/circle-i.svg) center center / 15px no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .shipping-info {
    width: 32px;
    height: 32px;
  }
}
.btn-wrapper {
  display: block;
  margin-top: 10px;
}
.btn-primary_händlerfinden {
  display: inline-block;
  background-color: #fff;
  color: #0095df;
  border-color: #0095df;
}
.btn-primary_händlerfinden:hover {
  color: #0073ac;
}
#store-enter-discount-trigger {
  display: none;
}
.store-product-list-price {
  font-weight: 700;
}
.store-product-list-price small {
  font-weight: 300;
  color: #585858;
}
.store-product-list-price.ch {
  display: none;
}
.country-ch .store-product-list-price.ch {
  display: block;
}
.store-product-list-price.eu {
  display: block;
}
.country-ch .store-product-list-price.eu {
  display: none;
}
/*.store-btn-more-details.wbox-button {
    background-color: #ddd;
    color: #656565;
}*/
.store-product-details h1 {
  font-size: 1.8em;
}
.store-product-details .store-product-price {
  font-weight: 700;
  font-size: 1.3em;
}
.store-product-details .store-product-price small {
  font-size: 65%;
  font-weight: 300;
}
.store-product-price.ch {
  display: none;
}
.country-ch .store-product-price.ch {
  display: block;
}
.store-product-price.eu {
  display: block;
}
.country-ch .store-product-price.eu {
  display: none;
}
.store-product-modal-price.ch {
  display: none;
}
.country-ch ~ .store-whiteout .store-product-modal-price.ch {
  display: block;
}
.store-product-modal-price.eu {
  display: block;
}
.country-ch ~ .store-whiteout .store-product-modal-price.eu {
  display: none;
}
.store-product-option-group.form-group.farbe {
  display: none;
}
.country-ch .store-product-option-group.form-group.farbe {
  display: block;
}
.product-bikedetails .store-product-quantity {
  display: none;
}
.country-ch .product-bikedetails .store-product-quantity {
  display: block;
}
.store-product-thumb.center-block {
  display: block;
}
.store-product-details-right {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 20px;
}
.store-product-quantity label {
  display: block;
  font-size: 65%;
  font-weight: 300;
  line-height: 1em;
}
.store-product-quantity input.store-product-qty {
  width: 80px;
  display: inline-block;
}
.store-product-additional-images {
  margin-top: 15px;
}
.store-product-additional-images .store-product-thumb {
  margin-right: 5px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .store-product-image {
    text-align: center;
  }
}
.store-aktions-badge {
  display: block;
  background: #c70000;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  left: 25px;
  color: white;
  font-size: 2em;
  font-weight: 300;
  text-align: center;
  line-height: 1.9em;
}
.store-product-modal-options {
  display: none;
}
.country-ch ~ .store-whiteout .store-product-modal-options {
  display: block;
}
.store-product-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.country-ch ~ .store-whiteout .store-product-button.eu {
  display: none;
}
.country-ch ~ .store-whiteout .store-btn-add-to-cart {
  display: none;
}
.store-btn-add-to-cart {
  display: none;
}
.country-ch .store-btn-add-to-cart {
  display: none;
}
.store-product-button.eu {
  display: block;
}
.country-ch .store-product-button.eu {
  display: none;
}
.store-product-breadcrumb {
  padding-bottom: 20px;
}
.store-product-breadcrumb ol.breadcrumb {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0.85em;
}
.store-product-breadcrumb ol.breadcrumb li {
  float: left;
  margin-right: 5px;
}
.store-product-breadcrumb ol.breadcrumb li:first-child {
  display: none;
}
.store-product-breadcrumb ol.breadcrumb li:after {
  content: '»';
  margin-left: 5px;
  color: #999;
}
.store-product-breadcrumb ol.breadcrumb li:last-child:after {
  content: '';
  display: none !important;
}
.store-products-related {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #f5f5f5;
  width: 100%;
}
tr.store-cart-item .store-cart-product-qty input {
  width: 65px !important;
}
a.store-btn-cart-list-remove,
a.store-btn-cart-list-remove:hover {
  color: white;
}
a.store-modal-exit {
  text-indent: -999em;
  width: 22px;
  height: 22px;
  top: 8px;
  right: 8px;
  z-index: 1;
}
a.store-modal-exit:before,
a.store-modal-exit:after {
  content: '';
  width: 21px;
  height: 1px;
  background-color: #222;
  transform: rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
}
a.store-modal-exit:after {
  transform: rotate(45deg);
}
ul.list-group li.list-group-item:before {
  content: '';
  display: none;
}
.store-discounts strong {
  margin-right: 5px;
}
#store-enter-discount-trigger:before {
  content: '\f02b';
  font-family: 'FontAwesome';
  color: #000000;
  margin-right: 5px;
}
body .store-cart-page-cart-links {
  overflow: visible;
}
body .store-whiteout {
  background: rgba(255, 255, 255, 0.75);
}
.list-group-item {
  list-style: none;
}
ul.store-checkout-totals-line-items {
  padding-left: 0;
}
@media (max-width: 768px) {
  .store-whiteout .store-cart-modal {
    top: 0;
    height: 100%;
    max-height: 100vh;
  }
  .store-btn-cart-modal-checkout {
    display: inline-block;
    float: none !important;
    margin-top: 15px;
    width: 150px;
  }
  tr.store-cart-page-cart-list-item {
    font-size: 0.8em;
  }
  .store-cart-list-product-qty input[type="number"] {
    width: 50px;
    padding: 6px;
  }
}
ul.store-checkout-totals-line-items {
  width: 100%;
}
li.store-line-item:before {
  content: '';
  display: none !important;
}
li.store-line-item.list-group-item {
  clear: both;
  line-height: 2em;
  list-style: none;
}
li.store-line-item.list-group-item strong {
  float: left;
}
li.store-line-item.list-group-item span {
  float: right;
}
.store-checkout-form-group-buttons {
  margin-top: 30px;
}
.store-checkout-cart-contents {
  padding-top: 10px;
}
@media (max-width: 992px) {
  .store-checkout-cart-contents {
    padding-top: 30px;
  }
}
.store-checkout-loginbox .store-box-wrap {
  padding: 30px 15px 15px 15px;
  background: #46c2ff;
  height: 100%;
}
.store-checkout-guestbox .store-box-wrap {
  padding: 30px 15px 15px 15px;
  background: #b7db5e;
  height: 100%;
}
@media (max-width: 768px) {
  .store-checkout-guestbox .store-box-wrap {
    margin-top: 15px;
  }
}
.store-checkout-form-group-body .row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media (max-width: 768px) {
  .store-checkout-form-group-body .row {
    display: block;
  }
}
.store-checkout-page .panel-heading {
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
  margin-bottom: 10px;
  color: #000000;
  font-weight: 700;
}
.store-checkout-page .panel-body {
  margin-bottom: 10px;
}
p.store-shipping-details-label {
  margin-bottom: 0;
  font-weight: 700;
}
#store-checkout-form-group-shipping-method::before,
#store-checkout-form-group-shipping::before,
#store-checkout-form-group-summary::before {
  display: block;
  content: " ";
  margin-top: -160px;
  height: 160px;
  visibility: hidden;
  pointer-events: none;
}
@media (max-width: 767px) {
  #store-checkout-form-group-shipping-method::before,
  #store-checkout-form-group-shipping::before,
  #store-checkout-form-group-summary::before {
    height: 80px;
    margin-top: -80px;
  }
}
.store-line-item.store-grand-total.list-group-item {
  text-transform: uppercase;
  font-weight: 700;
  border-top: 1px solid #ddd;
  width: 100%;
  display: inline-block;
}
input.store-btn-complete-order {
  background-color: #000000;
  border-color: #000000;
  color: white;
}
input.store-btn-complete-order:hover {
  background-color: #222222;
  border-color: #222222;
  color: white;
}
.store-checkout-cart-contents small {
  display: block;
}
.ccm-page .store-checkout-cart-contents .form-control {
  height: auto;
}
@media (max-width: 767px) {
  .store-btn-cart-list-remove {
    padding: 5px;
  }
  .cart-list-thumb img {
    width: 50px;
    height: auto;
  }
  .form-control {
    font-size: 16px;
  }
}
#store-checkout-form-group-other-attributes h2 {
  display: none;
}
#store-checkout-form-group-other-attributes .form-group > label {
  display: none;
}
#store-checkout-form-group-other-attributes .form-group label {
  font-weight: bold;
}
fieldset {
  border: none;
  margin: 25px 0;
  padding: 0;
}
.login-row .authentication-type hr {
  display: none;
}
.login-row .authentication-type .btn.btn-success {
  color: white !important;
  padding-top: 20px;
  padding-bottom: 20px;
  opacity: 1;
  transition: 0.3s all ease-in-out;
}
.login-row .authentication-type .btn.btn-success:hover {
  opacity: 0.9;
}
.login-row .authentication-type {
  padding-bottom: 50px;
}
.shoppingcart {
  display: none;
  width: 80px;
  height: 25px;
  position: absolute;
  top: 22px;
  right: 0;
}
@media (max-width: 991px) {
  .shoppingcart {
    top: 5px;
    right: 10px;
  }
}
.country-ch .shoppingcart {
  display: none;
}
.header.sticky .shoppingcart {
  top: 3px;
}
.store-items-in-cart {
  padding: 3px;
  border-radius: 20px;
  background: #c40000;
  color: white;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 14px;
  display: block;
  text-align: center;
  position: absolute;
  right: -5px;
  top: -5px;
  /*@media (max-width: @screen-xs-max) {
        right: 35px;
        top: 8px;
    }*/
}
.store-items-in-cart .store-items-counter {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.store-items-desc {
  font-size: 12px;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  color: #585858;
}
.store-items-desc:hover {
  color: #222;
}
@media (max-width: 767px) {
  .store-items-desc {
    display: none;
  }
}
.store-cart-empty .store-items-in-cart {
  display: none;
}
.store-cart-empty .store-cart-link {
  display: block !important;
}
.store-cart-link {
  display: block;
  width: 28px;
  height: 28px;
  background: transparent url(/application/themes/wbox_naloobikes/img/icon_cart.svg) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 767px) {
  .store-cart-link {
    width: 32px;
    height: 32px;
  }
}
.store-utility-links-login {
  float: left;
  display: inline;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .store-utility-links-login {
    top: 3px;
    left: 8px;
    position: relative;
  }
}
.store-utility-links-cart-link {
  float: right;
  display: inline;
}
.store-utility-links-checkout-link {
  float: left;
  display: inline;
}
.store-utility-links-login .icon-login {
  width: 28px;
  height: 28px;
  background: transparent url(/application/themes/wbox_naloobikes/img/icon_login.svg) no-repeat center center;
  display: block;
  z-index: 100;
}
.store-items-desclogin {
  font-size: 12px;
  color: #585858;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
}
.store-items-desclogin:hover {
  color: #222;
}
/*Kundenkonto Popup*/
.store-login ul {
  z-index: 52;
  visibility: hidden;
  position: absolute;
  list-style: none;
  padding: 0;
  color: #ffffff;
  width: 160px;
  left: -28px;
  margin-left: -50%;
  top: 35px;
  opacity: 0;
}
.store-login ul a {
  opacity: 0;
  padding: 8px;
  background-color: #0095df;
  color: #ffffff !important;
  text-align: center;
  height: auto;
  width: auto;
}
.store-login ul a:hover {
  background-color: #0084c6;
  background-image: none;
}
.store-login a {
  transition: all 0.2s ease-in-out;
}
.store-login .icon-login:hover + ul,
.store-login .icon-login + ul:hover,
.store-login .icon-login:hover + ul a,
.store-login .icon-login + ul:hover a {
  display: block;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .store-login ul {
    display: none !important;
  }
}
.shipping-info[data-tooltip]:before {
  width: 200px;
  font-weight: 300;
  margin-left: -100px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .shipping-info[data-tooltip]:before {
    margin-top: -15px;
  }
}
.shipping-info[data-tooltip]:after {
  margin-top: 5px;
}
@media (max-width: 767px) {
  .shipping-info[data-tooltip]:after {
    margin-top: -20px;
  }
}
/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 100;
  cursor: pointer;
}
/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}
/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  top: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -50px;
  padding: 7px;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  z-index: 90;
}
/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  top: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  margin-top: -5px;
  border-bottom: 5px solid #000;
  border-bottom: 5px solid rgba(51, 51, 51, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*Orders Bestellungen*/
/*.nav.nav-pills li:before, table li:before {
    display: none!important;
}*/
table ul {
  list-style-type: none;
}
/*Zubehör*/
.store-product-modal {
  height: 75vh;
  padding: 0 !important;
  width: 100vw !important;
}
.store-product-modal img {
  max-width: 100%;
}
@media (min-width: 1200px) {
  .store-product-modal img {
    max-width: 70%;
  }
}
.store-product-modal-overflow {
  position: absolute;
  overflow: auto;
  height: 100%;
  padding: 20px;
}
