@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* @import url(https://fonts.googleapis.com/css2?family=Poppins:300,400,500); */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

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

a {
  color: #ffffff;
  text-decoration: none;
}
a:hover, a:focus {
  color: #333333;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: #fff;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #dadada;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 400;
  line-height: 1.3;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #9f9f9f;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 22px;
  margin-bottom: 17.6px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 11px;
  margin-bottom: 17.6px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

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

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

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

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

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

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

p {
  margin: 0 0 17.6px;
}

.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}

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

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #9f9f9f;
}

.text-primary {
  color: #ffffff;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #e6e6e6;
}

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #ffffff;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #e6e6e6;
}

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

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

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

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

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

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

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

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #9f9f9f;
}

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #9f9f9f;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #9f9f9f;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "— ";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #9f9f9f;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: " —";
}

address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.428571429;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 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 {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 22px;
  font-size: 24px;
  line-height: inherit;
  color: #7d7d7d;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

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

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

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: thin dotted;
  outline: #fff;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #9f9f9f;
}

.form-control {
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  color: #9f9f9f;
  background-color: #fff;
  background-image: none;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #fafafa;
  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: 36px;
  }
  input[type=date].input-sm,
  .input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm > .input-group-btn > input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm > .input-group-btn > input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm > .input-group-btn > input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 33px;
  }
  input[type=date].input-lg,
  .input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg > .input-group-btn > input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg > .input-group-btn > input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg > .input-group-btn > input[type=month].btn,
  .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: 22px;
  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=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

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

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 38px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

.form-group-sm .form-control {
  height: 33px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 2px;
}
.form-group-sm select.form-control {
  height: 33px;
  line-height: 33px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 33px;
  min-height: 36px;
  padding: 6px 10px;
  font-size: 14px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 2px;
}
.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: 40px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 45px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .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 + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 33px;
  height: 33px;
  line-height: 33px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 27px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    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: 29px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@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: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 14px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.428571429;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: #fff;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #0063a3;
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-primary:focus, .btn-primary.focus {
  color: #0063a3;
  background-color: #e6e6e6;
  border-color: #b3b3b3;
}
.btn-primary:hover {
  color: #0063a3;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #0063a3;
  background-color: #e6e6e6;
  border-color: #d4d4d4;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #0063a3;
  background-color: #d4d4d4;
  border-color: #b3b3b3;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #ffffff;
  border-color: #f2f2f2;
}
.btn-primary .badge {
  color: #ffffff;
  background-color: #0063a3;
}

.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #449d48;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #3d8b40;
  border-color: #1e441f;
}
.btn-success:hover {
  color: #fff;
  background-color: #3d8b40;
  border-color: #327334;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #3d8b40;
  border-color: #327334;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #327334;
  border-color: #1e441f;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #4caf50;
  border-color: #449d48;
}
.btn-success .badge {
  color: #4caf50;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #1c549c;
  border-color: #184886;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #143d71;
  border-color: #050e1a;
}
.btn-info:hover {
  color: #fff;
  background-color: #143d71;
  border-color: #0f2c52;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #143d71;
  border-color: #0f2c52;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #0f2c52;
  border-color: #050e1a;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #1c549c;
  border-color: #184886;
}
.btn-info .badge {
  color: #1c549c;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffd500;
  border-color: #e6c000;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ccaa00;
  border-color: #665500;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ccaa00;
  border-color: #a88d00;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ccaa00;
  border-color: #a88d00;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #a88d00;
  border-color: #665500;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #ffd500;
  border-color: #e6c000;
}
.btn-warning .badge {
  color: #ffd500;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f32c1e;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #891008;
}
.btn-danger:hover {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #ea1c0d;
  border-color: #c8180b;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #c8180b;
  border-color: #891008;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #f44336;
  border-color: #f32c1e;
}
.btn-danger .badge {
  color: #f44336;
  background-color: #fff;
}

.btn-link {
  color: #ffffff;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #333333;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #c5c5c5;
  text-decoration: none;
}

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

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

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

.btn-block {
  display: block;
  width: 100%;
}

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

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

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

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  position: absolute;
  right: 15px;
  top: 10px;
}

