/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}
pre {
  white-space: pre-wrap;
}
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}
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: 0;
}
fieldset {
  border: 1px solid #C1C1C1;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
input {
  line-height: normal;
}
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;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'chevin_promedium', 'Museo_Slab_500-webfont', Arial, sans-serif;
  font-size: 12.6px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #002d5a;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #00070e;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: right all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 767px) {
  body {
    font-size: 13.6px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'chevin_promedium', 'Museo_Slab_500-webfont', Arial, sans-serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
h2,
h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
h2 small,
h3 small,
h1 .small,
h2 .small,
h3 .small {
  font-size: 65%;
}
h4,
h5,
h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
h5 small,
h6 small,
h4 .small,
h5 .small,
h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 27px;
}
h2,
.h2 {
  font-size: 23px;
}
h3,
.h3 {
  font-size: 20px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 12.6px;
}
h6,
.h6 {
  font-size: 11px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 18.9px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #002d5a;
}
.text-primary:hover {
  color: #001327;
}
.text-secondary {
  color: #fff;
}
.text-secondary:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #8a6d3b;
}
.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #ff0b0b;
}
.text-danger:hover {
  color: #d70000;
}
.text-success {
  color: #3c763d;
}
.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
.text-info:hover {
  color: #245269;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
.list-inline > li:first-child {
  padding-left: 0;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
  .dl-horizontal dd:before,
  .dl-horizontal dd:after {
    content: " ";
    display: table;
  }
  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  border-left: 5px solid #eeeeee;
}
blockquote p {
  font-size: 15.75px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote p:last-child {
  margin-bottom: 0;
}
blockquote small,
blockquote .small {
  display: block;
  line-height: 1.42857143;
  color: #999999;
}
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small,
blockquote.pull-right .small {
  text-align: right;
}
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
h3,
.h3 {
  font-weight: 700;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 0;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 11.6px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.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;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.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-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  float: none;
  display: table-cell;
}
.table > thead > tr > .active,
.table > tbody > tr > .active,
.table > tfoot > tr > .active,
.table > thead > .active > td,
.table > tbody > .active > td,
.table > tfoot > .active > td,
.table > thead > .active > th,
.table > tbody > .active > th,
.table > tfoot > .active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > .active:hover,
.table-hover > tbody > .active:hover > td,
.table-hover > tbody > .active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > .success,
.table > tbody > tr > .success,
.table > tfoot > tr > .success,
.table > thead > .success > td,
.table > tbody > .success > td,
.table > tfoot > .success > td,
.table > thead > .success > th,
.table > tbody > .success > th,
.table > tfoot > .success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > .success:hover,
.table-hover > tbody > .success:hover > td,
.table-hover > tbody > .success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > .danger,
.table > tbody > tr > .danger,
.table > tfoot > tr > .danger,
.table > thead > .danger > td,
.table > tbody > .danger > td,
.table > tfoot > .danger > td,
.table > thead > .danger > th,
.table > tbody > .danger > th,
.table > tfoot > .danger > th {
  background-color: #ff0b0b;
}
.table-hover > tbody > tr > .danger:hover,
.table-hover > tbody > .danger:hover > td,
.table-hover > tbody > .danger:hover > th {
  background-color: #f10000;
}
.table > thead > tr > .warning,
.table > tbody > tr > .warning,
.table > tfoot > tr > .warning,
.table > thead > .warning > td,
.table > tbody > .warning > td,
.table > tfoot > .warning > td,
.table > thead > .warning > th,
.table > tbody > .warning > th,
.table > tfoot > .warning > th {
  background-color: #FF9900;
}
.table-hover > tbody > tr > .warning:hover,
.table-hover > tbody > .warning:hover > td,
.table-hover > tbody > .warning:hover > th {
  background-color: #e68a00;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18.9px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"] {
  display: block;
}
select[multiple],
select[size] {
  height: auto;
}
select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 12.6px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
}
.form-control {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 12.6px;
  line-height: 1.42857143;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -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);
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  moz-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: right border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control:-moz-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eeeeee;
}
textarea.form-control {
  height: auto;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}
.radio label,
.checkbox label {
  display: inline;
  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"] {
  float: left;
  margin-left: -20px;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 28px;
  line-height: 28px;
}
textarea.input-sm {
  height: auto;
}
.input-lg {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 44px;
  line-height: 44px;
}
textarea.input-lg {
  height: auto;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #FF9900;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: #ff0b0b;
}
.has-error .form-control {
  border-color: #ff0b0b;
  -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: #d70000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7171;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7171;
}
.has-error .input-group-addon {
  color: #ff0b0b;
  border-color: #ff0b0b;
  background-color: #ff0b0b;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.form-control-static {
  margin-bottom: 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;
  }
  .form-inline select.form-control {
    width: auto;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-group:before,
.form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.form-group {
  margin-bottom: 20px;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
  color: white;
}
.has-error .form-control {
  border-color: #ff0b0b;
  -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: #d70000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7171;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ff7171;
}
.has-error .input-group-addon {
  color: white;
  border-color: #ff0b0b;
  background-color: #ff0b0b;
}
.input-group.input-focus .input-group-addon {
  border-color: #66afe9;
  border-right: 0;
}
.input-group.input-focus input {
  border-left-color: #afafaf;
  border-right-color: #afafaf;
}
.input-group.input-focus .input-group-btn .btn {
  border-color: #66afe9;
  border-left-color: #afafaf;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 12.6px;
  line-height: 1.42857143;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #fff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #fff;
  background-color: #afafaf;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #fff;
  background-color: #9b9b9b;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #afafaf;
  border-color: #ccc;
}
.btn-default .badge {
  color: #afafaf;
  background-color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #002d5a;
  border-color: #002041;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #001931;
  border-color: #000203;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #002d5a;
  border-color: #002041;
}
.btn-primary .badge {
  color: #002d5a;
  background-color: #fff;
}
.btn-secondary {
  color: #333;
  background-color: #fff;
  border-color: #DDD;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  color: #333;
  background-color: #ebebeb;
  border-color: #bebebe;
}
.btn-secondary:active,
.btn-secondary.active,
.open .dropdown-toggle.btn-secondary {
  background-image: none;
}
.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active {
  background-color: #fff;
  border-color: #DDD;
}
.btn-secondary .badge {
  color: #fff;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #FF9900;
  border-color: #e68a00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #d68100;
  border-color: #a86500;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #FF9900;
  border-color: #e68a00;
}
.btn-warning .badge {
  color: #FF9900;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #ff0b0b;
  border-color: #f10000;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #e10000;
  border-color: #b30000;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #ff0b0b;
  border-color: #f10000;
}
.btn-danger .badge {
  color: #ff0b0b;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #27ef0c;
  border-color: #23d70b;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #21c80a;
  border-color: #1a9c08;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #27ef0c;
  border-color: #23d70b;
}
.btn-success .badge {
  color: #27ef0c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-link {
  color: #002d5a;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00070e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
  moz-transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  transition: right opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
  moz-transition: height 0.35s ease;
  -webkit-transition: height 0.35s ease;
  transition: right height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('ext/bootstrap-3.0.3/fonts/glyphicons-halflings-regular.eot');
  src: url('ext/bootstrap-3.0.3/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('ext/bootstrap-3.0.3/fonts/glyphicons-halflings-regular.woff') format('woff'), url('ext/bootstrap-3.0.3/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('ext/bootstrap-3.0.3/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon:empty {
  width: 1em;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 12.6px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #002d5a;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 11px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar:before,
.btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn-group {
  float: left;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group,
.btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical > .btn-group:after {
  clear: both;
}
.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: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 0;
  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 > .btn:last-child,
.btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.33;
  border-radius: 0;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
  height: 44px;
  line-height: 44px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
  border-radius: 0;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
  height: 28px;
  line-height: 28px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.input-group-addon {
  padding: 6px 12px;
  font-size: 12.6px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #afafaf;
  border: 1px solid #ccc;
  border-radius: 0;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 11px;
  border-radius: 0;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 16px;
  border-radius: 0;
}
.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 > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  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 > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  white-space: nowrap;
}
.input-group-btn:first-child > .btn {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn {
  margin-left: -1px;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -4px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:active {
  z-index: 2;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav > li.disabled > a {
  color: #999999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999999;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #002d5a;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 0 0 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 0;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #002d5a;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
.navbar:before,
.navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
.navbar-header:before,
.navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 16px 15px;
  font-size: 16px;
  line-height: 18px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 8px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -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: 9px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
  }
  .navbar-form select.form-control {
    width: auto;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-nav.pull-right > li > .dropdown-menu,
.navbar-nav > li > .dropdown-menu.pull-right {
  left: auto;
  right: 0;
}
.navbar-btn {
  margin-top: 9px;
  margin-bottom: 9px;
}
.navbar-btn.btn-sm {
  margin-top: 11px;
  margin-bottom: 11px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777;
}
.navbar-default .navbar-nav > li > a {
  color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 18px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 0;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #eeeeee;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #002d5a;
  border-color: #002d5a;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 16px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 11px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pager {
  padding-left: 0;
  margin: 18px 0;
  list-style: none;
  text-align: center;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager:before,
.pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080;
}
.label-primary {
  background-color: #002d5a;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #001327;
}
.label-success {
  background-color: #27ef0c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #1fbe0a;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #FF9900;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cc7a00;
}
.label-danger {
  background-color: #ff0b0b;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #d70000;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #002d5a;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 200;
  line-height: 2.14285714;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  line-height: 1;
  color: inherit;
}
.jumbotron p {
  line-height: 1.4;
}
.container .jumbotron {
  border-radius: 0;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 56.7px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  transition: all 0.2s ease-in-out;
  moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: right all 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #002d5a;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #FF9900;
  border-color: #e66300;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #cc5800;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #ff0b0b;
  border-color: #f10028;
  color: #ff0b0b;
}
.alert-danger hr {
  border-top-color: #d70024;
}
.alert-danger .alert-link {
  color: #d70000;
}
.alert-danger {
  color: white;
}
.alert-danger .close {
  color: white;
  opacity: 0.6;
}
.alert-danger .close:hover {
  opacity: 1;
}
.alert-info {
  color: #002d5a;
  padding: 5px 15px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 11px;
  line-height: 18px;
  color: black;
  text-align: center;
  background-color: #002d5a;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
  moz-transition: width 0.6s ease;
  -webkit-transition: width 0.6s ease;
  transition: right width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #27ef0c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #FF9900;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #ff0b0b;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.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: 0;
  border-top-left-radius: 0;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #002d5a;
  border-color: #002d5a;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #2793ff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel-body:before,
.panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child th,
.panel > .table > tbody:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:last-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > th,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-bordered > thead > tr:last-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: -1;
  border-top-left-radius: -1;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: -1;
  border-bottom-left-radius: -1;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 0;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #002d5a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #002d5a;
  border-color: #002d5a;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #002d5a;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #002d5a;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-warning {
  border-color: #e66300;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #FF9900;
  border-color: #e66300;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #e66300;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #e66300;
}
.panel-danger {
  border-color: #f10028;
}
.panel-danger > .panel-heading {
  color: #ff0b0b;
  background-color: #ff0b0b;
  border-color: #f10028;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f10028;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f10028;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 0;
}
.well-sm {
  padding: 9px;
  border-radius: 0;
}
.close {
  float: right;
  font-size: 18.9px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.modal-body .cms-paragraph {
  float: none;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 0;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 12.6px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  transition: 0.6s ease-in-out left;
  moz-transition: 0.6s ease-in-out left;
  -webkit-transition: 0.6s ease-in-out left;
  transition: right 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0%), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0%), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: none;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicons-chevron-left,
  .carousel-control .glyphicons-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
tr.visible-xs,
th.visible-xs,
td.visible-xs {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }
  table.visible-xs.visible-sm {
    display: table;
  }
  tr.visible-xs.visible-sm {
    display: table-row !important;
  }
  th.visible-xs.visible-sm,
  td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }
  table.visible-xs.visible-md {
    display: table;
  }
  tr.visible-xs.visible-md {
    display: table-row !important;
  }
  th.visible-xs.visible-md,
  td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }
  table.visible-xs.visible-lg {
    display: table;
  }
  tr.visible-xs.visible-lg {
    display: table-row !important;
  }
  th.visible-xs.visible-lg,
  td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm,
tr.visible-sm,
th.visible-sm,
td.visible-sm {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }
  table.visible-sm.visible-xs {
    display: table;
  }
  tr.visible-sm.visible-xs {
    display: table-row !important;
  }
  th.visible-sm.visible-xs,
  td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }
  table.visible-sm.visible-md {
    display: table;
  }
  tr.visible-sm.visible-md {
    display: table-row !important;
  }
  th.visible-sm.visible-md,
  td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }
  table.visible-sm.visible-lg {
    display: table;
  }
  tr.visible-sm.visible-lg {
    display: table-row !important;
  }
  th.visible-sm.visible-lg,
  td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md,
tr.visible-md,
th.visible-md,
td.visible-md {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }
  table.visible-md.visible-xs {
    display: table;
  }
  tr.visible-md.visible-xs {
    display: table-row !important;
  }
  th.visible-md.visible-xs,
  td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }
  table.visible-md.visible-sm {
    display: table;
  }
  tr.visible-md.visible-sm {
    display: table-row !important;
  }
  th.visible-md.visible-sm,
  td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }
  table.visible-md.visible-lg {
    display: table;
  }
  tr.visible-md.visible-lg {
    display: table-row !important;
  }
  th.visible-md.visible-lg,
  td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg,
tr.visible-lg,
th.visible-lg,
td.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }
  table.visible-lg.visible-xs {
    display: table;
  }
  tr.visible-lg.visible-xs {
    display: table-row !important;
  }
  th.visible-lg.visible-xs,
  td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }
  table.visible-lg.visible-sm {
    display: table;
  }
  tr.visible-lg.visible-sm {
    display: table-row !important;
  }
  th.visible-lg.visible-sm,
  td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }
  table.visible-lg.visible-md {
    display: table;
  }
  tr.visible-lg.visible-md {
    display: table-row !important;
  }
  th.visible-lg.visible-md,
  td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}
table.hidden-xs {
  display: table;
}
tr.hidden-xs {
  display: table-row !important;
}
th.hidden-xs,
td.hidden-xs {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-xs,
  tr.hidden-xs,
  th.hidden-xs,
  td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm,
  tr.hidden-xs.hidden-sm,
  th.hidden-xs.hidden-sm,
  td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md,
  tr.hidden-xs.hidden-md,
  th.hidden-xs.hidden-md,
  td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg,
  tr.hidden-xs.hidden-lg,
  th.hidden-xs.hidden-lg,
  td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}
table.hidden-sm {
  display: table;
}
tr.hidden-sm {
  display: table-row !important;
}
th.hidden-sm,
td.hidden-sm {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-sm.hidden-xs,
  tr.hidden-sm.hidden-xs,
  th.hidden-sm.hidden-xs,
  td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm,
  tr.hidden-sm,
  th.hidden-sm,
  td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md,
  tr.hidden-sm.hidden-md,
  th.hidden-sm.hidden-md,
  td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg,
  tr.hidden-sm.hidden-lg,
  th.hidden-sm.hidden-lg,
  td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}
table.hidden-md {
  display: table;
}
tr.hidden-md {
  display: table-row !important;
}
th.hidden-md,
td.hidden-md {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-md.hidden-xs,
  tr.hidden-md.hidden-xs,
  th.hidden-md.hidden-xs,
  td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm,
  tr.hidden-md.hidden-sm,
  th.hidden-md.hidden-sm,
  td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md,
  tr.hidden-md,
  th.hidden-md,
  td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg,
  tr.hidden-md.hidden-lg,
  th.hidden-md.hidden-lg,
  td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}
table.hidden-lg {
  display: table;
}
tr.hidden-lg {
  display: table-row !important;
}
th.hidden-lg,
td.hidden-lg {
  display: table-cell !important;
}
@media (max-width: 767px) {
  .hidden-lg.hidden-xs,
  tr.hidden-lg.hidden-xs,
  th.hidden-lg.hidden-xs,
  td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm,
  tr.hidden-lg.hidden-sm,
  th.hidden-lg.hidden-sm,
  td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md,
  tr.hidden-lg.hidden-md,
  th.hidden-lg.hidden-md,
  td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg,
  tr.hidden-lg,
  th.hidden-lg,
  td.hidden-lg {
    display: none !important;
  }
}
.visible-print,
tr.visible-print,
th.visible-print,
td.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
  .hidden-print,
  tr.hidden-print,
  th.hidden-print,
  td.hidden-print {
    display: none !important;
  }
}
body {
  background-image: -webkit-linear-gradient(top, #DCDCDC 0px, #F5F5F5 26px);
  background-image: linear-gradient(to bottom, #DCDCDC 0px, #F5F5F5 26px);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdcdcdc', endColorstr='#fff5f5f5', GradientType=0);
  background-color: #F5F5F5;
}
.full_w {
  width: 100%;
  float: left;
}
b,
strong {
  font-family: 'chevin_probold';
  font-weight: normal;
}
.logo {
  margin: 32px 76px 26px 30px;
}
@media (max-width: 767px) {
  .mobile_clear {
    clear: both;
  }
}
.pdp-main-wrapper {
  background: #FFFFFF;
  width: 100%;
  float: left;
  padding: 15px 10px;
}
.pdp-main-wrapper > h1,
.pdp-main-wrapper > h2,
.pdp-main-wrapper > h3,
.pdp-main-wrapper > strong {
  color: #333333;
  font-size: 27px;
  font-family: 'chevin_probold';
  font-weight: normal;
  margin-top: 0;
  display: block;
}
.pdp-main-wrapper .form-control {
  border-radius: 0;
  box-shadow: none;
}
.pdp-main-wrapper.pmw_self {
  margin-bottom: 20px;
  padding: 0;
}
.pdp-main-wrapper.pmw_self .basket_main_content {
  border: 0;
  margin-bottom: 0 ! important;
}
.pdp-main-wrapper h3 {
  font-size: 12.6px;
  font-style: normal;
}
.pdp-main-wrapper #pdp_media_big:hover {
  cursor: pointer;
}
.basket_main_content {
  background: #FFFFFF;
  float: left;
  width: 100%;
  border: 1px solid #C1C1C1;
  padding-bottom: 15px;
}
.bilka_main_heading {
  margin-top: 0;
  color: #333333;
  font-size: 27px;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.bilka_main_heading em {
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .bilka_main_heading em {
    display: none;
  }
}
.bilka-h2 {
  color: #333333;
  font-size: 16px;
  margin-top: 0;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.bilka-color {
  color: #002d5a;
}
.bilka_price {
  color: #333333;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.bilka_price em {
  font-style: normal;
  font-size: 18px;
  text-decoration: line-through;
  display: inline-block;
  margin-left: 5px;
}
.bilka_price span {
  font-size: 23px;
  color: #002d5a;
}
@media (max-width: 767px) {
  .bilka_accordion .panel-body,
  .bilka_accordion .panel-title a {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.bilka_accordion .panel {
  border-radius: 0;
  background-color: #f5f5f5;
}
.bilka_accordion .panel-heading {
  padding: 0;
}
.bilka_accordion .panel-heading .panel-title em {
  font-style: normal;
  color: #333333;
  margin-left: 5px;
}
.bilka_accordion .panel-heading .panel-title a {
  background: #dbdbdb;
  display: block;
  width: 100%;
  padding: 9px 25px 9px 15px;
  font-size: 12.6px;
  position: relative;
  text-decoration: none;
}
.bilka_accordion .panel-heading .panel-title a:hover {
  text-decoration: none;
}
.bilka_accordion .panel-heading .panel-title a.collapsed:before {
  content: "+";
}
.bilka_accordion .panel-heading .panel-title a:before {
  content: "-";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 20px;
  margin-top: -9px;
  right: 7px;
  font-size: 18px;
}
.bilka_accordion .panel-body {
  border: 0 !important;
  padding: 15px;
}
.bilka_accordion.panel-group .panel + .panel {
  margin-top: 13px;
}
.panel-group .panel {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.col_positive {
  color: #00C646 !important;
}
.col_neutral {
  color: #FAC50E !important;
}
.col_negative {
  color: #ED1C24 !important;
}
.ta_center {
  text-align: center !important;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
.container-xs-height {
  display: table;
  table-layout: fixed;
  padding-left: 0px;
  padding-right: 0px;
}
.dis_block {
  display: block !important;
}
.text-right i,
.text-right em {
  font-style: normal;
  font-weight: normal;
}
.link_alike {
  color: #002d5a;
  text-decoration: none;
  cursor: pointer;
}
.link_alike:hover {
  text-decoration: underline;
  color: #00070e;
}
.text-right .link_alike:hover i,
.text-right .link_alike:hover em {
  text-decoration: underline;
}
.text-right {
  text-align: right;
}
.text_left {
  text-align: left;
}
.text_center {
  text-align: center;
}
.clear_both {
  clear: both;
}
select.form-control {
  padding: 6px 2px;
}
.sans_40_bold {
  font-size: 40px;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.sans_30 {
  font-size: 30px;
}
.sans_30_bold {
  font-size: 30px;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.sans_20 {
  font-size: 20px;
}
.col-middle {
  vertical-align: middle;
}
.row-xs-height {
  display: table-row;
}
@-ms-viewport {
  width: device-width;
}
.engagment_heading {
  font-size: 21px;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration: none;
}
.pt0 {
  padding-top: 0 !important;
}
.pb0 {
  padding-bottom: 0px ! important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px ! important;
}
.p20 {
  padding: 20px ! important;
}
.mb5 {
  margin-bottom: 5px ! important;
}
.mb10 {
  margin-bottom: 10px ! important;
}
.mb15 {
  margin-bottom: 15px ! important;
}
.mb20 {
  margin-bottom: 20px ! important;
}
.mb30 {
  margin-bottom: 30px ! important;
}
.mb40 {
  margin-bottom: 40px ! important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px ! important;
}
.mt30 {
  margin-top: 30px ! important;
}
.mt40 {
  margin-top: 40px ! important;
}
.float_right {
  float: right !important;
}
.btn.ladda-button[data-style=zoom-in][data-loading] > .ladda-spinner {
  margin-top: 0;
  margin-left: 0;
}
.btn {
  border-radius: 0;
  font-size: 12.6px;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #002d5a;
  border-color: #002d5a;
  background-image: none;
}
.btn-primary:hover {
  background-color: #002d5a;
}
.btn-default {
  color: #FFFFFF;
  background-color: #afafaf;
  background-image: none;
  border-color: #C1C1C1;
  text-shadow: none;
}
.bilka_bordered_button {
  display: block;
  padding: 7px 0px;
  border: 1px solid #C1C1C1;
  text-align: center;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}
.bilka_bordered_button:hover {
  text-decoration: none;
  color: #333333;
}
/* moved from buttons.less */
/* review stars can be on any page. */
[class^="icon-bilka_rating_"],
[class*=" icon-bilka_rating_"] {
  color: #FAC50E;
  font-size: 25px;
  float: left;
  width: 15px;
}
.bilka_table {
  width: 100%;
}
.bilka_table td {
  font-size: 12.6px;
  vertical-align: top;
  padding: 5px 0 5px 5px;
}
.bilka_table td:first-child {
  padding-right: 20px;
}
.bilka_table .bt_odd {
  background: #c5c5c5;
}
#spin {
  display: none;
  z-index: 2000;
}
.modal-open #spin {
  opacity: 0.3;
}
.bilka_product_suggestions {
  padding: 15px 20px;
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1C1C1;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .bilka_product_suggestions {
    padding: 0;
  }
}
.cc_component {
  width: 100%;
  float: left;
  margin-top: 5px;
}
.cc_component img,
.cc_component span {
  float: left;
}
.cc_component img {
  margin-right: 0;
  position: relative;
  top: 5px;
  width: 20%;
}
.cc_component .blackText,
.cc_component span {
  line-height: 15px;
  top: 3px;
  position: relative;
  width: 80%;
  left: 5px;
}
button.btn-styless {
  background: none;
  border: none;
  height: auto;
  box-sizing: content-box;
}
button.btn-styless:hover,
button.btn-styless:focus {
  outline: none;
}
button.btn-styless.add-cart {
  background: url('/_ui/desktop/common/images/svg/add-to-cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
  width: 34px;
  height: 34px;
  padding: 0;
}
.ie8 button.btn-styless.add-cart {
  background: url('/_ui/desktop/common/images/blue_plus_cart.png');
}
.quantity-text {
  float: left;
  margin-top: 10px;
}
.quantity_component {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .quantity_component {
    margin-bottom: 0;
  }
}
.quantity_component label {
  float: left;
  font-weight: normal;
  line-height: 32px;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .quantity_component label {
    margin-bottom: 0;
  }
}
.quantity_component .unit-info {
  font-weight: normal;
  line-height: 32px;
  float: left;
  display: inline-block;
  padding-left: 10px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .quantity_component .unit-info {
    margin-bottom: 0;
  }
}
.quantity_component input {
  float: left;
}
.quantity_component input[type="tel"] {
  margin-left: 5px;
  padding: 0;
  text-align: center;
  height: 25px;
  width: 34px;
  position: relative;
  top: 4px;
}
.quantity_component button {
  float: left;
  width: 110px;
  margin-left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .quantity_component button {
    width: 117px;
  }
}
.quantity_component button.has-unit {
  margin-top: 10px;
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.bpm_separator {
  border-bottom: 1px solid #C1C1C1;
}
@media (max-width: 767px) {
  .bpm_separator {
    border: 0;
  }
}
.bazarvoice_ratings a {
  left: 10px;
  position: relative;
  top: 4px;
  cursor: pointer;
}
.main_bazarvoice_rating {
  margin-left: -5px;
}
.bilka-nav {
  padding: 10px 15px 20px;
}
@media (max-width: 767px) {
  .bilka-nav {
    padding: 0 0 10px 0;
  }
}
.bilka-nav ul li a {
  color: black;
}
.bilka-nav .top-menu-row {
  z-index: 100;
}
.bilka-nav .cart-bordering {
  background-color: white;
  border: 1px solid #C1C1C1;
}
@media (max-width: 767px) {
  .bilka-nav .cart-bordering {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 2px;
    height: 27px;
  }
}
@media screen and (min-width: 768px) {
  .bilka-nav .cart-bordering {
    padding-left: 7px;
    padding-top: 5px;
    float: right;
    height: 33px;
  }
}
.bilka-nav .cart-bordering .cart {
  display: inline-block;
  position: relative;
}
.bilka-nav .cart-bordering .cart .icon-cart {
  font-size: 26px;
  color: black;
  display: inline-block;
  margin-top: -4px;
  float: left;
  padding-right: 6px;
}
@media (max-width: 767px) {
  .bilka-nav .cart-bordering .cart .icon-cart {
    font-size: 28px;
  }
}
.bilka-nav .cart-bordering .cart .cart-info-container {
  display: inline-block;
  float: left;
  margin-top: 0px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .bilka-nav .cart-bordering .cart .cart-info-container {
    max-width: 100px;
    max-height: 22px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .bilka-nav .cart-bordering .cart {
    background-position-y: 0px;
    text-align: right;
    min-width: 40px;
    height: 24px;
  }
  .bilka-nav .cart-bordering .cart:hover {
    text-decoration: none;
  }
}
@media screen and (min-width: 768px) {
  .bilka-nav .cart-bordering .cart {
    background-position-y: 0px;
    font-family: 'chevin_probold';
    font-weight: normal;
    font-size: 11px;
    display: block;
    padding: 2px 8px 6px 0px;
  }
}
.bilka-nav .cart-bordering .cart .cart_icon_text {
  color: black;
  display: inline-block;
  font-family: 'chevin_probold';
  font-weight: normal;
}
@media (max-width: 767px) {
  .bilka-nav .cart-bordering .cart .cart_icon_text {
    display: none;
  }
}
.bilka-nav .cart-bordering .cart .numberOfItems {
  font-size: 13px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding-right: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .bilka-nav .cart-bordering .cart .numberOfItems {
    top: 2px;
    padding-right: 2px;
    font-size: 16px;
  }
}
.bilka-nav .cart-bordering .cart .icon-right_arrow {
  height: 8px;
  width: 5px;
  display: inline-block;
  margin-left: 1px;
  margin-right: 4px;
  font-size: 9px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .bilka-nav .cart-bordering .cart .icon-right_arrow {
    display: none;
  }
}
.bilka-nav .cart-bordering .cart:hover {
  text-decoration: none;
}
.header-list {
  float: right;
}
.header-list.list-inline > li {
  font-size: 11px;
  padding-left: 0px;
  padding-right: 20px;
}
.header-list.list-inline > li:last-child {
  padding-right: 0px;
}
@media screen and (min-width: 768px) {
  .bilka-icon-font {
    font-size: 200px;
    line-height: 20px;
    text-align: center;
    height: 45px;
    padding-left: 0px;
  }
}
.bilka-icon-font .icon-bilka_dk_logo {
  display: block;
  font-size: 70px;
  line-height: 40px;
}
@media (max-width: 767px) {
  .bilka-icon-font .icon-bilka_dk_logo {
    font-size: 45px;
    line-height: 30px;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    padding: 1px 0;
  }
}
.bilka-icon-font .icon-bilka_dk_logo:hover {
  text-decoration: none;
  color: #002d5a;
}
.search button,
.search-form button {
  background: white;
  border: none;
  padding: 0;
  font-family: 'chevin_probold';
  font-weight: normal;
}
@media (max-width: 767px) {
  .search button,
  .search-form button {
    display: inherit;
  }
}
@media (max-width: 767px) {
  .search,
  .search-form {
    position: relative;
    padding: 5px 10px;
    background-color: #f5f5f5;
    z-index: 5;
  }
}
.search .icon-search,
.search-form .icon-search {
  height: 17px;
  padding-left: 0;
  font-size: 20px;
  z-index: 150;
}
@media (max-width: 767px) {
  .search .icon-search,
  .search-form .icon-search {
    position: absolute;
    right: 5px;
    top: 8px;
    padding: 2px 12px !important;
  }
}
.search .icon-search:before,
.search-form .icon-search:before {
  padding-left: 10px;
  padding-right: 2px;
}
@media (max-width: 767px) {
  .search .icon-search:before,
  .search-form .icon-search:before {
    padding-right: 5px;
  }
}
@media (max-width: 767px) {
  .search label,
  .search-form label {
    font-family: 'chevin_promedium', 'Museo_Slab_500-webfont', Arial, sans-serif;
  }
}
@media (max-width: 767px) {
  #content {
    min-width: 100%;
    position: relative;
    height: 100%;
  }
}
@media (max-width: 767px) {
  .menu-open #menu {
    display: block;
  }
}
.menu-open #content {
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .menu-open #content {
    -webkit-transform: translate3d(100%, 0px, 0px);
    -moz-transform: translate3d(100%, 0px, 0px);
    -ms-transform: translate3d(100%, 0px, 0px);
    -o-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
    position: fixed;
  }
  .menu-open #content .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .menu-open #content .column-mobile-header {
    padding-top: 0;
  }
  .menu-open #content .col-xs-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .menu-open .column-mobile-header,
  .menu-open .maincontent {
    margin-left: -15px;
  }
}
@media (max-width: 767px) {
  .menu-open .column-mobile-header.offcanvas {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .mobile-header {
    background-color: #f5f5f5;
    margin-left: 0px;
    width: 100%;
    z-index: 2;
    line-height: 20px;
    position: relative;
    padding: 5px 10px;
    height: 38px;
  }
  .mobile-header .white-border-box {
    background-color: white;
    border: 1px solid #C1C1C1;
    height: 27px;
    padding: 2px;
  }
  .mobile-header .mini-c {
    position: absolute;
    right: 10px;
    padding: 2px;
  }
  .mobile-header .row {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .menu-text {
    font-size: 17px;
    padding-left: 22px;
  }
}
@media screen and (min-width: 768px) {
  .search-form {
    background: none repeat scroll 0 0 white;
    padding-left: 0;
    padding-right: 5px;
    border: 1px solid #C1C1C1;
  }
  .search-form input {
    display: inline-block;
    width: 87.5%;
    border: none;
    padding-left: 10px;
    padding-right: 5px;
  }
  .search-form input,
  .search-form input:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .news-banner {
    cursor: pointer;
  }
  .news-banner .icon {
    width: 70px;
    float: left;
  }
  .news-banner .icon img {
    float: right;
    padding-right: 5px;
  }
  .news-banner .wrap {
    display: table;
  }
  .news-banner .wrap p,
  .news-banner .wrap .icon,
  .news-banner .wrap image {
    display: table-cell;
    vertical-align: middle;
  }
  .cart-wrapper {
    width: auto;
    float: right;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  .search-form input {
    width: 79%;
  }
}
@media screen and (min-width: 768px) and (min-width: 992px) and (max-width: 1199px) {
  .search-form input {
    width: 84.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .news-banner {
    margin-bottom: 9px;
    margin-top: 0px;
    width: 90%;
    padding-left: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .cart-wrapper {
    padding-left: 0;
  }
}
.icon-bilka_dk_logo:hover {
  text-decoration: none;
  color: #002d5a;
}
@media (max-width: 767px) {
  footer {
    font-size: 12.6px;
  }
}
@media (min-width: 768px) {
  footer {
    margin: 0 !important;
  }
}
footer ul {
  list-style-type: none;
}
@media (max-width: 767px) {
  footer form input {
    position: relative;
  }
}
@media (max-width: 767px) {
  footer form button {
    position: absolute;
  }
}
@media (max-width: 767px) {
  footer .search {
    position: relative;
    padding: 5px 0px 0px 0px;
    margin-left: 8.3%;
  }
  footer .search label,
  footer .search .form-control {
    font-family: 'chevin_promedium', 'Museo_Slab_500-webfont', Arial, sans-serif;
  }
}
footer .search .icon-search {
  z-index: 5;
}
@media (max-width: 767px) {
  footer .search .icon-search {
    right: 0px;
    padding-left: 0px !important;
  }
}
@media (max-width: 767px) {
  footer hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
footer .panel {
  background: none;
}
@media (max-width: 767px) {
  footer .panel {
    margin: 0 10px 10px 10px;
    cursor: pointer;
  }
}
@media (min-width: 768px) {
  footer .panel {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
}
footer .panel .panel-heading {
  background: none;
}
@media (max-width: 767px) {
  footer .panel .panel-heading {
    border-bottom: none;
    position: relative;
  }
}
@media (min-width: 768px) {
  footer .panel .panel-heading {
    background: none;
    border-bottom: none;
    padding: 0;
  }
}
@media (max-width: 767px) {
  footer .panel .panel-heading .iconFooter {
    position: absolute;
    top: 13px;
    right: 13px;
  }
}
@media (min-width: 768px) {
  footer .panel .panel-heading .iconFooter {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .panel .panel-body {
    padding-top: 5px;
    padding-bottom: 5px;
    display: none;
  }
}
@media (min-width: 768px) {
  footer .panel .panel-body {
    background: none;
    border-bottom: none;
    padding: 0;
    display: block !important;
    padding-top: 5px;
  }
}
footer .panel .panel-body ul {
  padding: 0;
}
footer .panel .panel-body ul li {
  border-bottom: 1px solid #c5c5c5;
  padding: 5px 0;
}
footer .panel .panel-body ul li:last-child {
  border-bottom: none;
}
@media (min-width: 768px) {
  footer .panel .panel-body ul li {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  footer .panel .panel-body ul li {
    padding: 2px 0;
  }
}
footer .openingDays {
  width: 50%;
}
.block-container {
  background-color: white;
}
/* TEST */
@media (max-width: 767px) {
  .block-container {
    padding: 10px;
    border-top: 1px solid #C1C1C1;
    box-shadow: 1px 1px 2px 0px rgba(150, 150, 150, 0.5);
  }
  .container  {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .maincontent {
    padding-left: 0;
    padding-right: 0;
  }
  .block-container {
    border: 1px solid #C1C1C1;
    padding: 0 10px 10px 10px;
  }
  .addtorder .input-group {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cms-paragraph {
  position: relative;
  float: left;
  width: 100%;
}
.cms-paragraph p {
  font-weight: normal;
}
#menu .header-list {
  font-size: 12.6px;
  float: right;
}
#menu .nav .dropdown .category-title {
  font-size: 13px;
}
#menu .nav .dropdown.open a span {
  border-left-color: black;
}
#menu .nav li .icon-home {
  padding: 13px;
}
#menu .nav .nav-pills > li > a {
  border-radius: 0;
}
#menu .nav > li > a {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  #menu {
    overflow: hidden;
    display: none;
    height: 100%;
  }
  #menu #sidebar-menu {
    padding-right: 0;
    padding-left: 0;
    z-index: 1;
    height: 100%;
    background-color: #f5f5f5;
  }
  #menu #sidebar-menu .sidebar-wrapper {
    width: 100%;
  }
  #menu #sidebar-menu .sidebar-wrapper .menu-column {
    float: left;
    width: 100%;
    min-height: 100%;
  }
  #menu #sidebar-menu .sidebar-wrapper .link-txt {
    padding: 10px;
  }
  #menu #sidebar-menu .sidebar-wrapper .account-link {
    padding: 10px;
  }
  #menu #sidebar-menu ul.nav {
    /*float: left;*/
    width: 100%;
  }
  #menu .nav-pills > li + li {
    margin-left: 0;
  }
  #menu .nav {
    border-right: 1px solid #C1C1C1;
  }
  #menu .nav:last-child {
    border-bottom: 1px solid #C1C1C1;
  }
  #menu .nav .dropdown span {
    padding: 5px 10px;
  }
  #menu .nav li {
    float: none;
  }
  #menu .nav li a {
    border-top: 1px solid #C1C1C1;
  }
  #menu .nav li.staticPages {
    background-color: #f5f5f5 !important;
  }
  #menu .nav.nav-pills > li > a {
    border-radius: 0;
  }
  #menu .nav.nav-pills li {
    background-color: white;
  }
  #menu .nav.nav-pills li span {
    border-left: none;
  }
  #menu .nav.nav-pills li span.icon-right_arrow {
    color: #C1C1C1;
    float: right;
  }
  #menu .sub-nav-back a {
    background-color: #f5f5f5;
  }
  #menu .sub-nav-back a .icon-left_arrow {
    display: inline-block !important;
  }
  #menu .menu-toggle:active,
  #menu .menu-toggle:hover {
    text-decoration: none;
  }
  #menu .menu-open,
  #menu .menu-open body {
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
  }
  #menu #menu-mobile-closer {
    display: none;
  }
  #menu .menu-open #menu-mobile-closer {
    display: block;
    opacity: 0;
    position: absolute;
    left: 90%;
    top: 0;
    width: 10%;
    height: 100%;
  }
  #menu .sidebar-offcanvas {
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #menu {
    height: auto;
  }
  #menu .icon-left_arrow {
    color: #C1C1C1;
  }
}
@media screen and (min-width: 768px) {
  #menu .nav {
    z-index: 100;
    position: relative;
    background-color: #002d5a;
  }
  #menu .nav .first-visible a {
    border-left: none !important;
    margin-left: 5px;
  }
  #menu .nav .dropdown span {
    padding: 5px 4px;
  }
  #menu .nav .dropdown span.nav-submenu-title {
    padding: 5px 10px 5px 16px;
  }
  #menu .nav .dropdown:hover > a {
    background-color: #FFFFFF;
    color: #002d5a;
  }
  #menu .nav.nav-pills > li {
    background-color: #002d5a;
    margin-left: 0;
    font-family: 'chevin_probold';
    font-weight: normal;
  }
  #menu .nav.nav-pills > li > a {
    border-radius: 0;
  }
  #menu .nav.nav-pills > li + li {
    margin-left: 0;
    position: static;
  }
  #menu .nav.nav-pills > li:nth-child(2) > a span {
    border-left: 0;
  }
  #menu .nav > li > a {
    color: white;
  }
  #menu .nav > li > a:hover,
  #menu .nav > li .nav > li > a:focus {
    background-color: #002d5a;
  }
  #menu a .dropdown-toggle {
    z-index: 80;
  }
  #menu a .dropdown-toggle > span {
    border-left: 1px solid black;
  }
  #menu .dropdown-menu {
    width: 100%;
    background-color: white;
    min-width: 700px;
    border: none;
    border-radius: 0;
    margin-top: 0;
    padding: 0px 0px 15px;
  }
  #menu .dropdown-menu .menu-row > li {
    width: 140px;
    float: left;
    display: inline-block;
  }
  #menu .dropdown-menu .menu-row > li .nav-submenu-title {
    border: none;
    display: block;
    color: black;
    font-family: 'chevin_probold';
    font-weight: normal;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 12.6px;
  }
  #menu .dropdown-menu .menu-row > li > ul {
    display: inline-block;
    list-style-type: none;
    padding-left: 10px;
    width: 100%;
  }
  #menu .dropdown-menu .menu-row > li > ul > li:hover {
    background-color: #002d5a;
  }
  #menu .dropdown-menu .menu-row > li > ul > li:hover a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    width: 100%;
  }
  #menu .dropdown-menu .menu-row > li > ul > li a {
    color: #002d5a;
    font-size: 12.6px;
    font-weight: normal;
    line-height: 22px;
    font-family: 'chevin_promedium', 'Museo_Slab_500-webfont', Arial, sans-serif;
    padding-left: 6px;
  }
  #menu .sidebar-wrapper,
  #menu .sidebar-wrapper .nav {
    width: auto !important;
    margin-left: 0 !important;
  }
}
@media screen and (min-width: 992px) {
  #menu .nav .dropdown span {
    padding: 5px 10px;
  }
  #menu .dropdown-menu .menu-row > li {
    width: 180px;
  }
  #menu .dropdown-menu .menu-row li ul li {
    padding: 1px 0;
  }
}
@media screen and (min-width: 1200px) {
  #menu .dropdown-menu .menu-row > li {
    width: 220px;
  }
}
#menu-backdrop {
  z-index: 60;
  display: none;
}
.nav.nav-pills.mobile-nav #menu li {
  background-color: #f5f5f5;
}
.nav.nav-pills.mobile-nav #menu li a {
  color: #333333;
}
.nav.nav-pills.mobile-nav #menu li .icon-right_arrow {
  color: #C1C1C1;
}
.nav.nav-pills.mobile-nav #menu[data-menu-type="utility"] li a {
  padding-left: 10px;
  padding-right: 10px;
}
#close-mobile-menu {
  position: relative;
  padding: 10px 15px;
  color: #002d5a;
  background-color: #f5f5f5;
  border-top: 1px solid #C1C1C1;
}
#close-mobile-menu:hover {
  cursor: pointer;
}
#close-mobile-menu span {
  padding: 5px 10px;
}
#cookie-panel {
  z-index: 34000;
  position: fixed;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-color: #7D7D7D;
  box-shadow: 0px 0px 8px #f5f5f5;
  color: #FFFFFF;
  opacity: 0.9;
  display: none;
}
#cookie-panel .button-row {
  text-align: right;
}
#cookie-panel #includeLogoSmall a {
  margin: 0 auto;
  display: table;
}
#cookie-panel #cookie-box {
  display: block;
  box-shadow: none;
  line-height: 20px;
  padding: 15px;
}
#cookie-panel #cookie-box .box-content {
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  position: static;
  text-align: center;
}
#cookie-panel #cookie-box .box-content button.close {
  color: #FFFFFF;
  opacity: 1;
  text-shadow: 0 1px 0 #f5f5f5;
}
#login-modal {
  overflow-y: hidden;
}
#login-modal a {
  text-decoration: none;
}
#login-modal .input-group-addon {
  color: white !important;
  font-size: 16px !important;
}
#login-modal .arrow-after:after {
  content: '>';
  padding-left: 2px;
}
#login-modal fieldset {
  display: none;
  margin-bottom: 15px;
}
#login-modal fieldset .icon-order {
  padding-left: 2px;
  padding-right: 2px;
}
#login-modal fieldset .help-block,
#login-modal fieldset .has-error .help-block {
  display: none;
}
#login-modal fieldset .has-error.empty .help-block {
  display: block;
}
form.row {
  margin-left: 0px;
  margin-right: 0px;
}
.underline {
  text-decoration: underline;
}
.leaflet img {
  padding-right: 15px;
  float: left;
}
.newsletter-subscription {
  margin-right: 15px;
}
.addtorder {
  margin: 5px -15px;
}
.input-group-addon {
  color: white !important;
  font-size: 16px !important;
}
figcaption .text-danger {
  padding-top: 10px;
}
@media (max-width: 767px) {
  .subscribeEmail {
    padding-top: 5px;
    width: 100%;
  }
  figure button {
    float: right;
  }
}
@media screen and (min-width: 768px) {
  .subscribeEmail {
    width: 45%;
  }
}
@media screen and (min-width: 992px) {
  .subscribeEmail {
    width: 35%;
  }
  .ie8 .addtorder .input-group {
    padding-left: 0;
  }
}
.more-button-holder {
  text-align: center;
  padding-top: 10px;
}
.more-button-holder .btn-secondary {
  font-size: 11px;
  line-height: 10px;
  margin-bottom: 10px;
  color: #333333;
  background-color: #FFFFFF;
  border: 1px solid #C1C1C1;
  padding: 6px 12px;
}
.more-button-holder .btn-secondary:hover {
  color: #333333;
}
.more-content-holder {
  display: none;
}
.more-content-holder.visible {
  display: block;
}
.global_notification {
  font-family: 'chevin_probold';
  font-weight: normal;
  color: #333333;
  min-height: 26px;
  padding-top: 4px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.global_notification.gn_positive:before,
.global_notification.gn_neutral:before,
.global_notification.gn_negative:before {
  font-family: 'icomoon';
  border-radius: 50%;
  padding: 0.52em 0.56em 0.42em 0.4em;
  margin: 0 0.4em;
  color: #FFFFFF;
  content: "\e62f";
  border-width: 1px;
  border-style: solid;
}
@media (max-width: 767px) {
  .global_notification.gn_positive:before,
  .global_notification.gn_neutral:before,
  .global_notification.gn_negative:before {
    padding: 0.18em 0.26em 0.18em 0.12em;
  }
}
.global_notification.gn_positive:before {
  background-color: #00C446;
  border-color: #009134;
}
.global_notification.gn_neutral:before {
  color: #000000;
  background-color: #FF9900;
  border-color: #cc7a00;
}
.global_notification.gn_negative:before {
  font-family: 'chevin_probold';
  font-weight: normal;
  content: "!";
  background-color: #ED1C24;
  border-color: #af0e14;
  padding: 0.32em 0.86em;
}
@media (max-width: 767px) {
  .global_notification.gn_negative:before {
    padding: 0.01em 0.52em;
  }
}
.basketEntryNotification {
  text-align: center;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}
.basketEntryNotification.gn_positive {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.basketEntryNotification.gn_positive hr {
  border-top-color: #c9e2b3;
}
.basketEntryNotification.gn_positive .alert-link {
  color: #2b542c;
}
.basketEntryNotification.gn_neutral {
  background-color: #FF9900;
  border-color: #e66300;
  color: #8a6d3b;
}
.basketEntryNotification.gn_neutral hr {
  border-top-color: #cc5800;
}
.basketEntryNotification.gn_neutral .alert-link {
  color: #66512c;
}
.basketEntryNotification.gn_negative {
  background-color: #ff0b0b;
  border-color: #f10028;
  color: #ff0b0b;
  color: white;
}
.basketEntryNotification.gn_negative hr {
  border-top-color: #d70024;
}
.basketEntryNotification.gn_negative .alert-link {
  color: #d70000;
}
.basketEntryNotification.gn_negative .close {
  color: white;
  opacity: 0.6;
}
.basketEntryNotification.gn_negative .close:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .global_notification {
    padding: 2px 15px 0 0;
    background-position: 17px 50%;
  }
}
.siteskin {
  margin-bottom: 10px;
  margin-top: 10px;
  width: 100%;
  font-size: 11px;
}
.siteskin .row {
  margin: 0px;
}
@media (max-width: 767px) {
  .siteskin :first-child {
    width: 100%;
  }
}
.siteskin .icon {
  width: 70px;
  float: left;
}
.siteskin .icon img {
  float: right;
  padding-right: 5px;
}
.siteskin p {
  margin-left: 60px;
}
@media (max-width: 767px) {
  .siteskin {
    margin-bottom: 9px;
    margin-top: 0px;
    width: 90%;
  }
}
.siteskin a {
  color: black;
}
.siteskin .wrap {
  display: table;
}
.siteskin .wrap p,
.siteskin .wrap .icon,
.siteskin .wrap image {
  display: table-cell;
  vertical-align: middle;
}
.bilka_modal .modal-dialog {
  width: 360px;
  padding-top: 0;
  margin: 20px auto 10px;
}
@media (max-width: 768px) {
  .bilka_modal .modal-dialog {
    width: 96%;
  }
}
.bilka_modal .modal-dialog .selectContainer {
  float: right;
  width: 100%;
}
.bilka_modal .modal-dialog .selectContainer .not-sellable {
  font-style: italic;
  color: #BFBFBF;
}
.bilka_modal .modal-dialog .btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  height: 31px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .bilka_modal .modal-dialog .btn {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .bilka_modal .modal-dialog .btn {
    width: 49%;
  }
}
@media (min-width: 768px) {
  .bilka_modal .modal-dialog .btn.btn-primary {
    float: right;
  }
}
.bilka_modal .modal-dialog .modal-content {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  border-radius: 0;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
}
.bilka_modal .modal-dialog .modal-content .btn-primary,
.bilka_modal .modal-dialog .modal-content .btn-primary:hover {
  color: white;
}
.bilka_modal .modal-dialog .modal-content .btn-secondary,
.bilka_modal .modal-dialog .modal-content .btn-secondary:hover {
  color: black;
}
.bilka_modal .modal-dialog .modal-content em {
  font-family: 'chevin_probold';
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  margin-bottom: 8px;
}
.bilka_modal .modal-dialog .modal-content .continue_shopping {
  position: absolute;
  bottom: 12px;
  right: 0;
  margin-bottom: 0;
}
.bilka_modal .modal-dialog .modal-content .modal-header {
  padding: 15px 0 0;
  border-bottom: 0;
}
.bilka_modal .modal-dialog .modal-content .modal-body {
  width: 100%;
  float: left;
  overflow: visible;
  padding: 10px;
}
.bilka_modal .modal-dialog .modal-content .modal-body > img {
  float: left;
  margin-right: 10px;
}
.bilka_modal .modal-dialog .modal-content .modal-body select {
  color: #333333;
  font-size: 12.6px;
  width: 160px;
}
.bilka_modal .modal-dialog .modal-content .modal-body select.form-control {
  padding: 6px 2px;
  margin-bottom: 10px;
}
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification {
  text-align: center;
  background: transparent no-repeat 0 0;
  font-family: 'chevin_probold';
  font-weight: normal;
  min-height: 26px;
  padding-top: 5px;
  padding-bottom: 5px;
  vertical-align: middle;
}
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification span {
  margin-right: 5px;
  margin-bottom: -7px;
  width: 25px;
  height: 25px;
  display: inline-block;
}
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification span.gn_positive-icon:before,
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification span.gn_neutral-icon:before,
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification span.gn_negative-icon:before {
  font-family: 'icomoon';
  border-radius: 50%;
  padding: 0.52em 0.56em 0.42em 0.4em;
  color: #FFFFFF;
  content: "\e62f";
  border-width: 1px;
  border-style: solid;
}
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification span.gn_positive-icon:before {
  background-color: #00C446;
  border-color: #009134;
}
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification span.gn_neutral-icon:before {
  color: #000000;
  background-color: #FF9900;
  border-color: #cc7a00;
}
.bilka_modal .modal-dialog .modal-content .modal-body .cart-notification span.gn_negative-icon:before {
  font-family: 'chevin_probold';
  font-weight: normal;
  content: "!";
  background-color: #ED1C24;
  border-color: #af0e14;
  padding: 0.32em 0.86em;
}
.bilka_modal .modal-dialog .modal-content .modal-body .latest-cart-modifications {
  padding-bottom: 20px;
}
.bilka_modal .modal-dialog .modal-content .modal-body .latest-cart-modifications .cart-modification {
  text-align: center;
}
.bilka_modal .modal-dialog .modal-content .modal-body .image-container {
  position: relative;
  width: 100px;
  height: 100px;
  padding: 5px;
}
.bilka_modal .modal-dialog .modal-content .modal-body .image-container .image-container-inner {
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
  height: 100%;
}
.bilka_modal .modal-dialog .modal-content .modal-body .image-container .image-container-inner:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.bilka_modal .modal-dialog .modal-content .modal-body .image-container .image-container-inner img {
  vertical-align: middle;
  display: inline-block !important;
  max-height: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .bilka_modal .modal-dialog .modal-content .modal-body .image-container {
    display: none !important;
  }
}
.bilka_modal .modal-dialog .modal-content .modal-footer {
  margin-top: 0;
  border: 0;
  padding: 15px 0;
  width: 100%;
  float: left;
}
.bilka_modal .bilka-h2 {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .bilka_modal.conditions .modal-dialog,
  .bilka_modal.conditions_modal_recommendations .modal-dialog {
    width: 480px !important;
  }
}
.bilka_modal.extended .modal-content .continue_shopping {
  float: left;
  line-height: 1.42857;
  position: static;
  background: none repeat scroll 0 0 #dbdbdb;
  border-radius: 0;
  font-size: 12.6px;
  border: 0 none;
}
@media (max-width: 767px) {
  .bilka_modal.extended .modal-content .continue_shopping {
    margin-top: 10px;
  }
}
.bilka_modal.extended .modal-content .btn-primary {
  padding: 6px 12px;
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .bilka_modal.extended .modal-content .btn-primary {
    margin-left: 5px;
  }
}
#spin {
  display: none;
  z-index: 2000;
}
.modal-open #spin {
  opacity: 0.3;
}
.variant_modal_recommendations .dk-select,
.variantSelector .dk-select {
  border: none;
  padding: 0;
  position: relative;
}
.variant_modal_recommendations .dk-select .dk-selected,
.variantSelector .dk-select .dk-selected {
  padding: 6px 12px;
  height: 100%;
  border-radius: 0;
}
.variant_modal_recommendations .dk-select .dk-select-options,
.variantSelector .dk-select .dk-select-options {
  padding: 0;
  border-radius: 0;
  max-height: 200px;
  z-index: 1;
}
.variant_modal_recommendations .dk-select .dk-select-options .dk-option,
.variantSelector .dk-select .dk-select-options .dk-option {
  padding: 5px 3px;
}
.variant_modal_recommendations .dk-select .dk-select-options .not-sellable,
.variantSelector .dk-select .dk-select-options .not-sellable {
  color: #9E9E9E;
  font-style: italic;
}
.variant_modal_recommendations .selectContainer.has-error .dk-selected,
.variantSelector .selectContainer.has-error .dk-selected,
.variant_modal_recommendations .selectContainer.has-error .dk-selected:after,
.variantSelector .selectContainer.has-error .dk-selected:after {
  border-color: red;
}
#burger-icon {
  width: 34px;
  height: 22px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  top: 8px;
}
#burger-icon.open span:nth-child(1) {
  -webkit-transform: translate(8px, -4px) rotate(45deg);
  -moz-transform: translate(8px, -4px) rotate(45deg);
  -o-transform: translate(8px, -4px) rotate(45deg);
  transform: translate(8px, -4px) rotate(45deg);
}
#burger-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#burger-icon.open span:nth-child(3) {
  -webkit-transform: translate(8px, 2px) rotate(-45deg);
  -moz-transform: translate(8px, 2px) rotate(-45deg);
  -o-transform: translate(8px, 2px) rotate(-45deg);
  transform: translate(8px, 2px) rotate(-45deg);
}
#burger-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333333;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#burger-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#burger-icon span:nth-child(2) {
  top: 9px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#burger-icon span:nth-child(3) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-inline .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-group .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 1061;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid white;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after {
  display: block;
}
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
.sorting-wrapper .filter-option {
  color: #002d5a;
}
.my-account-links {
  width: 100%;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .my-account-links .bilka_main_heading {
    padding: 15px 0;
  }
}
.my-account-links .bilka_main_heading h1,
.my-account-links .bilka_main_heading h2,
.my-account-links .bilka_main_heading h3,
.my-account-links .bilka_main_heading strong {
  font-size: 16px;
  margin: 0;
}
.my-account-links .hover-link {
  display: inline-block;
  width: 110px;
  height: 135px;
  margin: 10px 10px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  overflow: hidden;
}
.my-account-links .hover-link img {
  width: 100%;
  padding-bottom: 5px;
}
.my-account-links .hover-link:hover {
  text-decoration: none;
}
.my-account-links .hover-link:hover img {
  display: none;
}
.my-account-links .hover-link:hover .show-hover {
  display: block;
}
.my-account-links .hover-link .description {
  min-height: 35px;
  width: 100%;
  font-weight: normal;
}
.my-account-links .show-hover {
  display: none;
}
.newsletter_component {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #C1C1C1;
  float: left;
  padding: 15px;
  margin-bottom: 20px;
  width: 100%;
}
.newsletter_component #subscribe-error-text {
  color: #ff0b0b;
}
.newsletter_component > div.row {
  padding: 0 15px !important;
}
.newsletter_component > div.row > div:first-child {
  border: 0 none;
}
@media (max-width: 767px) {
  .newsletter_component > div.row > div {
    float: left;
    width: 100%;
  }
}
.newsletter_component > div.row > div img {
  float: left;
  width: 24%;
  margin-right: 1%;
}
@media (max-width: 767px) {
  .newsletter_component > div.row > div img {
    display: none;
  }
}
.newsletter_component > div.row > div .nc_text {
  float: left;
  padding-left: 25px;
  width: 75%;
}
@media (max-width: 767px) {
  .newsletter_component > div.row > div .nc_text {
    padding-left: 0;
    padding-bottom: 10px;
    width: 100%;
  }
}
.newsletter_component > div.row > div .nc_text p {
  margin: 0;
  padding: 0;
}
.newsletter_component > div.row > div .nc_text button {
  float: right;
  width: auto;
}
.newsletter_component > div.row > div.col-sm-12 .nc_text {
  padding-left: 0;
  width: 100%;
}
.newsletter_component > div.row > div.col-sm-12 .nc_text.with-image {
  width: 75%;
}
.newsletter_component > div.row > div .form-group {
  float: left;
  margin: 10px 0;
  width: 100%;
}
.newsletter_component > div.row > div .bilka-h2 {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 20px;
}
.custom-category-component .row > .cf-holder {
  overflow: hidden;
}
.custom-category-component .cp_fragment {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
  border: 1px solid #f5f5f5;
}
.custom-category-component .cp_fragment .cp_media {
  display: block;
  position: relative;
  vertical-align: middle;
  letter-spacing: normal;
}
.custom-category-component .cp_fragment .cp_media .dummy {
  padding-top: 100%;
}
.custom-category-component .cp_fragment .cp_media a {
  bottom: 0;
  font: 0px/0 a;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.custom-category-component .cp_fragment .cp_media a:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.custom-category-component .cp_fragment .cp_media a img {
  max-width: 100%;
  max-height: 100%;
}
.custom-category-component .cp_fragment .cp_text {
  background-color: #f5f5f5;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
  bottom: 0;
  max-height: 60px;
  min-height: 60px;
}
.custom-category-component .cp_fragment .cp_text a {
  color: #000000;
}
.custom-category-component .cp_fragment .cp_text span {
  line-height: 1.2;
}
.custom-category-component h2 {
  font-weight: bold;
  margin: -10px 0 0;
  padding-bottom: 15px;
  padding-left: 15px;
  color: #333333;
}
@media (max-width: 767px) {
  .custom-category-component h2 {
    margin: 0;
  }
}
.marketing {
  background-color: white;
  border: 1px solid #C1C1C1;
  padding: 10px;
}
.store-component {
  margin-bottom: 15px;
}
.store-component table.hours {
  width: 100%;
}
@media (max-width: 991px) {
  .store-component table.hours {
    margin-bottom: 20px;
  }
}
.store-component .store-links {
  list-style-type: none;
  padding: 0;
}
@media (max-width: 991px) {
  .store-component .store-links {
    padding-left: 3px;
  }
}
.store-component .store-links li {
  position: relative;
  height: 30px;
}
.store-component .store-links li span {
  font-size: 24px;
  position: absolute;
  top: 2px;
  left: 2px;
}
.store-component .store-links li a {
  position: absolute;
  top: 6px;
  left: 30px;
}
.store-component .store-links li .icon-smiley {
  color: #00C446;
}
.store-component .maps-image {
  width: 100%;
}
.store-component h2 {
  font-size: 16px;
  color: #002d5a;
}
.hours-all-day {
  text-transform: capitalize;
  font-size: 14px;
}
#hours {
  padding-bottom: 10px;
  padding-right: 10px;
}
.store_details {
  margin-bottom: 15px;
}
.store_salling_map {
  margin-top: 15px;
  height: 450px;
}
.store-component-events {
  background: white;
  border: 1px solid #C1C1C1;
  padding: 15px 10px;
  float: left;
  margin: 0 0 20px;
}
.store-component-events .bilka_main_heading {
  padding: 15px 15px;
}
@media (max-width: 767px) {
  .store-component-events .bilka_main_heading {
    padding: 15px 0;
  }
}
.store-component-events .bilka_main_heading h1,
.store-component-events .bilka_main_heading h2,
.store-component-events .bilka_main_heading h3,
.store-component-events .bilka_main_heading strong {
  font-size: 27px;
  margin: 0;
}
.store-component-events .row-events {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .store-component-events.row {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.pdp-main-wrapper .store-component-events {
  border: none;
  padding: 0;
}
.event-block {
  position: relative;
  padding-bottom: 10px !important;
  cursor: pointer;
}
.event-block img {
  width: 25%;
  display: inline-block;
  vertical-align: top;
}
@media (max-width: 767px) {
  .event-block img {
    width: 20%;
  }
}
.event-block .short-description {
  width: 70%;
  display: inline-block;
  padding-left: 10px;
}
.event-block .date {
  font-size: 11px;
  width: 100%;
  display: block;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .event-block .date {
    font-size: 12.6px;
  }
}
.event-block .icon-container {
  position: absolute;
  right: 3%;
  top: 45px;
}
.event-block .icon-up_arrow {
  display: none;
}
.event-block .in + .icon-container .icon-up_arrow {
  display: block;
}
.event-block .in + .icon-container .icon-down_arrow {
  display: none;
}
.event-block .in {
  padding-top: 10px;
}
.responsive-table-container {
  background: none repeat scroll 0 0 #FFFFFF;
  float: left;
  margin-bottom: 20px;
  width: 100%;
  border: 1px solid #C1C1C1;
}
.responsive-table-container .bilka_main_heading {
  padding: 15px 15px;
}
@media (max-width: 767px) {
  .responsive-table-container .bilka_main_heading {
    padding: 15px 0;
  }
}
.responsive-table-container .bilka_main_heading h1,
.responsive-table-container .bilka_main_heading h2,
.responsive-table-container .bilka_main_heading h3,
.responsive-table-container .bilka_main_heading strong {
  font-size: 27px;
  margin: 0;
}
.responsive-table-container .rwd-table {
  border: none;
}
@media (min-width: 768px) {
  .responsive-table-container .rwd-table {
    margin: 0 15px 15px;
  }
}
.responsive-table-container .rwd-table th {
  display: none;
}
.responsive-table-container .rwd-table td {
  display: block;
}
.responsive-table-container .rwd-table td:before {
  /* yes this might break the pipeline, its copied from the Internetz */
  content: attr(data-th) ": ";
  font-family: 'chevin_probold';
  font-weight: normal;
  width: 30%;
  display: inline-block;
}
@media (min-width: 768px) {
  .responsive-table-container .rwd-table td:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .responsive-table-container .rwd-table td {
    border-bottom: none;
  }
}
.responsive-table-container .rwd-table th,
.responsive-table-container .rwd-table td {
  text-align: left;
}
@media (min-width: 768px) {
  .responsive-table-container .rwd-table th,
  .responsive-table-container .rwd-table td {
    display: table-cell;
    padding: 0.25em 0.5em;
  }
  .responsive-table-container .rwd-table th:first-child,
  .responsive-table-container .rwd-table td:first-child {
    padding-left: 0;
  }
  .responsive-table-container .rwd-table th:last-child,
  .responsive-table-container .rwd-table td:last-child {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .responsive-table-container .rwd-table th:last-child,
  .responsive-table-container .rwd-table td:last-child {
    border-bottom: 1px solid #999999;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.ie8 .rwd-table th {
  display: block;
}
.ie8 .rwd-table td:before {
  display: none;
}
.pdp-main-wrapper .responsive-table-container {
  border: none;
  padding: 0;
}
@media (min-width: 768px) {
  .pdp-main-wrapper .responsive-table-container .bilka_main_heading {
    margin: 0 -15px;
  }
  .pdp-main-wrapper .responsive-table-container .rwd-table {
    margin: 0;
  }
}
.links_component .row {
  margin-left: 0;
  margin-right: 0;
}
.links_component .col-sm-5 {
  width: 20%;
}
@media (max-width: 767px) {
  .links_component .col-sm-5 {
    width: 100%;
  }
}
.links_component dl {
  margin-bottom: 0;
}
.links_component dl ul {
  margin: 0;
  padding: 0;
}
.links_component dl ul li {
  list-style: outside none none;
  padding-right: 10px;
  position: relative;
}
.links_component dl ul li span {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 767px) {
  .links_component dl dt,
  .links_component dl dd {
    padding: 0 15px;
  }
}
.links_component dl dt h1,
.links_component dl dt h2,
.links_component dl dt h3,
.links_component dl dt strong {
  color: #333333;
  font-size: 14px;
  margin: 0;
}
.links_component dl li,
.links_component dl dt {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.links_component dl a {
  color: #333333;
}
.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 60px;
  overflow: hidden;
}
.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-component {
  padding-bottom: 15px !important;
}
.banner_3prods_brick {
  float: left;
  width: 100%;
}
.banner_3prods_brick img {
  margin-bottom: 15px;
}
.banner_3prods_brick ul {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .banner_3prods_brick img {
    width: 50%;
    float: left;
    display: block;
  }
  .banner_3prods_brick > p,
  .banner_3prods_brick > div {
    width: 50%;
    float: left;
    padding-left: 15px;
  }
  .banner_3prods_brick.no-image > p,
  .banner_3prods_brick.no-image > div {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .engagement_flat_image {
    padding-right: 30px ! important;
  }
}
.engagment_heading {
  font-size: 21px ! important;
}
.banner_3prods_brick strong {
  display: block;
  color: #333333;
}
@media (max-width: 767px) {
  .eng_comp_hero_and_4 .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.eng_comp_hero_and_4 .banner_3prods_brick {
  margin-top: 30px;
}
.eng_comp_hero_and_4 .banner_3prods_brick:first-child {
  margin-top: 0;
}
.eng_comp_hero_and_4 .banner_3prods_brick img {
  display: block;
  float: left;
  margin: 0;
  width: 25%;
}
.eng_comp_hero_and_4 .banner_3prods_brick > p,
.eng_comp_hero_and_4 .banner_3prods_brick > div {
  float: left;
  margin: 0;
  padding-left: 15px;
  width: 73%;
}
.eng_comp_hero_and_4 .banner_3prods_brick > p.full_w,
.eng_comp_hero_and_4 .banner_3prods_brick > div.full_w {
  width: 100%;
}
.eng_comp_hero_and_4 .banner_3prods_brick.no-image > p,
.eng_comp_hero_and_4 .banner_3prods_brick.no-image > div {
  width: 100%;
  padding-left: 0;
}
.eng_comp_hero_and_4 .banner_3prods_brick strong {
  display: block;
}
.eng_comp_hero_and_4 .big_image_sect {
  margin-bottom: 20px;
  position: relative;
}
.eng_comp_hero_and_4 .big_image_sect h1,
.eng_comp_hero_and_4 .big_image_sect h2,
.eng_comp_hero_and_4 .big_image_sect h3 {
  padding-top: 10px;
  padding-bottom: 10px !important;
}
.eng_comp_hero_and_4 .big_image_sect h4 {
  padding-bottom: 15px !important;
}
.eng_comp_hero_and_4 .big_image_sect img {
  width: 100%;
}
.eng_comp_hero_and_4 .big_image_sect .bis_text {
  height: 100%;
  left: 35px;
  position: absolute;
  top: 0;
}
.eng_comp_hero_and_4 .big_image_sect .bis_text.with-subtitle {
  top: 45px;
}
@media (max-width: 767px) {
  .eng_comp_hero_and_4 .big_image_sect .bis_text {
    left: 15px;
  }
}
.eng_comp_hero_and_4 .big_image_sect .bis_text p {
  margin: 5px 0 10px;
}
.eng_comp_hero_and_4 .big_image_sect .bis_text h2 {
  font-size: 16px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.eng_comp_hero_and_4 .big_image_sect .bis_text span {
  color: #000000;
  font-size: 30px;
  font-weight: bold;
}
.eng_comp_hero_and_4 .big_image_sect .bis_text .btn {
  bottom: 15px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 0;
  padding: 8px 20px;
  position: absolute;
}
.eng_comp__50_50 > h1,
.eng_comp_hero_and_4 > h1,
.eng_comp_3_products > h1,
.eng_comp__50_50 > h2,
.eng_comp_hero_and_4 > h2,
.eng_comp_3_products > h2,
.eng_comp__50_50 > h3,
.eng_comp_hero_and_4 > h3,
.eng_comp_3_products > h3,
.eng_comp__50_50 > strong,
.eng_comp_hero_and_4 > strong,
.eng_comp_3_products > strong {
  font-size: 27px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}
.eng_comp__50_50 .row .col-xs-6 h1,
.eng_comp_hero_and_4 .row .col-xs-6 h1,
.eng_comp_3_products .row .col-xs-6 h1,
.eng_comp__50_50 .row .col-sm-7 h1,
.eng_comp_hero_and_4 .row .col-sm-7 h1,
.eng_comp_3_products .row .col-sm-7 h1,
.eng_comp__50_50 .row .col-sm-6 h1,
.eng_comp_hero_and_4 .row .col-sm-6 h1,
.eng_comp_3_products .row .col-sm-6 h1,
.eng_comp__50_50 .row .col-sm-5 h1,
.eng_comp_hero_and_4 .row .col-sm-5 h1,
.eng_comp_3_products .row .col-sm-5 h1,
.eng_comp__50_50 .row .col-xs-6 h2,
.eng_comp_hero_and_4 .row .col-xs-6 h2,
.eng_comp_3_products .row .col-xs-6 h2,
.eng_comp__50_50 .row .col-sm-7 h2,
.eng_comp_hero_and_4 .row .col-sm-7 h2,
.eng_comp_3_products .row .col-sm-7 h2,
.eng_comp__50_50 .row .col-sm-6 h2,
.eng_comp_hero_and_4 .row .col-sm-6 h2,
.eng_comp_3_products .row .col-sm-6 h2,
.eng_comp__50_50 .row .col-sm-5 h2,
.eng_comp_hero_and_4 .row .col-sm-5 h2,
.eng_comp_3_products .row .col-sm-5 h2,
.eng_comp__50_50 .row .col-xs-6 h3,
.eng_comp_hero_and_4 .row .col-xs-6 h3,
.eng_comp_3_products .row .col-xs-6 h3,
.eng_comp__50_50 .row .col-sm-7 h3,
.eng_comp_hero_and_4 .row .col-sm-7 h3,
.eng_comp_3_products .row .col-sm-7 h3,
.eng_comp__50_50 .row .col-sm-6 h3,
.eng_comp_hero_and_4 .row .col-sm-6 h3,
.eng_comp_3_products .row .col-sm-6 h3,
.eng_comp__50_50 .row .col-sm-5 h3,
.eng_comp_hero_and_4 .row .col-sm-5 h3,
.eng_comp_3_products .row .col-sm-5 h3,
.eng_comp__50_50 .row .col-xs-6 strong,
.eng_comp_hero_and_4 .row .col-xs-6 strong,
.eng_comp_3_products .row .col-xs-6 strong,
.eng_comp__50_50 .row .col-sm-7 strong,
.eng_comp_hero_and_4 .row .col-sm-7 strong,
.eng_comp_3_products .row .col-sm-7 strong,
.eng_comp__50_50 .row .col-sm-6 strong,
.eng_comp_hero_and_4 .row .col-sm-6 strong,
.eng_comp_3_products .row .col-sm-6 strong,
.eng_comp__50_50 .row .col-sm-5 strong,
.eng_comp_hero_and_4 .row .col-sm-5 strong,
.eng_comp_3_products .row .col-sm-5 strong {
  font-size: 16px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 22px;
  padding-bottom: 20px;
}
.eng_comp__50_50 .big_image_sect .bis_text span.bilka_price,
.eng_comp_hero_and_4 .big_image_sect .bis_text span.bilka_price,
.eng_comp_3_products .big_image_sect .bis_text span.bilka_price,
.eng_comp__50_50 span.bilka_price,
.eng_comp_hero_and_4 span.bilka_price,
.eng_comp_3_products span.bilka_price {
  font-size: 12.6px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
  margin-bottom: 5px;
  margin-top: 10px;
  width: 100%;
}
.eng_comp__50_50 .big_image_sect .bis_text span.bilka_price em,
.eng_comp_hero_and_4 .big_image_sect .bis_text span.bilka_price em,
.eng_comp_3_products .big_image_sect .bis_text span.bilka_price em,
.eng_comp__50_50 span.bilka_price em,
.eng_comp_hero_and_4 span.bilka_price em,
.eng_comp_3_products span.bilka_price em {
  font-style: normal;
  text-decoration: line-through;
  color: #333333;
}
.four_text_top {
  margin-bottom: 20px;
}
.four_text_top > h1,
.four_text_top > h2,
.four_text_top > h3,
.four_text_top strong {
  font-size: 25px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .four_text_top > h1,
  .four_text_top > h2,
  .four_text_top > h3,
  .four_text_top strong {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.four_text_top a {
  color: #C1C1C1;
}
.four_text_top .four_text_top_item {
  border: 1px solid #C1C1C1;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.four_text_top .four_text_top_item img {
  width: 100%;
  padding-top: 116px;
}
.four_text_top .four_text_top_item img.bigger {
  padding-top: 133px;
}
.four_text_top .four_text_top_item img.no-text {
  padding: 0;
}
@media (max-width: 767px) {
  .four_text_top .four_text_top_item img {
    padding-top: 0;
    padding-bottom: 0;
  }
  .four_text_top .four_text_top_item img.bigger {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.four_text_top .four_text_top_item .ftt_text {
  padding: 15px;
  word-wrap: break-word;
  position: absolute;
  width: 100%;
  background-color: #FFFFFF;
  height: 116px;
}
.four_text_top .four_text_top_item .ftt_text.bigger {
  height: 133px;
}
.four_text_top .four_text_top_item .ftt_text.no-image {
  position: relative;
}
@media (max-width: 767px) {
  .four_text_top .four_text_top_item .ftt_text {
    padding-right: 30px;
    padding-left: 30px;
    height: auto;
    position: relative;
  }
}
.four_text_top .four_text_top_item .ftt_text .fft_t_1 > h1,
.four_text_top .four_text_top_item .ftt_text .fft_t_1 > h2,
.four_text_top .four_text_top_item .ftt_text .fft_t_1 > h3,
.four_text_top .four_text_top_item .ftt_text .fft_t_1 strong {
  font-size: 25px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
  word-wrap: break-word;
}
.four_text_top .four_text_top_item .ftt_text .fft_t_2 {
  font-size: 18px;
  font-weight: normal;
}
.four_text_top .four_text_top_item .ftt_text .fft_t_3 {
  font-size: 12.6px;
  font-weight: normal;
}
.four_text_top .four_text_top_item.top-image img {
  padding-top: 0;
  padding-bottom: 116px;
}
.four_text_top .four_text_top_item.top-image img.bigger {
  padding-bottom: 133px;
}
.four_text_top .four_text_top_item.top-image img.no-text {
  padding: 0;
}
@media (max-width: 767px) {
  .four_text_top .four_text_top_item.top-image img {
    padding-top: 0;
    padding-bottom: 0;
  }
  .four_text_top .four_text_top_item.top-image img.bigger {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.four_text_top .four_text_top_item.top-image .ftt_text {
  bottom: 0;
}
@media (max-width: 767px) {
  .four_text_top .four_text_top_item.top-image .ftt_text {
    bottom: auto;
  }
}
.engagement_large_text {
  float: left;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .engagement_large_text .text_section {
    padding: 0 35px;
  }
}
.engagement_large_text .cta-button,
.engagement_large_text .links {
  width: 100%;
  float: left;
}
.engagement_large_text .links a {
  float: left;
}
.engagement_large_text .links.two-links a:last-child {
  float: right;
}
.engagement_large_text img {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .engagement_large_text img {
    display: none;
  }
}
.engagement_large_text .sans_40_bold {
  word-wrap: break-word;
}
.engagement_large_text .sans_40_bold h1,
.engagement_large_text .sans_40_bold h2,
.engagement_large_text .sans_40_bold h3,
.engagement_large_text .sans_40_bold strong {
  font-size: 40px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}
.engagement_large_text div.pb10 p {
  margin: 0;
}
.engagement_flat_image {
  clear: both;
  padding: 10px 15px;
  background-color: #FFFFFF;
  position: relative;
  border: 1px solid #C1C1C1;
}
@media (max-width: 767px) {
  .engagement_flat_image {
    padding-right: 30px;
  }
}
.engagement_flat_image .btn-primary {
  bottom: 15px;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
}
.eng_comp__photo_left {
  position: relative;
  float: left;
  width: 100%;
  background-color: white;
  border: 1px solid #C1C1C1;
}
.eng_comp__photo_left .links {
  float: right;
  position: absolute;
  right: 15px;
  text-align: right;
  top: 10px;
  max-width: 150px;
}
@media (max-width: 991px) {
  .eng_comp__photo_left .links {
    position: relative;
    max-width: 100%;
    right: auto;
    top: auto;
  }
}
.eng_comp__photo_left .text_section,
.eng_comp__photo_left .heading_section {
  float: left;
  padding: 5px 150px 5px 15px;
  width: 66%;
}
.eng_comp__photo_left .text_section.no-links,
.eng_comp__photo_left .heading_section.no-links {
  padding: 5px 15px;
}
@media (max-width: 1199px) {
  .eng_comp__photo_left .text_section,
  .eng_comp__photo_left .heading_section {
    padding: 5px 150px 5px 25px;
  }
  .eng_comp__photo_left .text_section.no-links,
  .eng_comp__photo_left .heading_section.no-links {
    padding: 5px 15px 5px 25px;
  }
}
@media (max-width: 991px) {
  .eng_comp__photo_left .text_section,
  .eng_comp__photo_left .heading_section {
    padding: 5px 15px 5px 25px;
  }
}
@media (max-width: 991px) {
  .eng_comp__photo_left .text_section {
    padding: 20px 15px;
    width: 100%;
  }
}
@media (max-width: 991px) {
  .eng_comp__photo_left .text_section.no-links {
    padding: 20px 15px;
    width: 100%;
  }
}
.eng_comp__photo_left .heading_section > div {
  line-height: 1.2em;
}
@media (max-width: 767px) {
  .eng_comp__photo_left .heading_section > div {
    line-height: 1em;
  }
}
.eng_comp__photo_left img {
  float: left;
  width: 33%;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .eng_comp__photo_left img {
    display: block;
    left: 10px;
    position: relative;
    top: 10px;
  }
}
.eng_comp__photo_left .ecpl_main_button {
  float: right;
  margin-right: 15px;
  margin-bottom: 15px;
}
.eng_comp__photo_left.photo_right img {
  float: right;
}
@media (max-width: 1199px) {
  .eng_comp__photo_left.photo_right img {
    left: auto;
    right: 10px;
  }
}
.eng_comp__photo_left.photo_right .links {
  float: left;
  text-align: left;
  top: auto;
  max-width: 66%;
  right: auto;
  position: relative;
}
@media (max-width: 767px) {
  .eng_comp__photo_left.photo_right .links {
    float: right;
    text-align: right;
  }
}
.eng_comp__photo_left.photo_right .ecpl_main_button {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 991px) {
  .eng_comp__photo_left.photo_right .ecpl_main_button {
    position: relative;
    float: right;
    margin-right: 15px;
    margin-bottom: 15px;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
@media (max-width: 767px) {
  .eng_comp__photo_left.photo_right a {
    float: right;
  }
}
.eng_comp__photo_left.back_blue {
  background: none repeat scroll 0 0 #002d5a;
}
.engagement_flat_image .sans_40_bold,
.eng_comp__photo_left .sans_40_bold {
  word-wrap: break-word;
  font-size: 40px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}
.engagement_flat_image .sans_40_bold h1,
.eng_comp__photo_left .sans_40_bold h1,
.engagement_flat_image .sans_40_bold h2,
.eng_comp__photo_left .sans_40_bold h2,
.engagement_flat_image .sans_40_bold h3,
.eng_comp__photo_left .sans_40_bold h3 {
  font-size: 40px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}
.engagement_photowide_left {
  float: left;
  width: 100%;
  position: relative;
}
.engagement_photowide_left img {
  float: left;
  width: 60%;
}
@media (max-width: 767px) {
  .engagement_photowide_left img {
    width: 100%;
  }
}
.engagement_photowide_left .cta-section {
  width: 100%;
  position: relative;
}
.engagement_photowide_left .cta-section .btn {
  float: right;
  margin-right: 10px;
  right: 15px;
  bottom: 0;
}
.engagement_photowide_left .text_section {
  float: left;
  padding-left: 10px;
  padding-right: 15px;
  width: 40%;
  padding-bottom: 10px;
}
.engagement_photowide_left .text_section.pure-text {
  padding: 0 15px;
}
.engagement_photowide_left .text_section .sans_30_bold {
  word-wrap: break-word;
}
.engagement_photowide_left .text_section .sans_30_bold h1,
.engagement_photowide_left .text_section .sans_30_bold h2,
.engagement_photowide_left .text_section .sans_30_bold h3,
.engagement_photowide_left .text_section .sans_30_bold strong {
  font-size: 30px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
}
@media (max-width: 767px) {
  .engagement_photowide_left .text_section {
    padding: 0 15px 40px;
    width: 100%;
  }
  .engagement_photowide_left .text_section.with-button,
  .engagement_photowide_left .text_section.pure-text {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .engagement_photowide_left p {
    float: left;
    width: 100%;
    margin-top: 10px;
  }
}
.engagement_photowide_left.photo_right .text_section {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .engagement_photowide_left.photo_right .text_section {
    padding: 0 15px 40px;
  }
  .engagement_photowide_left.photo_right .text_section.with-button {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .engagement_photowide_left.photo_right a {
    float: right;
  }
}
.engagement_photowide_left.photo_right img {
  float: right;
}
.bilka_breadcrumbs {
  float: left;
  background-color: #dbdbdb;
  margin: 0 0 15px;
  font-size: 12.6px;
  padding: 8px 15px;
  width: 100%;
}
.bilka_breadcrumbs .hidden-xs {
  margin-top: 5px;
}
.bilka_breadcrumbs > li {
  float: left;
  list-style: none;
}
.bilka_breadcrumbs > li a,
.bilka_breadcrumbs > li span {
  color: #000000;
  text-decoration: none;
  display: inline-block;
  padding-right: 5px;
}
.bilka_breadcrumbs > li .icon-right_arrow {
  font-size: 10px;
  padding: 0 5px;
}
.bilka_breadcrumbs > li a:hover {
  text-decoration: underline;
}
.bilka_breadcrumbs > li .back_button {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  border: 1px solid #C1C1C1;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 4px 15px 4px 10px;
}
@media (max-width: 767px) {
  .bilka_breadcrumbs > li .back_button {
    margin-left: 10px;
  }
}
.bilka_breadcrumbs > li .back_button .icon-left_arrow {
  font-size: 10px;
  padding: 0 5px;
}
.pdp_main_image-container {
  width: 100%;
  position: relative;
  height: 370px;
}
.pdp_main_image-container .pdp_main_image {
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pdp_main_image-container .pdp_main_image:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#mm_photos {
  width: 100%;
  overflow: hidden;
}
#mm_photos #mm_photos {
  width: 100%;
  overflow: hidden;
}
#mm_photos #mm_photos #mmp_gut {
  float: left;
}
#pdp_med_video iframe {
  width: 100%;
}
.mm_photos_pager li,
.pdp_desk_media_pager li {
  list-style: none;
}
.bilka_bordered_button.btn-zoom {
  margin-top: 5px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
.promoImage {
  position: relative;
  float: right;
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter {
  min-height: 123px;
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical {
  margin-bottom: 0;
  min-height: 50px;
  width: 100%;
  height: 90px;
}
@media (max-width: 767px) {
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical {
    height: auto;
  }
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_image {
  position: absolute;
  width: 40%;
  height: 62px;
  margin: 0;
  text-align: center;
  float: left;
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_image a {
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_image a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_image a img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  position: relative;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_data {
  width: 49%;
  float: right;
  min-height: 60px;
  position: relative;
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_data em {
  display: block;
  font-size: 12.6px;
  font-style: normal;
  margin-bottom: 5px;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
  font-family: 'chevin_probold';
  font-weight: normal;
}
#pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_data .sb_data_price {
  bottom: 0;
  margin-bottom: 0;
  color: #002d5a;
  font-family: 'chevin_probold';
  font-weight: normal;
}
@media (max-width: 992px) and (min-width: 768px) {
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical {
    min-height: 130px;
  }
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_image {
    position: relative;
    width: 42%;
    height: 102px;
    margin: 0;
    text-align: center;
    float: left;
  }
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_image a img {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    left: 0;
    top: 0;
  }
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_data {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical {
    margin-bottom: 0px;
  }
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_image {
    position: relative;
    width: 20%;
    height: auto;
    margin: 0 3px 0 0;
    text-align: center;
    float: left;
  }
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .suggestion_brick.vertical .sb_data {
    width: 75%;
    float: left;
    min-height: auto;
    position: relative;
  }
}
@media (max-width: 767px) {
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .item_1 .bbg_maths,
  #pdp_main_bundles #fbt-bottom .bundle_big_gutter .item_2 .bbg_maths {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    top: auto;
    float: left;
    margin: 10px 0;
    line-height: 14px;
  }
}
#fbt-header .bundle_big_gutter.minimal {
  padding: 15px;
}
#fbt-header .bundle_big_gutter.minimal h2 {
  padding-bottom: 15px;
}
#fbt-header .bundle_big_gutter.minimal .bbg_maths {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  top: 0;
  float: left;
  margin: 10px 0;
  line-height: 14px;
}
#fbt-header .bundle_big_gutter.minimal .row .col-sm-12 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#fbt-header .bundle_big_gutter.minimal .row .col-sm-12.item_3 {
  float: left;
  width: 100%;
}
#fbt-header .bundle_big_gutter.minimal .row .col-sm-12.item_3 .bbg_price_section {
  min-height: 1px;
}
#fbt-header .bundle_big_gutter.minimal .row .col-sm-12.item_3 .bbg_price_section button {
  position: relative;
  margin-top: 5px;
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical {
  margin-bottom: 0px;
  position: relative;
  min-height: 40px;
  float: left;
  width: 100%;
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image {
  position: absolute;
  width: 23%;
  height: 41px;
  margin: 0;
  text-align: left;
  float: left;
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image a {
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image a img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  left: 50%;
  position: relative;
  top: 0;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_data {
  width: 75%;
  float: right;
  min-height: 40px;
  position: relative;
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_data em {
  display: block;
  font-size: 12.6px;
  font-style: normal;
  margin-bottom: 5px;
  overflow: hidden;
  max-height: 50px;
  text-overflow: ellipsis;
  font-family: 'chevin_probold';
  font-weight: normal;
}
#fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_data .sb_data_price {
  bottom: 0;
  margin-bottom: 0;
  color: #002d5a;
  font-family: 'chevin_probold';
  font-weight: normal;
}
@media (max-width: 992px) and (min-width: 768px) {
  #fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image {
    position: relative;
    width: 30%;
    height: 94px;
    margin: 0;
    text-align: center;
    float: left;
  }
  #fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_data {
    float: left;
    position: relative;
    margin-left: 5px;
    width: 65%;
  }
}
@media (max-width: 767px) {
  #fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image {
    position: relative;
    width: 20%;
    height: auto;
    margin: 0;
    text-align: center;
    float: left;
  }
  #fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image a img {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    position: relative;
  }
  #fbt-header .bundle_big_gutter.minimal .suggestion_brick.vertical .sb_data {
    width: 75%;
    float: left;
    min-height: auto;
    position: relative;
    margin-left: 5px;
  }
}
.energy_label {
  cursor: pointer;
  display: block;
  width: 75px;
  height: 25px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  padding: 0 10px;
  position: relative;
  margin-bottom: 0px;
  margin-top: 20px;
}
.energy_label:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-width: 12px 0 13px 16px;
  border-style: solid;
  top: 0;
  right: -16px;
}
.energy_label.lev_1 {
  background: #00a652;
}
.energy_label.lev_1:before {
  border-color: transparent transparent transparent #00a652;
}
.energy_label.lev_2 {
  background: #50b849;
}
.energy_label.lev_2:before {
  border-color: transparent transparent transparent #50b849;
}
.energy_label.lev_3 {
  background: #c0d731;
}
.energy_label.lev_3:before {
  border-color: transparent transparent transparent #c0d731;
}
.energy_label.lev_4 {
  background: #fef200;
}
.energy_label.lev_4:before {
  border-color: transparent transparent transparent #fef200;
}
.energy_label.lev_5 {
  background: #fcb913;
}
.energy_label.lev_5:before {
  border-color: transparent transparent transparent #fcb913;
}
.energy_label.lev_6 {
  background: #f37020;
}
.energy_label.lev_6:before {
  border-color: transparent transparent transparent #f37020;
}
.energy_label.lev_7 {
  background: #ed1b24;
}
.energy_label.lev_7:before {
  border-color: transparent transparent transparent #ed1b24;
}
.energy_label.lev_8 {
  background: #000000;
}
.energy_label.lev_8:before {
  border-color: transparent transparent transparent #000000;
}
.energy_label em {
  display: block;
  font-size: 13px;
  font-style: normal;
  margin-bottom: 0;
  overflow: hidden;
  max-height: auto;
  text-overflow: ellipsis;
  color: #000000;
  position: absolute;
  top: -22px;
  left: 91px;
  padding: 0 3px;
  height: 52px;
  cursor: pointer;
}
.energy_label em:after {
  font-family: 'icomoon';
  content: "\e62f";
  position: absolute;
  left: 13px;
  bottom: 4px;
  font-size: 30px;
  color: #00C446;
  border: 1px solid #C1C1C1;
  height: 27px;
  width: 27px;
}
.energy_label.no_label em {
  left: 0px;
}
.bundle_big_gutter .text-right {
  position: absolute;
  bottom: 15px;
  right: 15px;
  margin-bottom: 0;
}
.inside_list {
  padding-left: 20px;
  margin-bottom: 10px;
}
#acco-description #desc-more.truncated-text {
  max-height: 120px;
  overflow: hidden;
}
#acco-description #desc-more ul,
#acco-description #desc-more ol {
  padding-left: 20px;
}
#acco-description #desc-more + .text-right i {
  display: none;
}
#acco-description #desc-more + .text-right em {
  display: inline-block;
}
#acco-description #desc-more.in + .text-right em {
  display: none;
}
#acco-description #desc-more.in + .text-right i {
  display: inline-block;
}
#acco-description .gradient-overlay.shown {
  height: 25px;
  position: relative;
  top: -25px;
  margin-bottom: -15px;
  background: linear-gradient(to top, #f5f5f5 7%, rgba(255, 255, 255, 0) 100%);
}
#acco_delivery .deliveryinfo_component {
  font-size: 10px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#acco_delivery .deliveryinfo_component label,
#acco_delivery .deliveryinfo_component input {
  float: left;
}
#acco_delivery .deliveryinfo_component label {
  font-weight: normal;
  line-height: 32px;
}
@media (max-width: 767px) {
  #acco_delivery .deliveryinfo_component label {
    margin-bottom: 0;
  }
}
#acco_delivery .deliveryinfo_component input[type="tel"] {
  text-align: left;
  height: 30px;
  width: 100px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #acco_delivery .deliveryinfo_component input[type="tel"] {
    width: 80px;
  }
}
#acco_delivery .deliveryinfo_component button {
  float: left;
  height: 30px;
  margin-left: -1px;
}
#acco_delivery .deliveryinfo_component .icon-town {
  color: white;
  font-size: 16px;
}
#acco_delivery .delivery-info {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#acco_delivery .delivery-info:last-child {
  margin-bottom: 0;
}
#acco_storeproduct .filters {
  margin: 15px 0;
}
#acco_storeproduct .low-stock-message {
  display: block;
  float: left;
  width: 100%;
}
#acco_storeproduct .low-stock-message p {
  text-align: center;
  font-size: 11px;
  font-weight: normal;
}
#acco_storeproduct .low-stock-message p span {
  font-weight: bold;
  white-space: nowrap;
  color: #FAC50E !important;
}
#acco_storeproduct .store-stock-link {
  display: block;
  float: left;
  width: 100%;
}
#acco_storeproduct p {
  color: #333333;
  font-weight: bold;
}
#acco_storeproduct .error {
  color: #ff0b0b;
  margin-top: 5px;
}
#acco_storeproduct label {
  padding: 0;
}
#acco_storeproduct label.btn span {
  font-size: 12px;
}
#acco_storeproduct label input[type="radio"] ~ span.glyphicon.glyphicon-unchecked {
  color: #333333;
  display: inline;
}
#acco_storeproduct label input[type="radio"] ~ span.glyphicon.glyphicon-check {
  display: none;
}
#acco_storeproduct label input[type="radio"]:checked ~ span.glyphicon.glyphicon-unchecked {
  display: none;
}
#acco_storeproduct label input[type="radio"]:checked ~ span.glyphicon.glyphicon-check {
  color: #002d5a;
  display: inline;
}
#acco_storeproduct label:hover input[type="radio"] ~ span.glyphicon {
  color: #002d5a;
}
#acco_storeproduct div[data-toggle="buttons"] label.active {
  color: #002d5a;
}
#acco_storeproduct div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #333333;
  border-radius: 3px;
  color: #444444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#acco_storeproduct div[data-toggle="buttons"] label:hover {
  color: #002d5a;
}
#acco_storeproduct div[data-toggle="buttons"] label:active,
#acco_storeproduct div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#acco_storeproduct label.radio-inline {
  line-height: 2em;
}
#acco_storeproduct .storeproduct-component {
  font-size: 10px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#acco_storeproduct .storeproduct-component label,