.caret-up {
  border-bottom: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.caret-right {
  border-left: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 10px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 16px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #c5c5c5;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #c5c5c5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

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

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

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

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

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #9f9f9f;
  white-space: nowrap;
}

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

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

.dropdown-empty {
  display: block;
  padding: 3px 20px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #9f9f9f;
}

@media (min-width: 1200px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

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

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

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

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

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

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

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

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

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

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

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

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

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

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

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

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

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

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

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

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

.input-group-addon {
  padding: 6px 12px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  color: #9f9f9f;
  text-align: center;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 2px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 2px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

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

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

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

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

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #fafafa;
}
.nav > li.disabled > a {
  color: #c5c5c5;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #c5c5c5;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #fafafa;
  border-color: #ffffff;
}
.nav .nav-divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 2px 2px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #fafafa #fafafa #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #9f9f9f;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 2px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #333;
  background-color: #c5c5c5;
}

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

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

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

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

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

.navbar {
  position: relative;
  min-height: 70px;
  margin-bottom: 0;
  border: none;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 1200px) {
  .navbar {
    border-radius: 2px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 1200px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 90vh;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 1200px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 1200px) {
  .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: 24px 15px;
  font-size: 18px;
  line-height: 22px;
  height: 70px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 1200px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: left;
  margin-right: 0;
  padding: 15px;
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: transparent;
  background-image: none;
  border: none;
  height: 60px;
  margin: 0;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon {
  position: absolute !important;
  top: 0;
  left: 0;
  margin: 16px 13px;
  font-size: 24px;
  color: white;
}
.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: 1200px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 12px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 22px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 1200px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 17px;
  margin-bottom: 17px;
}
@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: 1199px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

.navbar-btn {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 18.5px;
  margin-bottom: 18.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 24px;
  margin-bottom: 24px;
}

.navbar-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1200px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 1199px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #ebebeb;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #ebebeb;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ebebeb;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 1199px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ebebeb;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ebebeb;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #ebebeb;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 22px 0;
  border-radius: 2px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #ffffff;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #333333;
  background-color: #fafafa;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #c5c5c5;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}

.label {
  display: inline-block;
  padding: 0.8em 0 0.9em;
  margin: 0 auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.2px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: text-top;
  border-radius: 32px;
  height: 32px;
  width: 127px;
  text-transform: uppercase;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
}

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

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

.label-success {
  background-color: #4caf50;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #3d8b40;
}

.label-info {
  background-color: #1c549c;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #143d71;
}

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

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

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #f44336;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #ffffff;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

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

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}
.alert h4 {
  margin-top: 10;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  background-color: #4caf50;
  border-color: #d6e9c6;
  color: white;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #e6e6e6;
}

.alert-info {
  background-color: #1c549c;
  border-color: #bce8f1;
  color: white;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #e6e6e6;
}

.alert-warning {
  background-color: #ffd500;
  border-color: #faebcc;
  color: white;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}

.alert-danger {
  background-color: #f44336;
  border-color: #ebccd1;
  color: white;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

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

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

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

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #fafafa;
  color: #c5c5c5;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #c5c5c5;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: white;
}

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

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

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

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

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

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: white;
  text-shadow: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.close:hover, .close:focus {
  color: white;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  font-weight: 400;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.87;
  filter: alpha(opacity=87);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 250px;
  padding: 5px 10px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border-radius: 2px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

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

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

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

.pull-right {
  float: right !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 {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.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: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (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: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/*
 You probably do not need to edit this at all.

 Add some SmartMenus required styles not covered in Bootstrap 3's default CSS.
 These are theme independent and should work with any Bootstrap 3 theme mod.
*/
/* sub menus arrows on desktop */
.navbar-nav:not(.sm-collapsible) ul .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}

.navbar-nav:not(.sm-collapsible) ul a.has-submenu {
  padding-right: 30px;
}

/* make sub menu arrows look like +/- buttons in collapsible mode */
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
  position: absolute;
  right: 0;
  margin: -3px 15px 0 0;
  padding: 0;
  width: 32px;
  height: 26px;
  line-height: 24px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
}

.navbar-nav.sm-collapsible .caret:before {
  content: "+";
  font-family: monospace;
  font-weight: bold;
}

.navbar-nav.sm-collapsible .open > a > .caret:before {
  content: "-";
}

.navbar-nav.sm-collapsible a.has-submenu {
  padding-right: 50px;
}

/* revert to Bootstrap's default carets in collapsible mode when the "data-sm-skip-collapsible-behavior" attribute is set to the ul.navbar-nav */
.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret, .navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] ul .caret {
  position: static;
  margin: 0 0 0 2px;
  padding: 0;
  width: 0;
  height: 0;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-bottom: 0;
  border-left: 4px solid transparent;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] .caret:before {
  content: "" !important;
}

.navbar-nav.sm-collapsible[data-sm-skip-collapsible-behavior] a.has-submenu {
  padding-right: 15px;
}

/* scrolling arrows for tall menus */
.navbar-nav span.scroll-up, .navbar-nav span.scroll-down {
  position: absolute;
  display: none;
  visibility: hidden;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.navbar-nav span.scroll-up-arrow, .navbar-nav span.scroll-down-arrow {
  position: absolute;
  top: -2px;
  left: 50%;
  margin-left: -8px;
  width: 0;
  height: 0;
  overflow: hidden;
  border-top: 7px dashed transparent;
  border-right: 7px dashed transparent;
  border-bottom: 7px solid;
  border-left: 7px dashed transparent;
}

.navbar-nav span.scroll-down-arrow {
  top: 6px;
  border-top: 7px solid;
  border-right: 7px dashed transparent;
  border-bottom: 7px dashed transparent;
  border-left: 7px dashed transparent;
}

/* add more indentation for 2+ level sub in collapsible mode - Bootstrap normally supports just 1 level sub menus */
.navbar-nav.sm-collapsible ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul .dropdown-menu .dropdown-header {
  padding-left: 35px;
}

.navbar-nav.sm-collapsible ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul .dropdown-menu .dropdown-header {
  padding-left: 45px;
}

.navbar-nav.sm-collapsible ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 55px;
}

.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu > li > a,
.navbar-nav.sm-collapsible ul ul ul ul .dropdown-menu .dropdown-header {
  padding-left: 65px;
}

/* fix SmartMenus sub menus auto width (subMenusMinWidth and subMenusMaxWidth options) */
.navbar-nav .dropdown-menu > li > a {
  white-space: normal;
}

.navbar-nav ul.sm-nowrap > li > a {
  white-space: nowrap;
}

.navbar-nav.sm-collapsible ul.sm-nowrap > li > a {
  white-space: normal;
}

/* fix .navbar-right subs alignment */
.navbar-right ul.dropdown-menu {
  left: 0;
  right: auto;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2?v=2.0.0") format("woff2"), url("../fonts/MaterialIcons-Regular.woff?v=2.0.0") format("woff"), url("../fonts/MaterialIcons-Regular.ttf?v=2.0.0") format("truetype");
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px; /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: "liga";
          font-feature-settings: "liga";
}

.icon, .breadcrumb > li + li:before {
  display: inline-block;
  font-family: "Material Icons";
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-size: inherit;
  font-style: normal;
  font-weight: normal;
  height: 1em;
  letter-spacing: normal;
  line-height: 1;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  text-transform: none;
  vertical-align: -16%;
  white-space: nowrap;
  width: 1em;
  word-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-lg {
  font-size: 1.4em;
  vertical-align: -20%;
}

@media only screen and (min--moz-device-pixel-ratio: 0) {
  .icon-lg {
    vertical-align: -26%;
  }
}
.waves-button,
.waves-circle {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.waves-effect {
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: transparent;
}

.waves-effect .waves-ripple {
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.3) 40%, rgba(0, 0, 0, 0.4) 50%, rgba(255, 255, 255, 0) 60%);
  border-radius: 50%;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  -webkit-transform: scale(0) translate(0, 0);
  -ms-transform: scale(0) translate(0, 0);
      transform: scale(0) translate(0, 0);
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 100px;
}

.waves-effect.waves-light .waves-ripple {
  background-color: rgba(255, 255, 255, 0.4);
  background-image: radial-gradient(rgba(255, 255, 255, 0.1) 0, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 60%);
}

.waves-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fade.in {
  opacity: 1;
}

.btn {
  background-color: #0063a3;
  background-image: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  border: 1px solid #ffffff;
  border-radius: 10px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
  max-width: 100%;
  padding: 8px 16px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}

.btn:active, .btn:focus, .btn:hover {
  color: #0063a3;
  outline: 0;
  text-decoration: none;
}

.btn:after {
  background-color: rgba(154, 154, 154, 0.18);
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.btn:active:after, .btn:focus:after {
  opacity: 1;
}

.btn.waves-attach:after {
  display: none;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: not-allowed;
  opacity: 0.78;
}

.btn.disabled:after, .btn[disabled]:after, fieldset[disabled] .btn:after {
  display: none;
}

.btn.disabled .waves-ripple, .btn[disabled] .waves-ripple, fieldset[disabled] .btn .waves-ripple {
  display: none;
}

.btn-brand {
  background-color: #3f51b5;
  color: white;
}

.btn-brand:active, .btn-brand:focus, .btn-brand:hover {
  color: white;
}

.btn-brand-accent {
  background-color: #ff4081;
  color: white;
}

.btn-brand-accent:active, .btn-brand-accent:focus, .btn-brand-accent:hover {
  color: white;
}

.btn-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.btn-green:active, .btn-green:focus, .btn-green:hover {
  color: rgba(0, 0, 0, 0.87);
}

.btn-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.btn-orange:active, .btn-orange:focus, .btn-orange:hover {
  color: rgba(0, 0, 0, 0.87);
}

.btn-red {
  background-color: #f44336;
  color: white;
}

.btn-red:active, .btn-red:focus, .btn-red:hover {
  color: white;
}

.btn-block {
  display: block;
  white-space: normal;
  width: 100%;
}

.btn-flat {
  color: #ffffff !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-flat:after {
  background-color: rgba(154, 154, 154, 0.21);
  -webkit-box-shadow: none;
          box-shadow: none;
  display: block !important;
}

.btn-flat:active:after, .btn-flat:focus:after, .btn-flat:hover:after {
  opacity: 0.5;
}

.btn-flat:not(.waves-attach):active:after {
  opacity: 1;
}

.btn-flat.disabled, .btn-flat[disabled], fieldset[disabled] .btn-flat {
  background-color: transparent !important;
}

.btn-flat.btn-brand {
  color: #3f51b5;
}

.btn-flat.btn-brand[disabled], fieldset[disabled] .btn-flat.btn-brand {
  color: #7986cb;
}

.btn-flat.btn-brand-accent {
  color: #ff4081;
}

.btn-flat.btn-brand-accent[disabled], fieldset[disabled] .btn-flat.btn-brand-accent {
  color: #ff80ab;
}

.btn-flat.btn-green {
  color: #4caf50;
}

.btn-flat.btn-green[disabled], fieldset[disabled] .btn-flat.btn-green {
  color: #81c784;
}

.btn-flat.btn-orange {
  color: #ff9800;
}

.btn-flat.btn-orange[disabled], fieldset[disabled] .btn-flat.btn-orange {
  color: #ffb74d;
}

.btn-flat.btn-red {
  color: #f44336;
}

.btn-flat.btn-red[disabled], fieldset[disabled] .btn-flat.btn-red {
  color: #e57373;
}

.btn-flat-text {
  color: #ffffff !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.btn-flat-text:hover {
  text-decoration: underline;
}

.btn-flat-text:after {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  display: block !important;
}

.btn-flat-text:active:after, .btn-flat-text:focus:after, .btn-flat-text:hover:after {
  opacity: 0;
}

.btn-flat-text .icon {
  font-size: 18px;
}

.fbtn {
  background-color: #cccccc;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.1);
  clear: both;
  color: white;
  cursor: pointer;
  display: block;
  font-size: 20px;
  height: 56px;
  margin: 12px 5px;
  padding: 18px 0;
  position: relative;
  text-align: center;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  width: 56px;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.fbtn:active, .fbtn:focus, .fbtn:hover {
  color: white;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
}

.fbtn:after {
  border-radius: 50%;
  -webkit-box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 9px rgba(0, 0, 0, 0.15);
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

.fbtn:active:after {
  opacity: 1;
}

.fbtn-brand {
  background-color: #3f51b5;
  color: white;
}

.fbtn-brand:active, .fbtn-brand:focus, .fbtn-brand:hover {
  background-color: #3f51b5;
  color: white;
}

.fbtn-brand-accent {
  background-color: #ff4081;
  color: white;
}

.fbtn-brand-accent:active, .fbtn-brand-accent:focus, .fbtn-brand-accent:hover {
  background-color: #ff4081;
  color: white;
}

.fbtn-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.fbtn-green:active, .fbtn-green:focus, .fbtn-green:hover {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.fbtn-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.fbtn-orange:active, .fbtn-orange:focus, .fbtn-orange:hover {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.fbtn-red {
  background-color: #f44336;
  color: white;
}

.fbtn-red:active, .fbtn-red:focus, .fbtn-red:hover {
  background-color: #f44336;
  color: white;
}

.fbtn-lg {
  height: 56px;
  padding-top: 18px;
  padding-bottom: 18px;
  width: 56px;
}

.fbtn-lg .fbtn-sub {
  top: 18px;
}

.fbtn-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  right: 16px;
  bottom: 12px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
      transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 21;
}

.fbtn-dropdown {
  position: absolute;
  bottom: 100%;
  left: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0s 0.3s;
  transition: -webkit-transform 0s 0.3s;
  transition: transform 0s 0.3s;
  transition: transform 0s 0.3s, -webkit-transform 0s 0.3s;
  width: 100%;
}

.fbtn-inner.open .fbtn-dropdown {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: none;
  transition: none;
}

.fbtn-dropdown .fbtn {
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
}

.fbtn-inner.open .fbtn-dropdown .fbtn {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}

.fbtn-inner {
  position: relative;
}

.fbtn-ori,
.fbtn-sub {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fbtn-ori.icon, .breadcrumb > li + li.fbtn-ori:before,
.fbtn-sub.icon,
.breadcrumb > li + li.fbtn-sub:before {
  vertical-align: bottom;
}

.fbtn-inner.open .fbtn-ori {
  opacity: 0;
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
}

.fbtn-rotate {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.fbtn-inner.open .fbtn-rotate {
  -webkit-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
      transform: rotate(225deg);
}

.fbtn-sub {
  margin-left: -10px;
  opacity: 0;
  position: absolute;
  top: 10px;
  left: 50%;
  text-align: center;
  -webkit-transform: rotate(-225deg);
  -ms-transform: rotate(-225deg);
      transform: rotate(-225deg);
  width: 20px;
}

.fbtn-inner.open .fbtn-sub {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
      transform: rotate(0);
}

.fbtn-text {
  background-color: rgba(0, 0, 0, 0.87);
  border-radius: 2px;
  color: #ffffff;
  display: none;
  font-size: 12px;
  line-height: 20px;
  margin-top: -12px;
  margin-right: 16px;
  padding: 2px 8px;
  position: absolute;
  top: 50%;
  right: 100%;
  white-space: nowrap;
}

.fbtn-inner.open .fbtn-text {
  display: block;
}

html.no-touchevents .fbtn-text {
  display: block;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s 0.3s;
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0s 0.3s, -webkit-transform 0s 0.3s;
}

html.no-touchevents .fbtn:hover > .fbtn-text {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.fbtn-wave {
  border-radius: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#backTop {
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: -50px;
  right: 50%;
  margin-right: -20px;
}

#filterBtn {
  height: 40px;
  width: 40px;
  margin: 0;
  padding: 10px 0;
  font-size: 20px;
  line-height: 1;
  position: fixed;
  top: 73px;
  right: 13px;
  z-index: 999;
  background-color: #ffffff;
}

@media (min-width: 768px) {
  #backTop {
    height: 56px;
    width: 56px;
    margin: 12px 5px;
    padding: 11px 0;
    font-size: 2em;
    top: -72px;
    right: 15px;
  }
}
@media (min-width: 992px) {
  #filterBtn {
    display: none !important;
  }
}
.card {
  padding: 0px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease-out 0.1s;
  transition: all 0.3s ease-out 0.1s;
  position: relative;
  text-align: center;
  color: #7d7d7d;
}
.card blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.card:hover {
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.card[href]:focus, .card[href]:hover {
  text-decoration: none;
}

.card-wrap .card {
  margin-top: 0;
}

.card-brand {
  background-color: #3f51b5;
  color: white;
}

.card-brand a,
.card-brand a:focus,
.card-brand a:hover {
  color: inherit;
}

.card-brand-accent {
  background-color: #ff4081;
  color: white;
}

.card-brand-accent a,
.card-brand-accent a:focus,
.card-brand-accent a:hover {
  color: inherit;
}

.card-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.card-green a,
.card-green a:focus,
.card-green a:hover {
  color: inherit;
}

.card-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.card-orange a,
.card-orange a:focus,
.card-orange a:hover {
  color: inherit;
}

.card-red {
  background-color: #f44336;
  color: white;
}

.card-red a,
.card-red a:focus,
.card-red a:hover {
  color: inherit;
}

.card-action, .tile-action {
  min-height: 48px;
  position: relative;
}

.card-action:after, .tile-action:after, .card-action:before, .tile-action:before {
  content: "";
  display: table;
  line-height: 0;
}

.card-action:after, .tile-action:after {
  clear: both;
}

.card-action:first-child, .tile-action:first-child {
  border-top: 0;
}

.card-action-btn, .tile-footer-btn {
  margin: 6px 8px;
  white-space: nowrap;
}

.card-action-btn .btn + .btn, .tile-footer-btn .btn + .btn {
  margin-left: 8px;
}

.card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.card-header:last-child {
  border-bottom: 0;
}

.card-header-side, .tile-side {
  min-width: 0;
  padding-top: 18px;
  padding-bottom: 18px;
}

.card-header-side.pull-left, .pull-left.tile-side {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-left: 16px;
}

.card-header-side.pull-right, .pull-right.tile-side {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 16px;
}

.card-heading {
  display: block;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #333;
  font-size: 20px;
  line-height: 1.3;
}

.card-header .card-heading {
  margin-top: 0;
  margin-bottom: 0;
}

.card-img {
  display: block;
  position: relative;
}

.card-img:first-child {
  border-radius: 2px 2px 0 0;
}

.card-img:last-child {
  border-radius: 0 0 2px 2px;
}

.card-img img {
  display: block;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.card-img-heading {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  color: #ffffff;
  font-size: 20px;
  margin: 0;
  padding: 12px 16px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.card-img-label {
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  height: 32px;
}

.card-inner {
  margin: 0;
  min-width: 0;
  position: relative;
}

.card-header .card-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.card-main {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.card-side {
  background-color: white;
  border-radius: 2px 0 0 2px;
  max-width: 33.33333%;
  padding-right: 15px;
  padding-left: 15px;
}

.card-side[href] {
  color: inherit;
}

.card-side[href]:focus, .card-side[href]:hover {
  text-decoration: none;
}

.card-side.card-side-img {
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
}

.card-side.pull-right {
  border-radius: 0 2px 2px 0;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.card-brand .card-side {
  background-color: #303f9f;
  color: white;
}

.card-brand-accent .card-side {
  background-color: #f50057;
  color: white;
}

.card-green .card-side {
  background-color: #388e3c;
  color: white;
}

.card-orange .card-side {
  background-color: #f57c00;
  color: rgba(0, 0, 0, 0.87);
}

.card-red .card-side {
  background-color: #d32f2f;
  color: white;
}

.card-wrap {
  margin-top: 24px;
  margin-bottom: -24px;
}

.card-wrap:after, .card-wrap:before {
  content: "";
  display: table;
  line-height: 0;
}

.card-wrap:after {
  clear: both;
}

.card-filter {
  margin-bottom: 15px;
}

.card-filter .card-inner {
  margin: 0;
  text-align: left;
}

.card-filter .card-inner p, .card-filter .card-inner .form-group {
  margin: 10px 22px 22px;
  font-size: 14px;
}

.card-filter .card-action-btn a {
  display: block;
  text-align: left;
  padding: 8px 13px;
}

.card-filter .card-action-btn a .caret {
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top-color: -moz-use-text-color;
  border-top-style: dashed;
  border-top-width: 4px;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  position: absolute;
  right: 13px;
  top: 15px;
  vertical-align: middle;
  width: 0;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
}

.card-filter .card-action-btn a .caret-close {
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: dashed;
  border-bottom-width: 4px;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: 0px;
}

.btn-filter-back {
  margin: 20px 0 30px;
}

.cardTeaser .card-inner {
  min-height: 100px;
}

.cardTeaser .card-heading {
  margin-top: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
  line-height: 1;
}

.cardTeaser .card-heading .icon {
  font-size: 24px;
  margin-right: 5px;
}

.cardNews .card-inner {
  min-height: 230px;
}

.cardNews .card-inner p {
  margin: 0 0 11px;
}

.cardNews .card-img img {
  border-radius: 2px 2px 0 0;
}

.cardNews .card-inner p.card-heading {
  margin-top: 30px;
}

.cardNews .card-date {
  font-size: 14px;
}

.cardNews.cardNewsFull .card-img img {
  border-radius: 2px;
}

.cardNews.cardNewsSide .card-side-img.pull-left img {
  border-radius: 2px 0 0 2px;
}

.cardNews.cardNewsSide .card-side-img.pull-right img {
  border-radius: 0 2px 2px 0;
}

.cardNews.cardNewsSide .card-inner .label {
  margin-top: 10px;
}

.cardNews.cardNewsSide .card-inner .card-heading {
  margin-top: 15px;
}

.cardNews.cardNewsSide .card-side {
  max-width: 50%;
  padding-right: 0;
  padding-left: 0;
}

.cardNews.cardNewsSide .card-main .card-action {
  position: absolute;
  bottom: 0;
}

.cardNews.cardNewsSide .card-main .card-action {
  bottom: 0;
  width: 50%;
}

@media (max-width: 376px) {
  .cardNews.cardNewsSide {
    display: block;
  }
  .cardNews.cardNewsSide .card-side {
    border-radius: 2px 2px 0 0 !important;
    max-width: 100%;
    width: 100%;
  }
  .cardNews.cardNewsSide .card-side-img.pull-left img, .cardNews.cardNewsSide .card-side-img.pull-right img {
    border-radius: 2px 2px 0 0;
  }
  .cardNews.cardNewsSide .card-main {
    min-width: 100%;
    display: block;
    clear: both;
  }
  .cardNews.cardNewsSide .card-main .card-inner {
    padding-top: 10px;
    padding-bottom: 60px;
  }
  .cardNews.cardNewsSide .card-main .card-action {
    width: 100%;
  }
}
.cardProduct .card-inner {
  min-height: auto;
}

.cardProduct .card-inner p {
  margin: 0 0 11px;
}

.cardProduct .card-inner p.card-heading {
  margin-top: 30px;
  height: auto;
}

.cardProduct .card-img a {
  display: block;
  padding: 16px;
}

.cardProduct .card-text {
  height: auto;
}

.cardProduct .card-status {
  font-size: 12px;
  height: 18px;
}

.cardProduct .card-status .icon {
  font-size: 16px;
}

.cardProduct .card-price {
  font-size: 20px;
  color: #333;
  height: auto;
}

.cardProduct .card-price span {
  display: block;
}

.cardCourse {
  margin-bottom: 15px;
}

.cardCourse .card-inner {
  text-align: left;
  margin-left: 10px;
}

.cardCourse .card-inner p {
  margin: 0 0 20px;
}

.cardCourse .card-inner p.card-heading {
  margin-top: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.cardCourse .card-side.card-side-img {
  padding: 20px 0 20px 20px;
}

.cardCourse .card-side.card-side-btn {
  padding: 20px 20px 20px 5px;
}

.cardCourse .card-side.card-side-btn .btn {
  margin-top: 5px;
}

.cardFiliale .card-img, .cardFiliale .card-inner {
  text-align: left;
  text-decoration: none;
}

.cardFiliale .card-main {
  padding: 10px;
}

.cardFiliale .card-inner {
  margin: 10px 10px 0;
}

.cardFiliale .card-inner p {
  margin: 0 0 11px;
}

.cardFiliale .card-img img {
  width: 165px;
  height: 75px;
  margin-left: 0;
  margin-right: 0;
}

.cardFiliale .card-inner .list-unstyled {
  color: #9f9f9f;
}

.cardFiliale .card-inner a {
  color: #333;
  margin-right: 5px;
}

.cardFiliale .card-inner a .icon {
  color: #9f9f9f;
}

.cardFiliale .card-inner a:hover, .cardFiliale .card-inner a:hover .icon {
  color: #ffffff;
  text-decoration: none;
}

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

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

.cardTab {
  margin-top: 30px;
}

.cardTab .card-inner {
  margin: 30px;
}

.cardTab .card-inner .btn {
  display: block;
  width: 100%;
}

.cardTab .card-inner .form-group-label .form-control {
  color: #333;
}

.cardTab .card-inner .row .form-group-label {
  margin-top: 0;
  margin-bottom: 0;
}

.cardPayment {
  text-align: left;
  color: #333;
}

@media (min-width: 768px) {
  .cardNews .card-inner {
    min-height: 250px;
  }
  .cardProduct .card-inner {
    min-height: 320px;
  }
  .cardProduct .card-inner p.card-heading {
    height: 78px;
  }
  .cardProduct .card-text {
    height: 137px;
  }
  .cardFotostudio .card-inner {
    min-height: 140px;
  }
  .cardTab {
    margin-top: 50px;
  }
  .cardTab .card-inner {
    margin: 60px;
  }
}
@media (min-width: 1200px) {
  .cardNews .card-inner {
    min-height: 230px;
  }
  .cardProduct .card-inner {
    min-height: 270px;
  }
  .cardProduct .card-inner p.card-heading {
    height: 52px;
  }
  .cardProduct .card-text {
    height: 115px;
  }
  .cardProduct .card-status {
    height: 18px;
  }
  .cardProduct .card-price {
    height: 49px;
  }
}
.checkbox,
.radiobtn {
  display: block;
  position: relative;
}

.form-group .checkbox, .form-group .radiobtn {
  margin-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.checkbox label,
.radiobtn label {
  cursor: pointer;
  margin: 0;
  min-height: 14px;
  padding-left: 25px;
  font-weight: normal;
}

.checkbox.disabled label, fieldset[disabled] .checkbox label,
.radiobtn.disabled label, fieldset[disabled] .radiobtn label {
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
}

.checkbox input[type=checkbox],
.radiobtn input[type=radio] {
  margin-left: -20px;
  position: absolute;
}

.checkbox-inline,
.radiobtn-inline {
  display: inline-block;
  margin-right: 16px;
}

.form {
  margin-top: 24px;
  margin-bottom: 24px;
}

.form-control, .picker__select--month,
.picker__select--year {
  background-color: transparent;
  background-image: none;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0;
  color: inherit;
  display: block;
  font-size: 14px;
  height: 36px;
  line-height: 20px;
  padding: 8px 0 7px;
  width: 100%;
}

.form-control:-ms-input-placeholder, .picker__select--month:-ms-input-placeholder,
.picker__select--year:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.form-control::-moz-placeholder, .picker__select--month::-moz-placeholder,
.picker__select--year::-moz-placeholder {
  color: rgba(0, 0, 0, 0.38);
  opacity: 1;
}

.form-control::-webkit-input-placeholder, .picker__select--month::-webkit-input-placeholder,
.picker__select--year::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}

.form-control:focus, .picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.12);
  border-bottom-width: 2px;
  outline: 0;
  padding-bottom: 6px;
}

.form-control[disabled], [disabled].picker__select--month,
[disabled].picker__select--year, .form-control[readonly], [readonly].picker__select--month,
[readonly].picker__select--year, fieldset[disabled] .form-control, fieldset[disabled] .picker__select--month,
fieldset[disabled] .picker__select--year {
  border-style: dashed;
  color: rgba(0, 0, 0, 0.38);
  cursor: not-allowed;
  opacity: 1;
}

.form-control.form-control-inline, .form-control-inline.picker__select--month,
.form-control-inline.picker__select--year {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.form-control.form-control-default, .form-control-default.picker__select--month,
.form-control-default.picker__select--year {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 7px 8px;
}

.form-control.form-control-default:focus, .form-control-default.picker__select--month:focus,
.form-control-default.picker__select--year:focus {
  border: 1px solid #ffffff;
  padding: 7px 8px;
}

.form-control.form-control-default[disabled], .form-control-default[disabled].picker__select--month,
.form-control-default[disabled].picker__select--year, .form-control.form-control-default[readonly], .form-control-default[readonly].picker__select--month,
.form-control-default[readonly].picker__select--year, fieldset[disabled] .form-control.form-control-default, fieldset[disabled] .form-control-default.picker__select--month,
fieldset[disabled] .form-control-default.picker__select--year {
  background-color: rgba(154, 154, 154, 0.18);
}

.form-group-brand .form-control, .form-group-brand .picker__select--month,
.form-group-brand .picker__select--year,
.form-group-brand .form-control:focus,
.form-group-brand .picker__select--month:focus,
.form-group-brand .picker__select--year:focus {
  border-color: #3f51b5;
}

.form-group-brand-accent .form-control, .form-group-brand-accent .picker__select--month,
.form-group-brand-accent .picker__select--year,
.form-group-brand-accent .form-control:focus,
.form-group-brand-accent .picker__select--month:focus,
.form-group-brand-accent .picker__select--year:focus {
  border-color: #ffffff;
}

.form-group-green .form-control, .form-group-green .picker__select--month,
.form-group-green .picker__select--year,
.form-group-green .form-control:focus,
.form-group-green .picker__select--month:focus,
.form-group-green .picker__select--year:focus {
  border-color: #4caf50;
}

.form-group-orange .form-control, .form-group-orange .picker__select--month,
.form-group-orange .picker__select--year,
.form-group-orange .form-control:focus,
.form-group-orange .picker__select--month:focus,
.form-group-orange .picker__select--year:focus {
  border-color: #ff9800;
}

.form-group-red .form-control, .form-group-red .picker__select--month,
.form-group-red .picker__select--year,
.form-group-red .form-control:focus,
.form-group-red .picker__select--month:focus,
.form-group-red .picker__select--year:focus {
  border-color: #f44336;
}

input[type=color].form-control-default {
  min-width: 38px;
}

select.form-control, select.picker__select--month,
select.picker__select--year {
  -webkit-appearance: none;
  -moz-appearance: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 0), (min--moz-device-pixel-ratio: 0) {
  select.form-control, select.picker__select--month,
  select.picker__select--year {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo1ODZCNTU1QkIxQkUxMUU1OEYzRkZEMkE1Q0Y3MDFBNyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo1ODZCNTU1Q0IxQkUxMUU1OEYzRkZEMkE1Q0Y3MDFBNyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjU4NkI1NTU5QjFCRTExRTU4RjNGRkQyQTVDRjcwMUE3IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjU4NkI1NTVBQjFCRTExRTU4RjNGRkQyQTVDRjcwMUE3Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+TozEogAAAGxJREFUeNrs1DEOgDAIheHH4XpqDocdiInYVqA6mEBC2P5vg0QEXw4VUMCPACJq/bSXuty7bAEosIuwAhgBuwjrYgVkkTPuAaLIJe4FvMgtHgGekGE8CsyQaTwDWGQZzwIwAEJAPbsC0nMIMADa5XjRmvnODAAAAABJRU5ErkJggg==);
    background-position: 100% 11px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
    padding-right: 20px;
  }
  select.form-control[multiple], select[multiple].picker__select--month,
  select[multiple].picker__select--year, select.form-control[size], select[size].picker__select--month,
  select[size].picker__select--year {
    background-image: none;
    padding-right: 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 0), (min--moz-device-pixel-ratio: 0) {
  select.form-control-default {
    background-position: calc(100% - 8px) 11px;
    padding-right: 28px !important;
  }
  select.form-control-default[multiple], select.form-control-default[size] {
    padding-right: 8px !important;
  }
}
textarea.form-control, textarea.picker__select--month,
textarea.picker__select--year {
  height: auto;
}

.form-control-static {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 7px;
}

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

.form-group {
  margin-top: 24px;
  margin-bottom: 24px;
}

legend + .form-group {
  margin-top: 0;
}

.form-help {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin-top: 8px;
  margin-bottom: 12px;
  position: relative;
}

.form-help-icon {
  position: absolute;
  top: 4px;
  right: 0;
}

.form-help-msg {
  padding-right: 1.28571em;
}

.form-label {
  display: block;
}

@media only screen and (min-width: 480px) {
  [class*=col-xs] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media only screen and (min-width: 768px) {
  [class*=col-sm] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
  [class*=col-md] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}
@media only screen and (min-width: 1440px) {
  [class*=col-lg] > .form-label {
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: right;
  }
}
.form-group-brand .form-label {
  color: #3f51b5;
}

.form-group-brand-accent .form-label {
  color: #ffffff;
}

.form-group-green .form-label {
  color: #4caf50;
}

.form-group-orange .form-label {
  color: #ff9800;
}

.form-group-red .form-label {
  color: #f44336;
}

.checkbox-adv,
.radiobtn-adv {
  font-size: 14px;
  line-height: 20px;
}

[class*=checkbox-circle],
[class*=radiobtn-circle] {
  display: block;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
}

[class*=radiobtn-circle] {
  border-radius: 50%;
}

.checkbox-circle,
.radiobtn-circle {
  border: 2px solid #9f9f9f;
  -webkit-transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

input[type=checkbox]:focus ~ .checkbox-circle {
  border-color: rgba(0, 0, 0, 0.87);
}

fieldset[disabled] input[type=checkbox] ~ .checkbox-circle, input[type=checkbox][disabled] ~ .checkbox-circle, .checkbox-adv.disabled input[type=checkbox] ~ .checkbox-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

input[type=radio]:focus ~ .radiobtn-circle {
  border-color: rgba(0, 0, 0, 0.87);
  background-color: #ffffff;
}

input[type=radio]:checked ~ .radiobtn-circle {
  border-color: #ffffff;
  background-color: #ffffff;
}

fieldset[disabled] input[type=radio] ~ .radiobtn-circle, input[type=radio][disabled] ~ .radiobtn-circle, .radiobtn-adv.disabled input[type=radio] ~ .radiobtn-circle {
  border-color: rgba(0, 0, 0, 0.38);
}

fieldset[disabled] input[type=radio]:checked ~ .radiobtn-circle, input[type=radio]:checked[disabled] ~ .radiobtn-circle, .radiobtn-adv.disabled input[type=radio]:checked ~ .radiobtn-circle {
  border-color: #ff80ab;
}

.checkbox-circle-check,
.radiobtn-circle-check {
  background-color: transparent;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox-circle-check:after, .checkbox-circle-check:before,
.radiobtn-circle-check:after,
.radiobtn-circle-check:before {
  background-color: #ffffff;
  border-radius: 50%;
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
}

.checkbox-circle-check:after,
.radiobtn-circle-check:after {
  height: 70px;
  top: -28px;
  left: -28px;
  width: 70px;
}

.checkbox-circle-check:before,
.radiobtn-circle-check:before {
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
}

input[type=checkbox]:checked ~ .checkbox-circle-check {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
}

input[type=checkbox]:checked ~ .checkbox-circle-check:after {
  -webkit-animation: circle-check 0.6s;
  animation: circle-check 0.6s;
}

fieldset[disabled] .checkbox-circle-check, input[type=checkbox][disabled] ~ .checkbox-circle-check, .checkbox-adv.disabled .checkbox-circle-check {
  display: none;
}

input[type=radio]:checked ~ .radiobtn-circle-check {
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
}

input[type=radio]:checked ~ .radiobtn-circle-check:after {
  -webkit-animation: circle-check 0.6s;
  animation: circle-check 0.6s;
}

input[type=radio]:checked ~ .radiobtn-circle-check:before {
  opacity: 1;
}

fieldset[disabled] .radiobtn-circle-check:after, fieldset[disabled] .radiobtn-circle-check:before, input[type=radio][disabled] ~ .radiobtn-circle-check:after, input[type=radio][disabled] ~ .radiobtn-circle-check:before, .radiobtn-adv.disabled .radiobtn-circle-check:after, .radiobtn-adv.disabled .radiobtn-circle-check:before {
  display: none;
}

fieldset[disabled] input[type=radio]:checked ~ .radiobtn-circle-check, input[type=radio]:checked[disabled] ~ .radiobtn-circle-check, .radiobtn-adv.disabled input[type=radio]:checked ~ .radiobtn-circle-check {
  background-color: #ff80ab;
}

.checkbox-circle-icon {
  background-color: #ffffff;
  color: white;
  opacity: 0;
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
      transform: scale(0.5, 0.5);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.checkbox-circle-icon:before {
  top: auto;
}

input[type=checkbox]:checked ~ .checkbox-circle-icon {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}

fieldset[disabled] input[type=checkbox]:checked ~ .checkbox-circle-icon, input[type=checkbox]:checked[disabled] ~ .checkbox-circle-icon, .checkbox-adv.disabled input[type=checkbox]:checked ~ .checkbox-circle-icon {
  background-color: #ff7faa;
}

@-webkit-keyframes circle-check {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle-check {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0.25;
  }
  100% {
    opacity: 0;
  }
}
.access-hide {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.access-hide.focusable:active, .access-hide.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.access-hide, .waves-wrap, svg:not(:root) {
  overflow-x: hidden;
  overflow-y: hidden;
}

.floating-label {
  color: rgba(0, 0, 0, 0.38);
  cursor: text;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 11px;
  left: 0;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
      transform-origin: 0 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color, -webkit-transform;
  transition-property: color, transform;
  transition-property: color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.form-group-label [class*=col-] .floating-label {
  left: 16px;
}

.form-group-label.control-focus .floating-label, .form-group-label.control-highlight .floating-label {
  -webkit-transform: scale(0.85714, 0.85714) translateY(-27px);
  -ms-transform: scale(0.85714, 0.85714) translateY(-27px);
      transform: scale(0.85714, 0.85714) translateY(-27px);
}

.form-group-label.control-focus .floating-label {
  color: #9f9f9f;
  font-weight: 400;
}

.form-group-label {
  margin-top: 36px;
  margin-bottom: 36px;
  position: relative;
}

.form-group-label .form-control, .form-group-label .picker__select--month,
.form-group-label .picker__select--year {
  position: relative;
  z-index: 1;
}

.form-group-label .form-control:-ms-input-placeholder, .form-group-label .picker__select--month:-ms-input-placeholder,
.form-group-label .picker__select--year:-ms-input-placeholder {
  color: transparent;
}

.form-group-label .form-control::-moz-placeholder, .form-group-label .picker__select--month::-moz-placeholder,
.form-group-label .picker__select--year::-moz-placeholder {
  color: transparent;
  opacity: 1;
}

.form-group-label .form-control::-webkit-input-placeholder, .form-group-label .picker__select--month::-webkit-input-placeholder,
.form-group-label .picker__select--year::-webkit-input-placeholder {
  color: transparent;
}

legend + .form-group-label {
  margin-top: 12px;
}

.form-group-label.form-group-brand .floating-label {
  color: #3f51b5;
}

.form-group-label.form-group-brand-accent .floating-label {
  color: #9f9f9f;
}

.form-group-label.form-group-green .floating-label {
  color: #4caf50;
}

.form-group-label.form-group-orange .floating-label {
  color: #ff9800;
}

.form-group-label.form-group-red .floating-label {
  color: #f44336;
}

.form-icon-label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  height: 35px;
  width: 35px;
  font-size: 1.5em;
  line-height: 1.428571429;
  color: #9f9f9f;
  text-align: right;
}

.form-icon-label:hover {
  cursor: pointer !important;
  color: #ffffff;
}

.switch {
  position: relative;
}

.switch.checkbox label, .switch.radiobtn label {
  padding-left: 40.5px;
}

.switch-toggle {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  height: 12px;
  margin-right: 8px;
  position: relative;
  -webkit-transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  vertical-align: middle;
  width: 32.5px;
}

.switch-toggle:after, .switch-toggle:before {
  border-radius: 50%;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  top: -4px;
  left: 0;
  width: 20px;
}

.switch-toggle:after {
  -webkit-box-shadow: 0 0 0 12.5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 12.5px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.switch-toggle:active:after {
  opacity: 1;
}

.switch-toggle:before {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.25);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

input[type=checkbox]:checked + .switch-toggle, input[type=radio]:checked + .switch-toggle {
  background-color: rgba(28, 84, 156, 0.25);
}

input[type=checkbox]:checked + .switch-toggle:after, input[type=checkbox]:checked + .switch-toggle:before, input[type=radio]:checked + .switch-toggle:after, input[type=radio]:checked + .switch-toggle:before {
  -webkit-transform: translateX(12.5px);
  -ms-transform: translateX(12.5px);
      transform: translateX(12.5px);
}

input[type=checkbox]:checked + .switch-toggle:before, input[type=radio]:checked + .switch-toggle:before {
  background-color: #ffffff;
}

input[type=checkbox]:checked + .switch-toggle:active:after, input[type=radio]:checked + .switch-toggle:active:after {
  -webkit-box-shadow: 0 0 0 12.5px rgba(28, 84, 156, 0.25);
          box-shadow: 0 0 0 12.5px rgba(28, 84, 156, 0.25);
}

.checkbox.switch .switch-toggle, .radiobtn.switch .switch-toggle {
  position: absolute;
  top: 4px;
  left: 0;
}

input[type=checkbox]:checked + .switch-toggle-brand, input[type=radio]:checked + .switch-toggle-brand {
  background-color: rgba(63, 81, 181, 0.5);
}

input[type=checkbox]:checked + .switch-toggle-brand:before, input[type=radio]:checked + .switch-toggle-brand:before {
  background-color: #3f51b5;
}

input[type=checkbox]:checked + .switch-toggle-brand:active:after, input[type=radio]:checked + .switch-toggle-brand:active:after {
  -webkit-box-shadow: 0 0 0 12.5px rgba(63, 81, 181, 0.25);
          box-shadow: 0 0 0 12.5px rgba(63, 81, 181, 0.25);
}

input[type=checkbox]:checked + .switch-toggle-green, input[type=radio]:checked + .switch-toggle-green {
  background-color: rgba(76, 175, 80, 0.5);
}

input[type=checkbox]:checked + .switch-toggle-green:before, input[type=radio]:checked + .switch-toggle-green:before {
  background-color: #4caf50;
}

input[type=checkbox]:checked + .switch-toggle-green:active:after, input[type=radio]:checked + .switch-toggle-green:active:after {
  -webkit-box-shadow: 0 0 0 12.5px rgba(76, 175, 80, 0.25);
          box-shadow: 0 0 0 12.5px rgba(76, 175, 80, 0.25);
}

input[type=checkbox]:checked + .switch-toggle-orange, input[type=radio]:checked + .switch-toggle-orange {
  background-color: rgba(255, 152, 0, 0.5);
}

input[type=checkbox]:checked + .switch-toggle-orange:before, input[type=radio]:checked + .switch-toggle-orange:before {
  background-color: #ff9800;
}

input[type=checkbox]:checked + .switch-toggle-orange:active:after, input[type=radio]:checked + .switch-toggle-orange:active:after {
  -webkit-box-shadow: 0 0 0 12.5px rgba(255, 152, 0, 0.25);
          box-shadow: 0 0 0 12.5px rgba(255, 152, 0, 0.25);
}

input[type=checkbox]:checked + .switch-toggle-red, input[type=radio]:checked + .switch-toggle-red {
  background-color: rgba(244, 67, 54, 0.5);
}

input[type=checkbox]:checked + .switch-toggle-red:before, input[type=radio]:checked + .switch-toggle-red:before {
  background-color: #f44336;
}

input[type=checkbox]:checked + .switch-toggle-red:active:after, input[type=radio]:checked + .switch-toggle-red:active:after {
  -webkit-box-shadow: 0 0 0 12.5px rgba(244, 67, 54, 0.25);
          box-shadow: 0 0 0 12.5px rgba(244, 67, 54, 0.25);
}

.textarea-autosize {
  min-height: 36px;
  overflow-x: hidden;
}

.modal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  overflow: hidden;
  outline: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1074;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-backdrop {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1073;
}

.modal-backdrop.fade.in {
  opacity: 0.54;
}

.menu ~ .modal-backdrop {
  z-index: 1072;
}

.menu ~ .modal-backdrop.in {
  opacity: 0.54;
}

.modal-close {
  color: #9f9f9f;
  cursor: pointer;
  display: block;
  float: right;
  font-size: 20px;
  line-height: 28px;
  margin-right: -8px;
  padding-right: 8px;
  padding-left: 8px;
}

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

.modal-content {
  background-clip: padding-box;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 30px rgba(0, 0, 0, 0.5);
  outline: 0;
  position: relative;
}

.modal-dialog {
  margin: 48px 16px;
  position: relative;
}

.modal-dialog.modal-full {
  height: 100%;
  height: calc(100% - 96px);
}

.modal-dialog.modal-full .modal-content {
  height: 100%;
}

.modal.fade .modal-dialog {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
      transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.modal.fade.in .modal-dialog {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
      transform: scale(1, 1);
}

@media only screen and (min-width: 480px) {
  .modal-dialog.modal-xs {
    margin-right: auto;
    margin-left: auto;
    width: 448px;
  }
}
@media only screen and (min-width: 992px) {
  .modal-dialog {
    margin-right: auto;
    margin-left: auto;
    width: 960px;
  }
}
@media only screen and (min-width: 1440px) {
  .modal-dialog {
    width: 1408px;
  }
}
.modal-footer {
  padding-right: 20px;
  padding-left: 20px;
}

.modal-footer .btn + .btn {
  margin-right: 15px;
}

.modal-footer .text-right .btn + .btn {
  margin-right: auto;
  margin-left: 15px;
}

.modal-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.modal-inner {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  color: #9f9f9f;
}

.modal-open {
  overflow: hidden;
}

.modal-title {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-right: 30px;
  margin-bottom: 20px;
}

.modal-va-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.modal-va-middle .modal-dialog {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media only screen and (min-width: 480px) {
  .modal-va-middle .modal-dialog.modal-xs {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media only screen and (min-width: 992px) {
  .modal-va-middle .modal-dialog {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
.modal-va-middle-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fbtn-container ~ .snackbar {
  right: 72px;
}

.snackbar {
  bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.snackbar {
  position: fixed;
  right: 0;
  z-index: 41;
}

.progress-circular-left, .snackbar, .stepper-horiz .stepper::before {
  left: 0;
}

.snackbar-inner {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  padding: 12px 16px;
  -webkit-transform: translate(0, 200%);
  -ms-transform: translate(0, 200%);
      transform: translate(0, 200%);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.snackbar-inner a {
  color: white;
  text-decoration: underline;
}

.snackbar-inner a .icon {
  font-size: 18px;
  text-decoration: none !important;
  padding: 2px 0 3px;
}

.snackbar-inner a:hover, .snackbar-inner a:hover .icon {
  color: #333;
}

.snackbar-inner:after, .snackbar-inner:before {
  content: "";
  display: table;
  line-height: 0;
}

.snackbar-inner:after {
  clear: both;
}

.snackbar-inner.in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
}

@media only screen and (min-width: 768px) {
  .snackbar {
    bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .snackbar-inner {
    border-radius: 2px;
    float: left;
  }
}
.snackbar-text {
  overflow: hidden;
}

[data-dismiss=snackbar] {
  cursor: pointer;
  float: right;
  font-weight: 500;
  margin-left: 16px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.stepper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: hidden;
  padding: 24px 24px;
  position: relative;
}

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

.stepper-horiz .stepper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  background-color: #ffffff;
}

.stepper-horiz .stepper:after, .stepper-horiz .stepper:before {
  border-top: 1px solid #dadada;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
}

.stepper-horiz .stepper:after {
  right: 0;
}

.stepper-horiz .stepper:before {
  left: 0;
}

.stepper-horiz .stepper:first-child:before, .stepper-horiz .stepper:last-child:after {
  display: none;
}

.stepper-horiz-alt .stepper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.stepper-horiz-alt .stepper:after, .stepper-horiz-alt .stepper:before {
  top: 38px;
  width: calc(50% - 18px);
}

.stepper-vert .stepper:after, .stepper-vert .stepper:before {
  border-left: 1px solid #dadada;
  content: "";
  display: block;
  position: absolute;
  left: 34px;
}

.stepper-vert .stepper:after {
  top: 52px;
  bottom: 0;
}

.stepper-vert .stepper:before {
  height: 16px;
  top: 0;
}

.stepper-vert .stepper:first-child:before, .stepper-vert .stepper:last-child:after {
  display: none;
}

.stepper-control {
  cursor: pointer;
}

.stepper-horiz {
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.stepper-horiz:before {
  border-top: 1px solid #dadada;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  left: 24px;
}

.stepper-horiz-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
}

.stepper-horiz-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stepper-step {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  position: relative;
  text-align: center;
  width: 30px;
}

.stepper-step:before {
  background-color: #c5c5c5;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.stepper.active .stepper-step:before, .stepper.done .stepper-step:before {
  background-color: #ffffff;
}

.stepper-step-icon {
  color: #ffffff;
  display: none;
  position: relative;
}

.stepper.done .stepper-step-icon {
  display: inline-block;
}

.stepper-step-num {
  color: #9f9f9f;
  display: inline-block;
  position: relative;
}

.stepper.active .stepper-step-num {
  color: white;
}

.stepper.done .stepper-step-num {
  display: none;
}

.stepper-text {
  color: #9f9f9f;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin-left: 8px;
  position: relative;
  text-transform: uppercase;
}

.stepper-horiz-alt .stepper-text {
  margin-top: 12px;
  margin-left: 0;
}

.stepper.active .stepper-text {
  color: #333;
  font-weight: 500;
}

.stepper-vert .stepper-text {
  padding-top: 3px;
}

.stepper-text-sub {
  font-weight: 400;
}

.stepper-vert {
  background-color: #ffffff;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
}

.stepper-vert-content {
  border-left: 1px solid #dadada;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 34px;
  padding-right: 24px;
  padding-left: 18px;
  position: relative;
}

.stepper-vert-content:after, .stepper-vert-content:before {
  content: "";
  display: table;
  line-height: 0;
}

.stepper-vert-content:after {
  clear: both;
}

.stepper-vert-content > :first-child {
  margin-top: 0;
}

@media (max-width: 767px) {
  .stepper-text {
    display: none;
  }
  .stepper {
    padding: 18px 18px;
  }
  .stepper-horiz-alt .stepper:after, .stepper-horiz-alt .stepper:before {
    top: 32px;
  }
}
.tab-nav {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.12);
  margin: 30px 0 30px;
  position: relative;
  display: inline-block;
}

.tab-nav .nav {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.tab-nav .nav > li {
  vertical-align: bottom;
}

.tab-nav .nav > li > a,
.tab-nav .nav > li > .a {
  border-bottom: 2px solid transparent;
  color: #9f9f9f;
  padding: 10px 20px;
  text-transform: uppercase;
  -webkit-transition: border-bottom-color 0s;
  transition: border-bottom-color 0s;
  font-weight: 400;
}

.tab-nav .nav > li > a:focus, .tab-nav .nav > li > a:hover,
.tab-nav .nav > li > .a:focus,
.tab-nav .nav > li > .a:hover {
  border-bottom-color: #fff0a6;
  -webkit-transition: border-bottom-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: border-bottom-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  color: #7d7d7d;
  background-color: transparent;
}

.tab-nav .nav > li.active > a, .tab-nav .nav > li.active > .a {
  border-bottom-color: #0063a3;
  color: #333;
  -webkit-transition: border-bottom-color 0s 0.45s;
  transition: border-bottom-color 0s 0.45s;
}

.tab-nav-indicator {
  background-color: transparent;
  height: 2px;
  position: absolute;
  bottom: 0;
}

.tab-nav-indicator.animate {
  background-color: #0063a3;
  -webkit-transition: left 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s, right 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: left 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s, right 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: left, right;
}

.tab-nav-indicator.animate.reverse {
  -webkit-transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), right 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s;
  transition: left 0.45s cubic-bezier(0.4, 0, 0.2, 1), right 0.225s cubic-bezier(0.4, 0, 0.2, 1) 0.225s;
}

.tab-nav-brand .nav > li > a:focus, .tab-nav-brand .nav > li > a:hover,
.tab-nav-brand .nav > li > .a:focus,
.tab-nav-brand .nav > li > .a:hover {
  border-bottom-color: #7986cb;
}

.tab-nav-brand .nav > li.active > a, .tab-nav-brand .nav > li.active > .a {
  border-bottom-color: #3f51b5;
  color: #3f51b5;
}

.tab-nav-brand .tab-nav-indicator.animate {
  background-color: #3f51b5;
}

.tab-nav-green .nav > li > a:focus, .tab-nav-green .nav > li > a:hover,
.tab-nav-green .nav > li > .a:focus,
.tab-nav-green .nav > li > .a:hover {
  border-bottom-color: #81c784;
}

.tab-nav-green .nav > li.active > a, .tab-nav-green .nav > li.active > .a {
  border-bottom-color: #4caf50;
  color: #4caf50;
}

.tab-nav-green .tab-nav-indicator.animate {
  background-color: #4caf50;
}

.tab-nav-orange .nav > li > a:focus, .tab-nav-orange .nav > li > a:hover,
.tab-nav-orange .nav > li > .a:focus,
.tab-nav-orange .nav > li > .a:hover {
  border-bottom-color: #ffb74d;
}

.tab-nav-orange .nav > li.active > a, .tab-nav-orange .nav > li.active > .a {
  border-bottom-color: #ff9800;
  color: #ff9800;
}

.tab-nav-orange .tab-nav-indicator.animate {
  background-color: #ff9800;
}

.tab-nav-red .nav > li > a:focus, .tab-nav-red .nav > li > a:hover,
.tab-nav-red .nav > li > .a:focus,
.tab-nav-red .nav > li > .a:hover {
  border-bottom-color: #e57373;
}

.tab-nav-red .nav > li.active > a, .tab-nav-red .nav > li.active > .a {
  border-bottom-color: #f44336;
  color: #f44336;
}

.tab-nav-red .tab-nav-indicator.animate {
  background-color: #f44336;
}

.tab-pane {
  display: none;
  visibility: hidden;
}

.tab-pane.active {
  display: block;
  visibility: visible;
}

.table {
  background-color: #ffffff;
  border: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  width: 100%;
}

.card-table > .table {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: -16px;
  margin-left: -16px;
}

.card-table > .table:first-child {
  margin-top: 0;
}

.card-table > .table:last-child {
  margin-bottom: 0;
}

.table > tbody:first-child > tr:first-child td,
.table > tbody:first-child > tr:first-child th {
  border-top: 0;
}

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

.table > theader > tr:hover {
  background-color: transparent;
}

.table td,
.table th {
  border-top: 1px solid #dadada;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 7px 12px;
  vertical-align: top;
}

.table td.nowrap,
.table th.nowrap {
  white-space: nowrap;
  width: 1%;
}

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

.table > thead td,
.table > thead th,
.table > tbody th {
  font-size: 14px;
  vertical-align: bottom;
  text-align: left;
  text-transform: uppercase;
}

.table-responsive {
  margin-top: 24px;
  margin-bottom: 24px;
  min-height: 0.01%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.card-table > .table-responsive {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: -16px;
  margin-left: -16px;
}

.card-table > .table-responsive:first-child {
  margin-top: 0;
}

.card-table > .table-responsive:last-child {
  margin-bottom: 0;
}

.table-responsive > .table {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.tab-nav-header {
  position: relative;
  bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  height: 70px;
}

.tab-nav-header .nav > li > a,
.tab-nav-header .nav > li > .a {
  padding: 28px 20px 23px;
}

@-moz-document url-prefix() {
  .tab-nav-header .nav > li > a {
    padding: 27px 20px 23px;
  }
}
.tab-nav-header .nav > li {
  vertical-align: bottom;
  padding-left: 0;
  float: left;
}

.tab-nav-header .nav > li::before {
  content: "" !important;
  display: none;
  margin-left: 0 !important;
  width: 0 !important;
}

.tab-nav .nav > li {
  float: left;
  width: 100%;
}

#tabNav {
  display: none;
}

@media (min-width: 768px) {
  .tab-nav .nav > li {
    width: auto;
  }
  #tabNav {
    display: block;
  }
}
.table.table-specification > tbody > tr:first-child:hover {
  background-color: transparent;
}

.table.table-specification > thead td,
.table.table-specification > thead th,
.table.table-specification > tbody th {
  padding-top: 60px;
}

.table.table-specification > tbody:first-child th {
  padding-top: 13px;
}

.table.table-course td,
.table.table-course th {
  vertical-align: middle;
}

.table.table-course td .icon,
.table.table-course th .icon {
  font-size: 18px;
}

.table.table-cart {
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}

.table.table-cart td,
.table.table-cart th {
  vertical-align: middle;
}

.table.table-cart td a,
.table.table-cart th a {
  color: #333;
}

.table.table-cart td a:hover,
.table.table-cart th a:hover {
  color: #ffffff;
  text-decoration: none;
}

.table.table-cart td .form-group-label {
  margin-bottom: 30px;
  margin-top: 30px;
}

.table.table-cart tr.table-cart-total td {
  border-top: none;
  padding-top: 0;
}

.table.table-cart tr.table-cart-total:first-child {
  border-top: 1px solid #dadada;
  padding-bottom: 0;
}

.table.table-cart tr.table-cart-total:first-child td {
  padding-top: 12px;
}

.table.table-cart tfoot hr {
  margin: 10px 0;
  margin-right: -10px;
  margin-left: -10px;
}

.table.table-payment h3 {
  margin-top: 5px;
}

.table.table-payment .form-group-label {
  margin-top: 15px;
  margin-bottom: 10px;
}

.table.table-payment .icon-payment img {
  height: 40px;
  margin-bottom: 2px;
  width: 55px;
}

.table.table-payment td {
  display: table-cell;
  border-top: 1px solid #dadada;
}

.table.table-payment td .checkbox {
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px;
}

.table.table-payment td .radiobtn {
  margin-bottom: 0;
  margin-top: 7px;
}

dl.dl-payment {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-payment {
  margin-left: 5px;
  margin-bottom: 0;
}

.list-payment .ui_checkbox_p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn-full {
  width: 100%;
}

@media (max-width: 767px) {
  .table > tbody:first-child > tr:first-child td,
  .table > tbody:first-child > tr:first-child th {
    border-top: 0;
  }
  .table > tbody > tr:hover {
    background-color: transparent;
  }
  .table td,
  .table th {
    display: block;
    border-top: none;
    font-size: 14px;
    line-height: 20px;
    padding: 0 7px 12px;
    vertical-align: top;
  }
  .table td:first-child {
    border-top: 1px solid #dadada;
    padding: 10px 7px 12px;
  }
  .table.table-course th {
    display: none;
  }
  .table.table-course td {
    text-align: left;
  }
  .table.table-cart td,
  .table.table-cart th {
    text-align: center;
  }
  .table.table-cart td .form-group-label, .table.table-cart td .form-inline-product {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .table.table-cart tr.table-cart-total td {
    border-top: none;
    padding-top: 0;
  }
  .table.table-cart tr.table-cart-total td:first-child {
    border-top: none;
    padding-bottom: 0;
  }
  .table.table-cart tr.table-cart-total:first-child {
    border-top: 1px solid #dadada;
    padding-bottom: 0;
  }
  .table.table-cart tr.table-cart-total:first-child td {
    padding-top: 0;
  }
  .table.table-cart tr.table-cart-total:first-child td:first-child {
    padding-top: 12px;
  }
  .table.table-cart tfoot hr {
    margin: 10px 0;
    margin-right: -10px;
    margin-left: -10px;
  }
  .table.table-payment h3 {
    margin-top: 13px;
  }
  .table.table-payment td .radiobtn {
    margin-top: 5px;
  }
  .list-payment > li {
    display: table-cell;
  }
  dl.dl-payment dd {
    margin-bottom: 10px;
  }
}
.avatar {
  background-color: #c5c5c5;
  border-radius: 50%;
  color: inherit;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 40px;
}

.avatar[href]:focus, .avatar[href]:hover {
  color: inherit;
  text-decoration: none;
}

.avatar img {
  border-radius: 50%;
  height: 100%;
  vertical-align: top;
  width: 100%;
}

.avatar-brand {
  background-color: #ffffff;
  color: white;
}

.avatar-brand:focus, .avatar-brand:hover {
  color: white;
}

.avatar-brand-accent {
  background-color: #0063a3;
  color: #9f9f9f;
}

.avatar-brand-accent:focus, .avatar-brand-accent:hover {
  color: white;
}

.avatar-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.avatar-green:focus, .avatar-green:hover {
  color: rgba(0, 0, 0, 0.87);
}

.avatar-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.avatar-orange:focus, .avatar-orange:hover {
  color: rgba(0, 0, 0, 0.87);
}

.avatar-red {
  background-color: #f44336;
  color: white;
}

.avatar-red:focus, .avatar-red:hover {
  color: white;
}

.avatar-lg {
  height: 80px;
  line-height: 80px;
  width: 80px;
}

.avatar-sm {
  height: 32px;
  line-height: 32px;
  width: 32px;
}

.avatar-xs {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  width: 20px;
}

.avatar-inline {
  display: inline-block;
}

.tile {
  background-color: #ffffff;
  border-radius: 2px;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
}

.tile[href]:focus, .tile[href]:hover {
  outline: 0;
  text-decoration: none;
}

.tile.active {
  margin-top: 24px;
  margin-bottom: 24px;
}

.tile-brand {
  background-color: #3f51b5;
  color: white;
}

.tile-brand a,
.tile-brand a:focus,
.tile-brand a:hover {
  color: inherit;
}

.tile-brand-accent {
  background-color: #ff4081;
  color: white;
}

.tile-brand-accent a,
.tile-brand-accent a:focus,
.tile-brand-accent a:hover {
  color: inherit;
}

.tile-green {
  background-color: #4caf50;
  color: rgba(0, 0, 0, 0.87);
}

.tile-green a,
.tile-green a:focus,
.tile-green a:hover {
  color: inherit;
}

.tile-orange {
  background-color: #ff9800;
  color: rgba(0, 0, 0, 0.87);
}

.tile-orange a,
.tile-orange a:focus,
.tile-orange a:hover {
  color: inherit;
}

.tile-red {
  background-color: #f44336;
  color: white;
}

.tile-red a,
.tile-red a:focus,
.tile-red a:hover {
  color: inherit;
}

.tile-action {
  min-height: 48px;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

html.no-touchevents .tile-action {
  display: none;
}

html.no-touchevents .tile:hover .tile-action {
  display: block;
}

html.no-touchevents .tile-action-show {
  display: block;
}

.tile-active-show.collapsing {
  -webkit-transition: height 0.15s linear;
  transition: height 0.15s linear;
}

.tile-collapse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: margin 0.15s linear;
  transition: margin 0.15s linear;
}

.tile-collapse.active {
  margin-right: -8px;
  margin-left: -8px;
}

.tile-collapse > [data-toggle=tile] {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tile-collapse > [data-toggle=tile] [data-ignore=tile] {
  cursor: default;
  cursor: initial;
}

.tile-collapse-full.active {
  margin-right: calc(-50vw + 50% + 2px);
  margin-left: calc(-50vw + 50% + 2px);
}

@media only screen and (min-width: 992px) {
  .tile-collapse-full.active {
    margin-right: calc(-50vw + 50% + 16px);
    margin-left: calc(-50vw + 50% + 16px);
  }
}
.tile-footer {
  background-color: #fafafa;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  min-height: 48px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.tile-footer:after, .tile-footer:before {
  content: "";
  display: table;
  line-height: 0;
}

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

.tile > .tile-footer:first-child, .tile-active-show > .tile-footer:first-child {
  border-top: 0;
}

.tile-brand .tile-footer {
  background-color: #303f9f;
  color: white;
}

.tile-brand-accent .tile-footer {
  background-color: #f50057;
  color: white;
}

.tile-green .tile-footer {
  background-color: #388e3c;
  color: white;
}

.tile-orange .tile-footer {
  background-color: #f57c00;
  color: rgba(0, 0, 0, 0.87);
}

.tile-red .tile-footer {
  background-color: #d32f2f;
  color: white;
}

.tile-footer-btn {
  margin: 6px 8px;
  white-space: nowrap;
}

.tile-footer-btn .btn + .btn {
  margin-left: 8px;
}

.tile-inner {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 16px;
  min-width: 0;
}

.tile-side {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
  padding-top: 0;
  padding-bottom: 0;
}

.tile-side.pull-left {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}

.tile-side.pull-right {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-right: 16px;
}

.tile-sub {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-right: 16px;
  padding-left: 16px;
  padding-top: 16px;
  padding-bottom: 0;
}

.tile-sub:after, .tile-sub:before {
  content: "";
  display: table;
  line-height: 0;
}

.tile-sub:after {
  clear: both;
}

.tile-brand .tile-sub {
  border-top-color: #303f9f;
}

.tile-brand-accent .tile-sub {
  border-top-color: #f50057;
}

.tile-green .tile-sub {
  border-top-color: #388e3c;
}

.tile-orange .tile-sub {
  border-top-color: #f57c00;
}

.tile-red .tile-sub {
  border-top-color: #d32f2f;
}

.tile-wrap {
  margin-top: 24px;
  margin-bottom: 24px;
}

.progress {
  background-color: #ffffff;
  height: 4px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
}

.progress-bar {
  background-color: #ff4081;
  border-radius: 0 1px 1px 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.progress-brand {
  background-color: #7986cb;
}

.progress-brand .progress-bar {
  background-color: #3f51b5;
}

.progress-green {
  background-color: #81c784;
}

.progress-green .progress-bar {
  background-color: #4caf50;
}

.progress-orange {
  background-color: #ffb74d;
}

.progress-orange .progress-bar {
  background-color: #ff9800;
}

.progress-red {
  background-color: #e57373;
}

.progress-red .progress-bar {
  background-color: #f44336;
}

.progress-bar-indeterminate {
  background-color: #ff4081;
}

.progress-bar-indeterminate:after, .progress-bar-indeterminate:before {
  -webkit-animation-duration: 2.1s;
  animation-duration: 2.1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background-color: inherit;
  border-radius: 1px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: left, width;
}

.progress-bar-indeterminate:after {
  -webkit-animation-name: pbar-indeterminate-one;
  animation-name: pbar-indeterminate-one;
  left: 0;
}

.progress-bar-indeterminate:before {
  -webkit-animation-name: pbar-indeterminate-two;
  animation-name: pbar-indeterminate-two;
  right: 0;
}

@-webkit-keyframes pbar-indeterminate-one {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}
@keyframes pbar-indeterminate-one {
  0% {
    left: 0%;
    width: 0%;
  }
  50% {
    left: 25%;
    width: 75%;
  }
  75% {
    left: 100%;
    width: 0%;
  }
}
@-webkit-keyframes pbar-indeterminate-two {
  0%, 50% {
    left: 0%;
    width: 0%;
  }
  75% {
    left: 0%;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
@keyframes pbar-indeterminate-two {
  0%, 50% {
    left: 0%;
    width: 0%;
  }
  75% {
    left: 0%;
    width: 25%;
  }
  100% {
    left: 100%;
    width: 0%;
  }
}
.progress-position-absolute-bottom,
.progress-position-absolute-top,
.progress-position-fixed-bottom,
.progress-position-fixed-top {
  margin: 0;
  left: 0;
  width: 100%;
}

.progress-position-absolute-bottom,
.progress-position-absolute-top {
  position: absolute;
}

.progress-position-absolute-bottom,
.progress-position-fixed-bottom {
  bottom: 0;
}

.progress-position-absolute-top,
.progress-position-fixed-top {
  top: 0;
}

.progress-position-fixed-top,
.progress-position-fixed-bottom {
  position: fixed;
}

.progress-circular {
  height: 40px;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  position: relative;
  width: 40px;
}

.progress-circular-center {
  margin-right: auto;
  margin-left: auto;
}

.progress-circular-gap {
  border-top: 2px solid white;
  position: absolute;
  top: 0;
  right: 19px;
  bottom: 0;
  left: 19px;
}

.progress-circular-brand .progress-circular-gap {
  border-top-color: #ffffff;
}

.progress-circular-green .progress-circular-gap {
  border-top-color: #4caf50;
}

.progress-circular-orange .progress-circular-gap {
  border-top-color: #ff9800;
}

.progress-circular-red .progress-circular-gap {
  border-top-color: #f44336;
}

.progress-circular-inline {
  display: inline-block;
  margin-right: 16px;
  margin-left: 16px;
}

.progress-circular-inner {
  -webkit-animation: pcircular-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  animation: pcircular-inner-rotate 5.25s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  height: 40px;
  position: relative;
  width: 40px;
  will-change: transform;
}

.progress-circular-left,
.progress-circular-right {
  height: 40px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 20px;
}

.progress-circular-left {
  left: 0;
}

.progress-circular-right {
  right: 0;
}

.progress-circular-spinner {
  border: 4px solid white;
  border-bottom-color: transparent;
  border-radius: 50%;
  height: 40px;
  position: absolute;
  top: 0;
  width: 40px;
  will-change: transform;
}

.progress-circular-left .progress-circular-spinner {
  -webkit-animation: pcircular-spinner-left 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  animation: pcircular-spinner-left 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  border-right-color: transparent;
  left: 0;
}

.progress-circular-right .progress-circular-spinner {
  -webkit-animation: pcircular-spinner-right 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  animation: pcircular-spinner-right 1.3125s cubic-bezier(0.35, 0, 0.25, 1) infinite;
  border-left-color: transparent;
  right: 0;
}

.progress-circular-brand .progress-circular-spinner {
  border-top-color: #ffffff;
}

.progress-circular-brand .progress-circular-left .progress-circular-spinner {
  border-left-color: #3f51b5;
}

.progress-circular-brand .progress-circular-right .progress-circular-spinner {
  border-right-color: #3f51b5;
}

.progress-circular-green .progress-circular-spinner {
  border-top-color: #4caf50;
}

.progress-circular-green .progress-circular-left .progress-circular-spinner {
  border-left-color: #4caf50;
}

.progress-circular-green .progress-circular-right .progress-circular-spinner {
  border-right-color: #4caf50;
}

.progress-circular-orange .progress-circular-spinner {
  border-top-color: #ff9800;
}

.progress-circular-orange .progress-circular-left .progress-circular-spinner {
  border-left-color: #ff9800;
}

.progress-circular-orange .progress-circular-right .progress-circular-spinner {
  border-right-color: #ff9800;
}

.progress-circular-red .progress-circular-spinner {
  border-top-color: #f44336;
}

.progress-circular-red .progress-circular-left .progress-circular-spinner {
  border-left-color: #f44336;
}

.progress-circular-red .progress-circular-right .progress-circular-spinner {
  border-right-color: #f44336;
}

.progress-circular-wrapper {
  -webkit-animation: pcircular-wrapper-rotate 2.91667s linear infinite;
  animation: pcircular-wrapper-rotate 2.91667s linear infinite;
  will-change: transform;
}

@-webkit-keyframes pcircular-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@keyframes pcircular-inner-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes pcircular-spinner-left {
  0%, 100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@keyframes pcircular-spinner-left {
  0%, 100% {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes pcircular-spinner-right {
  0%, 100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@keyframes pcircular-spinner-right {
  0%, 100% {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
@-webkit-keyframes pcircular-wrapper-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pcircular-wrapper-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.load-bar {
  float: right;
  height: 100%;
  overflow: hidden;
  width: 50%;
}

.load-bar:first-child {
  float: left;
}

.load-bar-base {
  -webkit-animation: load-bar-right-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
  animation: load-bar-right-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
  background-color: #ff4081;
  float: left;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
      transform-origin: top right;
  width: 100%;
  will-change: transform;
}

.load-bar:first-child .load-bar-base {
  -webkit-animation: load-bar-left-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
  animation: load-bar-left-in 0.9s cubic-bezier(0.4, 0, 0.2, 1) 1 forwards;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
      transform: translate(100%, 0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
      transform-origin: top left;
}

@-webkit-keyframes load-bar-left-in {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes load-bar-left-in {
  0% {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes load-bar-right-in {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes load-bar-right-in {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.load-bar-content {
  -webkit-animation: load-bar-right 3.6s linear infinite forwards;
  animation: load-bar-right 3.6s linear infinite forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  float: left;
  height: 100%;
  position: relative;
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
      transform-origin: top center;
  width: 400%;
  will-change: transform;
}

.load-bar:first-child .load-bar-content {
  -webkit-animation: load-bar-left 3.6s linear infinite forwards;
  animation: load-bar-left 3.6s linear infinite forwards;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes load-bar-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@keyframes load-bar-left {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@-webkit-keyframes load-bar-right {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes load-bar-right {
  0% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.load-bar-progress {
  background-color: transparent;
  float: left;
  height: 100%;
  width: 25%;
}

.load-bar-progress-brand {
  background-color: #3f51b5;
}

.load-bar-progress-green {
  background-color: #4caf50;
}

.load-bar-progress-orange {
  background-color: #ff9800;
}

.load-bar-progress-red {
  background-color: #f44336;
}

@font-face {
  font-family: "SocialIcons";
  src: url("../fonts/SocialIcons.ttf") format("truetype"), url("../fonts/SocialIcons.woff") format("woff"), url("../fonts/SocialIcons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=social-], [class*=" social-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "SocialIcons" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-twitter:before {
  content: "\f099";
}

.social-facebook:before {
  content: "\f09a";
}

.social-google-plus:before {
  content: "\f0d5";
}

.social-youtube:before {
  content: "\f167";
}

.social-linkedin-square:before {
  content: "\f08c";
}

.social-xing:before {
  content: "\f168";
}

.social-xing-square:before {
  content: "\f169";
}

.social-youtube-play:before {
  content: "\f16a";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-nav .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
}

.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 100%;
  height: 20px;
  margin: 30px 0 20px;
}

.slider.slider-horizontal .slider-track {
  height: 4px;
  width: 100%;
  margin-top: -2px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -7px;
  margin-top: -5px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 4px 4px 4px;
  width: 0;
  height: 0;
  border-bottom-color: #0481bf;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdfdfdf", endColorstr="#ffbebebe", GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffe5e5e5", endColorstr="#ffe9e9e9", GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -40px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-color: #1c549c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: #eeeeee;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  width: 14px;
  height: 14px;
  background-color: #1c549c;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #746305;
}

.slider-tick {
  position: absolute;
  width: 15px;
  height: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: "★";
  color: #726204;
}

.slider-tick.in-selection {
  opacity: 1;
}

.slider .tooltip {
  opacity: 1;
}

.slider .tooltip .tooltip-arrow {
  border-top-color: #1c549c;
}

.slider .tooltip .tooltip-inner {
  background-color: #1c549c;
  color: white;
  padding: 7px 15px 8px;
}

.slider .tooltip-min, .slider .tooltip-max {
  display: none;
  opacity: 0;
}

.chosen-select {
  width: 100%;
}

.chosen-select-deselect {
  width: 100%;
}

.chosen-container {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}
.chosen-container .chosen-drop {
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25);
  margin-top: -1px;
  position: absolute;
  top: 100%;
  left: -9000px;
  z-index: 1071;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
  right: 0;
}
.chosen-container .chosen-results {
  color: #7d7d7d;
  margin: 0 5px 5px 0;
  max-height: 240px;
  padding: 0 0 0 5px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  line-height: 1.428571429;
  list-style: none;
  margin: 0;
  padding: 5px 15px !important;
}
.chosen-container .chosen-results li em {
  background: #feffde;
  font-style: normal;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li.active-result {
  cursor: pointer;
  display: list-item;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #ffffff;
  background-image: none;
  color: white;
}
.chosen-container .chosen-results li.highlighted em {
  background: transparent;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #c5c5c5;
}
.chosen-container .chosen-results .no-results {
  background: #fafafa;
  display: list-item;
}
.chosen-container .chosen-results-scroll {
  background: white;
  margin: 0 4px;
  position: absolute;
  text-align: center;
  width: 321px;
  z-index: 1;
}
.chosen-container .chosen-results-scroll span {
  display: inline-block;
  height: 1.428571429;
  text-indent: -5000px;
  width: 9px;
}
.chosen-container .chosen-results-scroll-down {
  bottom: 0;
}
.chosen-container-single .chosen-single {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -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);
  color: #9f9f9f;
  display: block;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  padding: 0 0 0 8px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
}
.chosen-container-single .chosen-single span {
  display: block;
  margin-right: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single abbr {
  display: block;
  font-size: 1px;
  height: 10px;
  position: absolute;
  right: 26px;
  top: 13px;
  width: 12px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: right -11px;
}
.chosen-container-single .chosen-single.chosen-disabled .chosen-single abbr:hover {
  background-position: right 2px;
}
.chosen-container-single .chosen-single div {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  width: 18px;
}
.chosen-container-single .chosen-single div b {
  display: block;
  height: 100%;
  width: 100%;
}
.chosen-container-single .chosen-default {
  color: #c5c5c5;
}
.chosen-container-single .chosen-search {
  margin: 0;
  padding: 3px 4px;
  position: relative;
  white-space: nowrap;
  z-index: 1000;
}
.chosen-container-single .chosen-search input[type=text] {
  border: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -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);
  margin: 1px 0;
  padding: 4px 20px 4px 4px;
  width: 100%;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

.chosen-container-single-nosearch .chosen-search input[type=text] {
  position: absolute;
  left: -9000px;
}

.chosen-container-multi .chosen-choices {
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -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);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 3px !important;
  position: relative;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices .search-field {
  margin: 0;
  padding: 0 0 0 3px !important;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices .search-field input[type=text] {
  background: transparent !important;
  border: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #9f9f9f;
  height: 34px;
  margin: 0;
  padding: 4px;
  outline: 0;
}
.chosen-container-multi .chosen-choices .search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices .search-choice {
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background-color: #ffffff;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  color: white;
  cursor: default;
  line-height: 2.1;
  margin: 3px;
  padding: 0 0 0 15px !important;
  position: relative;
  vertical-align: middle;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close {
  background: transparent;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: white;
  margin-left: 2px;
  padding-top: 6px;
  height: 30px;
  width: 30px;
  text-align: center;
}
.chosen-container-multi .chosen-choices .search-choice .search-choice-close:hover {
  text-decoration: none;
}
.chosen-container-multi .chosen-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
.chosen-container-multi .chosen-results {
  margin: 0 0 0 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: none;
}

.chosen-container-active .chosen-single {
  border: 1px solid #ffffff;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-color: #fff;
  border: 1px solid #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  background: transparent;
  border-left: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 7px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #ffffff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.chosen-container-active .chosen-choices .search-field input[type=text] {
  color: #111 !important;
}
.chosen-container-active.chosen-with-drop .chosen-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.chosen-disabled {
  cursor: default;
  opacity: 0.5 !important;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  padding: 0 8px 0 0;
  overflow: visible;
}
.chosen-rtl .chosen-single span {
  margin-left: 26px;
  margin-right: 0;
  direction: rtl;
}
.chosen-rtl .chosen-single div {
  left: 7px;
  right: auto;
}
.chosen-rtl .chosen-single abbr {
  left: 26px;
  right: auto;
}
.chosen-rtl .chosen-choices .search-field input[type=text] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices .search-choice {
  margin: 6px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices .search-choice .search-choice-close {
  background-position: right top;
  left: 4px;
  right: auto;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results .group-option {
  padding-left: 0;
  padding-right: 15px;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type=text] {
  background: url("chosen-sprite.png") no-repeat -28px -20px, #fff;
  direction: rtl;
  padding: 4px 5px 4px 20px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  .chosen-rtl .chosen-search input[type=text],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type=text],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
select.chosen-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -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);
  cursor: text;
  height: auto !important;
  height: 1%;
  margin: 0;
  overflow: hidden;
  padding: 7px 15px !important;
  position: relative;
  width: 100%;
  font-size: 16px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(255, 255, 255, 0);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  z-index: 9080;
}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #333;
}
.lg-actions .lg-next {
  right: 10px;
}
.lg-actions .lg-prev {
  left: 10px;
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 9082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
}
.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.lg-toolbar .lg-icon:hover {
  color: #333;
}
.lg-sub-html {
  background-color: rgba(255, 255, 255, 0.75);
  bottom: 0;
  color: #333;
  font-size: 16px;
  left: 0;
  padding: 18px 40px 22px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 9080;
}
.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 14px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #FFF;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 9080;
  max-height: 350px;
  -webkit-box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.1);
  box-shadow: 0px -3px 3px rgba(50, 50, 50, 0.1);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}
.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}
.lg-outer .lg-thumb-item {
  border-radius: 0px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: auto;
  border: 3px solid #FFF;
  border-radius: 0px;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #ffd500;
}
.lg-outer .lg-thumb-item img {
  width: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toogle-thumb {
  background-color: #FFF;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 10px;
  text-align: center;
  top: -39px;
  width: 50px;
  -webkit-box-shadow: -3px -2px 3px rgba(50, 50, 50, 0.1);
  box-shadow: -3px -2px 3px rgba(50, 50, 50, 0.1);
}
.lg-outer .lg-toogle-thumb:hover {
  color: #333;
}

.group {
  *zoom: 1;
}

.group:before, .group:after {
  display: table;
  content: "";
  line-height: 0;
}

.group:after {
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9050;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}
.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}
.lg-outer .lg-img-wrap {
  position: static;
  padding: 0 5px;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 9060;
}
.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9040;
  background-color: #FFF;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

body {
  padding-top: 60px;
}

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

a:link,
a:active,
a:hover,
a:visited,
.btn:link,
.btn:active,
.slick-slide {
  outline: 0;
  outline: none;
}

.bg-gray-light {
  background: #c5c5c5;
}

.bg-gray-lighter {
  background: #fafafa;
}

.color-brand-primary {
  color: #ffffff !important;
}

.color-brand-yellow {
  color: #0063a3 !important;
}

.color-success {
  color: #4caf50 !important;
}

.color-info {
  color: #1c549c !important;
}

.color-warning {
  color: #ffd500 !important;
}

.color-danger {
  color: #f44336 !important;
}

.color-gray {
  color: #9f9f9f;
}

.font-small {
  font-size: smaller;
}

.font-large {
  font-size: larger;
}

.marginTop10 {
  margin-top: 10px;
}

.marginTop20 {
  margin-top: 20px;
}

.marginTop30 {
  margin-top: 30px;
}

.marginTop50 {
  margin-top: 50px;
}

.marginTop60 {
  margin-top: 60px;
}

.marginBootom10 {
  margin-bottom: 10px;
}

.marginBottom20 {
  margin-bottom: 20px;
}

.marginBottom30 {
  margin-bottom: 30px;
}

.marginBottom50 {
  margin-bottom: 50px;
}

.marginBottom60 {
  margin-bottom: 60px;
}

.marginBottomReset {
  margin-bottom: 11px;
}

#content ul {
  padding-left: 0;
}

#content ul > li {
  list-style: none;
  padding-left: 20px;
}

#content ul > li::before {
  content: "–";
  display: inline-block;
  margin-left: -20px;
  width: 20px;
}

#content .list-unstyled {
  padding-left: 0;
}

#content .list-unstyled > li {
  list-style: none;
  padding-left: 0;
}

#content .list-unstyled > li::before {
  content: "";
  display: none;
  margin-left: 0;
  width: 0;
}

#content .list-times > li span {
  display: inline-block;
  width: 60px;
  margin-right: 5px;
}

#pw_checker .medium-password {
  background-color: #ffd500 !important;
  border: 1px solid #ffd500 !important;
}

#pw_checker .weak-password {
  background-color: #f44336 !important;
  border: 1px solid #f44336 !important;
}

#pw_checker .strong-password {
  background-color: #4caf50 !important;
  border: 1px solid #4caf50 !important;
}

.gallery-grid .gallery-item {
  margin-bottom: 20px;
}

#header, .navbar-fixed-top {
  z-index: 1072;
}

#header .floating-label {
  color: rgba(255, 255, 255, 0.38);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  padding: 0;
  top: 11px;
}

#header .form-group-label.control-focus .floating-label {
  color: rgba(255, 255, 255, 0.38);
  font-weight: 400;
}

#header .form-control:focus {
  border-color: white;
  border-bottom-width: 2px;
  outline: 0;
  padding-bottom: 6px;
}

#header .form-control {
  border-bottom: 1px solid rgba(255, 255, 255, 0.38);
  color: rgb(255, 255, 255);
  font-size: 18px;
  height: 36px;
  line-height: 20px;
  padding: 8px 35px 7px 0;
}

#header .form-group-label {
  margin-top: 38px;
  margin-bottom: 0px;
}

#header .form-icon-label {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px 0 0;
  color: white;
  height: 35px;
  width: 35px;
  font-size: 1.5em;
  line-height: 1.428571429;
}

#header .form-icon-label.icon-mobile-close {
  display: none;
}

#header .col-xs-menu {
  display: inline-block;
}

section.page-content {
  margin-top: 30px;
}

.btn-wk {
  font-size: 10px;
  font-weight: none;
  padding: 3px 8px;
  margin: 0;
  top: 0;
}

#meta {
  background: #333333;
  height: 30px;
  text-align: right;
  display: none;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

#meta a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  display: inline-block;
  font-size: 12px;
  padding: 4px;
  margin-left: 10px;
}

#meta a:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
}

#meta a .icon {
  font-size: 18px;
}

#meta ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}

#meta ul li {
  float: left;
  padding: 0;
  margin: 0;
  height: 30px;
  vertical-align: middle;
}

#content {
  padding: 0;
}

#sideBar {
  padding-top: 7px;
}

#sideBar #subMenu {
  margin-top: 0;
}

#sideBar #subMenu .subMenu-header {
  padding: 0 20px;
}

#sideBar .form-group-sideBar {
  margin: 36px 20px;
}

#sideBar .form-group-sideBar .form-icon-label {
  font-size: 1.2em;
  height: 30px;
  width: 30px;
  line-height: 2;
}

#sideBar .form-group-sideBar .form-control {
  padding-right: 30px;
}

#teaser {
  background: #c5c5c5;
  padding: 45px 0 30px;
  -webkit-box-shadow: inset 0 5px 10px -10px rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 5px 10px -10px rgba(0, 0, 0, 0.24);
}

#teaser.filialsuche {
  padding: 35px 0 30px;
}

#teaser h1, #teaser .h1 {
  margin-top: 10px;
  text-transform: uppercase;
  color: #7d7d7d;
}

#teaser .form-group-label {
  margin-bottom: 24px;
  margin-top: 24px;
}

#cards {
  padding: 60px 0;
}

#cards h1, #cards .h1 {
  margin-bottom: 30px;
  margin-top: 0;
  text-transform: uppercase;
}

#cards .list-links {
  margin-bottom: 0;
  margin-top: 5px;
  float: right;
  display: none;
}

#cards .list-links li {
  margin-left: 15px;
}

#cards .list-links li a {
  color: #9f9f9f;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

#cards .list-links li a:hover {
  color: #333;
  text-decoration: none;
}

#brands {
  padding: 50px 0;
  text-align: center;
}

#brands img {
  height: 50px;
  margin: 15px 0;
}

#footer {
  background: #0063a3;
  padding: 0;
}

#footerContent, #footerContent p {
  margin: 0 0 11px;
}

#footerContent, #footerContent a {
  color: white;
  text-decoration: none;
}

#footerContent .list-unstyled a .icon {
  margin-right: 2px;
  color: rgba(255, 255, 255, 0.5);
}

#footerContent .list-unstyled a:hover .icon {
  color: rgb(255, 255, 255);
}

#footerContent .footerFilialen .list-unstyled {
  min-height: auto;
  min-height: initial;
}

#footerContent .list-unstyled li {
  margin-bottom: 2px;
}

#footerContent .footerFilialen .col-sm-4 {
  margin-top: 40px;
}

#footerContent .footerFilialen .col-sm-4:first-child {
  margin-top: 0;
}

#footerContent .col-md-3 {
  margin-bottom: 40px;
}

#footerContent p.footerheader, #footerContent p.footerheader {
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 20px;
}

#footerContent .media-heading {
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 7px;
}

#footerContent .media-body {
  padding-right: 0px;
}

/* #footerContent .row {
	margin-top: 60px;
} */
#footerContent .media-label .media-left img {
  height: 75px;
}

#footerContent .footerFilialen img {
  height: 60px;
  width: 132px;
}

#footerContent .footerFilialen p.footerheader, #footerContent .footerFilialen p.footerheader {
  margin: 20px 0 15px;
}

#footerContent .footerCards img {
  height: 40px;
  width: 55px;
  margin-bottom: 2px;
}