#acco_storeproduct .storeproduct-component input {
  float: left;
}
#acco_storeproduct .storeproduct-component label {
  font-weight: normal;
  line-height: 32px;
}
@media (max-width: 767px) {
  #acco_storeproduct .storeproduct-component label {
    margin-bottom: 0;
  }
}
#acco_storeproduct .storeproduct-component input[type="text"] {
  text-align: left;
  height: 30px;
  width: 80%;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1199px) {
  #acco_storeproduct .storeproduct-component input[type="text"] {
    width: 80px;
  }
}
#acco_storeproduct .storeproduct-component button {
  float: left;
  height: 30px;
  margin-left: -1px;
}
#acco_storeproduct .storeproduct-component .icon-location {
  color: white;
  font-size: 16px;
}
#acco_storeproduct .storeproduct-info-wrapper {
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  border-top: 1px solid #ddd;
  cursor: pointer;
}
#acco_storeproduct .storeproduct-info-wrapper:nth-child(even) {
  background-color: #f9f9f9;
}
#acco_storeproduct .storeproduct-info-wrapper .store-name {
  color: #002d5a;
}
#acco_storeproduct .storeproduct-info-wrapper .inStock {
  color: #00C646 !important;
}
#acco_storeproduct .storeproduct-info-wrapper .outOfStock {
  color: #ED1C24 !important;
}
#acco_storeproduct .storeproduct-info-wrapper .lowStock {
  color: #FAC50E !important;
}
#acco_storeproduct .storeproduct-info-wrapper .storeproduct-info-header {
  padding: 0;
}
#acco_storeproduct .storeproduct-info-wrapper .storeproduct-info-header .storeproduct-icon {
  padding: 0;
  margin: 0 auto;
}
#acco_storeproduct .storeproduct-info-wrapper .storeproduct-info-header .storeproduct-icon img {
  height: 40px;
}
#acco_storeproduct .storeproduct-info-wrapper .storeproduct-info-header .store-name {
  padding: 0;
}
#acco_storeproduct .storeproduct-info-wrapper .storeproduct-info-header .stock-status {
  padding: 0;
}
#acco_storeproduct .storeproduct-info-wrapper .storeproduct-info-header .stock-updated {
  padding: 0;
}
#acco_storeproduct .pagination-text {
  display: block;
  text-align: center;
  padding-top: 15px;
}
#fbt-header .suggestion_brick,
#fbt-bottom .suggestion_brick,
#also-seen .suggestion_brick {
  margin-bottom: 30px;
  min-height: 50px;
  width: 100%;
}
#fbt-header .suggestion_brick a,
#fbt-bottom .suggestion_brick a,
#also-seen .suggestion_brick a {
  color: #333333;
  text-decoration: none;
}
#fbt-header .suggestion_brick a:hover,
#fbt-bottom .suggestion_brick a:hover,
#also-seen .suggestion_brick a:hover {
  text-decoration: none;
}
#fbt-header .suggestion_brick .imageProduct,
#fbt-bottom .suggestion_brick .imageProduct,
#also-seen .suggestion_brick .imageProduct {
  width: auto;
  margin-bottom: 5px;
}
#fbt-header .suggestion_brick .imageProduct,
#fbt-bottom .suggestion_brick .imageProduct,
#also-seen .suggestion_brick .imageProduct,
#fbt-header .suggestion_brick button,
#fbt-bottom .suggestion_brick button,
#also-seen .suggestion_brick button {
  width: 100%;
}
#fbt-header .suggestion_brick button,
#fbt-bottom .suggestion_brick button,
#also-seen .suggestion_brick button {
  text-align: center;
  padding: 3px 0;
  width: 84px;
  height: 33px;
  display: block;
}
#fbt-header .suggestion_brick.minimal,
#fbt-bottom .suggestion_brick.minimal,
#also-seen .suggestion_brick.minimal {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
#fbt-header .suggestion_brick.minimal .imageProduct,
#fbt-bottom .suggestion_brick.minimal .imageProduct,
#also-seen .suggestion_brick.minimal .imageProduct {
  float: left;
  width: 17%;
  margin-right: 2%;
}
#fbt-header .suggestion_brick.minimal .sb_data,
#fbt-bottom .suggestion_brick.minimal .sb_data,
#also-seen .suggestion_brick.minimal .sb_data {
  float: left;
  width: 80%;
}
@media (max-width: 767px) {
  #fbt-header .suggestion_brick,
  #fbt-bottom .suggestion_brick,
  #also-seen .suggestion_brick {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  #fbt-header .suggestion_brick .imageProduct,
  #fbt-bottom .suggestion_brick .imageProduct,
  #also-seen .suggestion_brick .imageProduct {
    width: 17%;
    margin-right: 2%;
  }
  #fbt-header .suggestion_brick .sb_data,
  #fbt-bottom .suggestion_brick .sb_data,
  #also-seen .suggestion_brick .sb_data {
    float: left;
    width: 66%;
  }
}
#fbt-header .suggestion_brick.vertical .imageProduct,
#fbt-bottom .suggestion_brick.vertical .imageProduct,
#also-seen .suggestion_brick.vertical .imageProduct {
  width: 100%;
  margin-right: 0;
}
#fbt-header .suggestion_brick.vertical .sb_data,
#fbt-bottom .suggestion_brick.vertical .sb_data,
#also-seen .suggestion_brick.vertical .sb_data {
  width: 49%;
  float: right;
  min-height: 60px;
}
#fbt-header .suggestion_brick.vertical .sb_data .sb_data_price,
#fbt-bottom .suggestion_brick.vertical .sb_data .sb_data_price,
#also-seen .suggestion_brick.vertical .sb_data .sb_data_price {
  bottom: 0;
  margin-bottom: 0;
  color: #002d5a;
  font-family: 'chevin_probold';
  font-weight: normal;
}
@media (max-width: 767px) {
  #fbt-header .suggestion_brick.vertical,
  #fbt-bottom .suggestion_brick.vertical,
  #also-seen .suggestion_brick.vertical {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
  #fbt-header .suggestion_brick.vertical .imageProduct,
  #fbt-bottom .suggestion_brick.vertical .imageProduct,
  #also-seen .suggestion_brick.vertical .imageProduct {
    width: 95%;
    margin-right: 2%;
  }
  #fbt-header .suggestion_brick.vertical .sb_data,
  #fbt-bottom .suggestion_brick.vertical .sb_data,
  #also-seen .suggestion_brick.vertical .sb_data {
    float: right;
    position: absolute;
  }
}
#fbt-header .suggestion_brick.in_cart button,
#fbt-bottom .suggestion_brick.in_cart button,
#also-seen .suggestion_brick.in_cart button,
#fbt-header .suggestion_brick.in_cart i,
#fbt-bottom .suggestion_brick.in_cart i,
#also-seen .suggestion_brick.in_cart i {
  position: relative;
}
#fbt-header .suggestion_brick.in_cart button:before,
#fbt-bottom .suggestion_brick.in_cart button:before,
#also-seen .suggestion_brick.in_cart button:before,
#fbt-header .suggestion_brick.in_cart i:before,
#fbt-bottom .suggestion_brick.in_cart i:before,
#also-seen .suggestion_brick.in_cart i:before {
  content: "";
  width: 29px;
  height: 29px;
  background: url('../images/icons/green_v.png') no-repeat 0 0;
  position: absolute;
  top: -15px;
  right: -15px;
}
#fbt-header .sb_data,
#fbt-bottom .sb_data,
#also-seen .sb_data {
  position: relative;
}
#fbt-header .sb_data span,
#fbt-bottom .sb_data span,
#also-seen .sb_data span {
  color: #002d5a;
  font-family: 'chevin_probold';
  font-weight: normal;
  margin-bottom: 5px;
  display: inline-block;
}
#fbt-header .sb_data .sb_data_price,
#fbt-bottom .sb_data .sb_data_price,
#also-seen .sb_data .sb_data_price {
  bottom: 0;
  margin-bottom: 5px;
  color: #002d5a;
  font-family: 'chevin_probold';
  font-weight: normal;
}
#fbt-header .sb_data em,
#fbt-bottom .sb_data em,
#also-seen .sb_data em {
  display: block;
  font-size: 12.6px;
  font-style: normal;
  margin-bottom: 5px;
  overflow: visible;
  max-height: 50px;
  text-overflow: ellipsis;
  font-family: 'chevin_probold';
  font-weight: normal;
}
@media (max-width: 767px) {
  #fbt-header .sb_data em,
  #fbt-bottom .sb_data em,
  #also-seen .sb_data em {
    max-height: 30px;
  }
}
#fbt-header .sb_data i,
#fbt-bottom .sb_data i,
#also-seen .sb_data i {
  position: absolute !important;
  top: 0;
  right: 0;
}
.sb_ratings {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.delivery img:first-child {
  height: initial;
}
.bundle_big_gutter {
  position: relative;
  /** End mobile look for bundles **/
  /** End mobile look for bundles **/
  margin-bottom: 10px;
  border: 1px solid #c5c5c5;
  padding: 15px 10px;
  min-height: 139px;
}
.bundle_big_gutter.minimal {
  padding: 15px;
}
.bundle_big_gutter.minimal .bbg_maths {
  display: block;
  position: static;
  text-align: center;
  width: 100%;
  top: auto;
  float: left;
  margin: 0;
  line-height: auto;
}
.bundle_big_gutter.minimal .suggestion_brick.vertical {
  margin-bottom: 30px;
  position: relative;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  .bundle_big_gutter.minimal .suggestion_brick.vertical {
    margin-bottom: -5px;
  }
}
.bundle_big_gutter.minimal .suggestion_brick.vertical .imageProduct {
  float: left;
  width: 50%;
  margin-right: 2%;
}
.bundle_big_gutter.minimal .suggestion_brick.vertical .sb_data {
  float: right;
  width: 75%;
}
.bundle_big_gutter.minimal .suggestion_brick.vertical .sb_image {
  position: relative;
}
.bundle_big_gutter.minimal .bbg_price_section {
  left: 0;
  clear: both;
}
.bundle_big_gutter.minimal .sb_data .bps_price,
.bundle_big_gutter.minimal .bbg_price_section .bps_price {
  clear: both;
  max-width: inherit;
}
.bundle_big_gutter.minimal .item_1 .bbg_maths {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  top: 102px;
  float: left;
  margin: 0 0 10px 0;
  line-height: auto;
  left: 0;
}
@media (max-width: 767px) {
  .bundle_big_gutter.minimal .item_1 .bbg_maths {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    top: auto;
    float: none;
    margin: 0;
    line-height: auto;
  }
}
.bundle_big_gutter.minimal .item_2 {
  left: 0;
}
.bundle_big_gutter.minimal .item_2 .bbg_maths {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  top: 218px;
  float: none;
  margin: 0;
  line-height: auto;
  left: 0;
}
.bundle_big_gutter .sb_data span {
  font-weight: normal;
}
.bundle_big_gutter .sb_data em {
  overflow: hidden;
}
@media (max-width: 767px) {
  .bundle_big_gutter .suggestion_brick.vertical {
    margin-bottom: 25px;
    position: relative;
  }
}
@media (max-width: 767px) {
  .bundle_big_gutter {
    border: 1px solid #C1C1C1;
    min-height: 132px;
  }
}
@media (max-width: 992px) {
  .bundle_big_gutter {
    min-height: 132px;
  }
  .bundle_big_gutter .col-sm-4 {
    min-height: 92px;
  }
}
.bundle_big_gutter .bbg_price_section {
  left: 30px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bundle_big_gutter .bbg_price_section {
    left: 13px;
  }
}
@media (max-width: 767px) {
  .bundle_big_gutter .bbg_price_section {
    left: 0;
    clear: both;
  }
}
.bundle_big_gutter .sb_data,
.bundle_big_gutter .bbg_price_section {
  min-height: 75px;
  position: relative;
}
.bundle_big_gutter .sb_data span,
.bundle_big_gutter .bbg_price_section span {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}
.bundle_big_gutter .sb_data button,
.bundle_big_gutter .bbg_price_section button {
  margin-top: 10px;
}
.bundle_big_gutter .sb_data .bps_price,
.bundle_big_gutter .bbg_price_section .bps_price {
  color: #002d5a;
  font-size: 16px;
  font-family: 'chevin_probold';
  font-weight: normal;
  max-width: 98px;
}
@media (max-width: 767px) {
  .bundle_big_gutter .sb_data .bps_price,
  .bundle_big_gutter .bbg_price_section .bps_price {
    clear: both;
  }
}
@media (max-width: 992px) {
  .bundle_big_gutter .sb_data .bps_price,
  .bundle_big_gutter .bbg_price_section .bps_price {
    max-width: inherit;
  }
}
.bundle_big_gutter .sb_data .bps_price.spar,
.bundle_big_gutter .bbg_price_section .bps_price.spar {
  font-weight: normal;
  font-size: 12.6px;
  color: #333333;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bundle_big_gutter .sb_data,
  .bundle_big_gutter .bbg_price_section {
    min-height: 80px;
  }
}
.bundle_big_gutter .bbg_maths {
  display: block;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  float: none;
  margin: -17px 0 0 0;
  line-height: auto;
  right: -4px;
  font-size: 20px;
  padding: 0;
  width: auto;
}
.bundle_big_gutter .item_1 .bbg_maths {
  right: -17px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bundle_big_gutter .item_1 .bbg_maths {
    right: -15px;
  }
}
@media (max-width: 767px) {
  .bundle_big_gutter .item_1 .bbg_maths {
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    top: 70px;
  }
}
.bundle_big_gutter .item_2 {
  position: relative;
  left: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .bundle_big_gutter .item_2 {
    left: 0;
  }
}
@media (max-width: 767px) {
  .bundle_big_gutter .item_2 {
    left: 0;
  }
}
.bundle_big_gutter .item_2 .bbg_maths {
  right: -13px;
}
@media (max-width: 767px) {
  .bundle_big_gutter .item_2 .bbg_maths {
    display: block;
    width: 100%;
    left: 0;
    text-align: center;
    top: 90px;
  }
}
#acco_specifications .attr_name {
  font-family: 'chevin_probold';
  font-weight: normal;
  word-break: break-all;
  min-width: 110px;
}
#acco_specifications ul.featureList {
  list-style: none;
  margin: 0px !important;
  padding: 0px !important;
}
#acco_specifications ul.featureList li:after {
  content: ", ";
}
#acco_specifications ul.featureList li:last-child:after {
  content: "";
}
.row.pdp_desk_media_pager li {
  height: 88px;
}
.row.pdp_desk_media_pager li img {
  left: 50%;
  margin: 0;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.short-description-wrapper h2 {
  padding-bottom: 10px;
}
#promotions > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #stock-wrapper,
  .variantSelector .row {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
}
#stock-wrapper .PREORDER,
.variantSelector .row .PREORDER,
#stock-wrapper .BACKORDER,
.variantSelector .row .BACKORDER,
#stock-wrapper .inStock,
.variantSelector .row .inStock {
  color: #00C646 !important;
}
#stock-wrapper .outOfStock,
.variantSelector .row .outOfStock {
  color: #ED1C24 !important;
}
#stock-wrapper .lowStock,
.variantSelector .row .lowStock {
  color: #FAC50E !important;
}
#variant-selection-wrapper .variantSelector .selectContainer {
  margin-top: 10px;
}
@media (max-width: 991px) {
  #variant-selection-wrapper .variantSelector .selectContainer {
    padding: 0 15px;
  }
}
#variant-selection-wrapper .variantSelector .selectContainer:first-child {
  margin-top: 0;
}
@media (max-width: 991px) {
  #variant-selection-wrapper .variantSelector .selectContainer:first-child {
    margin-top: 15px;
  }
}
#variant-selection-wrapper .variantSelector .selectContainer .not-sellable {
  font-style: italic;
  color: #BFBFBF;
}
#variant-selection-wrapper .variantSelector .sizeguide_trigger {
  background: none repeat scroll 0 0 #afafaf;
  width: 100%;
  color: #FFFFFF;
  margin-top: 10px;
}
#variant-selection-wrapper .variantSelector .sizeguide_trigger:focus,
#variant-selection-wrapper .variantSelector .sizeguide_trigger:active,
#variant-selection-wrapper .variantSelector .sizeguide_trigger:hover {
  background: #9b9b9b;
}
#variant-selection-wrapper .variantSelector .sizeguide_trigger.standalone {
  margin-top: 0;
}
.ie8 .ekko-lightbox .modal-dialog {
  max-width: 441px !important;
}
.ie8 .row.pdp_desk_media_pager li img {
  left: auto;
  top: auto;
}
.ie8 select.form-control:focus {
  width: auto;
}
.ie8 .pdp_main_image-container .pdp_main_image {
  left: 0;
  top: 0;
}
.ie8 #fbt-header .minimal.bundle_big_gutter .vertical.suggestion_brick .sb_image a img {
  top: 0;
  left: 0;
}
.ie8 #pdp_main_bundles #fbt-bottom .bundle_big_gutter .vertical.suggestion_brick .sb_image a img {
  top: 0;
  left: 0;
}
.ie8 #also-seen .basket_main_content .suggestion_brick.vertical .sb_image a img {
  top: 0;
  left: 0;
}
.ie8 #zoom_modal .modal-body .col-sm-2,
.ie8 #zoom_modal .modal-body .col-sm-10 {
  float: left;
}
.ie8 #zoom_modal .modal-body #zoom_modal_photo .zoom_modal_photo-container img {
  left: 0;
}
.btn-product-back-in-stock {
  float: right;
}
.input-product-back-in-stock {
  padding-right: 10px;
}
.pf_delivery {
  color: unset;
  font-style: italic;
}
.form-group .success {
  color: #00C646;
}
.form-group .failed {
  color: #ED1C24;
}
#pdp-accordion > div {
  margin-top: 15px;
}
.bilka_socials {
  clear: both;
  display: table;
  margin: 0 auto;
  table-layout: fixed;
  width: 220px;
}
.bilka_socials a {
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
  height: 36px;
  float: none;
}
.bilka_socials a:hover {
  text-decoration: none;
}
.bilka_socials a:before {
  display: block;
  margin: 0 auto;
  color: #002d5a;
  font-size: 25px;
}
.bilka_socials a.icon-social-mail:before {
  font-size: 18px;
}
#acco_reviews .bazaarvoice_bilka_pdp .sort-wrapper span {
  width: 100%;
  display: block;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewHeader,