#footerContent .footerSocials ul {
  list-style: none;
  padding-left: 0;
}

#footerContent .footerSocials ul li {
  float: left;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 0;
}

#footerContent .footerSocials ul li:last-child {
  margin-right: 0px;
}

#footerContent .footerSocials .fbtn {
  margin: 0;
  padding: 0.55em;
}

#legals {
  background: #333333;
  padding: 30px 0 20px;
  margin: 60px 0 0;
  text-align: center;
  color: #fff;
}

#legals .container {
  position: relative;
}

#newsletter {
  height: auto !important;
  background: #c5c5c5;
  padding: 30px 0;
  -webkit-box-shadow: inset 0 5px 10px -10px rgba(0, 0, 0, 0.24);
  box-shadow: inset 0 5px 10px -10px rgba(0, 0, 0, 0.24);
}

#newsletter h1, #newsletter .h1 {
  color: #9f9f9f;
  text-transform: uppercase;
  margin-top: 8px;
  margin-bottom: 0;
}

#newsletter .form-group-label {
  margin-top: 30px;
  margin-bottom: 20px;
}

#newsletter .form-control {
  padding-right: 35px;
  font-size: 18px;
}

.navbar {
  min-height: 60px;
  background: #fff;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

.navbar .container {
  width: 100%;
}

.navbar-header {
  background: #ffffff;
  height: 60px;
}

.navbar-header .col-xs-4, .navbar-header .col-xs-2, .navbar-header .col-sm-4, .navbar-header .col-sm-2, .navbar-header .col-md-4, .navbar-header .col-md-2 {
  padding-left: 0;
  padding-right: 0;
}

.navbar-header .col-xs-4:first-child, .navbar-header .col-sm-4:first-child, .navbar-header .col-md-4:first-child {
  text-align: left;
}

.navbar-header .col-xs-2, .navbar-header .col-sm-2, .navbar-header .col-md-2 {
  text-align: right;
}

.navbar-header .col-xs-2 a.cartBtn, .navbar-header .col-sm-2 a.cartBtn, .navbar-header .col-md-2 a.cartBtn {
  display: block;
  float: right;
  width: 56px;
  height: 60px;
  margin: 0 4px 0 0;
  padding: 0;
}

.navbar-header .col-xs-2 .fbtn, .navbar-header .col-sm-2 .fbtn, .navbar-header .col-md-2 .fbtn {
  margin: 0;
  padding: 15px 0 12px;
  position: relative;
  overflow: visible;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-header .col-xs-2 .fbtn .icon, .navbar-header .col-sm-2 .fbtn .icon, .navbar-header .col-md-2 .fbtn .icon {
  font-size: 24px;
}

.navbar-header .col-xs-2 .fbtn .badge, .navbar-header .col-sm-2 .fbtn .badge, .navbar-header .col-md-2 .fbtn .badge {
  position: absolute;
  top: 8px;
  right: 3px;
}

.navbar-header .col-xs-2 .dropdown:hover .dropdown-menu, .navbar-header .col-sm-2 .dropdown:hover .dropdown-menu, .navbar-header .col-md-2 .dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 60px;
}

.navbar-header .col-xs-2 .dropdown-menu, .navbar-header .col-sm-2 .dropdown-menu, .navbar-header .col-md-2 .dropdown-menu {
  width: 100vw;
  height: 92vh;
  padding: 10px 0;
  margin: 2px 0 0;
  overflow-y: auto;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a, .navbar-header .col-sm-2 .dropdown-menu > li > a, .navbar-header .col-md-2 .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a.btn, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn, .navbar-header .col-md-2 .dropdown-menu > li > a.btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  color: white;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat {
  background: transparent;
}
.navbar-header .col-xs-2 .dropdown-menu .dropdown-header, .navbar-header .col-sm-2 .dropdown-menu .dropdown-header, .navbar-header .col-md-2 .dropdown-menu .dropdown-header {
  padding: 7px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.428571429;
  color: #333;
  text-transform: uppercase;
}
.navbar-header .col-xs-2 .dropdown-menu .dropdown-footer, .navbar-header .col-sm-2 .dropdown-menu .dropdown-footer, .navbar-header .col-md-2 .dropdown-menu .dropdown-footer {
  padding: 9px 20px;
  text-align: right;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a:hover, .navbar-header .col-xs-2 .dropdown-menu > li > a:focus, .navbar-header .col-sm-2 .dropdown-menu > li > a:hover, .navbar-header .col-sm-2 .dropdown-menu > li > a:focus, .navbar-header .col-md-2 .dropdown-menu > li > a:hover, .navbar-header .col-md-2 .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: white;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a.btn:active, .navbar-header .col-xs-2 .dropdown-menu > li > a.btn:focus, .navbar-header .col-xs-2 .dropdown-menu > li > a.btn:hover, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn:active, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn:focus, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn:hover, .navbar-header .col-md-2 .dropdown-menu > li > a.btn:active, .navbar-header .col-md-2 .dropdown-menu > li > a.btn:focus, .navbar-header .col-md-2 .dropdown-menu > li > a.btn:hover {
  background-color: #ffffff;
  color: white;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat:active, .navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat:focus, .navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat:hover, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat:active, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat:focus, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat:hover, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat:active, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat:focus, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat:hover {
  background-color: #c5c5c5;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat:after, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat:after, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat:after {
  background-color: transparent;
}
.navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat:active:after, .navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat:focus:after, .navbar-header .col-xs-2 .dropdown-menu > li > a.btn-flat:hover:after, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat:active:after, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat:focus:after, .navbar-header .col-sm-2 .dropdown-menu > li > a.btn-flat:hover:after, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat:active:after, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat:focus:after, .navbar-header .col-md-2 .dropdown-menu > li > a.btn-flat:hover:after {
  opacity: 0;
}
.navbar-header .col-xs-2 .dropdown-menu .media-body, .navbar-header .col-sm-2 .dropdown-menu .media-body, .navbar-header .col-md-2 .dropdown-menu .media-body {
  width: auto;
}
.navbar-header .col-xs-2 .dropdown-menu .media-left, .navbar-header .col-sm-2 .dropdown-menu .media-left, .navbar-header .col-md-2 .dropdown-menu .media-left {
  width: 110px;
  text-align: left;
}
.navbar-header .col-xs-2 .dropdown-menu .media-body h4, .navbar-header .col-xs-2 .dropdown-menu .media-body .h4, .navbar-header .col-sm-2 .dropdown-menu .media-body h4, .navbar-header .col-sm-2 .dropdown-menu .media-body .h4, .navbar-header .col-md-2 .dropdown-menu .media-body h4, .navbar-header .col-md-2 .dropdown-menu .media-body .h4 {
  line-height: 1.3;
  margin-bottom: 10px;
}

.navbar-brand {
  position: relative;
  left: 50%;
  height: auto;
  margin-left: -52px;
  background: #fff;
  padding: 7px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}

/* .navbar-brand img {
    width: 270px;
    height: 78px;
} */
#mainMenu .nav > li > a {
  text-transform: uppercase;
  border-top: 1px solid #c5c5c5;
  color: #333;
}

#mainMenu .nav > li:first-child > a {
  border-top: none;
}

#mainMenu .nav > li.dropdown > a:after, #mainMenu .nav > li.dropdown > .dropdown-menu > li.dropdown > a:after, #mainMenu .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > li.dropdown > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  top: 19px;
  right: 19px;
}

#mainMenu .nav > li.dropdown.open > a:after, #mainMenu .nav > li.dropdown.open > .dropdown-menu > li.dropdown.open > a:after, #mainMenu .nav > li.dropdown.open > .dropdown-menu > li.dropdown.open > .dropdown-menu > li.dropdown.open > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  position: absolute;
  top: 15px;
  right: 19px;
}

#mainMenu .nav li a:hover {
  background: white;
}

#mainMenu .nav .open > a, #mainMenu .nav .open > a:hover, #mainMenu .nav .open > a:focus {
  border-top: 1px solid #c5c5c5;
  background: #c5c5c5;
}

#mainMenu .navbar-nav .open .dropdown-menu > li > a {
  border-top: 1px solid #c5c5c5;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 35px;
  padding-right: 15px;
}

#mainMenu .navbar-nav .open .dropdown-menu > li > .dropdown-menu > li > a {
  padding-left: 60px;
}

#mainMenu .navbar-nav .open .dropdown-menu > li:first-child > a, #mainMenu .navbar-nav .open .dropdown-menu > li > .dropdown-menu > li:first-child > a {
  border-top: none;
}

#mainMenu .navbar-nav .open .dropdown-menu > li.divider {
  background-color: transparent;
  margin-bottom: 5px;
  margin-top: 10px;
  display: none;
}

.nav-wrapper {
  min-height: 170px !important;
}

@media (max-width: 1200px) {
  .nav-wrapper {
    min-height: 0px !important;
  }
}
#content .nav-pills {
  margin-top: 23px;
}

#content .nav-pills li {
  padding-left: 0;
  border: none;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  margin-bottom: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#content .nav-pills li::before {
  content: "";
  display: none;
  margin-left: 0;
  width: 0px;
}