#acco_reviews .bazaarvoice_bilka_pdp .reviewBody,
#acco_reviews .bazaarvoice_bilka_pdp .canRecommend,
#acco_reviews .bazaarvoice_bilka_pdp a,
#acco_reviews .bazaarvoice_bilka_pdp .reviewComments,
#acco_reviews .bazaarvoice_bilka_pdp .reviewPhotos {
  margin-bottom: 15px;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewComments {
  margin: 15px 0;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewHeader .reviewTitle {
  font-size: 14px;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewHeader .reviewDate {
  color: #999;
  font-size: 11px;
  display: inline-block;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewHeader .reviewStars {
  padding-left: 0px;
  display: inline-block;
  margin-left: -5px;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewHeader .reviewBadge {
  display: block;
  margin-left: -5px;
  padding-bottom: 5px;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewHeader .reviewBadgeInfo {
  padding-left: 10px;
  display: inline-block;
  margin-top: 5px;
}
#acco_reviews .bazaarvoice_bilka_pdp .canRecommend {
  padding-left: 22px;
  text-decoration: none;
  color: #999;
}
#acco_reviews .bazaarvoice_bilka_pdp .canRecommend:before {
  font-family: 'icomoon';
  content: "\e62f";
  font-size: 12px;
  color: #FFFFFF;
  border: 0;
  padding: 5px 5px 3px 3px;
  background-color: #999999;
  border-radius: 50%;
  margin-right: 5px;
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons {
  margin-bottom: 7px;
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .btn {
  background-color: white;
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsUp:before {
  content: "\e637";
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsDown:before {
  content: "\e638";
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsUp,
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsDown {
  padding-left: 22px;
  text-decoration: none;
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsUp:hover,
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsDown:hover {
  color: #006dda;
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsUp:hover:before,
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsDown:hover:before {
  color: #006dda;
}
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsUp:before,
#acco_reviews .bazaarvoice_bilka_pdp .vote-buttons .thumbsDown:before {
  font-family: 'icomoon';
  color: #002d5a;
  font-size: 15px;
  padding-right: 4px;
}
#acco_reviews .bazaarvoice_bilka_pdp .arrowRight:after {
  height: 8px;
  width: 5px;
  display: inline-block;
  margin-left: 1px;
  margin-right: 4px;
  font-size: 9px;
  font-weight: bold;
  font-family: 'icomoon';
  content: "\e60a";
}
#acco_reviews .bazaarvoice_bilka_pdp .viewReviewCommentsLink {
  text-decoration: none;
  display: inline-block;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewComments .arrowRight {
  float: right;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewCommentsContent {
  border: 1px solid #f0f0f0;
  padding: 20px 20px 10px;
  margin-top: -15px;
  margin-bottom: 10px;
}
#acco_reviews .bazaarvoice_bilka_pdp .closeReviewComments {
  padding-left: 15px;
  text-decoration: none;
}
#acco_reviews .bazaarvoice_bilka_pdp .closeReviewComments:after {
  font-family: 'icomoon';
  content: "\E60C";
  position: absolute;
  left: 30px;
  font-size: 11px;
}
#acco_reviews .bazaarvoice_bilka_pdp hr:last-child {
  display: none;
}
#acco_reviews .bazaarvoice_bilka_pdp .reviewPhotos img {
  height: 45px;
  margin-top: 5px;
}
#also-seen .basket_main_content {
  border: 0;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-6 .suggestion_brick.vertical .sb_image {
    height: 222px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-6 .suggestion_brick.vertical .sb_image {
    height: 169px;
  }
}
@media (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-4 .suggestion_brick.vertical .sb_image {
    height: 143px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-4 .suggestion_brick.vertical .sb_image {
    height: 107px;
  }
}
@media (max-width: 767px) {
  #also-seen .basket_main_content .col-sm-4 .suggestion_brick.vertical .sb_image {
    position: relative;
    float: left;
    width: 20%;
    height: 100px;
    margin-right: 5px;
  }
  #also-seen .basket_main_content .col-sm-4 .suggestion_brick.vertical .sb_data {
    float: left;
    position: relative;
    width: 75%;
  }
}
@media (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-3 .suggestion_brick.vertical .sb_image {
    height: 104px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-3 .suggestion_brick.vertical .sb_image {
    height: 77px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-2 .suggestion_brick.vertical .sb_image {
    width: 49%;
    height: 46px;
  }
}
@media (min-width: 768px) {
  #also-seen .basket_main_content .col-sm-2 .suggestion_brick.vertical .sb_image {
    height: 46px;
  }
}
#also-seen .basket_main_content .suggestion_brick {
  margin-bottom: 0;
  width: 100%;
  position: relative;
}
#also-seen .basket_main_content .suggestion_brick.vertical .sb_data {
  width: 49%;
  display: inline-block;
}
#also-seen .basket_main_content .suggestion_brick.vertical .sb_data em {
  overflow: hidden;
}
#also-seen .basket_main_content .suggestion_brick.vertical .sb_data .old_price {
  text-decoration: line-through;
  font-weight: normal;
}
#also-seen .basket_main_content .suggestion_brick.vertical .sb_image {
  position: relative;
  width: 49%;
  display: inline-block;
  height: 100px;
}
#also-seen .basket_main_content .suggestion_brick.vertical .sb_image a {
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
}
#also-seen .basket_main_content .suggestion_brick.vertical .sb_image a:before {
  content: ' ';
  display: inline;
  vertical-align: middle;
}
#also-seen .basket_main_content .suggestion_brick.vertical .sb_image a img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #also-seen .basket_main_content .suggestion_brick.vertical {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #also-seen .basket_main_content .suggestion_brick.vertical .sb_image {
    position: relative;
    float: left;
    width: 20%;
    height: 100px;
    margin-right: 5px;
  }
  #also-seen .basket_main_content .suggestion_brick.vertical .sb_data {
    float: left;
    position: relative;
    width: 75%;
  }
}
@media (min-width: 768px) {
  #also-seen .basket_main_content .suggestion_brick.vertical .sb_image {
    height: 460px;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  #also-seen .basket_main_content .suggestion_brick.vertical .sb_image {
    height: 352px;
  }
}
.pdp_desk_media_pager {
  display: block;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.pdp_desk_media_pager > li {
  margin-bottom: 15px;
}
.pdp_desk_media_pager > li img {
  display: block;
  cursor: pointer;
}
.mm_photos_pager {
  display: block;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}
.mm_photos_pager span {
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  background: #e8e8e8;
  text-indent: -999em;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}
.mm_photos_pager span.active {
  background: #002d5a;
}
#zoom_modal {
  outline: none;
  overflow-x: hidden;
  overflow-y: hidden;
}
#zoom_modal .pdp_desk_media_pager > li {
  width: 100% ! important;
}
#zoom_modal .modal-dialog {
  margin: 2%;
  height: 93%;
  width: auto;
}
#zoom_modal .modal-dialog .modal-content {
  padding: 0;
  height: 100%;
}
#zoom_modal .modal-dialog .modal-content .modal-body {
  overflow-x: hidden;
  max-height: 100%;
  height: 100%;
  padding: 0px;
}
#zoom_modal .modal-dialog .modal-content .modal-body .row {
  margin: 1%;
}
#zoom_modal .modal-dialog .modal-content .modal-body .row #zoom_modal_photo {
  height: 100%;
}
#zoom_modal .modal-dialog .modal-content .modal-body .row #zoom_modal_photo .zoom_modal_photo-container {
  width: 100%;
  position: relative;
}
#zoom_modal .modal-dialog .modal-content .modal-body .row #zoom_modal_photo .zoom_modal_photo-container:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#zoom_modal .modal-dialog .modal-content .modal-body .row #zoom_modal_photo .zoom_modal_photo-container img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
#zoom_modal .modal-dialog .modal-content .modal-footer {
  margin: 0;
}
#zoom_modal .modal-dialog .modal-content .modal-footer .bilka_modal_close {
  position: absolute;
  top: 5px;
  right: 30px;
}
#mobile-pdp-carousel {
  padding-bottom: 40px;
}
#mobile-pdp-carousel .carousel-inner {
  min-height: 300px;
  max-height: 450px;
}
#mobile-pdp-carousel .carousel-inner .item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 auto;
  width: 100%;
  max-height: inherit;
}
#mobile-pdp-carousel .carousel-inner .embed-responsive-item {
  margin: 0 auto;
  display: block;
  max-height: inherit;
}
#mobile-pdp-carousel .carousel-control {
  background-image: none;
}
#mobile-pdp-carousel .carousel-control .icon-next {
  margin-top: -50px;
  top: 100%;
}
#mobile-pdp-carousel .carousel-control .icon-next:before {
  font-size: 40px;
  color: #002d5a;
}
#mobile-pdp-carousel .carousel-control .icon-prev {
  margin-top: -50px;
  top: 100%;
}
#mobile-pdp-carousel .carousel-control .icon-prev:before {
  font-size: 40px;
  color: #002d5a;
}
#mobile-pdp-carousel .carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: 13px;
}
#mobile-pdp-carousel .carousel-indicators li {
  border-color: #e8e8e8;
  background-color: #e8e8e8;
  width: 20px;
  height: 20px;
  margin: 0;
}
#mobile-pdp-carousel .carousel-indicators .active {
  background-color: #002d5a;
}
.eb #eb-container-button {
  white-space: normal;
}
@media (max-width: 767px) {
  .eb #eb-container-button {
    max-width: 100%;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .eb #eb-container-button {
    max-width: 100%;
    margin-bottom: 5px;
  }
}
.eb #eb-container-button #colour-text-price {
  color: #00aeef;
}
.eb #eb-container-button #colour-text-month {
  color: #00aeef;
}
.eb .eb-content {
  float: right;
  font-size: 9px;
  padding-left: 5px;
  word-break: break-all;
  margin-bottom: 5px;
}
#ekspres-bank-modal .modal-dialog {
  width: 600px;
}
@media (max-width: 767px) {
  #ekspres-bank-modal .modal-dialog {
    width: 100%;
  }
}
#ekspres-bank-modal .modal-dialog .eb-title {
  margin-top: -17px;
  margin-bottom: 15px;
}
#ekspres-bank-modal .modal-dialog .eb-title #eb-calc-monthly-payment {
  color: #00aeef;
}
#ekspres-bank-modal .modal-dialog .eb-title #eb-calc-months {
  color: #00aeef;
}
#ekspres-bank-modal .modal-dialog .eb-slider-title {
  text-align: center;
  font-size: 16px;
}
#ekspres-bank-modal .modal-dialog #eb-calc-slider {
  margin-bottom: 30px;
  margin-right: 30px;
  margin-left: 30px;
}
#ekspres-bank-modal .modal-dialog #eb-calc-slider .noUi-value {
  padding-top: 5px;
}
@media (max-width: 767px) {
  #ekspres-bank-modal .modal-dialog #eb-calc-slider {
    margin-right: 5px;
    margin-left: 5px;
  }
}
#ekspres-bank-modal .modal-dialog #eb-logo {
  width: 150px;
  float: right;
}
#ekspres-bank-modal .modal-dialog .eb-footer {
  text-align: left;
}
.pac-container {
  z-index: 1051 !important;
}
.ui-front {
  z-index: 1051 !important;
}
#click-and-collect-wrapper .clicko-btn {
  float: left;
  margin-bottom: 20px ! important;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  width: 100%;
}
#click-and-collect-wrapper .clicko-btn button {
  width: 100%;
}
#click-and-collect-modal fieldset .help-block,
#click-and-collect-modal fieldset .has-error .help-block {
  display: none;
}
#click-and-collect-modal fieldset .has-error.empty .help-block {
  display: block;
}
#click-and-collect-modal .filters {
  margin: 15px 0;
}
#click-and-collect-modal label.btn span {
  font-size: 12px;
}
#click-and-collect-modal label input[type="radio"] ~ span.glyphicon.glyphicon-unchecked {
  color: #333333;
  display: inline;
}
#click-and-collect-modal label input[type="radio"] ~ span.glyphicon.glyphicon-check {
  display: none;
}
#click-and-collect-modal label input[type="radio"]:checked ~ span.glyphicon.glyphicon-unchecked {
  display: none;
}
#click-and-collect-modal label input[type="radio"]:checked ~ span.glyphicon.glyphicon-check {
  color: #002d5a;
  display: inline;
}
#click-and-collect-modal label:hover input[type="radio"] ~ span.glyphicon {
  color: #002d5a;
}
#click-and-collect-modal div[data-toggle="buttons"] label.active {
  color: #002d5a;
}
#click-and-collect-modal div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #333333;
  border-radius: 3px;
  color: #444444;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