#content .nav-pills li.divider {
  height: 1px;
  margin: 10px 0;
  overflow: hidden;
  background-color: #c5c5c5;
  margin-bottom: 10px;
  display: block;
}

#content .nav-pills li a {
  display: block;
  padding: 5px 20px;
  margin-bottom: 1px;
  color: #333;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  background-color: transparent;
  text-decoration: none;
  border-radius: 0;
}

#content .nav-pills li a:hover, #content .nav-pills > li.active > a, #content .nav-pills > li > ul > li.active > a, #content .nav-pills > li > ul > li > ul > li.active > a {
  background-color: #c5c5c5;
}

#content .nav-pills li ul li a {
  position: relative;
}

#content .nav-pills li a .caret, #content .nav-pills li ul li a .caret {
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-top-color: -moz-use-text-color;
  border-top-style: dashed;
  border-top-width: 4px;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  position: absolute;
  right: 20px;
  top: 14px;
  vertical-align: middle;
  width: 0;
  -webkit-transition: all 0.1s ease 0.1s;
  transition: all 0.1s ease 0.1s;
}

#content .nav-pills li ul li a .caret {
  top: 13px;
}

#content .nav-pills li a .caret-close, #content .nav-pills li ul li a .caret-close {
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 4px;
  border-right-color: transparent;
  border-right-style: solid;
  border-right-width: 4px;
  border-bottom-color: -moz-use-text-color;
  border-bottom-style: dashed;
  border-bottom-width: 4px;
  border-top-color: -moz-use-text-color;
  border-top-style: none;
  border-top-width: 0px;
}

#content .nav-pills li ul li a {
  font-size: 14px;
  padding: 4px 0 6px 43px;
}

#content .nav-pills li ul li ul li a {
  font-size: 14px;
  padding: 4px 0 6px 68px;
}

#content .tab-nav li::before {
  content: "";
  display: none;
  margin-left: 0;
  width: 0px;
}

#content .tab-nav li {
  padding-left: 0;
}

.tab-nav-cards {
  display: block;
  width: 100%;
  margin-top: 0;
}

.form-inline-product {
  margin: 30px 0 10px;
}

.bootstrap-touchspin {
  display: inline-table;
  width: 93px;
  margin-right: -10px;
  margin-left: -25px;
  margin-bottom: 0;
}

.bootstrap-touchspin .form-control {
  width: 93px !important;
  text-align: center;
}

.bootstrap-touchspin .btn {
  color: #ffffff !important;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 5px;
  margin-top: 0 !important;
  color: #9f9f9f !important;
}

.bootstrap-touchspin .btn:after {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  display: block !important;
}

.bootstrap-touchspin .btn:active:after, .bootstrap-touchspin .btn:focus:after, .bootstrap-touchspin .btn:hover:after {
  opacity: 0;
  color: #333;
}

.bootstrap-touchspin .btn:hover .icon {
  color: #333;
}

.bootstrap-touchspin .input-group-btn {
  position: relative;
  right: 25px;
  z-index: 999;
}

.bootstrap-touchspin .input-group-btn:first-child {
  position: relative;
  left: 25px;
}

.bootstrap-touchspin .input-group-btn .btn {
  margin-bottom: 0px;
}

.form-inline-product .btn {
  margin-bottom: 27px;
}

.list-benefits {
  color: #9f9f9f;
  font-size: 14px;
}

.list-benefits li {
  padding-top: 10px;
}

.btn-group.inline .btn {
  margin-right: 15px;
}

.price-heading {
  margin: 30px 0 25px;
}

.price-heading small {
  white-space: nowrap;
}

.card-product-detail {
  margin: 20px 0;
}

.card-product-detail .card-inner {
  font-weight: 400;
  font-size: 14px;
  color: #333;
  margin-top: 16px;
  margin-bottom: 20px;
}

.card-product-detail .card-inner p {
  margin-top: 5px;
  margin-bottom: 10px;
}

.card-product-detail p.card-heading {
  display: block;
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  margin-bottom: 5px;
  color: #333;
  font-weight: 500;
}

.card-product-detail .card-heading .icon {
  font-size: 24px;
  color: #333;
  margin-right: 2px;
  line-height: 25px;
}

.product-header {
  padding: 15px 15px 30px;
}

.product-header h1, .product-header .h1 {
  display: block;
  text-transform: uppercase;
  margin-bottom: 11px;
}

.product-header .label {
  width: auto;
  padding: 0.8em 1.2em 0.9em;
  background-color: #9f9f9f;
  position: absolute;
  top: -13px;
  left: 15px;
  margin-left: 0;
}

.product-header .form-inline {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.product-header .form-group {
  margin-top: 10px;
  margin-left: 0;
}

.product-header .form-group-label {
  margin-bottom: 24px;
}

.product-header .form-control {
  width: 100%;
}

.btn-group-pager {
  margin-top: 15px;
}

.btn-group-pager .btn-flat {
  color: #9f9f9f !important;
}

.btn-group-pager .btn-flat-pager {
  cursor: default;
}

.btn-group-pager .btn-flat-pager {
  padding-left: 10px;
  padding-right: 10px;
}

.btn-group-pager .btn-flat-pager:after {
  background-color: transparent !important;
}

#headerSlider {
  height: 450px;
}

#headerSlider .headerSlider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 450px;
  position: relative;
}

#headerSlider .headerSlider-item .headerSlider-caption {
  position: absolute;
  bottom: 0;
  height: 300px;
  width: 100%;
  vertical-align: bottom;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.7)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}

#headerSlider .headerSlider-item .headerSlider-caption .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
  height: 450px;
  padding-bottom: 10px;
  color: white;
}

#headerSlider .headerSlider-item .headerSlider-caption .container h1, #headerSlider .headerSlider-item .headerSlider-caption .container .h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.1;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

#headerSlider .headerSlider-item .headerSlider-caption .container p {
  margin: 0 0 11px;
}

#headerSlider .headerSlider-item .headerSlider-caption .container .lead {
  font-size: 16px;
  width: 100%;
  margin-bottom: 12px;
}

.slick-list {
  width: 100%;
  /* .slick-loading & {
      background: #fff url('img/ajax-loader.gif') center center no-repeat;
  } */
}

#headerSlider .slick-dots {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
  margin-bottom: 20px;
  list-style: none;
  text-align: right;
}
#headerSlider .slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#headerSlider .slick-dots li button {
  border: 0;
  background: transparent;
  display: inline-block;
  height: 25px;
  width: 25px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#headerSlider .slick-dots li button:hover, #headerSlider .slick-dots li button:focus {
  outline: none;
}
#headerSlider .slick-dots li button:hover:before, #headerSlider .slick-dots li button:focus:before {
  opacity: 1;
}
#headerSlider .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 25px;
  height: 25px;
  font-size: 40px;
  line-height: 0.45;
  text-align: center;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
#headerSlider .slick-dots li button:hover:before {
  opacity: 1;
}
#headerSlider .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}
#headerSlider .slick-dots li:before {
  content: "" !important;
}

#headerSliderGallery {
  height: 300px;
  position: relative;
}

#headerSliderGallery .slick-slide img {
  height: 300px;
}

#headerSliderGallery .headerSlider-caption {
  position: absolute;
  bottom: 0;
  height: 150px;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.1));
}

#headerSliderGallery .slick-prev,
#headerSliderGallery .slick-next {
  position: absolute;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: 0;
  margin-top: -10px\9 ; /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
#headerSliderGallery .slick-prev:hover, #headerSliderGallery .slick-prev:focus,
#headerSliderGallery .slick-next:hover,
#headerSliderGallery .slick-next:focus {
  outline: none;
  background: transparent;
  color: white;
}
#headerSliderGallery .slick-prev:hover:before, #headerSliderGallery .slick-prev:focus:before,
#headerSliderGallery .slick-next:hover:before,
#headerSliderGallery .slick-next:focus:before {
  opacity: 1;
}
#headerSliderGallery .slick-prev.slick-disabled:before,
#headerSliderGallery .slick-next.slick-disabled:before {
  opacity: 0.5;
}

#headerSliderGallery .slick-prev, #headerSliderGallery .slick-next {
  font-size: 48px;
  line-height: 1;
  color: white;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
  z-index: 999 !important;
}
#headerSliderGallery .slick-prev:hover, #headerSliderGallery .slick-prev:focus, #headerSliderGallery .slick-next:hover, #headerSliderGallery .slick-next:focus {
  opacity: 1 !important;
}

#headerSliderGallery .slick-prev {
  left: 20px;
}

#headerSliderGallery .slick-next {
  right: 20px;
}

#headerSliderMicrosite {
  height: 300px;
  position: relative;
}

#headerSliderMicrosite .headerSlider-item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  height: 300px;
}

#headerSliderMicrosite .headerSlider-caption {
  position: absolute;
  bottom: 0;
  height: 250px;
  width: 100%;
  vertical-align: bottom;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  z-index: 999;
}

#headerSliderMicrosite .headerSlider-caption .container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: 0;
  padding-bottom: 0;
  color: white;
}

#headerSliderMicrosite .headerSlider-caption .container h1, #headerSliderMicrosite .headerSlider-caption .container .h1 {
  font-size: 30px;
  font-weight: 400;
  display: inline-block;
  color: white;
  float: left;
  margin-top: 0.95em;
  margin-bottom: 11px;
}

#headerSliderMicrosite .headerSlider-caption .container .headerSlider-brand {
  display: inline-block;
  padding: 20px 5px;
  background: #fff;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
  display: none;
}

#headerSliderMicrosite .headerSlider-caption .container .headerSlider-brand img {
  width: 185px;
}

mark {
  background-color: yellow;
  font-weight: bold;
}

.warenkorb img {
  max-width: 100px;
}

.breadcrumbs {
  margin: 30px 0 30px 0;
  padding: 10px;
  border: 1px solid #f5efef;
  border-radius: 5px;
  -webkit-box-shadow: 2px 3px 0px #e4d8d8;
  box-shadow: 2px 1px 0px #e4d8d8;
}

#productSlider .slick-dots, #sliderBanner .slick-dots, #sliderAccessories .slick-dots {
  width: 100%;
  list-style: none;
  text-align: center;
  margin-top: 20px;
}
#productSlider .slick-dots li, #sliderBanner .slick-dots li, #sliderAccessories .slick-dots li {
  position: relative;
  display: inline-block;
  height: 25px;
  width: 25px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
#productSlider .slick-dots li button, #sliderBanner .slick-dots li button, #sliderAccessories .slick-dots li button {
  border: 0;
  background: transparent;
  display: inline-block;
  height: 25px;
  width: 25px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0;
  margin-left: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
}
#productSlider .slick-dots li button:hover, #productSlider .slick-dots li button:focus, #sliderBanner .slick-dots li button:hover, #sliderBanner .slick-dots li button:focus, #sliderAccessories .slick-dots li button:hover, #sliderAccessories .slick-dots li button:focus {
  outline: none;
}
#productSlider .slick-dots li button:hover:before, #productSlider .slick-dots li button:focus:before, #sliderBanner .slick-dots li button:hover:before, #sliderBanner .slick-dots li button:focus:before, #sliderAccessories .slick-dots li button:hover:before, #sliderAccessories .slick-dots li button:focus:before {
  opacity: 1;
}
#productSlider .slick-dots li button:before, #sliderBanner .slick-dots li button:before, #sliderAccessories .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 25px;
  height: 25px;
  font-size: 30px;
  line-height: 0.7;
  text-align: center;
  color: #616161;
  opacity: 0.3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}
#productSlider .slick-dots li button:hover:before, #sliderBanner .slick-dots li button:hover:before, #sliderAccessories .slick-dots li button:hover:before {
  opacity: 1;
}
#productSlider .slick-dots li.slick-active button:before, #sliderBanner .slick-dots li.slick-active button:before, #sliderAccessories .slick-dots li.slick-active button:before {
  color: #0063a3;
  opacity: 1;
}
#productSlider .slick-dots li:before, #sliderBanner .slick-dots li:before, #sliderAccessories .slick-dots li:before {
  content: "" !important;
}

#productSlider .slick-list {
  margin-top: 20px;
}

#productSlider .slick-slide {
  opacity: 0.75;
  -webkit-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

#productSlider .slick-current, #productSlider .slick-slide:hover {
  opacity: 1;
}

#sliderBanner {
  margin-top: 60px;
  margin-bottom: 60px;
}

#sliderBanner .slick-dots {
  margin-top: 0;
  margin-bottom: 0;
}

#sliderBanner.sliderBannerShop {
  margin-top: 25px;
  margin-bottom: 0;
}

#sliderAccessories .sliderAccessories-item {
  padding-top: 5px;
}

#sliderAccessories .slick-dots {
  margin-top: 0;
}

.chosen-choices, .chosen-results {
  padding-left: 0;
}

.chosen-choices > li, .chosen-results > li {
  padding-left: 5px !important;
}

.chosen-choices > li::before, .chosen-results > li::before {
  content: "" !important;
  display: none;
  width: 0;
}

.security img {
  height: 45px;
  margin: 10px;
}

.my-list * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.my-list {
  width: 100%;
  padding: 10px;
  border: 1px solid #f5efef;
  float: left;
  margin: 15px 0;
  border-radius: 5px;
  -webkit-box-shadow: 2px 1px 0px #e4d8d8;
          box-shadow: 2px 1px 0px #e4d8d8;
  position: relative;
  overflow: hidden;
  min-height: 430px;
}

.my-list img {
  max-width: 100%;
}

.my-list h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  border-bottom: 1px solid #9f9f9f;
  margin: 10px 0 10px 0;
  padding: 10px 0 10px 0;
}

.my-list .preis {
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #9f9f9f;
  padding: 0 0 7px 0;
}

.my-list .normalpreis {
  float: left;
  font-size: 18px;
  font-weight: bold;
}

.my-list .stattpreis {
  float: right;
  font-size: 14px;
  padding: 3px 0 0 0;
}

.my-list .labeling {
  cursor: pointer;
  height: 35px;
  text-align: center;
  margin: 5px 0 10px 0;
  padding: 5px 0 5px 0;
}

.my-list .offer {
  border-top: 1px solid #9f9f9f;
  width: 100%;
  float: left;
  margin: 5px 0;
  margin-top: 5px;
  padding-top: 5px;
  font-size: 14px;
}

.detail {
  position: absolute;
  top: -100%;
  left: 0;
  text-align: center;
  background: #fff;
  height: 100%;
  width: 100%;
  padding: 10px 0 0 0;
}

.detail p {
  padding: 0 15px 0 15px;
}

.my-list:hover .detail {
  top: 0;
}

@media (min-width: 480px) {
  #footerContent .footerFilialen .col-sm-4 {
    width: 50%;
    float: left;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #footerContent .col-md-3 {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #teaser {
    padding: 45px 0 20px;
  }
  #teaser h1, #teaser .h1 {
    margin-top: 15px;
    color: #9f9f9f;
    text-transform: uppercase;
  }
  #teaser .form-group-label {
    margin-bottom: 0;
    margin-top: 5px;
  }
  #cards .list-links {
    display: inline-block;
  }
  #newsletter {
    height: 100px !important;
  }
  #newsletter h1, #newsletter .h1 {
    margin-top: 4px;
    margin-bottom: 0;
  }
  #newsletter .form-group-label {
    margin-top: 0;
    margin-bottom: 0;
  }
  #brands img {
    height: 50px;
    margin: 0 0;
  }
  #footerContent .footerFilialen img {
    height: 75px;
    width: 165px;
  }
  #footerContent .footerFilialen .list-unstyled {
    min-height: 80px;
  }
  #footerContent .footerFilialen .col-sm-4 {
    width: 33%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #footerContent .footerInformation {
    margin-top: 0;
  }
  #footerContent .col-md-3 {
    margin-bottom: 40px;
  }
  #legals {
    margin-top: 20px;
  }
  #headerSlider, #headerSlider .headerSlider-item {
    height: 450px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption {
    position: absolute;
    bottom: 0;
    height: 300px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container {
    right: 50%;
    width: 750px;
    margin-right: -375px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container h1, #headerSlider .headerSlider-item .headerSlider-caption .container .h1 {
    font-size: 48px;
    font-weight: 400;
    width: 100%;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container .lead {
    font-size: 20px;
    width: 100%;
    margin-bottom: 22px;
  }
  #headerSlider .slick-dots {
    right: 50%;
    width: 375px;
    /*bottom: 25px;
    margin-right:-375px;*/
    text-align: right;
  }
  #headerSliderMicrosite, #headerSliderMicrosite .headerSlider-item {
    height: 450px;
  }
  #headerSliderMicrosite .headerSlider-caption {
    position: absolute;
    bottom: 0;
    height: 250px;
  }
  #headerSliderMicrosite .headerSlider-caption .container {
    width: 750px;
    right: 50%;
    margin-right: -375px;
  }
  #headerSliderMicrosite .headerSlider-caption .container h1, #headerSliderMicrosite .headerSlider-caption .container .h1 {
    font-size: 48px;
    font-weight: 400;
    float: right;
  }
  #headerSliderMicrosite .headerSlider-caption .container .headerSlider-brand {
    display: inline-block;
  }
  #headerSliderGallery, #headerSliderGallery .slick-slide img {
    height: 450px;
  }
  .form-inline-product {
    margin: 30px 0;
  }
  .form-inline-product .btn {
    margin-bottom: 0px;
  }
  .product-header {
    padding: 0px 15px 15px;
  }
  .product-header h1, .product-header .label, .product-header .form-inline {
    display: inline-block;
    width: auto;
  }
  .product-header .label {
    position: inherit;
    margin-left: 5px;
  }
  .product-header .form-control {
    width: 160px;
  }
  .product-header .form-group {
    margin-top: 18px;
    margin-left: 20px;
  }
  .product-header .form-group-label {
    margin-bottom: 32px;
  }
  .product-header .form-inline {
    margin-bottom: 0;
  }
  .tab-nav-cards .nav-justified {
    display: table;
  }
  .tab-nav-cards .nav > li {
    float: none;
    display: table-cell;
  }
  .tab-nav-cards .nav > li > a {
    padding-top: 13px;
  }
}
@media (min-width: 992px) {
  #brands img {
    height: 60px;
  }
  .brandsSidebar {
    margin: 30px 0;
    padding: 0 5px;
  }
  .brandsSidebar img {
    height: 45px;
    margin: 5px;
  }
  #headerSlider {
    height: 450px;
  }
  #headerSlider .headerSlider-item {
    height: 450px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption {
    position: absolute;
    bottom: 0;
    height: 250px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container {
    width: 970px;
    margin-right: -485px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container h1, #headerSlider .headerSlider-item .headerSlider-caption .container .h1 {
    font-size: 48px;
    font-weight: 400;
    width: 100%;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container .lead {
    font-size: 20px;
    width: 100%;
  }
  #headerSlider .slick-dots {
    width: 485px;
    /* bottom: 25px;
     margin-right:-485px;*/
  }
  #headerSliderMicrosite {
    height: 450px;
  }
  #headerSliderMicrosite .headerSlider-item {
    height: 450px;
  }
  #headerSliderMicrosite .headerSlider-caption {
    position: absolute;
    bottom: 0;
    height: 250px;
  }
  #headerSliderMicrosite .headerSlider-caption .container {
    width: 970px;
    right: 50%;
    margin-right: -485px;
  }
  #footerContent .footerFilialen .col-sm-4 {
    width: 25%;
    margin-top: 0;
    margin-bottom: 40px;
  }
  #footerContent .footerInformation {
    margin-top: 0;
  }
  #footerContent .col-md-3 {
    margin-bottom: 0;
  }
  #legals {
    margin-top: 60px;
  }
}
@media (min-width: 1200px) {
  #meta {
    display: block;
  }
  body {
    padding-top: 0;
  }
  #header.affix {
    display: block;
    top: -100px;
    width: 100%;
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
    -webkit-box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
    box-shadow: 0 -1px 0 #e5e5e5, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  }
  #header.affix + #content {
    padding-top: 204px;
  }
  .affix .brand-lg {
    opacity: 0;
    -webkit-transition-duration: 0.7s;
            transition-duration: 0.7s;
  }
  #header .col-xs-menu {
    display: none;
  }
  .navbar-fixed-top {
    position: relative;
  }
  .navbar {
    background: #ffffff;
    min-height: 170px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar .container {
    width: 1170px;
  }
  .navbar-header {
    height: 100px;
    width: 100%;
  }
  .navbar-brand {
    position: relative;
    left: 15px;
    margin-left: 0;
    padding: 20px 0 0 0;
  }
  .navbar-brand img {
    width: 150px;
    height: 95px;
  }
  .navbar-collapse {
    clear: left;
  }
  #mainMenu .nav > li > .dropdown-menu {
    border-top: none;
  }
  #mainMenu .nav > li > .dropdown-menu > li > .dropdown-menu {
    margin-top: -40px !important;
  }
  #mainMenu .nav > li > a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
    color: black;
    text-transform: uppercase;
    border-bottom: 3px solid #ffffff;
    border-top: none;
    -webkit-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
  }
  #mainMenu .nav > li.dropdown > a:after, #mainMenu .nav > li.dropdown.open > a:after {
    display: none !important;
  }
  #mainMenu .nav > li > a:hover, #mainMenu .nav > li.active > a, #mainMenu .nav > li.open > a, #mainMenu .nav > li.open > a:hover, #mainMenu .nav > li.open > a:focus {
    color: black;
    background: transparent;
    border-bottom: 3px solid #0063a3;
  }
  #mainMenu .nav > li.open > a, #mainMenu .nav > li.open > a:hover, #mainMenu .nav > li.open > a:focus {
    border-top: none;
    background: rgba(255, 255, 255, 0.1);
  }
  #mainMenu .navbar-nav .open .dropdown-menu > li > a:hover, #mainMenu .navbar-nav .open .dropdown-menu > li > a:focus {
    background-color: #c5c5c5;
  }
  #mainMenu .nav .open > a, #mainMenu .nav .open > a:hover, #mainMenu .nav .open > a:focus {
    background-color: #c5c5c5;
  }
  #mainMenu .navbar-nav .open .dropdown-menu > li > a {
    border-top: none;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #mainMenu .navbar-nav .open .dropdown-menu > li > .dropdown-menu > li > a {
    padding-left: 20px;
  }
  #mainMenu .navbar-nav .open .dropdown-menu > li.divider {
    background-color: #c5c5c5;
    margin-bottom: 10px;
    display: block;
  }
  #mainMenu .nav > li.dropdown > .dropdown-menu > li.dropdown > a:after,
  #mainMenu .nav > li.dropdown.open > .dropdown-menu > li.dropdown.open > a:after,
  #mainMenu .nav > li.dropdown.open > .dropdown-menu > li.dropdown.open > .dropdown-menu > li.dropdown > a:after,
  #mainMenu .nav > li.dropdown.open > .dropdown-menu > li.dropdown.open > .dropdown-menu > li.dropdown.open > a:after {
    border-left: 4px dashed;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 10px;
    right: 15px;
  }
  .navbar-header .col-xs-2 .form-group {
    display: block;
  }
  .navbar-header .col-xs-2 a.cartBtn {
    width: 56px;
    height: 62px;
    margin: 28px 5px 0;
  }
  .navbar-header .col-xs-2 .fbtn {
    padding: 13px 0;
    background-color: #cccccc;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15), 0 1px 3px 1px rgba(0, 0, 0, 0.15);
  }
  .navbar-header .col-xs-2 .fbtn .badge {
    top: 0;
    right: 0;
  }
  .navbar-header .col-xs-2 .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 90px;
  }
  .navbar-header .col-xs-2 .dropdown-menu {
    width: 320px;
    height: auto;
    padding: 10px 0;
    margin: 2px 0 0;
    overflow: hidden;
  }
  .navbar-header .col-xs-toggle {
    height: 100px;
  }
  #contentSection {
    padding: 60px 0;
  }
  #brands img {
    height: 80px;
  }
  #footerContent .media-body {
    padding-right: 60px;
  }
  #footerContent .media-label .media-body {
    padding-right: 0px;
  }
  #footerContent .footerFilialen .col-sm-4 {
    width: 16.6667%;
    margin-bottom: 0;
  }
  #footerContent .footerInformation {
    margin-top: 40px;
  }
  #footerContent .col-md-3 {
    margin-bottom: 0;
  }
  .brandsSidebar {
    padding: 0 5px;
  }
  .brandsSidebar img {
    height: 55px;
  }
  #headerSlider {
    height: 450px;
  }
  #headerSlider .headerSlider-item {
    height: 450px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption {
    position: absolute;
    bottom: 0;
    height: 250px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container {
    width: 1170px;
    margin-right: -585px;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container h1, #headerSlider .headerSlider-item .headerSlider-caption .container .h1 {
    font-size: 48px;
    font-weight: 400;
    width: 70%;
  }
  #headerSlider .headerSlider-item .headerSlider-caption .container .lead {
    font-size: 20px;
    width: 70%;
  }
  #headerSlider .slick-dots {
    width: 585px;
    /*bottom: 25px;
    margin-right:-585px;*/
  }
  #headerSliderMicrosite {
    height: 450px;
  }
  #headerSliderMicrosite .headerSlider-item {
    height: 450px;
  }
  #headerSliderMicrosite .headerSlider-caption {
    position: absolute;
    bottom: 0;
    height: 250px;
  }
  #headerSliderMicrosite .headerSlider-caption .container {
    width: 1170px;
    right: 50%;
    margin-right: -585px;
  }
  #sideBar {
    padding-right: 0;
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .tab-nav {
    width: 100%;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .tab-nav-header {
    height: 60px;
  }
  .tab-nav-header .nav > li > a {
    padding-bottom: 13px;
    padding-top: 17px;
  }
  .tab-nav-indicator {
    display: none;
  }
  a.pull-right {
    float: none !important;
    margin-top: 15px;
  }
  a.btn {
    width: 60%;
  }
  .pad-top {
    padding-top: 20px;
  }
  .txt_mobile {
    text-align: center !important;
  }
  #sideBar {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 991px) {
  #contentSection.container-toggle .container {
    width: 100%;
  }
  #filterContent {
    position: fixed;
    top: 60px;
    height: 92vh;
    width: 100%;
    display: block;
    background: #c5c5c5;
    overflow-y: auto;
    padding: 5px 15px 30px;
    z-index: 998;
  }
  #filterContent .btn-filter-back {
    margin-top: 11px;
    margin-bottom: 30px;
  }
  #filterContent .brandsSidebar {
    display: none;
  }
  #filterContent.hidden-xs-toggle {
    display: block !important;
  }
  .no-padding {
    padding-left: 0px;
    padding-right: 0;
  }
  .einmitten {
    margin: 0 auto;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .header-img img {
    height: auto !important;
  }
  .mt-navbar {
    margin-top: 35px;
  }
  .color-bg-nav {
    background-color: white;
  }
  .pull-right {
    float: none !important;
  }
  #header .form-group-label {
    margin-bottom: 0;
    margin-top: 0;
  }
  #header .form-icon-label.icon-mobile-search {
    color: white;
    cursor: pointer;
    font-size: 24px;
    height: 60px;
    width: 50px;
    line-height: 1;
    padding: 17px 10px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none !important;
  }
  #header .form-icon-label.icon-mobile-close {
    cursor: pointer;
    z-index: 999;
    text-decoration: none;
  }
  #header .form-control, #header .floating-label, #header .form-icon-label.icon-mobile-close {
    display: none;
  }
  #header .col-xs-search-visible {
    width: 100%;
    padding: 0 15px;
  }
  #header .col-xs-search-visible .form-group-label {
    margin-top: 12px;
  }
  .cv-boxes {
    padding: 50px 20px !important;
  }
  .cv-table tr td {
    width: 100%;
    display: block;
    padding: 5px 0 !important;
  }
}
@media print {
  #header, #footer, #headerSlider, #headerSliderMicrosite, #headerSliderGallery, #subMenu, #sideBar, #filterContent, .stepper-horiz {
    display: none;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .tile-side.pull-left {
    margin-top: 50px;
  }
  .tile-collapse.active .tile-side, .tile-collapse.active .tile-inner {
    display: none;
  }
}
.btn-wk {
  vertical-align: top;
  margin-top: 5px;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.no-padding-top {
  padding-top: 0;
}

.no-padding-bottom {
  padding-bottom: 0;
}

.no-padding-left {
  padding-left: 0;
}

.no-padding-right {
  padding-right: 0;
}

.news_hr {
  background-color: #9f9f9f;
}

.overhead {
  margin-top: 0;
}

.chevron::before {
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  content: "";
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 7px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
  float: right;
}

.chevron.right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.chevron.bottom:before {
  top: 7px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}

.chevron.left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

#mainMenu .nav > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > li.dropdown > .dropdown-menu > li.dropdown > a:after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
  content: "";
  position: absolute;
  top: 10px;
  right: 19px;
}

#content ul > li:before {
  display: none;
}

.chosen-container-multi .chosen-choices .search-field {
  display: none;
}

.chosen-container-multi .chosen-choices {
  min-height: 34px;
}

#content .nav-pills li ul li ul li ul li a {
  font-size: 14px;
  padding: 4px 0 6px 89px;
}

label.zahlart {
  font-weight: normal;
}

.discrip_zart {
  font-size: 15px;
  margin: 10px 0 10px 0;
}

.zArt_bild {
  padding-top: 10px;
}

.textarea-autosize {
  min-height: 35px !important;
}

.cardNews .card-inner p.card-heading {
  margin-top: 0;
}

.tbox_hr {
  border-top: 1px #e0e0e0 solid;
  padding: 0px 15px 0 15px;
  margin: 20px 0 0 0;
}

input[type=date]:not(:focus)::-webkit-datetime-edit-ampm-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-day-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-hour-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-millisecond-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-minute-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-month-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-second-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-week-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-year-field,
input[type=date]:not(:focus)::-webkit-datetime-edit-text {
  color: transparent;
}

.icontext {
  color: #0063a3;
  margin-bottom: 0px !important;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.jc-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex-dir-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.iconsize {
  width: 5%;
  height: auto;
}

.contactDesign {
  background-color: #fcc24f !important;
  border: 0px solid #fcc24f !important;
  border-radius: 15px !important;
  padding-bottom: 8px !important;
  padding-top: 8px !important;
}

.menuLine {
  margin-bottom: 16px;
  margin-top: 16px;
}

.eliminate-border > * {
  border: none !important;
  border-color: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: none !important;
}

@media (min-width: 1200px) {
  .brand-lg {
    width: 349px !important;
    height: 127px !important;
  }
}
.iconBox-distance {
  margin-top: 15%;
}

.alignment-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.whitetext {
  color: #ffffff !important;
}

.nobordercolor {
  border-color: #0063a3 !important;
}

.home-img {
  border-radius: 8px 8px 8px 8px;
  width: 100%;
  height: auto;
}

.pageContent-distance {
  margin-top: 100px;
}

.home-news-title {
  font-size: 34px;
  color: #0048aa;
  word-break: break-word;
}

.respo-p a {
  text-decoration: underline !important;
}

.respo-p a:hover {
  text-decoration: none !important;
}

.home-news-txt, .home-news-txt ~ p > *, .home-news-txt ~ p {
  font-size: 17px;
  color: #0048aa;
}

.respo-p {
  padding-right: 0px;
}

.respo-p-homeimg {
  padding-right: 15px;
  padding-left: 0px;
}

.respo-top {
  margin-top: 0px;
}

@media (max-width: 1400px) {
  .home-news-txt, .home-news-txt ~ p > *, .home-news-txt ~ p {
    font-size: 16px;
    color: #0048aa;
  }
  .home-news-title {
    font-size: 30px;
    color: #0048aa;
  }
  .respo-p {
    padding-right: 0px;
  }
  .respo-p-homeimg {
    padding-right: 15px;
    padding-left: 0px;
  }
}
@media (max-width: 1300px) {
  .home-news-txt, .home-news-txt ~ p > *, .home-news-txt ~ p {
    font-size: 14px;
    color: #0048aa;
  }
  .home-news-title {
    font-size: 28px;
    color: #0048aa;
  }
  .respo-p {
    padding-right: 0px;
  }
  .respo-p-homeimg {
    padding-right: 15px;
  }
  .respo-p-homeimg {
    padding-right: 15px;
    padding-left: 0px;
  }
}
@media (max-width: 1100px) {
  .home-news-txt, .home-news-txt ~ p > *, .home-news-txt ~ p {
    font-size: 14px;
    color: #0048aa;
  }
  .respo-p {
    padding-right: 0px;
  }
  .home-news-title {
    font-size: 25px;
    color: #0048aa;
  }
  .respo-p-homeimg {
    padding-right: 15px;
  }
  .respo-p-homeimg {
    padding-right: 15px;
    padding-left: 0px;
  }
}
.respo-gallery-p {
  padding-right: 0px;
}

@media (max-width: 992px) {
  .home-news-txt, .home-news-txt ~ p > *, .home-news-txt ~ p {
    font-size: 17px;
    color: #0048aa;
  }
  .home-news-title {
    font-size: 30px;
    color: #0048aa;
  }
  .respo-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .respo-p-homeimg {
    padding-right: 0px;
  }
  .respo-top {
    margin-top: 50px;
  }
  .respo-p-homeimg {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pageContent-distance {
    margin-top: 50px;
  }
}
@media (max-width: 624px) {
  .home-news-txt, .home-news-txt ~ p > *, .home-news-txt ~ p {
    font-size: 12px;
    color: #0048aa;
  }
  .home-news-title {
    font-size: 19px;
    color: #0048aa;
  }
  .respo-p {
    padding-right: 0px;
    padding-left: 0px;
  }
  .respo-p-homeimg {
    padding-right: 0px;
  }
  .respo-top {
    margin-top: 50px;
  }
  .respo-p-homeimg {
    padding-right: 0px;
    padding-left: 0px;
  }
  .pageContent-distance {
    margin-top: 50px;
  }
  a.btn {
    width: 100%;
  }
}
/* banner */
.column-distance {
  margin-left: 1%;
  margin-right: 1%;
}

.d-flex-banner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bannerheight {
  -webkit-box-flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.blueBanner {
  background-color: #0063a3;
  border: 0px solid #0063a3;
  border-radius: 110px 8px 8px 8px;
}

.blueBanner2 {
  background-color: #0063a3;
  border: 1px solid #0063a3;
  border-radius: 8px 8px 110px 8px;
}

.blueBanner2 > div > .btn:hover, .yellowBanner > div > .btn:hover, .blueBanner > div > .btn:hover {
  background-color: #0063a3;
  border: 1px solid #0063a3 !important;
  color: white;
}

.yellowBanner > div > .btn {
  border: 1px solid #ffffff !important;
}

.yellowBanner {
  background-color: #fcc24f;
  border: 0px solid #fcc24f;
  border-radius: 8px 8px 8px 8px;
}

.banner-icons {
  width: 25%;
  color: white;
}

.banner-iconBox {
  margin-top: 3%;
}

.banner-text-distance {
  margin-top: 5%;
}

.banner-title-css {
  font-size: 27px;
}

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

.goExtendDown {
  margin-bottom: auto;
}

.mb-banner {
  margin-bottom: 60px !important;
}

.mt-banner {
  margin-top: 30px;
}

.padding-lr {
  padding-left: 50px;
  padding-right: 50px;
}

.break-all {
  word-break: break-word;
}

.d-flex-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.respo-p-lr {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 992px) {
  .d-flex-banner {
    display: block;
  }
  .column-distance {
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 2%;
    margin-top: 2%;
  }
  .banner-respo-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* simple padding classes */
/* left */
.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 1rem;
}

.pl-2 {
  padding-left: 2rem;
}

.pl-3 {
  padding-left: 3rem;
}

.pl-4 {
  padding-left: 4rem;
}

.pl-5 {
  padding-left: 5rem;
}

/* right */
.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 1rem;
}

.pr-2 {
  padding-right: 2rem;
}

.pr-3 {
  padding-right: 3rem;
}

.pr-4 {
  padding-right: 4rem;
}

.pr-5 {
  padding-right: 5rem;
}

/* top */
.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1rem;
}

.pt-2 {
  padding-top: 17px;
}

.pt-3 {
  padding-top: 3rem;
}

.pt-4 {
  padding-top: 4rem;
}

.pt-5 {
  padding-top: 5rem;
}

/* bottom */
.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1rem;
}

.pb-2 {
  padding-bottom: 2rem;
}

.pb-3 {
  padding-bottom: 3rem;
}

.pb-4 {
  padding-bottom: 4rem;
}

.pb-5 {
  padding-bottom: 5rem;
}

/* simple margin classes */
/* left */
.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1rem;
}

.ml-2 {
  margin-left: 2rem;
}

.ml-3 {
  margin-left: 3rem;
}

.ml-4 {
  margin-left: 4rem;
}

.ml-5 {
  margin-left: 5rem;
}

/* right */
.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1rem;
}

.mr-2 {
  margin-right: 2rem;
}

.mr-3 {
  margin-right: 3rem;
}

.mr-4 {
  margin-right: 4rem;
}

.mr-5 {
  margin-right: 5rem;
}

/* top */
.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1rem;
}

.mt-2 {
  margin-top: 2rem;
}

.mt-3 {
  margin-top: 3rem;
}

.mt-4 {
  margin-top: 4rem;
}

.mt-5 {
  margin-top: 5rem;
}

/* bottom */
.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1rem;
}

.mb-2 {
  margin-bottom: 2rem;
}

.mb-3 {
  margin-bottom: 3rem;
}

.mb-4 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 5rem;
}

/* team */
.boldp {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0px;
}

.boldspan {
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 0px;
}

.header-home-team {
  font-size: 30px;
  font-weight: 300;
  color: #0048aa;
}

.team-border {
  border: 0px solid #F0F9FF;
  border-radius: 30px;
  background-color: #F0F9FF;
}

.team-name {
  font-size: 20px;
  font-weight: 500;
  color: #0048aa;
}

.team-job {
  font-size: 14px;
  font-weight: 400;
  color: #0048aa;
}

.team-link {
  color: #0048aa;
}

.icon-pos {
  position: relative;
}

.icon-pos-a {
  position: absolute;
  top: -12px;
  height: 40px;
  left: 106px;
}

.team-link:hover {
  color: #0048aa !important;
  text-decoration: none !important;
}

.team-link:hover .icon-pos-a {
  left: 114px;
}

.icon-pos-a {
  max-width: 50%;
}

.team-distance {
  height: 50px;
}

/* team slider */
.slider1, .slider2 {
  background-color: #e8f4fc;
  height: 30px;
  border-radius: 5px;
  display: inline-block;
  z-index: 2;
}

.slider-icon-left:hover .slider1, .slider-icon-right:hover .slider2 {
  background-color: #fcc24f;
}

.slider-icon-left:hover .slider-icon-left1 {
  right: 30px;
}

.slider-icon-right:hover .slider-icon-right1 {
  left: 20px;
}

.slider-pos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 75px;
}

.slider-icon-right {
  position: relative;
}

.slider-icon-right1 {
  position: absolute;
  height: 100%;
  left: 16px;
  z-index: 3;
}

.slider-icon-left {
  position: relative;
}

.slider-icon-left1 {
  position: absolute;
  height: 100%;
  right: 26px;
  z-index: 3;
}