#click-and-collect-modal div[data-toggle="buttons"] label:hover {
  color: #002d5a;
}
#click-and-collect-modal div[data-toggle="buttons"] label:active,
#click-and-collect-modal div[data-toggle="buttons"] label.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#click-and-collect-modal label.radio-inline {
  line-height: 2em;
}
#click-and-collect-modal .clicko-store-info-wrapper {
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 7px;
  border-top: 1px solid #ddd;
}
#click-and-collect-modal .clicko-store-info-wrapper:nth-child(even) {
  background-color: #f9f9f9;
}
#click-and-collect-modal .clicko-store-info-wrapper .store-name {
  color: #002d5a;
  padding: 0;
}
#click-and-collect-modal .clicko-store-info-wrapper .inStock {
  color: #00C646 !important;
}
#click-and-collect-modal .clicko-store-info-wrapper .outOfStock {
  color: #ED1C24 !important;
}
#click-and-collect-modal .clicko-store-info-wrapper .lowStock {
  color: #FAC50E !important;
}
#click-and-collect-modal .clicko-store-info-header {
  padding: 0;
}
#click-and-collect-modal .clicko-store-info-header .clicko-store-icon {
  padding: 0;
  margin: 0 auto;
}
#click-and-collect-modal .clicko-store-info-header .clicko-store-icon img {
  height: 40px;
}
#click-and-collect-modal .clicko-store-info-header .stock-status {
  padding: 0;
}
#click-and-collect-modal .clicko-store-info-header .store-choose-btn {
  padding: 0;
}
#click-and-collect-modal .clicko-store-info-header .btn {
  padding: 6px 6px !important;
}
#click-and-collect-modal .pagination-text {
  display: block;
  text-align: center;
  padding-top: 15px;
}
#click-and-collect-modal .click-and-collect-chosen-store-wrapper {
  float: left;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 20px;
}
#click-and-collect-modal .click-and-collect-chosen-store-wrapper .store-name {
  color: #002d5a;
}
#click-and-collect-modal .clicko-chosen-store-info-header {
  padding: 0;
}
#click-and-collect-modal .clicko-chosen-store-info-header .clicko-store-icon {
  padding: 0;
  margin: 0 auto;
}
#click-and-collect-modal .clicko-chosen-store-info-header .clicko-store-icon img {
  height: 40px;
}
#click-and-collect-modal .clicko-chosen-store-info-header .store-name {
  padding: 0  ;
}
#click-and-collect-modal .clicko-chosen-store-info-header .store-choose-btn {
  padding: 0;
}
#click-and-collect-modal .clicko-chosen-store-info-header .btn {
  padding: 6px 6px !important;
}
#click-and-collect-modal .clicko-product-summary {
  float: left;
  width: 100%;
}
#click-and-collect-modal .clicko-price-summary {
  float: right;
  width: 100%;
}
#click-and-collect-modal .clicko-summary {
  float: right;
  width: 100%;
}
#click-and-collect-modal .clicko-address-summary {
  display: block;
}
#click-and-collect-modal .clicko-address-summary .chosen-store-name {
  display: block;
}
#click-and-collect-modal #click-and-collect-header-summary {
  padding-bottom: 10px;
}
#store-locator a.store-page {
  margin-right: 15px;
  margin-top: 15px;
}
#store-locator h2 {
  color: #002d5a;
}
#store-locator h4 {
  font-size: 18px;
}
#store-locator h4.high-light {
  color: #002d5a;
}
#store-locator.foetex .garden-center {
  display: none;
}
#store-locator .search-bar {
  margin-bottom: 10px;
}
#store-locator .search-bar .use-my-location {
  text-align: center;
}
#store-locator .search-bar .use-my-location #use-my-location-btn {
  width: 100%;
  margin-top: 5px;
}
#store-locator #map {
  height: 600px;
  padding-left: 0;
}
#store-locator #search-result {
  margin-bottom: 15px;
}
#store-locator #search-result .numbered-pin {
  margin-top: 17px;
}
@media (max-width: 991px) {
  #store-locator #search-result .numbered-pin {
    padding-left: 0;
    padding-right: 0;
  }
}
#store-locator #search-result .numbered-pin img {
  max-width: 30px;
}
#store-locator #search-result .store-item {
  background-color: #FFFFFF;
  margin-top: 15px;
  padding: 15px;
}
#store-locator #search-result .store-item h2 {
  display: block;
}
#store-locator #search-result .store-item .findsmiley {
  display: block;
}
#store-locator #search-result .store-item .opening-hours .nav li {
  color: #002d5a;
  background-color: #FFFFFF;
}
#store-locator #search-result .store-item .opening-hours .nav li a {
  color: #002d5a;
}
#store-locator #search-result .store-item .opening-hours .nav li a:hover,
#store-locator #search-result .store-item .opening-hours .nav li a.active {
  color: #FFFFFF;
  background-color: #002d5a;
}
#store-locator #search-result .store-item .opening-hours .nav li:hover a,
#store-locator #search-result .store-item .opening-hours .nav li.active a {
  color: #FFFFFF;
}
#store-locator #search-result .store-item .opening-hours dl dt {
  text-align: left;
}
#store-locator #search-result .store-item .opening-hours dl dt span {
  width: 65px;
  display: inline-block;
}
#store-locator #search-result .store-item .opening-hours dl dt span.opening-hours-day {
  text-transform: capitalize;
}
#store-locator #search-result .store-item .opening-hours dl dd {
  display: inline-block;
  text-align: right;
}
@media (min-width: 991px) {
  #store-locator #search-result .store-item .opening-hours dl dd {
    text-align: left;
    margin-left: 0;
    width: 100%;
  }
}
.alt-store-hours {
  color: #FFFFFF;
  background-color: #002d5a;
}
.store_map {
  margin-top: 15px;
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}
#storecomponent h1 {
  margin-top: 15px;
}
.store_details h1 {
  color: #002d5a;
}
.store_details .opening-hours {
  margin-bottom: 15px;
}
.store_details .opening-hours dl dt {
  text-align: left;
}
#store-page-panel {
  margin-bottom: 15px;
}
#store-page-panel .secondary_hours {
  margin-top: 5px;
}
#store-page-panel #storecomponent-events {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
@media (max-width: 991px) {
  #store-page-panel #storecomponent-events {
    padding-left: 5px;
  }
}
#store-page-panel #storecomponent-events.store-component-events {
  border: none;
}
#store-page-panel #storecomponent-events .bilka_main_heading {
  color: #002d5a;
  margin-left: 0;
  padding-left: 0;
}
#store-page-panel .jobs-container {
  margin-left: 0;
  padding-left: 0;
}
#store-page-panel .jobs-container .bilka_main_heading {
  margin-left: 0;
  padding-left: 0;
  color: #002d5a;
}
.my_account_main_wrapper {
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
  border: 1px solid #C1C1C1;
  margin: 0;
}
@media (max-width: 991px) {
  .my_account_main_wrapper {
    padding: 0px;
  }
}
.my_account_main_wrapper.pmw_self {
  margin-bottom: 15px;
  padding: 0;
}
.my_account_main_wrapper.pmw_self .basket_main_content {
  border: 0;
  margin-bottom: 0 ! important;
}
.my_account_main_wrapper .last .form-group {
  margin-bottom: 0;
}
.my_account_main_wrapper .help-block {
  margin-top: 0;
}
.my_account_main_wrapper .help-block.with-error {
  color: red;
}
.my_account_main_wrapper #order,
.my_account_main_wrapper #order2,
.my_account_main_wrapper #additionalInfo {
  padding-top: 15px;
}
.my_account_main_wrapper .first#order {
  padding-top: 0;
}
.my_account_main_wrapper ul {
  padding-left: 15px;
}
.my_account_main_wrapper #accountOverview .container-fluid.orderHeadline {
  padding: 0 17px;
}
.my_account_main_wrapper #accountOverview .container-fluid.orderHeadline h2 {
  margin-top: 0;
}
.my_account_main_wrapper #accountOverview .container-fluid.wrapper {
  padding: 0;
}
.my_account_main_wrapper #accountOverview .address-list {
  border-bottom: solid 1px #dbdbdb;
  float: left;
  margin-bottom: 15px;
  width: 100%;
}
.my_account_main_wrapper #accountOverview .address-list .fullName {
  font-weight: bold;
}
.my_account_main_wrapper #accountOverview .address-list .icon {
  padding-right: 5px;
  vertical-align: middle;
}
.my_account_main_wrapper #accountOverview .address-list .phone:before {
  content: attr(data-phone-num);
}
.my_account_main_wrapper #accountOverview #personalInfo {
  margin-bottom: 6.5px;
}
.my_account_main_wrapper .item_container {
  display: block;
}
.my_account_main_wrapper .delivery_stages {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
.my_account_main_wrapper .delivery_stages .span-status {
  font-family: 'chevin_probold';
  font-weight: normal;
}
.my_account_main_wrapper .delivery_stages .last {
  padding-right: 0;
  padding-left: 0;
  text-align: right;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.my_account_main_wrapper .delivery_stages .first {
  padding: 0;
}
.my_account_main_wrapper .container-fluid {
  padding-left: 0;
  float: left;
  width: 100%;
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 15px;
  padding-top: 15px;
}
.my_account_main_wrapper .container-fluid.last {
  border-bottom: 0;
  padding-bottom: 0;
}
.my_account_main_wrapper .container-fluid:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.my_account_main_wrapper .order-entry:first-of-type {
  padding-top: 0;
}
.my_account_main_wrapper .order-entry:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.my_account_main_wrapper .more-button-holder {
  width: 100%;
  float: left;
  padding-top: 15px;
  margin-top: 15px;
  border-top: solid 1px #dbdbdb;
}
.my_account_main_wrapper .more-content-holder {
  display: block;
}
.my_account_main_wrapper #showMoreOrders {
  margin-top: 15px;
}
.my_account_main_wrapper .col-md-3.media-left,
.my_account_main_wrapper #updates .col-md-3.first {
  padding-left: 0;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.my_account_main_wrapper #updates .last {
  padding-right: 0;
}
.my_account_main_wrapper #updates .container-fluid,
.my_account_main_wrapper .container-fluid#tracking h3 {
  padding-bottom: 0;
  border: 0;
}
.my_account_main_wrapper .media-heading {
  margin-top: 0;
}
.my_account_main_wrapper #accountOrderOverview .tracking-link {
  display: inline;
  color: #00aeef;
  cursor: pointer;
  text-decoration: none;
}
.my_account_main_wrapper #accountOrderOverview .tracking-link-external {
  display: inline;
  color: #00aeef;
}
.my_account_main_wrapper #accountOrderOverview .tracking-link-external:hover,
.my_account_main_wrapper #accountOrderOverview .tracking-link-external:visited {
  text-decoration: none;
}
.my_account_main_wrapper #accountOrderOverview .invoiceLink {
  position: relative;
  padding-right: 5px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 10px;
}
.my_account_main_wrapper #accountOrderOverview .invoiceLink:hover,
.my_account_main_wrapper #accountOrderOverview .invoiceLink:visited {
  text-decoration: none;
}
.my_account_main_wrapper #accountOrderOverview .invoiceLink p,
.my_account_main_wrapper #accountOrderOverview .invoiceLink span {
  display: inline-block;
  margin-bottom: 0;
}
.my_account_main_wrapper #accountOrderOverview .invoiceLink::after {
  font-family: 'icomoon';
  content: "\eada";
  position: relative;
  font-size: 22px;
  color: #b71212;
  margin-left: 5px;
}
.my_account_main_wrapper #accountOrderOverview .titleBar {
  padding-top: 5px;
  padding-bottom: 5px;
}
.my_account_main_wrapper #accountOrderOverview .titleBar .deliveryIcon {
  vertical-align: middle;
  height: inherit;
}
.my_account_main_wrapper #accountOrderOverview .titleBar .deliveryIcon.first {
  padding-left: 0;
  padding-right: 0;
}
.my_account_main_wrapper #accountOrderOverview .titleBar .deliveryIcon::after {
  font-family: 'icomoon';
  content: "\E601";
  font-size: 22px;
  color: #b71212;
  position: absolute;
  top: -5px;
}
.my_account_main_wrapper #accountOrderOverview .titleBar .deliveryTitle {
  height: inherit;
  padding-left: 0;
}
.my_account_main_wrapper #accountOrderOverview .titleBar .deliveryTitle span {
  height: inherit;
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.my_account_main_wrapper #accountOrderOverview #additionalInfo .container-fluid div.float {
  float: left;
  max-width: 110px;
  padding-left: 0;
  cursor: pointer;
}
.my_account_main_wrapper #accountOrderOverview #additionalInfo .container-fluid div.float .icon {
  -webkit-background-size: cover;
  /* For WebKit*/
  -moz-background-size: cover;
  /* Mozilla*/
  -o-background-size: cover;
  /* Opera*/
  background-size: cover;
  /* Generic*/
  text-align: center;
}
.my_account_main_wrapper #accountOrderOverview #additionalInfo .container-fluid div.float .icon:hover img {
  visibility: hidden;
}
.my_account_main_wrapper #accountOrderOverview #additionalInfo .container-fluid div.float .icon img {
  width: 100%;
  height: 100%;
}
.my_account_main_wrapper #accountOrderOverview #additionalInfo .container-fluid div.float .title {
  min-height: 35px;
  text-align: center;
}
.my_account_main_wrapper #accountOrderOverview #additionalInfo .container-fluid div.float .title span {
  text-align: center;
  margin: 0;
}
.my_account_main_wrapper .deliveryOverview #productList {
  display: table;
  width: 100%;
}
.my_account_main_wrapper .deliveryOverview #productList .container-fluid {
  padding: 0;
}
.my_account_main_wrapper .deliveryOverview #productList .container-fluid .delivery_stages {
  margin-bottom: 0;
}
.my_account_main_wrapper .deliveryOverview #productList .container-fluid .first {
  padding-left: 0;
}
.my_account_main_wrapper .bilka_accordion.deliveryOverview .panel-heading .panel-title a:before {
  top: 26px;
}
.my_account_main_wrapper .bilka_accordion .address-form {
  margin-top: 15px;
}
.my_account_main_wrapper .bilka_accordion .panel-body .changepwd-cancel-link {
  padding-top: 10px;
  padding-right: 10px;
}
.logo {
  margin: 32px 76px 26px 30px;
}
@media (max-width: 767px) {
  .logo {
    margin: 16px 76px 13px 30px;
  }
}
.header-class {
  margin-bottom: -20px;
}
@media (min-width: 768px) {
  .header-class {
    margin-bottom: -20px;
  }
}
@media (max-width: 767px) {
  .header-class .icon-bilka_dk_logo {
    line-height: 55px;
    font-size: 60px;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .header-class .icon-bilka_dk_logo {
    line-height: 91px;
    font-size: 75px;
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .container.cart-header {
    padding-top: 15px;
  }
}
.container .cart-summary-top-text {
  margin-top: 4px;
  margin-left: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
@media (max-width: 767px) {
  .container > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .container > .row [class^="col"]:first-child {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .container > .row [class^="col"]:last-child {
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .closeLabels {
    margin-left: 0 !important;
  }
}
.singleTimeSlot {
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .panel-body {
    overflow-x: hidden;
    padding: 5px 0 !important;
  }
}
@media (max-width: 767px) {
  .alert {
    margin-bottom: 5px !important;
  }
}
@media (max-width: 767px) {
  #proceed-button {
    float: right;
  }
}
.deliveryInfo {
  color: #444444;
  margin-top: -5px;
  padding-bottom: 10px;
  padding-left: 20px;
}
.deliveryInfo a {
  color: black;
  text-decoration: underline;
}
.deliveryInfo a:before {
  content: '> ';
}
@media (max-width: 767px) {
  .deliveryInfo .col-xs-8 a {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .totals .col-xs-3,
  .orderedProduct .col-xs-3 {
    padding-right: 15px !important;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .totals .col-sm-2,
  .orderedProduct .col-sm-2 {
    padding-left: 0;
    padding-right: 0 !important;
  }
}
[id^="premiumSelector-"] .form-group,
[id^="standardDelivery-"] .form-group {
  margin-bottom: 5px;
}
[id^="premiumSelector-"] {
  padding-left: 20px;
}
[id^="premiumSelector-"] select {
  padding-left: 15px;
}
@media (max-width: 767px) {
  [id^="premiumSelector-"] .visible-xs.input-group-addon {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  [id^="premiumSelector-"] .visible-xs.clearfix {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  [id^="premiumSelector-"] .row .col-xs-11 {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  [id^="premiumSelector-"] .row .col-sm-5 {
    margin-left: 15px;
  }
}
.panel h3.panel-title {
  display: inline-block;
}
@media (max-width: 767px) {
  .panel {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 600px) {
  .panel-consignments .totals {
    border-right: 0;
    border-left: 0;
  }
}
@media (max-width: 767px) {
  .panel-consignments .panel-body > * {
    padding-left: 5px;
  }
}
@media (min-width: 768px) {
  .panel-consignments .panel-body > * {
    padding-right: 5px;
  }
}
.panel-consignments .panel-Title {
  display: inline-block;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.panel-consignments.validation-error {
  border-color: #ff0b0b;
}
.panel-consignments.validation-error .panel-heading {
  background: #ff0b0b !important;
}
@media (min-width: 768px) {
  .panel-consignments ul {
    -webkit-padding-start: 0;
    margin-left: -5px;
  }
}
.panel-consignments .panel-heading {
  background: #dbdbdb !important;
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .panel-consignments .panel-heading {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  #totals-subtotal,
  #totals-delivery,
  #totals-total {
    padding-right: 5px !important;
  }
}
@media (max-width: 767px) {
  #deliveryAddress,
  #billingAddress {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .deliveryOptionCommentWrapper {
    width: 280px !important;
  }
}
@media (max-width: 520px) {
  [id^="removeConsignmentFor"] {
    margin-bottom: 20px !important;
  }
}
.postalCode {
  border-top-right-radius: 0;
  -webkit-border-top-right-radius: 0;
}
.has-error input:-moz-placeholder {
  color: red;
}
.has-error input::-moz-placeholder {
  color: red;
  opacity: 1;
}
.has-error input:-ms-input-placeholder {
  color: red;
}
.has-error input::-webkit-input-placeholder {
  color: red;
}
.radio-list {
  list-style-type: none;
  display: block;
  width: 100%;
  padding-left: 0;
}
.radio-list > li {
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  width: 100%;
  height: 90px;
}
.radio-list > li:last-child {
  border-bottom: 1px solid white;
}
.radio-list > li:hover {
  background-color: #f5f5f5;
}
.radio-list > li .radio-list-label {
  position: absolute;
  top: 15px;
  left: 40px;
  padding-left: 0;
  font-weight: normal;
}
.radio-list > li input[type="radio"] {
  position: absolute;
  top: 35px;
  left: 10px;
}
.address-list > li input[type="radio"],
.login-radio-list > li input[type="radio"] {
  top: 15px;
}
.address-list > li.choose,
.login-radio-list > li.choose {
  height: 50px;
}
.address-list > li .radio-list-label .text-muted,
.login-radio-list > li .radio-list-label .text-muted {
  display: block;
  font-size: 12.6px;
}
.input-group-addon {
  color: white !important;
  font-size: 16px !important;
}
.arrow-after:after {
  content: '>';
}
.help-block {
  margin-top: 0 !important;
  font-size: 13px;
}
.orderedProduct {
  list-style-type: none;
}
.orderedProduct .col-xs-7 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.postalcode-city-group {
  margin-bottom: 20px;
}
.postalcode-city-group .postal-group {
  padding-right: 0;
}
.postalcode-city-group .city-group {
  padding-left: 5px;
}
.postalcode-city-group .city-group .input-group {
  width: 100%;
}
.deliveryIcon {
  color: white !important;
  font-size: 20px !important;
  vertical-align: sub;
}
.panel-heading .col-xs-12,
.panel-heading .col-xs-2,
.panel-heading .col-xs-10 {
  padding-left: 4px;
  padding-right: 0px;
}
.panel.disabledPanel {
  border: 0;
}
.panel.disabledPanel .col-sm-2 {
  padding-right: 0;
}
.panel.disabledPanel > .panel-heading {
  background: #dbdbdb;
  border: 1px #c5c5c5 solid;
}
.panel.disabledPanel > .panel-heading #pay-at-till-button {
  color: white;
}
.panel.disabledPanel > .panel-heading .panel-title,
.panel.disabledPanel > .panel-heading .pull-right {
  color: #333333;
  font-size: 12.6px;
}
.panel.disabledPanel > .panel-heading .icon-right_arrow {
  color: white;
}
.panel.disabledPanel > .panel-body {
  color: #C1C1C1 !important;
  background: #f5f5f5;
}
#back-to-address {
  font-weight: normal;
}
#back-to-address > .icon-right_arrow {
  color: #C1C1C1;
}
.paddingWhenPayment {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.paddingWhenPayment .row > div {
  line-height: 31px;
}
.icon-delivery {
  height: 20px;
  margin-top: 2px;
  margin-right: 10px;
  background: red;
  width: 20px;
  display: inline-block;
  vertical-align: bottom;
}
.totals {
  background: #FFFFFF;
}
.totals ul {
  padding-left: 0;
}
.totals li {
  list-style-type: none;
}
@media (max-width: 767px) {
  .totals .col-xs-4 {
    padding-right: 16px !important;
  }
}
@media (min-width: 600px) {
  .deliveryPriceBigScreens.hidden-xs {
    display: inline !important;
  }
  .deliveryPriceBigScreens.hidden-xs:before {
    content: '- ';
  }
  [id^="removeConsignmentFor"] {
    margin-right: 20px;
    display: inline;
  }
}
@media (min-width: 992px) {
  .delivery-option-box {
    margin: 0 -15px;
    display: none;
  }
  [id^="standardDelivery-"],
  [id^="premiumSelector-"],
  .deliveryOptionCommentWrapper,
  .deliveryInfo {
    padding-left: 35px !important;
  }
  .disabled {
    padding-right: 0 !important;
  }
}
.delivery-options-holder .radio .row .delivery-img {
  height: 20px;
  margin-right: 10px;
}
.delivery-options-holder .radio .row .delivery-img.inactive {
  display: none;
}
@media (min-width: 768px) {
  .delivery-options-holder .radio .row .col-sm-2 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.delivery-options-holder .radio.disabled .row .delivery-img.active {
  display: none;
}
.delivery-options-holder .radio.disabled .row .delivery-img.inactive {
  display: inline-block;
}
.deliveryOptionCommentWrapper {
  padding-left: 20px;
  padding-top: 5px;
  width: 400px;
}
.deliveryOptionCommentWrapper .help-block {
  color: #afafaf;
}
.deliveryOptionCommentWrapper label {
  font-weight: normal;
}
.text-progress-bar {
  position: absolute;
  width: 100%;
  z-index: 1;
  text-align: center;
}
.storeNumber label span {
  color: red;
  padding-left: 10px;
}
#changeAddress {
  display: inline;
}
.progress {
  position: relative;
}
#proceed-to-payment-button {
  color: white !important;
  margin-bottom: 15px;
}
#proceed-to-payment-button .btn-primary .icon-right_arrow {
  padding-left: 7px;
  margin-right: -8px;
  vertical-align: middle;
}
.disabled {
  color: #dbdbdb;
}
.product-link {
  color: #333333;
}
.chooseDeliveryModeText {
  color: #002d5a;
}
.alert.hidden,
[id^="deliveryInfoFor"],
.shown-on-address-selection {
  display: none;
}
.error-block {
  display: block;
}
.radio,
.chooseDeliveryModeText {
  margin-bottom: 7px;
}
.terms-and-conditions {
  margin-right: 20px;
}
#pay-at-till-button {
  margin-right: 5px;
}
#storeNumber-chosen {
  width: 88px;
}
.proceed-bottom-top {
  margin-top: -40px;
}
#proceed-bottom-button {
  margin-right: -15px;
}
@media (max-width: 767px) {
  #proceed-bottom-button {
    margin-bottom: 15px;
  }
}
#offlineMessage {
  font-size: larger;
}
.payment-option-holder {
  max-width: 100%;
  background-color: #FFFFFF;
}
.payment-option-holder.container {
  background-color: #FFFFFF;
}
.payment-option-holder .radio {
  margin-bottom: 10px;
  display: block;
}
.payment-option-holder .radio input[type="radio"] {
  margin: 0 0 0 -20px;
  height: 31px;
}
@media (max-width: 991px) {
  .payment-option-holder .radio input[type="radio"] {
    margin-left: 0;
    margin-right: 5px;
  }
}
.payment-option-holder .radio .payment-option-name {
  min-width: 100px;
  float: left;
  line-height: 31px;
}
.payment-option-holder .radio .payment-icon {
  width: 45px;
  height: 31px;
  display: inline-block;
  text-align: center;
}
.payment-option-holder .radio .payment-icon img {
  width: 40px;
}
.payment-option-holder .radio .payment-icon.mobile-pay-icon img {
  width: 39px;
  height: 31px;
}
.payment-option-holder .radio .payment-icon.finance-pay-icon img {
  width: 30px;
  height: 30px;
}
.payment-option-holder .radio .payment-option-info {
  display: none;
}
.payment-option-holder .radio .payment-price {
  line-height: 31px;
}
.close-login-form {
  margin-bottom: 10px;
}
.close-login-form span {
  font-size: 12px;
}
#orderConfirmationComponent ul {
  list-style-type: none;
}
#orderConfirmationComponent h4 {
  font-weight: bold;
}
#orderConfirmationComponent .fluid-container .row {
  border-bottom: 1px solid #C1C1C1;
}
@media (max-width: 480px) {
  #orderConfirmationComponent .fluid-container .mobile-rows {
    padding-right: 0px;
    padding-left: 0px;
  }
}
#orderConfirmationComponent .fluid-container img {
  max-height: 75px;
  max-width: 75px;
}
#orderConfirmationComponent .fluid-container .container-header {
  border-bottom: 1px solid #C1C1C1;
}
#orderConfirmationComponent .fluid-container .container-header .inner-containers {
  float: right;
}
#orderConfirmationComponent .fluid-container .container-header .inner-containers .col-sm-4 {
  text-align: right;
}
#orderConfirmationComponent .fluid-container .product-row {
  cursor: pointer;
}
#orderConfirmationComponent .fluid-container .product-row img {
  margin: 2px;
  align-self: center;
}
#orderConfirmationComponent .fluid-container .product-row .product-container {
  margin-top: 15px;
}
#orderConfirmationComponent .fluid-container .product-row .product-container .col-xs-5 {
  text-align: right;
}
#orderConfirmationComponent .fluid-container .product-row .product-container .col-xs-7 {
  padding-right: 0px;
}
@media (max-width: 480px) {
  #orderConfirmationComponent .fluid-container .product-row .product-container {
    margin-top: 0px;
    margin-left: -15px;
  }
  #orderConfirmationComponent .fluid-container .product-row .product-container .col-xs-5 {
    padding-right: 0px;
  }
}
#orderConfirmationComponent .fluid-container #delivery-container {
  float: right;
}
#orderConfirmationComponent .fluid-container #delivery-container .col-sm-7 {
  text-align: right;
}
#orderConfirmationComponent .fluid-container #total-container {
  float: right;
}
#orderConfirmationComponent .fluid-container #total-container .col-sm-7 {
  text-align: right;
}
@media (min-width: 768px) {
  .short-description-wrapper,
  h2 {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .short-description-wrapper h2 {
    padding-bottom: 10px;
  }
}
.ie8 .short-description {
  width: 100%;
  float: left;
}
.ie8 .short-description .short-description-wrapper {
  float: left;
}
.related-product-category {
  padding: 15px 10px;
  border: 1px solid #c5c5c5;
  width: 100%;
  background-color: white;
  clear: both;
}
.related-product-category h3.bilka-h2 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .related-product-category .image-container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .related-product-category .image-container img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.related-product-category .image-container a {
  display: block;
}
.related-product-category .description-container {
  display: inline-block;
}
.related-product-category .description-container h4 {
  color: #002d5a;
  padding-bottom: 10px;
}
.related-product-category .description-container .category-link {
  display: block;
}
.buying-guides {
  float: left;
  width: 100%;
  background: white;
  padding: 15px;
  border: 1px solid #C1C1C1;
}
.buying-guides > h1,
.buying-guides > h2,
.buying-guides > h3,
.buying-guides > strong {
  font-size: 16px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0;
  display: block;
}
.buying-guides .row {
  margin-left: -15px;
  margin-right: -15px;
}
.buying-guides .bilka_guides_section > div {
  border-left: 1px solid #C1C1C1;
}
.buying-guides .bilka_guides_section > div:first-child {
  border: 0 none;
}
.buying-guides .bilka_guides_section > div .guide_item {
  float: left;
  width: 100%;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .buying-guides .bilka_guides_section > div .guide_item {
    padding-bottom: 15px;
  }
}
.buying-guides .bilka_guides_section > div .guide_item a {
  color: #444444;
  text-decoration: none;
}
.buying-guides .bilka_guides_section > div .guide_item .img-crop {
  background-color: #FFFFFF;
  /* some background color for short images */
  overflow: hidden;
  /* remove white-space for inline-block elements */
  letter-spacing: -0.31em;
  /* webkit */
  *letter-spacing: normal;
  /* reset IE < 8 */
  word-spacing: -0.43em;
  /* IE < 8 && gecko */
  width: 100%;
  /* gotta be responsive these days */
  margin-bottom: 10px;
}
.buying-guides .bilka_guides_section > div .guide_item .img-crop:before {
  /* pseudo element to vertically align image to */
  content: "";
  /* Magic Number */
  /* Set this to your desired height(to width) ratio */
  padding-top: 50%;
  /* % of original image width */
  /* vertically center the image */
  display: inline-block;
  vertical-align: middle;
}
.buying-guides .bilka_guides_section > div .guide_item .img-crop img {
  /* removes(sorta) image from the flow */
  padding-left: 100%;
  margin: -999em -100%;
  /* vertically center the image */
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.buying-guides .bilka_guides_section > div .guide_item.horizontal .img-crop {
  float: left;
  margin-right: 3%;
  width: 40%;
}
@media (max-width: 1199px) {
  .buying-guides .bilka_guides_section > div .guide_item.horizontal .img-crop {
    width: 70%;
    margin-right: 0;
  }
}
.buying-guides .bilka_guides_section > div .guide_item.horizontal p {
  float: left;
  width: 56%;
}
.buying-guides .bilka_guides_section > div.col-sm-3 .guide_item .img-crop {
  width: 70%;
}
@media (max-width: 1199px) {
  .buying-guides .bilka_guides_section > div.col-sm-4 .guide_item p {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .buying-guides .bilka_guides_section > div.col-sm-6 .horizontal .img-crop,
  .buying-guides .bilka_guides_section > div.col-sm-12 .horizontal .img-crop {
    float: left;
    margin-right: 3%;
    width: 40%;
  }
}
.bazarvoice_ratings {
  display: inline-block;
}
.bazarvoice_ratings a {
  left: 10px;
  position: relative;
  top: 4px;
}
.product-lists .bilka_product_suggestions {
  /* special override for tablet with 6 items, to make the button fit */
}
.product-lists .bilka_product_suggestions h1,
.product-lists .bilka_product_suggestions h2,
.product-lists .bilka_product_suggestions h3,
.product-lists .bilka_product_suggestions strong {
  font-size: 16px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0 0 20px 0;
  margin: 0;
  display: block;
}
.product-lists .bilka_product_suggestions .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .bilka_product_suggestions {
    padding: 0 4px 15px 0;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick {
  margin-bottom: 0;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image {
  position: relative;
  width: 100%;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image {
    width: 30%;
    margin-right: 3%;
    float: left;
    height: auto;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image .promoImage {
  margin: 0 !important;
  right: 0;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image .hidden-xs {
  display: inline-block !important;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image .hidden-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image .visible-xs {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image .visible-xs {
    display: none !important;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  /* Align center inline elements */
  font: 0/0 a;
}
@media only screen and (device-width: 768px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image a {
    /* For general iPad layouts */
    height: auto;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image a:before {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_image a img {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-3 .sb_image,
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-4 .sb_image,
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_image {
  width: 47% !important;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-3 .sb_image,
  .product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-4 .sb_image,
  .product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_image {
    width: 20% !important;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .dummy {
  padding-top: 100%;
  /* forces 1:1 aspect ratio */
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-3 .sb_image,
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-3 .sb_data {
  width: 50%;
  float: left;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-4 .sb_image,
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-4 .sb_data {
  width: 50%;
  float: left;
  height: 170px;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-6 .sb_image {
  height: 530px;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_image,
.product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_data {
  width: 50%;
  float: left;
  height: 441px;
}
@media (max-width: 992px) and (min-width: 768px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_image,
  .product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_data {
    height: 337px;
  }
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_image,
  .product-lists .bilka_product_suggestions .row .suggestion_brick .col-sm-12 .sb_data {
    height: auto;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_data {
  width: 50%;
  float: left;
  height: 130px;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_data {
    height: auto;
    width: 66%;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_data .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_data .bottom {
    position: static;
    bottom: auto;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_data.no-cart-button {
  height: auto;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_data.no-cart-button .bottom {
  position: relative;
  bottom: auto;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_image {
  width: 47%;
  float: left;
  margin-right: 3%;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick.vertical .sb_image {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick {
    width: 100%;
    float: left;
    margin-bottom: 10px;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data {
    float: left;
    width: 66%;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data em.old_price {
  text-decoration: line-through;
  font-style: normal;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .product_name {
  color: #333333;
  text-decoration: none;
  display: block;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .product_name em {
  height: 34px;
  display: block;
  font-size: 12.6px;
  font-style: normal;
  font-family: 'chevin_probold';
  font-weight: normal;
  margin-bottom: 5px;
  max-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .product_name em {
    width: 66%;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .bazarvoice_ratings {
  width: 100%;
  float: left;
  margin-bottom: 5px;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .price,
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .promotional_price {
  color: #002d5a;
  display: inline-block;
  font-family: 'chevin_probold';
  font-weight: normal;
  max-width: 100%;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .prices span {
  font-size: 12.6px;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .prices em {
  font-size: 12.6px;
}
@media (min-width: 768px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data .prices {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-bottom: 5px;
    max-height: 65px;
    overflow: hidden;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data button {
  display: block;
  height: 33px;
  padding: 6px 12px;
  text-align: center;
  width: auto;
  background: none repeat scroll 0 0 #002d5a;
  font-size: 12.6px;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data button {
    position: relative;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data button.btn-styless {
  background: none;
  border: none;
  height: auto;
  box-sizing: content-box;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data button.btn-styless:hover,
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data button.btn-styless:focus {
  outline: none;
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data button.btn-styless.add-cart {
  background: url('/_ui/desktop/common/images/svg/add-to-cart.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data button.btn-styless.add-cart {
    height: 34px;
    width: 34px;
    padding: 0;
  }
}
.product-lists .bilka_product_suggestions .row .suggestion_brick .sb_data i {
  position: absolute !important;
  top: 0;
  right: 0;
}
.product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data {
  height: 136px;
}
.product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data .bottom {
  height: 100px;
}
.product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data.no-cart-button {
  height: 115px;
}
.product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data.no-cart-button .bottom {
  height: 80px;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data,
  .product-lists .bilka_product_suggestions .row .col-sm-3 .sb_data {
    height: auto;
  }
}
.product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data .bottom,
.product-lists .bilka_product_suggestions .row .col-sm-3 .sb_data .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data .bottom,
  .product-lists .bilka_product_suggestions .row .col-sm-3 .sb_data .bottom {
    height: auto;
    position: static;
    bottom: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-lists .bilka_product_suggestions .row .col-sm-2 .sb_data .bottom button,
  .product-lists .bilka_product_suggestions .row .col-sm-3 .sb_data .bottom button {
    padding: 6px;
  }
}
@media (min-width: 768px) {
  .product-lists .bilka_product_suggestions .row .col-sm-4 .suggestion_brick.vertical .sb_data.no-cart-button .bottom {
    height: 90px;
  }
  .product-lists .bilka_product_suggestions .row .col-sm-4 .suggestion_brick.vertical .sb_data .bottom {
    height: 99px;
  }
  .product-lists .bilka_product_suggestions .row .col-sm-4 .sb_data.no-cart-button .bottom {
    height: 53px;
  }
  .product-lists .bilka_product_suggestions .row .col-sm-4 .sb_data .bottom {
    height: 83px;
  }
}
@media (min-width: 768px) {
  .product-lists .bilka_product_suggestions .sb_data {
    height: 120px;
  }
  .product-lists .bilka_product_suggestions .sb_data.no-cart-button {
    height: 100px;
  }
  .product-lists .bilka_product_suggestions .sb_data.no-cart-button .bottom {
    height: 65px;
  }
  .product-lists .bilka_product_suggestions .sb_data.no-cart-button .bottom .bazarvoice_ratings {
    bottom: 0;
  }
  .product-lists .bilka_product_suggestions .sb_data .bottom {
    height: 80px;
    position: relative;
  }
  .product-lists .bilka_product_suggestions .sb_data .bottom .bazarvoice_ratings {
    position: absolute;
    left: 0;
    bottom: 30px;
  }
  .product-lists .bilka_product_suggestions .sb_data .bottom .bazarvoice_ratings a {
    display: none;
  }
  .product-lists .bilka_product_suggestions .sb_data .bottom button {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.product-lists .bilka_product_suggestions .bazarvoice_ratings a {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data:not(.no-cart-button).vertical,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data:not(.no-cart-button).vertical,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data:not(.no-cart-button).vertical {
    height: 145px !important;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data:not(.no-cart-button).vertical .bottom,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data:not(.no-cart-button).vertical .bottom,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data:not(.no-cart-button).vertical .bottom {
    height: 105px !important;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data:not(.no-cart-button).vertical .bottom .bazarvoice_ratings,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data:not(.no-cart-button).vertical .bottom .bazarvoice_ratings,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data:not(.no-cart-button).vertical .bottom .bazarvoice_ratings {
    bottom: 48px;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data:not(.no-cart-button),
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data:not(.no-cart-button),
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data:not(.no-cart-button) {
    height: 146px !important;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data:not(.no-cart-button) .bottom,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data:not(.no-cart-button) .bottom,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data:not(.no-cart-button) .bottom {
    height: 115px !important;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data:not(.no-cart-button) .bottom .bazarvoice_ratings,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data:not(.no-cart-button) .bottom .bazarvoice_ratings,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data:not(.no-cart-button) .bottom .bazarvoice_ratings {
    bottom: 48px;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data:not(.no-cart-button) .bottom button,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data:not(.no-cart-button) .bottom button,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data:not(.no-cart-button) .bottom button {
    max-width: 100%;
    white-space: normal;
    height: auto;
    text-align: center;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data.no-cart-button,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data.no-cart-button,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data.no-cart-button {
    height: 100px;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data.no-cart-button .bottom,
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data.no-cart-button .bottom,
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data.no-cart-button .bottom {
    height: 90px;
  }
  .product-lists .bilka_product_suggestions .col-sm-2 .sb_data [class^="icon-bilka_rating_"],
  .product-lists .bilka_product_suggestions .col-sm-3 .sb_data [class^="icon-bilka_rating_"],
  .product-lists .bilka_product_suggestions .col-sm-4 .sb_data [class^="icon-bilka_rating_"] {
    width: 10px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .maincontent {
    overflow-x: hidden;
  }
}
.maincontent #discontinued-product-msg {
  text-align: center;
  margin-top: 15px;
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
}
.maincontent .row .pdp-main-wrapper {
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper.product-lists {
    padding: 0;
  }
}
.maincontent .row .pdp-main-wrapper.plp {
  padding: 15px 20px 15px 20px;
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper.plp {
    padding: 15px;
  }
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment {
  overflow: hidden;
  height: 340px;
  margin-bottom: 10px;
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper .bilka_product_fragment {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper .bilka_product_fragment {
    height: auto;
  }
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_image {
  border: 1px solid #dbdbdb;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_image {
    width: 30%;
    float: left;
    max-width: 140px;
  }
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_image .dummy {
  padding-top: 100%;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_image a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font: 0/0 a;
}
@media only screen and (device-width: 768px) {
  .maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_image a {
    height: auto;
  }
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_image a:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_image .pf_media {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
  margin: auto;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment span,
.maincontent .row .pdp-main-wrapper .bilka_product_fragment em,
.maincontent .row .pdp-main-wrapper .bilka_product_fragment i {
  display: block;
  font-style: normal;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment span > p {
  margin: 0;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment i {
  font-style: italic;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data {
  padding: 0;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data > span {
  height: 37px;
  max-height: 37px;
  overflow: hidden;
  word-wrap: break-word;
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data > span {
    height: auto;
    max-height: 40px;
  }
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data .pf_title {
  font-family: 'chevin_probold';
  font-weight: normal;
  height: 36px;
  overflow-y: hidden;
  overflow-x: hidden;
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data .pf_title {
    height: auto;
    max-height: 36px;
  }
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data .pf_title a {
  color: #333333;
  text-decoration: none;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data .pf_title a:hover {
  text-decoration: none;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data .ratings {
  margin-left: -5px;
}
@media (max-width: 767px) {
  .maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data {
    float: left;
    width: 70%;
    padding-left: 15px;
  }
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data span.price {
  color: #002d5a;
  display: inline-block;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data em {
  text-decoration: line-through;
  display: inline;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_data .quantity-message {
  height: auto;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .pf_delivery {
  color: unset;
  font-style: italic;
  word-break: break-word;
}
.maincontent .row .pdp-main-wrapper .bilka_product_fragment .promoImage {
  position: absolute;
  right: 0;
  top: 0;
}
.maincontent .plp-toolbar-bottom .lister-toolbar-pager-wrap {
  float: right;
}
@media (max-width: 767px) {
  .maincontent .plp-toolbar-bottom .lister-toolbar-pager-wrap {
    float: left;
    width: 100%;
  }
}
.container-xs-height {
  display: table;
  table-layout: fixed;
  padding-left: 0px;
  padding-right: 0px;
}
.row-xs-height {
  display: table-row;
}
.col-xs-height {
  display: table-cell;
  float: none;
}
.col-middle {
  vertical-align: middle;
}
#pager-mobile,
#pager-big {
  color: #002d5a;
}
.search-count {
  text-transform: lowercase;
  text-align: center;
  color: #002d5a;
  font-weight: bold;
}
.plp-toolbar-top {
  min-height: 50px;
  margin-bottom: 15px;
}
.search-count-wrapper {
  margin-bottom: 5px;
}
.toggle-filters {
  margin-right: 15px;
}
.promotion-sticker {
  color: #f90;
}
.promotion-sticker-alwayslowprice {
  color: #00ff00;
}
.promotion-sticker-webonly {
  color: #00cd00;
}
.search-spinner {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  background-color: hsla(0, 0%, 30%, 0.7);
  border-radius: 1em;
  width: 100px;
  height: 100px;
  margin-left: -50px;
  margin-top: -50px;
}
.plp-filters-section {
  background-color: #f5f5f5;
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.plp-filters-section .pfs-header {
  background-color: #dbdbdb;
  padding: 7px 15px;
  width: 100%;
  float: left;
}
@media screen and (max-width: 767px) {
  .plp-filters-section .pfs-header {
    background-color: #002d5a;
    color: #FFFFFF;
    margin-bottom: 0;
  }
}
.plp-filters-section .pfs-header > span,
.plp-filters-section .pfs-header > h1,
.plp-filters-section .pfs-header > h2,
.plp-filters-section .pfs-header > h3,
.plp-filters-section .pfs-header > strong {
  font-size: 18px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
  float: left;
}
.plp-filters-section .pfs-header span {
  font-family: 'chevin_probold';
  font-weight: normal;
  font-size: 18px;
}
.plp-filters-section .pfs-header a {
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 0;
  margin: 0;
  display: block;
  font-size: 11px;
  line-height: 20px;
  float: left;
}
.plp-filters-section .pfs-header a:hover em {
  text-decoration: none;
}
.plp-filters-section .pfs-header .pfs-close {
  font-size: 27px;
  font-family: 'chevin_probold';
  font-weight: normal;
  padding: 7px;
  margin: 0;
  display: block;
  line-height: 20px;
  margin-left: 4px;
  text-decoration: none;
  float: left;
  cursor: pointer;
  background: transparent;
  position: absolute;
  top: 3px;
  right: 8px;
}
.plp-filters-section .pfs-body {
  width: 100%;
  float: left;
}
@media screen and (max-width: 767px) {
  .plp-filters-section .pfs-body {
    padding-right: 10px;
    padding-left: 4px;
    padding-top: 5px;
    border: 2px solid #002d5a;
  }
}
.plp-filters-section .pfs-body input[type='checkbox'].pseudo-checkbox {
  color: #002d5a;
}
.plp-filters-section .pfs-body input[type='checkbox'].pseudo-checkbox + label {
  cursor: pointer;
}
.plp-filters-section .pfs-body input[type='checkbox'].pseudo-checkbox + label:before {
  content: "\e157";
  color: #333333;
  font-size: 12px;
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.plp-filters-section .pfs-body input[type='checkbox'].pseudo-checkbox + label.checked {
  color: #002d5a;
  font-weight: bold;
}
.plp-filters-section .pfs-body input[type='checkbox'].pseudo-checkbox + label:hover {
  color: #002d5a;
  font-weight: bold;
}
.plp-filters-section .pfs-body input[type='checkbox'].pseudo-checkbox + label:hover:before {
  content: "\e067";
  color: #002d5a;
}
.plp-filters-section .pfs-body input[type='checkbox'].pseudo-checkbox + label:after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.plp-filters-section .pfs-body input[type='checkbox']:checked.pseudo-checkbox + label:before {
  /*checked icon*/
  content: "\e067";
  color: #002d5a;
  font-size: 12px;
}
.plp-filters-section .pfs-body input[type='checkbox']:checked.pseudo-checkbox + label:hover {
  font-weight: normal;
}
.plp-filters-section .pfs-body .pfs_active_filters {
  position: relative;
  float: left;
  width: 100%;
}
.plp-filters-section .pfs-body .pfs_active_filters li {
  cursor: pointer;
  list-style: none;
  position: relative;
  color: #002d5a;
  line-height: 25px;
  vertical-align: middle;
  display: block;
}
.plp-filters-section .pfs-body .pfs_active_filters li.clear-all-filters {
  margin-top: 15px;
}
.plp-filters-section .pfs-body .pfs_active_filters li.clear-all-filters a {
  display: block;
  float: right;
  color: #002d5a;
  width: 50%;
}
.plp-filters-section .pfs-body .pfs_active_filters li.active-filters {
  clear: both;
}
.plp-filters-section .pfs-body .pfs_active_filters li.active-filters label {
  display: block;
}
.plp-filters-section .pfs-body .pfs_active_filters li.active-filters label .checked:hover {
  font-weight: normal;
}
.plp-filters-section .pfs-body .pfs_active_filters .clear-all-filters {
  height: 15px;
}
.plp-filters-section .pfs-body .pfs-row {
  margin-bottom: 15px;
  float: left;
  width: 100%;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 > div {
  cursor: pointer;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 > div:last-child {
  border-bottom: 0;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1.category-link {
  margin-top: 0;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1.category-link .no-sublist {
  margin: 0;
  padding: 0 9px;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1.category-link .no-sublist a {
  color: #002d5a;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 a {
  text-decoration: none;
  display: block;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .pfs-section-title.collapsed {
  border-bottom: 0 none;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .pfs-section-title strong {
  width: 85%;
  display: block;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .pfs-section-title.no-sublist {
  font-weight: normal;
  margin-right: 0;
  border-bottom: 0 none;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .pfs-section-title.no-sublist:before {
  content: "";
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel {
  width: 26px;
  display: inline-block;
  border: 1px solid #FFFFFF;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-top: 5px;
  padding: 2px;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel:hover {
  border: 1px solid #C1C1C1;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel.color-swatch-panel-selected {
  border: 1px solid #C1C1C1;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel > div {
  width: 20px;
  height: 20px;
  opacity: 0.99;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .hvid-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .white-color-box {
  background-color: #FFFFFF;
  border: 1px solid #C1C1C1;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .gr\00F8n-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .green-color-box {
  background-color: #00CD00;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .bl\00E5-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .blue-color-box {
  background-color: #3399FF;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .lilla-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .purple-color-box {
  background-color: #6520D1;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .r\00F8 d-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .red-color-box {
  background-color: #FF3333;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .gul-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .yellow-color-box {
  background-color: #FFFF00;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .gr\00E5-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .grey-color-box {
  background-color: #999999;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .sort-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .black-color-box {
  background-color: #000000;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .orange-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .orange-color-box {
  background-color: #FF9900;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .brun-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .brown-color-box {
  background-color: #663300;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .lyser\00F8 d-color-box {
  background-color: #CC3399;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .violet-color-box {
  background-color: #9933FF;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .s\00F8lv-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .silver-color-box {
  background-color: #CCCCCC;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .guld-color-box,
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .gold-color-box {
  background-color: #FFCC00;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .lyser\00F8 d-color-box {
  background-color: #c39;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .aqua-color-box {
  background-color: #0ff;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .fuchsia-color-box {
  background-color: #f0f;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .lime-color-box {
  background-color: #bfff00;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .maroon-color-box {
  background-color: maroon;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .navy-color-box {
  background-color: navy;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .olive-color-box {
  background-color: olive;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .teal-color-box {
  background-color: teal;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .pink-color-box {
  background-color: #c39;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .blond-color-box {
  background-color: #FBF6D9;
}
.plp-filters-section .pfs-body .pfs-row .pfs-level-1 .color-swatch-panel .multicolor-color-box {
  background: transparent url('/assets/lister-page/multicolor.png') no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.plp-filters-section .pfs-body .pfs-row input[type="checkbox"] {
  margin-right: 5px;
}
.plp-filters-section .pfs-body .pfs-row label {
  font-weight: normal;
  width: 100%;
  cursor: pointer;
}
.disabled_scrolling {
  height: 100%;
  overflow: hidden;
}
.disabled_scrolling body {
  height: 100%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .disabled_scrolling .plp-filters-wrapper {
    display: block;
  }
}
@media (max-width: 767px) {
  .plp-filters-wrapper {
    display: none;
    position: fixed;
    top: 0px;
    background: #f5f5f5;
    z-index: 1000;
    margin-top: 0;
    width: 80% !important;
    right: -80%;
    overflow-y: scroll;
    height: 100%;
    moz-transition: right 0.2s ease-out;
    -webkit-transition: right 0.2s ease-out;
    transition: right right 0.2s ease-out;
  }
}
@media (max-width: 767px) {
  .plp-filters-wrapper .static_mobile {
    position: static !important;
  }
}
.disabled_scrolling .plp-filters-wrapper.active {
  moz-transition: right 0.2s ease-out;
  -webkit-transition: right 0.2s ease-out;
  transition: right right 0.2s ease-out;
  right: -2%;
}
.pfw-guts {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
.pfs-section-title {
  font-family: 'chevin_probold';
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  padding: 10px 20px 10px 0;
  font-size: 14px;
  color: #333333;
  position: relative;
  word-break: break-word;
  overflow-wrap: break-word;
}
.pfs-section-title.no-sublist {
  padding: 0 9px;
}
.pfs-section-title.no-sublist a {
  color: #333333;
}
.pfs-section-title.no-sublist a:hover {
  color: #002d5a;
  font-weight: bold;
}
.pfs-section-title.no-sublist a:hover:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 0;
  font-weight: bold;
  font-family: 'icomoon';
  content: "\e60a";
  color: #002d5a;
}
.pfs-section-title.collapsed {
  border-bottom: 0;
}
.pfs-section-title.collapsed:before {
  content: "\e60b";
}
.pfs-section-title:before {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 10px;
  right: 0px;
  font-family: 'icomoon';
  content: "\e60c";
}
.pfs-level-1 .facet-item {
  padding-left: 9px;
}
.pfs-level-1 .facet-item .facet-checkbox {
  padding-top: 9px;
}
.pfs-level-1 a {
  padding: 8px 0;
  color: #333333;
}
.pfs-level-1 a:hover {
  font-weight: bold;
  color: #002d5a;
}
.pfs-level-1 a:hover:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  font-weight: bold;
  font-family: 'icomoon';
  content: "\e60a";
  color: #002d5a;
}
.pfs-level-2 {
  padding-bottom: 0 ! important;
  border-bottom-width: 0 ! important;
}
.pfs-level-2 .facet-value {
  padding-left: 9px;
}
.pfs-level-2 a {
  padding: 8px 0;
  color: #333333;
}
.pfs-level-2 a:hover {
  font-weight: bold;
  color: #002d5a;
}
.pfs-level-2 a:hover:before {
  position: absolute;
  width: 20px;
  height: 20px;
  right: 20px;
  font-weight: bold;
  font-family: 'icomoon';
  content: "\e60a";
  color: #002d5a;
}
.pfs-level-2 > div:first-child {
  padding-top: 0;
}
.pfs-level-2 > div:last-child {
  border-bottom: 0;
}
.pfs-level-2 + .pfs-show-more em {
  display: inline;
}
.pfs-level-2 + .pfs-show-more span {
  display: none;
}
.pfs-level-2.collapse + .pfs-show-more span {
  display: inline;
}
.pfs-level-2.collapse + .pfs-show-more em {
  display: none;
}
.pfs-level-2 + .pfs-show-more span {
  display: none;
}
.pfs-level-2 + .pfs-show-more em {
  display: inline;
}
.pfs-level-2.collapse + .pfs-show-more span {
  display: inline;
}
.pfs-level-2.collapse + .pfs-show-more em {
  display: none;
}
.pfsh-actions {
  float: right;
}
.pfs-show-more {
  padding-right: 20px;
  padding-top: 10px;
  color: #002d5a;
  cursor: pointer;
  display: inline-block;
}
.pfs-show-more:hover {
  color: #006dda;
}
.pfs-show-more:hover:after {
  color: #006dda;
}
.pfs-show-more:after {
  content: "\e60c";
  font-family: 'icomoon';
}
.pfs-show-more.collapsed:after {
  content: "\e60b";
}
.pfs-show-more em {
  font-style: normal;
}
.mobile-filters-trigger:hover {
  color: black;
}
.mobile-filters-trigger:focus {
  color: black;
}
#price-slider .noUi-connect {
  background-color: #002d5a;
}
#price-slider #slider-values {
  padding-top: 15px;
}
#price-slider #slider-values #slider-snap-value-upper {
  float: right;
}
@media (max-width: 767px) {
  .search-pagination {
    margin-top: 15px;
  }
}
.search-pagination .pagination {
  margin: 0;
}
#mobile-search-pager {
  margin-top: -24px;
}
.pdp-main-wrapper.plp {
  padding: 30px;
}
@media (max-width: 767px) {
  .pdp-main-wrapper.plp {
    padding: 15px;
  }
}
.bilka_product_fragment {
  width: 100%;
  float: left;
}
@media (max-width: 767px) {
  .bilka_product_fragment {
    height: initial !important;
    min-height: initial !important;
  }
}
.bilka_product_fragment .pf_image {
  border: 1px solid #f5f5f5;
  margin-bottom: 5px;
  position: relative;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .bilka_product_fragment .pf_image {
    width: 30%;
    float: left;
  }
}
.bilka_product_fragment .pf_image .dummy {
  padding-top: 100%;
}
.bilka_product_fragment .pf_image a {
  bottom: 0;
  font: 0px/0 a;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.bilka_product_fragment .pf_image a:before {
  content: " ";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.bilka_product_fragment .pf_image .pf_media {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
  margin: auto;
}
.bilka_product_fragment .pf_title {
  padding-bottom: 5px;
  font-family: 'chevin_probold';
  font-weight: normal;
}
.bilka_product_fragment .pf_title a {
  color: #333333;
  text-decoration: none;
}
.bilka_product_fragment .pf_title a:hover {
  text-decoration: none;
}
.bilka_product_fragment span,
.bilka_product_fragment em,
.bilka_product_fragment i {
  display: block;
  font-style: normal;
}
.bilka_product_fragment span > p {
  margin: 0;
}
.bilka_product_fragment i {
  font-style: italic;
}
.bilka_product_fragment .pf_data {
  padding: 0;
}
@media (max-width: 767px) {
  .bilka_product_fragment .pf_data {
    float: left;
    width: 70%;
    padding-left: 15px;
  }
}
.bilka_product_fragment .pf_data span.price {
  color: #002d5a;
  display: inline-block;
  font-family: 'chevin_probold';
  font-weight: normal;
  margin-bottom: 5px;
}
.bilka_product_fragment .pf_data em {
  text-decoration: line-through;
  display: inline;
}
.bilka_product_fragment .promoImage {
  position: absolute;
  right: 0;
  top: 0;
}
.bilka_product_fragment {
  overflow: hidden;
  height: 302px;
  margin-bottom: 30px;
}
.shop-picker {
  border: 1px solid #c5c5c5;
  margin: 0 0 0 5px;
}
.shop-picker .alert {
  margin-bottom: 0;
  border-radius: 0;
}
.shop-picker .shop-list {
  padding: 0;
}
.shop-picker .shop-map {
  padding: 0;
}
.shop-picker .shop-list .shop-list-item {
  border-bottom: 1px solid #c5c5c5;
  width: 100%;
  float: left;
  height: 100%;
  margin: 0px;
  padding-top: 10px;
  padding-bottom: 0;
  position: relative;
}
.shop-picker .shop-list .shop-list-item .text-danger {
  padding: 0 10px;
}
.shop-picker .shop-list .shop-list-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}
.shop-list .shop-list-item .shop-input span {
  font-weight: bold;
  color: red;
}
.shop-picker .shop-list .shop-list-item.alter {
  background-color: #f5f5f5;
}
.shop-picker .shop-list .shop-list-item.available .overlay {
  display: none;
}
.shop-picker .shop-list .shop-list-item .shop-detail {
  width: 219px;
  float: left;
}
.shop-picker .shop-list .shop-list-item.available .shop-input {
  padding: 28px 7px;
}
.shop-picker .shop-list .shop-list-item .shop-input {
  float: left;
  text-align: center;
  padding: 21px 7px;
}
.shop-picker .shop-list .shop-list-item .shop-marker {
  float: left;
  width: 30px;
  height: 80px;
  background-image: url("/_ui/desktop/common/images/swipbox-map-markers.png");
  background-repeat: no-repeat;
}
.shop-picker .shop-list .shop-list-item .address {
  padding-right: 0;
}
.shop-picker .shop-list .shop-list-item .address span {
  display: block;
}
.shop-picker .shop-list .shop-list-item .title {
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}
@media (max-width: 767px) {
  .shop-picker {
    margin-right: 5px;
  }
  .shop-picker .shop-list .shop-search-form {
    padding: 7px !important;
  }
  .shop-picker .shop-list .shop-list-item {
    padding-left: 5px;
  }
  .shop-picker .shop-list .shop-list-item .available .shop-input {
    padding-right: 0 !important;
  }
  .shop-picker .shop-list .shop-list-item .address {
    padding-bottom: 5px;
  }
  .shop-picker .shop-list .shop-list-item .shop-input {
    padding: 15px 0 !important;
  }
  .shop-picker .shop-list .shop-list-item .shop-hours {
    padding-right: 0;
  }
  .shop-picker .shop-list .shop-list-scroll .scrollbar,
  .shop-picker .shop-list .shop-list-scroll .viewport {
    height: 120px !important;
  }
}
.shop-picker .shop-list .shop-list-item .shop-hours span.time,
.shop-picker .shop-list .shop-list-item .shop-hours span.day {
  display: inline-block;
}
.shop-picker .shop-list .shop-list-item .shop-hours span.time {
  text-align: right;
}
.shop-picker .shop-list .shop-search-form {
  padding: 20px;
  float: left;
  background-color: #f5f5f5;
  width: 100%;
}
.shop-picker .map-canvas {
  height: 433px;
}
.shop-list-scroll {
  clear: both;
}
.shop-list-scroll .viewport {
  height: 363px;
  overflow: hidden;
  position: relative;
  /*max-width: 453px;*/
}
.shop-list-scroll .overview {
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.shop-list-scroll .overview p.swipbox-no-available {
  margin: 0 20px !important;
}
.shop-list-scroll .overview h3.swipbox-no-available {
  margin: 20px;
}
.shop-list-scroll .thumb .end,
.shop-list-scroll .thumb {
  background-color: #003D5D;
}
.shop-list-scroll .scrollbar {
  position: relative;
  float: right;
  width: 15px;
}
.shop-list-scroll .track {
  background-color: #D8EEFD;
  height: 100%;
  width: 13px;
  position: relative;
  padding: 0 1px;
}
.shop-list-scroll .thumb {
  height: 20px;
  width: 13px;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.shop-list-scroll .thumb .end {
  overflow: hidden;
  height: 5px;
  width: 13px;
}
.shop-list-scroll .disable {
  display: none;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
.hidden {
  display: none !important;
}
.col-grey {
  color: #444444;
}
.jobs-container {
  float: left;
  width: 100%;
  background: white;
  margin: 0 0 20px;
  padding: 15px;
}
.jobs-container .bilka_main_heading {
  padding: 15px;
}
@media (max-width: 767px) {
  .jobs-container .bilka_main_heading {
    padding: 15px 0;
  }
}
.jobs-container .row.sorting-pagination {
  margin: 0;
}
.jobs-container .row.sorting-pagination .sorting-wrapper {
  padding: 0 10px;
}
.jobs-container .row.sorting-pagination select {
  margin-right: 10px;
  margin-top: 10px;
}
.jobs-container .jobs-element {
  border-top: 1px solid #f5f5f5;
  width: 100%;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .jobs-container .jobs-element {
    padding: 0;
  }
}
.jobs-container .jobs-element .heading {
  padding-bottom: 15px;
  position: relative;
}
.jobs-container .jobs-element .heading h3 a {
  border-bottom: 1px dotted #002d5a;
  font-size: 16px;
}
.jobs-container .jobs-element .heading h3 a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  .jobs-container .jobs-element .heading h3 {
    width: 75%;
    word-wrap: break-word;
  }
}
.jobs-container .jobs-element .heading .store-logo {
  position: absolute;
  top: 0;
  right: 0;
}
.jobs-container .jobs-element .heading sub {
  font-size: 11px;
}
.jobs-container .jobs-element .heading img {
  width: 60px;
}
.back_button {
  text-decoration: none;
  color: #000000;
  display: inline-block;
  border: 1px solid #C1C1C1;
  margin-bottom: 15px;
  padding: 4px 15px 4px 15px;
}
@media (max-width: 767px) {
  .back_button {
    margin-left: 15px;
  }
}
.cart-page-wrapper .empty_basket {
  text-align: center;
  padding: 20px 0;
}
.cart-page-wrapper .empty_basket span {
  font-size: 18px;
  color: #333333;
  font-family: 'chevin_probold';
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
  min-height: 30px;
}
.cart-page-wrapper .empty_basket span:before {
  font-family: 'chevin_probold';
  font-weight: normal;
  font-family: 'icomoon';
  border-radius: 50%;
  margin: 0 0.4em;
  content: "!";
  color: #FFFFFF;
  background-color: #ED1C24;
  border-width: 1px;
  border-style: solid;
  border-color: #af0e14;
  padding: 0.28em 0.75em 0.39em 0.7em;
}
@media (max-width: 767px) {
  .cart-page-wrapper .empty_basket span:before {
    padding: 0.14em 0.58em 0.29em 0.59em;
  }
}
.cart-page-wrapper .btn-primary .icon-right_arrow {
  padding-left: 7px;
  margin-right: -8px;
  vertical-align: middle;
}
.cart-page-wrapper .btn-secondary {
  line-height: 10px;
  color: #333333;
  background-color: #dbdbdb;
  border: 1px solid #dbdbdb;
  outline: none;
}
.cart-page-wrapper .basket_main_content .cartHeader {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .cart-page-wrapper .basket_main_content .cartHeader {
    padding-bottom: 10px;
    border-bottom: 1px solid #C1C1C1;
  }
}
@media (min-width: 768px) {
  .cart-page-wrapper .basket_main_content .cartHeader {
    padding-bottom: 10px;
  }
}
.cart-page-wrapper .basket_main_content .cartHeader .col-xs-12 {
  padding-left: 15px !important;
}
.cart-page-wrapper .basket_main_content .cart-product-headers {
  border-bottom: 1px solid #C1C1C1;
}
.cart-page-wrapper .basket_main_content .cart-item {
  border-bottom: 1px solid #e4e4e4;
  padding: 0 0 10px 0;
}
.cart-page-wrapper .basket_main_content .cart-item:last-child {
  border-bottom: 0;
}
.cart-page-wrapper .basket_main_content .cart-item .bilka_product_name {
  position: relative;
}
.cart-page-wrapper .basket_main_content .cart-item .productName {
  padding-bottom: 10px;
}
.cart-page-wrapper .basket_main_content .cart-item .productName a {
  color: black;
}
.cart-page-wrapper .basket_main_content .cart-item .updateProduct {
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct {
    position: relative;
  }
}
.cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity .price-per-unit {
  font-style: normal;
  min-width: 120px;
  display: inline-block;
}
@media (max-width: 767px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity .price-per-unit {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity span {
    display: none;
  }
}
.cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity input {
  width: 30px;
  margin-left: 5px;
  margin-right: 10px;
  text-align: center;
  border: 1px solid #C1C1C1;
  padding: 0px;
  height: 24px;
  border-radius: 0;
  -moz-appearance: textfield;
}
@media screen and (max-width: 991px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity input {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity input {
    margin-left: 0;
    margin-right: 5px;
  }
}
.cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity input::-webkit-outer-spin-button,
.cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity .unit-text {
  display: inline-block;
  min-width: 90px;
}
@media (max-width: 991px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct .quantity .unit-text {
    display: none;
  }
}
.cart-page-wrapper .basket_main_content .cart-item .updateProduct .price-with-unit {
  vertical-align: initial;
}
@media (min-width: 991px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct .price-with-unit {
    display: none;
  }
}
@media (max-width: 991px) {
  .cart-page-wrapper .basket_main_content .cart-item .updateProduct .price-with-unit {
    display: inline-block !important;
  }
}
.cart-page-wrapper .basket_main_content .cart-item .updateProduct .total-quantity {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cart-page-wrapper .basket_main_content .cart-item .sale-text {
    padding-bottom: 10px;
  }
}
.cart-page-wrapper .basket_main_content .cart-item .sale-text ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.cart-page-wrapper .basket_main_content .cart-item .sale-text ul li {
  margin-bottom: 4px;
}
.cart-page-wrapper .basket_main_content .cart-item .delivery img {
  height: 17px;
}
.cart-page-wrapper .basket_main_content .cart-item .delivery img:first-child {
  height: initial;
}
.cart-page-wrapper .basket_main_content .cart-item .delivery_mobile {
  width: 100%;
  float: left;
  margin: 0;
}
@media (min-width: 768px) {
  .cart-page-wrapper .basket_main_content .cart-item .delivery_mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  .cart-page-wrapper .basket_main_content .cart-item .delivery_desk {
    display: none !important;
  }
}
.cart-page-wrapper .remove_button {
  top: 0;
  display: inline-flex;
  background: #c5c5c5;
  border: 1px solid #C1C1C1;
  padding: 6px 11px !important;
  font-size: 11px;
  margin-left: 10px;
}
.cart-page-wrapper .remove_button:hover {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 767px) {
  .cart-page-wrapper .remove_button {
    margin-right: 60px;
    top: -5px;
    right: 0;
  }
}
@media (max-width: 991px) {
  .cart-page-wrapper .remove_button {
    margin-right: 10px;
  }
}
@media screen and (max-width: 991px) {
  .cart-page-wrapper .remove_button {
    height: 40px;
  }
}
.cart-page-wrapper .bilka_basket_price {
  font-size: 16px;
  padding-right: 10px;
}
.cart-page-wrapper .bilka_basket_price em {
  text-decoration: line-through;
}
.cart-page-wrapper .potentialPromo,
.cart-page-wrapper .appliedPromo {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .cart-page-wrapper .potentialPromo,
  .cart-page-wrapper .appliedPromo {
    padding: 0px 30px 0px 30px;
  }
}
.cart-page-wrapper .discountCode em {
  font-style: normal;
  color: #000000;
}
@media (max-width: 767px) {
  .cart-page-wrapper .discountCode em {
    display: block;
    padding-top: 2px;
  }
}
.cart-page-wrapper .discountCode span {
  padding: 0;
}
.cart-page-wrapper .discountCode span.button {
  float: right;
  text-align: right;
}
.cart-page-wrapper .discountCode .dc_gutter {
  float: left;
  width: 100%;
  clear: both;
  display: table-row;
}
@media (max-width: 767px) {
  .cart-page-wrapper .discountCode .dc_gutter {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .cart-page-wrapper .discountCode .dc_gutter span {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cart-page-wrapper .discountCode .dc_gutter {
    padding-right: 5px;
  }
}
.cart-page-wrapper .bilka_basket_promotion_price {
  font-size: 16px;
  float: right;
}
@media (max-width: 767px) {
  .cart-page-wrapper .bilka_basket_promotion_price {
    float: none;
    text-align: right;
    font-size: 12.6px;
  }
}
.cart-page-wrapper .bilka_basket_promotion_price em {
  font-weight: normal;
}
.cart-page-wrapper .totals {
  margin: 0;
  background-color: #f5f5f5;
  border: none;
  border-radius: 0;
  padding-top: 10px;
}
.cart-page-wrapper .totals li {
  list-style-type: none;
}
.cart-page-wrapper .totals ul {
  padding-left: 0;
}
.cart-page-wrapper .totals .numbers {
  padding-left: 0;
}
.cart-page-wrapper .totals.row,
.cart-page-wrapper .totals .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .cart-page-wrapper .totals .panel-body {
    padding-right: 8px;
  }
}
.cart-page-wrapper .basket_totals {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .cart-page-wrapper .basket_totals .bilka_basket_price {
    padding-right: 35px;
  }
}
@media (min-width: 768px) {
  .cart-page-wrapper .basket_totals .bilka_basket_price {
    padding-right: 23px;
  }
}
.cart-page-wrapper .basket_totals .panel-body {
  padding-right: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cart-page-wrapper .coupon_trigger {
  cursor: pointer;
}
.cart-page-wrapper .basket_coupon_form {
  margin: 5px 0;
}
.cart-page-wrapper .basket_coupon_form input[type="text"] {
  width: 70%;
  float: left;
  height: 34px;
  border-right: 0;
  font-size: 100%;
}
.cart-page-wrapper .basket_coupon_form button {
  width: 30%;
  float: left;
  border: 0;
  height: 34px;
  padding: 0;
}
.cart-page-wrapper .employeeID {
  padding: 0 15px 15px 15px;
}
.cart-page-wrapper .dc_gutter {
  padding: 15px 0;
  border-top: 1px solid #c5c5c5;
  position: relative;
}
@media (max-width: 767px) {
  .cart-page-wrapper .bottom_button a {
    margin-right: 25px;
  }
}
.address-page-panel .btn-primary .icon-right_arrow {
  padding-left: 7px;
  margin-right: -8px;
  vertical-align: middle;
}
#address-page-login-form .address-page-password-reset {
  margin-top: 15px;
  color: #002d5a;
}
#addressPageData .help-block em {
  color: #737373;
}
.others {
  color: black;
}
@media (min-width: 992px) {
  body {
    background-image: url('/assets/foetex/images/foetex_wood_bg.jpg');
    background-position: top center;
    background-repeat: repeat;
  }
  .container {
    background-color: #F5F5F5;
  }
}
body,
input,
button,
select {
  letter-spacing: 0.01667em;
}
.nav .dropdown .category-title {
  font-size: 14px;
}
.forsideheading {
  font-size: 30px;
}
div#site-wrapper.category-code-vin h1,
div#site-wrapper.category-code-vin .pf_data span.price {
  color: #5f2133;
}
div#site-wrapper.category-code-for-de-smaa h1,
div#site-wrapper.category-code-for-de-smaa .pf_data span.price {
  color: #8acbbf;
}
.pdp-main-wrapper > h1 {
  font-size: 27px;
}
.pdp-main-wrapper > h2 {
  font-size: 23px;
}
.pdp-main-wrapper > h3 {
  font-size: 20px;
}
.pdp-main-wrapper > strong {
  font-size: 27px;
}
footer {
  display: block;
  background-color: #002d5a;
}
footer.row {
  margin: 0 -15px !important;
  padding-top: 15px;
}
footer.checkout-footer {
  padding-top: 0px;
}
footer hr {
  border-top: none;
}
footer .panel.panel-default {
  border-color: #FFFFFF;
}
footer .panel strong {
  color: #FFFFFF;
}
footer .panel hr {
  border-top: none;
}
@media (max-width: 767px) {
  footer .panel .panel-body {
    margin: 0 -15px;
  }
}
footer .panel .panel-body table {
  color: #FFFFFF;
}
footer .panel .panel-body table td {
  padding-left: 15px;
}
footer .panel .panel-body ul {
  padding: 0;
}
@media (max-width: 767px) {
  footer .panel .panel-body ul {
    margin-bottom: -4px;
  }
}
footer .panel .panel-body ul li a {
  color: #FFFFFF;
}
@media (max-width: 767px) {
  footer .panel .panel-body ul li a {
    padding: 0 15px;
  }
}
footer .panel .panel-body ul li a:hover {
  text-decoration: underline;
  color: #FFFFFF;
  cursor: hand;
}
@media (max-width: 767px) {
  footer .panel .panel-body ul li {
    border-bottom: 1px solid #FFFFFF;
  }
}
#login-modal .iposen-login-link {
  position: absolute;
  padding: 6px 6px 6px 0px;
  border: 1px solid transparent;
  visibility: visible;
}
.iposen-login-link {
  visibility: hidden;
}
@media screen and (min-width: 768px) {
  .bilka-icon-font {
    font-size: 28px!important;
    padding-left: 5px!important;
  }
}
.bilka-icon-font .icon-bilka_dk_logo {
  font-size: inherit;
  line-height: normal;
}
@media (max-width: 767px) {
  .bilka-icon-font .icon-bilka_dk_logo {
    padding-right: 0!important;
    font-size: 16px!important;
    margin-left: -10px !important;
  }
}
.icon-bilka_dk_logo:before {
  color: #FFFFFF;
  font-size: 22px;
  background: none #002d5a;
  border-top-left-radius: 27% 36%;
  border-top-right-radius: 27% 36%;
  border-bottom-left-radius: 27% 36%;
  border-bottom-right-radius: 27% 36%;
  padding: 16px 9px 20px 8px;
}
.icon-bilka_dk_logo:before:hover {
  text-decoration: none;
  color: #FFFFFF;
}
@media (max-width: 991px) {
  .icon-bilka_dk_logo:before {
    font-size: 22px;
    padding: 16px 9px 20px 8px;
  }
}
@media (max-width: 767px) {
  .icon-bilka_dk_logo:before {
    font-size: 11px;
    padding: 8px 4.5px 10px 4px;
  }
}
.header-class {
  margin-bottom: -15px !important;
}
@media (min-width: 768px) {
  .header-class {
    margin-bottom: 0 !important;
  }
}
.header-class .icon-bilka_dk_logo {
  font-size: 20px !important;
}
footer .e-market-wrapper {
  background-color: #f5f5f5;
  padding-top: 10px;
}
.e-market-wrapper .e-market-ico {
  height: 20px;
}
.e-market-wrapper .e-market {
  color: #000000;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  display: block;
}
.e-market-wrapper .e-market:hover {
  text-decoration: none;
  color: #000000;
}
@media (max-width: 767px) {
  .e-market-wrapper .e-market {
    margin-top: 0;
    width: 280px;
  }
}
.e-market-wrapper .e-market .e-market-ico {
  width: 49px;
  height: 51px;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.e-market-wrapper .e-market ul li span {
  color: #27ef0c;
  margin-right: 6px;
}
.gigya-input-checkbox {
  outline: none !important;
  position: absolute;
  top: 0;
  cursor: pointer;
}
.gigya-label {
  font-weight: normal;
  top: 0;
  margin-bottom: 1rem;
}
.gigya-label:first-letter {
  margin-left: 23px;
}
.gigya-composite-control-checkbox {
  position: relative;
}
.responsive.with-divider {
  display: none;
}
.gigya-input-submit {
  background-color: #002d5a;
  padding: 0.8rem 2rem;
  color: #ffffff;
  font-weight: bold;
  border: 1px solid transparent;
}
.gigya-input-submit:hover {
  border-color: #000203;
}
.gigya-input-text {
  margin-bottom: 1rem;
  border: 1px solid #c1c1c1;
  padding: 0.5rem;
  width: 100%;
  max-width: 30rem;
}