/* Gallery css */
.gallery-icontext {
  font-weight: 300;
  font-size: 26px;
  color: #0063a3;
  margin-bottom: 0px !important;
}

.gallery-icontext:hover {
  font-weight: 300;
  font-size: 26px;
  color: #0063a3;
  margin-bottom: 0px !important;
  text-decoration: none;
}

.gallery-distance {
  height: 50px;
}

.header-img img {
  width: 100%;
  height: inherit;
}

/* Contact */
.contact-boxes {
  background-color: #f0f9ff;
}

.flex-custom {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
  width: 100% !important;
  height: 340px !important;
}

.flex-custom > div > p > iframe {
  width: 100%;
  height: 340px !important;
}

.contact-boxes-p > div {
  padding: 40px 40px 40px 40px;
}

.contact-boxes-p1 > div {
  padding: 0px !important;
}

.h1Class {
  text-align: center;
  font-size: 250%;
  font-weight: 400;
  margin: 50px 0px 50px 0px;
  color: #0048aa;
}

.contact-font p {
  font-size: 15px !important;
  line-height: 0.7;
  color: #0048aa !important;
}

.mail-link > p > a, .mail-link > p > a strong {
  color: #0048aa !important;
  text-decoration: none !important;
}

.mail-link > p > a:hover, .mail-link > p > a strong:hover {
  color: #0048aa !important;
  text-decoration: underline !important;
}

.form-tit {
  font-size: 183%;
  color: #0048aa !important;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.form-background {
  background-color: #f0f9ff;
}

.contact-input-center {
  margin: 0 auto;
}

.form-container-margin {
  padding: 5% 5% 5% 5%;
}

.upperline {
  border-top: 1px solid #0063a3;
}

.upperline:after {
  content: "";
  width: 20px;
  height: 20px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  top: -10px;
  left: 50px;
  border-right: #0063a3 solid 1px;
  border-bottom: #0063a3 solid 1px;
}

.input-bg-color {
  background-color: #ffffff;
  padding: 15px;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #B2B6C0;
}

.input-bg-color > * {
  border: none !important;
}

.placeholder::-webkit-input-placeholder {
  opacity: 0.5;
  color: black !important;
}

.placeholder::-moz-placeholder {
  opacity: 0.5;
  color: black !important;
}

.placeholder:-ms-input-placeholder {
  opacity: 0.5;
  color: black !important;
}

.placeholder::-ms-input-placeholder {
  opacity: 0.5;
  color: black !important;
}

.placeholder::placeholder {
  opacity: 0.5;
  color: black !important;
}

@media (max-width: 1200px) {
  .custom-respo-prANDpb {
    padding-right: 0px !important;
  }
  .respo-margin {
    margin-bottom: 2rem;
  }
}
.formButton {
  background-color: #fcc24f;
  border: 1px solid #fcc24f;
  border-radius: 10px;
  padding: 5px 5vw 5px 5vw;
}

.formButton:hover {
  color: black;
  background-color: #fcc24f;
  border: 1px solid #B2B6C0;
  border-radius: 10px;
  padding: 5px 5vw 5px 5vw;
}

@media (max-width: 1200px) {
  .contact-font p {
    font-size: 100%;
    line-height: 1.1;
    color: #0048aa !important;
  }
}
@media (max-width: 770px) {
  .contact-font p {
    font-size: 100%;
    line-height: 1;
    color: #0048aa !important;
  }
}
@media (max-width: 420px) {
  .contact-font p {
    font-size: 100%;
    line-height: 1.1;
    color: #0048aa !important;
  }
}
/* accordion */
.customacc {
  background-color: #f0f9ff;
  border-radius: 10px;
}

.acc-border {
  border-bottom: 2px solid #d8e7f6;
}

.acc-title, .acc-title > * {
  color: #2060b5 !important;
  font-weight: 300;
  font-size: 20px !important;
  text-decoration: none !important;
  margin: 0 !important;
}

.icon-acc {
  color: #0049aa;
}

.float-r {
  float: right;
}

/* Teamseite */
.teamtxt-box {
  position: inherit;
  width: 1140px;
}

.cv-boxes {
  color: #0063a3;
  padding: 50px 60px;
  border-radius: 110px 8px 110px 8px;
}

.cv-boxes hr {
  border-top: 1px solid rgba(204, 204, 204, 0.8);
}

.cv-table tr td {
  padding: 10px 0;
}

.cv-table tr td a {
  color: #0063a3;
  font-weight: 500;
  text-decoration: underline;
}

.txt-box, .txt-box a {
  color: #0063a3;
}

.txt-box a, .rotate span {
  cursor: pointer;
  text-decoration: none;
}

.team-img {
  width: 100%;
  margin: 0 auto;
  border-radius: 15px;
}

.rotate {
  color: #ffffff;
  background: #0063a3;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
}

.rotate span {
  vertical-align: baseline;
}

/* ueber uns */
.acc-icon-pt {
  padding-top: 0.2%;
}

.panel-body {
  color: #2060b5;
}

.panel-body a {
  color: #2060b5;
  text-decoration: underline;
}

.teaser-btn {
  background-color: #fcc24f;
  border: 1px solid #fcc24f !important;
  color: #0063a3 !important;
}

.teaser-btn:hover {
  background-color: #0063a3;
  border: 1px solid #0063a3 !important;
  color: white !important;
}

.teaser-img-rounded {
  border-radius: 5px;
}

/* Rezensionen */
.rezension-bg {
  background-color: #f0f9ff;
  border-radius: 110px 8px 110px 8px;
}

.container-reze {
  position: relative;
  height: 120px;
}

.mt-05rem {
  margin-top: 0.4rem;
}

.shadow-reze {
  -webkit-box-shadow: inset 0px -50px 26px -19px #FFFFFF;
  box-shadow: inset 0px -50px 26px -19px #FFFFFF;
  height: 120px;
  width: 240px;
  z-index: 100;
  position: absolute;
}

.reze-text {
  font-size: 15px;
  max-height: 120px;
  width: 240px;
  overflow: hidden;
  z-index: 0;
  position: absolute;
}

.slider-icon-left:hover, .slider-icon-right:hover {
  cursor: pointer;
}

.noHover:active, .noHover:link, .noHover:active, .noHover:hover, .noHover:link, .noHover:visited, .noHover {
  color: black;
  text-decoration: none;
}

.reze-p {
  padding-top: 50px;
  padding-bottom: 100px;
}

.reze-icon-p {
  padding-bottom: 36px;
  left: 20px;
}

.reze-item-bg {
  background-color: white;
  border-radius: 15px;
  -webkit-box-shadow: 2px 3px 8px 1px rgba(128, 128, 128, 0.16);
  box-shadow: 2px 3px 8px 1px rgba(128, 128, 128, 0.16);
}

.wt-review-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
}

.wt-profile-img {
  margin: 0 15px 0 0 !important;
}

.wt-profile-img img {
  width: 33px !important;
  height: 33px !important;
  padding: 0px !important;
  display: block;
  border-radius: 25px;
  min-width: initial !important;
  max-width: initial !important;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.wt-profile-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  margin: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wt-name {
  font-weight: bold;
  font-size: 12px;
  overflow: hidden;
  padding-right: 25px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #000000;
  margin-bottom: 2px;
}

.wt-date {
  color: #000000;
  opacity: 0.5;
  font-size: 10px !important;
}

.wt-stars {
  margin-bottom: 6px;
  text-align: left;
  margin-top: 3px;
  white-space: nowrap;
  display: block;
}

.wt-star {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 !important;
  margin-right: 1px !important;
  background-size: contain;
  background-repeat: no-repeat;
}

.wt-star.f {
  background-image: url(https://cdn.trustindex.io/assets/platform/Google/star/f.svg);
}

.wt-review-content {
  height: 81.2px !important;
}

.wt-review-content {
  line-height: 20.3px !important;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-align: left;
  -webkit-line-clamp: inherit !important;
  overflow: auto !important;
  overflow-x: hidden !important;
  padding-right: 10px;
  scrollbar-color: #8d8d8d #e0e0e0;
  scrollbar-width: thin;
}

.white-bg {
  background-color: #ffffff;
}

.reze-height {
  height: 100%;
}

.reze-border {
  border-radius: 20px;
}

.flex-width {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
}

.TeaserImgRight {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.reze-title-pl {
  padding-left: 0px !important;
}

.reze-padding-container {
  padding-left: 20px;
  padding-right: 20px;
}

/* Homepage Media Querries */
@media (min-width: 100px) and (max-width: 355px) {
  .shadow-reze {
    -webkit-box-shadow: inset 0px -50px 26px -19px #FFFFFF;
    box-shadow: inset 0px -50px 26px -19px #FFFFFF;
    height: 120px;
    width: 200px;
    z-index: 100;
    position: absolute;
  }
  .reze-text {
    font-size: 15px;
    max-height: 120px;
    width: 200px;
    overflow: hidden;
    z-index: 0;
    position: absolute;
  }
  .header-home-team {
    padding-top: 10px;
    font-size: 25px;
    font-weight: 300;
    color: #0048aa;
    padding-top: 5px;
    margin-bottom: 0px;
  }
  .reze-icon-p {
    padding-bottom: 36px;
    left: 0px;
  }
  .trans-bg {
    background-color: transparent !important;
  }
  .trans-bg-img {
    display: none !important;
  }
  .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .white-bg-burger {
    border-radius: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 38px;
    background-color: white;
    margin-left: 15px;
    margin-top: 15px;
  }
  .navbar-toggle {
    height: 55px;
  }
  .navbar-brand img {
    width: 170px;
    height: 78px;
  }
}
@media (min-width: 335px) and (max-width: 780px) {
  .reze-icon-p {
    padding-bottom: 36px;
    left: 0px;
  }
  .header-home-team {
    padding-top: 10px;
    font-size: 25px;
    font-weight: 300;
    color: #0048aa;
    padding-top: 5px;
    margin-bottom: 0px;
  }
  .navbar-brand img {
    width: 230px;
    height: 78px;
  }
  .trans-bg {
    background-color: transparent !important;
  }
  .trans-bg-img {
    display: none !important;
  }
  .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .white-bg-burger {
    border-radius: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 38px;
    background-color: white;
    margin-left: 15px;
    margin-top: 15px;
  }
  .navbar-toggle {
    height: 55px;
  }
  .navbar-brand {
    left: 31% !important;
  }
}
@media (min-width: 780px) and (max-width: 992px) {
  .reze-icon-p {
    padding-bottom: 36px;
    left: 0px;
  }
  .navbar-brand img {
    width: 230px;
    height: 78px;
  }
  .trans-bg {
    background-color: transparent !important;
  }
  .trans-bg-img {
    display: none !important;
  }
  .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .white-bg-burger {
    border-radius: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 38px;
    background-color: white;
    margin-left: 15px;
    margin-top: 15px;
  }
  .navbar-toggle {
    height: 55px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .trans-bg {
    background-color: transparent !important;
  }
  .trans-bg-img {
    display: none !important;
  }
  .navbar {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  body {
    padding-top: 93px;
  }
  .white-bg-burger {
    border-radius: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
    padding-right: 38px;
    background-color: white;
    margin-left: 15px;
    margin-top: 15px;
  }
  .navbar-toggle {
    height: 55px;
  }
  .navbar-brand img {
    width: 270px;
    height: 78px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .reze-container {
    width: 900px !important;
  }
  .reze-icon-p {
    padding-bottom: 36px;
    left: 0px;
  }
}
@media (min-width: 1100px) and (max-width: 1300px) {
  .reze-container {
    width: 930px !important;
  }
}
@media (min-width: 1300px) and (max-width: 1500px) {
  .reze-container {
    width: 1000px !important;
  }
}
/* menu modification */
/* #um1_14,#um1_9{
	display: none!important;
} */
@media (min-width: 10px) and (max-width: 1200px) {
  #um1_14, #um1_9 {
    display: block !important;
  }
}
/* typography */
.typog-blue li {
  font-size: 20px;
  color: #0048aa;
}

.typog-blue p {
  font-size: 20px;
  color: #0048aa;
}

/* standart title */
.typog-blue h2, .typog-blue h3, .typog-blue h4, .typog-blue h5, .typog-blue h6 {
  font-size: 26px !important;
  color: #0048aa;
}

/* accordion title */
.typog-blue h2.acc-title, .typog-blue h3.acc-title, .typog-blue h4.acc-title, .typog-blue h5.acc-title, .typog-blue h6.acc-title {
  font-size: 26px !important;
  color: #0048aa;
  font-weight: 300;
}

/* links */
.typog-blue a {
  text-decoration: underline;
  font-size: 20px;
  color: #0048aa;
}

.typog-blue a:hover {
  text-decoration: none;
  font-size: 20px;
  color: #0048aa;
}

/* accordion links */
.typog-blue div.panel-body p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a {
  text-decoration: underline;
  font-size: 20px;
  color: #0048aa;
}

.typog-blue div.panel-body p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover {
  text-decoration: none;
  font-size: 20px;
  color: #0048aa;
}

/* accordion-text */
.typog-blue div.panel-body > * {
  font-size: 20px;
}

@media (max-width: 1300px) {
  .typog-blue p {
    font-size: 20px;
    color: #0048aa;
  }
  /* standart title */
  .typog-blue h2, .typog-blue h3, .typog-blue h4, .typog-blue h5, .typog-blue h6 {
    font-size: 26px !important;
    color: #0048aa;
  }
  /* accordion title */
  .typog-blue h2.acc-title, .typog-blue h3.acc-title, .typog-blue h4.acc-title, .typog-blue h5.acc-title, .typog-blue h6.acc-title {
    font-size: 26px !important;
    color: #0048aa;
    font-weight: 300;
  }
  /* links */
  .typog-blue a {
    text-decoration: underline;
    font-size: 20px;
    color: #0048aa;
  }
  .typog-blue a:hover {
    text-decoration: none;
    font-size: 20px;
    color: #0048aa;
  }
  /* accordion links */
  .typog-blue div.panel-body p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a {
    text-decoration: underline;
    font-size: 20px;
    color: #0048aa;
  }
  .typog-blue div.panel-body p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover {
    text-decoration: none;
    font-size: 20px;
    color: #0048aa;
  }
  /* accordion-text */
  .typog-blue div.panel-body > * {
    font-size: 20px;
  }
}
@media (max-width: 1100px) {
  .typog-blue p {
    font-size: 18px;
    color: #0048aa;
  }
  /* standart title */
  .typog-blue h2, .typog-blue h3, .typog-blue h4, .typog-blue h5, .typog-blue h6 {
    font-size: 25px !important;
    color: #0048aa;
  }
  /* accordion title */
  .typog-blue h2.acc-title, .typog-blue h3.acc-title, .typog-blue h4.acc-title, .typog-blue h5.acc-title, .typog-blue h6.acc-title {
    font-size: 25px !important;
    color: #0048aa;
    font-weight: 300;
  }
  /* links */
  .typog-blue a {
    text-decoration: underline;
    font-size: 18px;
    color: #0048aa;
  }
  .typog-blue a:hover {
    text-decoration: none;
    font-size: 18px;
    color: #0048aa;
  }
  /* accordion links */
  .typog-blue div.panel-body p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a {
    text-decoration: underline;
    font-size: 18px;
    color: #0048aa;
  }
  .typog-blue div.panel-body p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover {
    text-decoration: none;
    font-size: 18px;
    color: #0048aa;
  }
  /* accordion-text */
  .typog-blue div.panel-body > * {
    font-size: 18px;
  }
}
@media (max-width: 992px) {
  .typog-blue p {
    font-size: 16px;
    color: #0048aa;
  }
  /* standart title */
  .typog-blue h2, .typog-blue h3, .typog-blue h4, .typog-blue h5, .typog-blue h6 {
    font-size: 22px !important;
    color: #0048aa;
  }
  /* accordion title */
  .typog-blue h2.acc-title, .typog-blue h3.acc-title, .typog-blue h4.acc-title, .typog-blue h5.acc-title, .typog-blue h6.acc-title {
    font-size: 22px !important;
    color: #0048aa;
    font-weight: 300;
  }
  /* links */
  .typog-blue a {
    text-decoration: underline;
    font-size: 16px;
    color: #0048aa;
  }
  .typog-blue a:hover {
    text-decoration: none;
    font-size: 16px;
    color: #0048aa;
  }
  /* accordion links */
  .typog-blue div.panel-body p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a {
    text-decoration: underline;
    font-size: 16px;
    color: #0048aa;
  }
  .typog-blue div.panel-body p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover {
    text-decoration: none;
    font-size: 16px;
    color: #0048aa;
  }
  /* accordion-text */
  .typog-blue div.panel-body > * {
    font-size: 16px;
  }
}
@media (max-width: 624px) {
  .typog-blue p, .typog-blue li {
    font-size: 14px;
    color: #0048aa;
  }
  /* standart title */
  .typog-blue h2, .typog-blue h3, .typog-blue h4, .typog-blue h5, .typog-blue h6 {
    font-size: 18px !important;
    color: #0048aa;
  }
  /* accordion title */
  .typog-blue h2.acc-title, .typog-blue h3.acc-title, .typog-blue h4.acc-title, .typog-blue h5.acc-title, .typog-blue h6.acc-title {
    font-size: 18px !important;
    color: #0048aa;
    font-weight: 300;
  }
  /* links */
  .typog-blue a {
    text-decoration: underline;
    font-size: 14px;
    color: #0048aa;
  }
  .typog-blue a:hover {
    text-decoration: none;
    font-size: 14px;
    color: #0048aa;
  }
  /* accordion links */
  .typog-blue div.panel-body p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a, .typog-blue p > a {
    text-decoration: underline;
    font-size: 14px;
    color: #0048aa;
  }
  .typog-blue div.panel-body p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover, .typog-blue p > a:hover {
    text-decoration: none;
    font-size: 14px;
    color: #0048aa;
  }
  /* accordion-text */
  .typog-blue div.panel-body > * {
    font-size: 14px;
  }
  .h1Class {
    text-align: center;
    font-size: 190%;
    margin: 50px 0px 50px 0px;
    color: #0048aa;
  }
}
/* accordion icon */
.jc-space-b {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.icon-min-w {
  min-width: 20px;
}

.c-pointer {
  cursor: pointer;
}

.c-pointer:hover {
  text-decoration: underline !important;
}

.c-default {
  cursor: default;
}

.pawecoColor:hover {
  color: #B7D547 !important;
}

.pawecoColor {
  font-size: 12px;
}

@media (max-width: 400px) {
  body {
    padding-top: 93px;
  }
}
@media (max-width: 600px) {
  body {
    padding-top: 92px;
  }
}
@media (max-width: 800px) {
  body {
    padding-top: 125px;
  }
}
@media (max-width: 1000px) {
  body {
    padding-top: 123px;
  }
}
@media (max-width: 1200px) {
  body {
    padding-top: 123px;
  }
}
.colored-link {
  color: #0063a3;
  cursor: pointer;
  text-decoration: none;
}

.colored-link:hover .colored-link:active, .colored-link:hover, .colored-link:link {
  outline: 0;
  outline: none;
  color: #0063a3;
  text-decoration: none;
}

.show-link {
  /* z-index: 1; */
  position: relative;
}

.icon-position {
  position: relative;
  top: -2px;
}

.jsPasteWidth {
  position: relative;
}

.txt-box-height {
  height: 100px;
}

@media (min-width: 400px) {
  .txt-box-height {
    height: 82px;
  }
}
@media (min-width: 768px) {
  .txt-box-height {
    height: 100px;
  }
}
@media (min-width: 1000px) {
  .txt-box-height {
    height: 100px;
  }
}
@media (min-width: 1200px) {
  .txt-box-height {
    height: 100px;
  }
}
/* headermodal Whatsapp */
.modal-dialog {
  margin: 100px auto; /* Zentriert das Modal vertikal */
  width: 400px; /* Setzt eine feste Breite */
}

/* Abstände zu Texten */
.modal-body {
  padding: 20px; /* Abstand innerhalb des Modals */
}

.modal-header, .modal-footer {
  padding: 15px 20px; /* Fügt Abstände oben/unten hinzu */
}

@media (max-width: 435px) {
  .modal-dialog {
    width: 90%; /* Breite auf 90% des Bildschirms setzen */
    margin: 50px auto; /* Vertikale Zentrierung anpassen */
  }
}