@charset "UTF-8";
/*************************************************One file to rule them all,********************************************
****************************************************one file to find them,**********************************************
*************************************************one file to bring them all,********************************************
**********************************************and in the sass way merge them.******************************************/
/*
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import "DOMESTAV/vendors/uniform/uniform.css";
@import "DOMESTAV/vendors/soMegaMenu/wide-grid.css";
@import "DOMESTAV/vendors/owlCarousel/owl.carousel.min.css";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/* Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
  src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "";
}

.glyphicon-music:before {
  content: "";
}

.glyphicon-search:before {
  content: "";
}

.glyphicon-heart:before {
  content: "";
}

.glyphicon-star:before {
  content: "";
}

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

.glyphicon-user:before {
  content: "";
}

.glyphicon-film:before {
  content: "";
}

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

.glyphicon-th:before {
  content: "";
}

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

.glyphicon-ok:before {
  content: "";
}

.glyphicon-remove:before {
  content: "";
}

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

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

.glyphicon-off:before {
  content: "";
}

.glyphicon-signal:before {
  content: "";
}

.glyphicon-cog:before {
  content: "";
}

.glyphicon-trash:before {
  content: "";
}

.glyphicon-home:before {
  content: "";
}

.glyphicon-file:before {
  content: "";
}

.glyphicon-time:before {
  content: "";
}

.glyphicon-road:before {
  content: "";
}

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

.glyphicon-download:before {
  content: "";
}

.glyphicon-upload:before {
  content: "";
}

.glyphicon-inbox:before {
  content: "";
}

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

.glyphicon-repeat:before {
  content: "";
}

.glyphicon-refresh:before {
  content: "";
}

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

.glyphicon-lock:before {
  content: "";
}

.glyphicon-flag:before {
  content: "";
}

.glyphicon-headphones:before {
  content: "";
}

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

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

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

.glyphicon-qrcode:before {
  content: "";
}

.glyphicon-barcode:before {
  content: "";
}

.glyphicon-tag:before {
  content: "";
}

.glyphicon-tags:before {
  content: "";
}

.glyphicon-book:before {
  content: "";
}

.glyphicon-bookmark:before {
  content: "";
}

.glyphicon-print:before {
  content: "";
}

.glyphicon-camera:before {
  content: "";
}

.glyphicon-font:before {
  content: "";
}

.glyphicon-bold:before {
  content: "";
}

.glyphicon-italic:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-list:before {
  content: "";
}

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

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

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

.glyphicon-picture:before {
  content: "";
}

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

.glyphicon-adjust:before {
  content: "";
}

.glyphicon-tint:before {
  content: "";
}

.glyphicon-edit:before {
  content: "";
}

.glyphicon-share:before {
  content: "";
}

.glyphicon-check:before {
  content: "";
}

.glyphicon-move:before {
  content: "";
}

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

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

.glyphicon-backward:before {
  content: "";
}

.glyphicon-play:before {
  content: "";
}

.glyphicon-pause:before {
  content: "";
}

.glyphicon-stop:before {
  content: "";
}

.glyphicon-forward:before {
  content: "";
}

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

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

.glyphicon-eject:before {
  content: "";
}

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

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

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

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

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

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

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

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

.glyphicon-screenshot:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-gift:before {
  content: "";
}

.glyphicon-leaf:before {
  content: "";
}

.glyphicon-fire:before {
  content: "";
}

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

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

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

.glyphicon-plane:before {
  content: "";
}

.glyphicon-calendar:before {
  content: "";
}

.glyphicon-random:before {
  content: "";
}

.glyphicon-comment:before {
  content: "";
}

.glyphicon-magnet:before {
  content: "";
}

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

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

.glyphicon-retweet:before {
  content: "";
}

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

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

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

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

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

.glyphicon-hdd:before {
  content: "";
}

.glyphicon-bullhorn:before {
  content: "";
}

.glyphicon-bell:before {
  content: "";
}

.glyphicon-certificate:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.glyphicon-globe:before {
  content: "";
}

.glyphicon-wrench:before {
  content: "";
}

.glyphicon-tasks:before {
  content: "";
}

.glyphicon-filter:before {
  content: "";
}

.glyphicon-briefcase:before {
  content: "";
}

.glyphicon-fullscreen:before {
  content: "";
}

.glyphicon-dashboard:before {
  content: "";
}

.glyphicon-paperclip:before {
  content: "";
}

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

.glyphicon-link:before {
  content: "";
}

.glyphicon-phone:before {
  content: "";
}

.glyphicon-pushpin:before {
  content: "";
}

.glyphicon-usd:before {
  content: "";
}

.glyphicon-gbp:before {
  content: "";
}

.glyphicon-sort:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-unchecked:before {
  content: "";
}

.glyphicon-expand:before {
  content: "";
}

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

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

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

.glyphicon-flash:before {
  content: "";
}

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

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

.glyphicon-record:before {
  content: "";
}

.glyphicon-save:before {
  content: "";
}

.glyphicon-open:before {
  content: "";
}

.glyphicon-saved:before {
  content: "";
}

.glyphicon-import:before {
  content: "";
}

.glyphicon-export:before {
  content: "";
}

.glyphicon-send:before {
  content: "";
}

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

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

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

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

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

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

.glyphicon-transfer:before {
  content: "";
}

.glyphicon-cutlery:before {
  content: "";
}

.glyphicon-header:before {
  content: "";
}

.glyphicon-compressed:before {
  content: "";
}

.glyphicon-earphone:before {
  content: "";
}

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

.glyphicon-tower:before {
  content: "";
}

.glyphicon-stats:before {
  content: "";
}

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

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

.glyphicon-subtitles:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

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

.glyphicon-cd:before {
  content: "";
}

.glyphicon-save-file:before {
  content: "";
}

.glyphicon-open-file:before {
  content: "";
}

.glyphicon-level-up:before {
  content: "";
}

.glyphicon-copy:before {
  content: "";
}

.glyphicon-paste:before {
  content: "";
}

.glyphicon-alert:before {
  content: "";
}

.glyphicon-equalizer:before {
  content: "";
}

.glyphicon-king:before {
  content: "";
}

.glyphicon-queen:before {
  content: "";
}

.glyphicon-pawn:before {
  content: "";
}

.glyphicon-bishop:before {
  content: "";
}

.glyphicon-knight:before {
  content: "";
}

.glyphicon-baby-formula:before {
  content: "";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "";
}

.glyphicon-bed:before {
  content: "";
}

.glyphicon-apple:before {
  content: "";
}

.glyphicon-erase:before {
  content: "";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "";
}

.glyphicon-duplicate:before {
  content: "";
}

.glyphicon-piggy-bank:before {
  content: "";
}

.glyphicon-scissors:before {
  content: "";
}

.glyphicon-bitcoin:before {
  content: "";
}

.glyphicon-btc:before {
  content: "";
}

.glyphicon-xbt:before {
  content: "";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "";
}

.glyphicon-ice-lolly:before {
  content: "";
}

.glyphicon-ice-lolly-tasted:before {
  content: "";
}

.glyphicon-education:before {
  content: "";
}

.glyphicon-option-horizontal:before {
  content: "";
}

.glyphicon-option-vertical:before {
  content: "";
}

.glyphicon-menu-hamburger:before {
  content: "";
}

.glyphicon-modal-window:before {
  content: "";
}

.glyphicon-oil:before {
  content: "";
}

.glyphicon-grain:before {
  content: "";
}

.glyphicon-sunglasses:before {
  content: "";
}

.glyphicon-text-size:before {
  content: "";
}

.glyphicon-text-color:before {
  content: "";
}

.glyphicon-text-background:before {
  content: "";
}

.glyphicon-object-align-top:before {
  content: "";
}

.glyphicon-object-align-bottom:before {
  content: "";
}

.glyphicon-object-align-horizontal:before {
  content: "";
}

.glyphicon-object-align-left:before {
  content: "";
}

.glyphicon-object-align-vertical:before {
  content: "";
}

.glyphicon-object-align-right:before {
  content: "";
}

.glyphicon-triangle-right:before {
  content: "";
}

.glyphicon-triangle-left:before {
  content: "";
}

.glyphicon-triangle-bottom:before {
  content: "";
}

.glyphicon-triangle-top:before {
  content: "";
}

.glyphicon-console:before {
  content: "";
}

.glyphicon-superscript:before {
  content: "";
}

.glyphicon-subscript:before {
  content: "";
}

.glyphicon-menu-left:before {
  content: "";
}

.glyphicon-menu-right:before {
  content: "";
}

.glyphicon-menu-down:before {
  content: "";
}

.glyphicon-menu-up:before {
  content: "";
}

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

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

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

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

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

a {
  color: #337ab7;
  text-decoration: none;
}
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role=button] {
  cursor: pointer;
}

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px;
}

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

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

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

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

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

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

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

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

.text-danger {
  color: #a94442;
}

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

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

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

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

.initialism {
  font-size: 90%;
}

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

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

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

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

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

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

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

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

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

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
.input-group-sm > .input-group-btn > input[type=date].btn, .input-group-sm input[type=date],
input[type=time].input-sm,
.input-group-sm > .input-group-btn > input[type=time].btn,
.input-group-sm input[type=time],
input[type=datetime-local].input-sm,
.input-group-sm > .input-group-btn > input[type=datetime-local].btn,
.input-group-sm input[type=datetime-local],
input[type=month].input-sm,
.input-group-sm > .input-group-btn > input[type=month].btn,
.input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
.input-group-lg > .input-group-btn > input[type=date].btn, .input-group-lg input[type=date],
input[type=time].input-lg,
.input-group-lg > .input-group-btn > input[type=time].btn,
.input-group-lg input[type=time],
input[type=datetime-local].input-lg,
.input-group-lg > .input-group-btn > input[type=datetime-local].btn,
.input-group-lg input[type=datetime-local],
input[type=month].input-lg,
.input-group-lg > .input-group-btn > input[type=month].btn,
.input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

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

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

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

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

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

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

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

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

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

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

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

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

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

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

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
.form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

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

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

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

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.dropup,
.dropdown {
  position: relative;
}

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

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  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: #337ab7;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav: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: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}

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

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

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

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

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

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

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

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

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

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

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

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

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

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

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

.navbar-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: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
.navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

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

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

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

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

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

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

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

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #337ab7;
  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: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  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: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

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

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

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  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:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

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

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #337ab7;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

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

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

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

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

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

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

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 15px;
  padding-right: 15px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

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

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

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

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-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: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

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

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

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

.media-body {
  width: 10000px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

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

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

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

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

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

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

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

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

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

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

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

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

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

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #337ab7;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

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

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

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

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

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

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
  padding: 15px;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, 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, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, 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: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

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

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

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

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

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

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

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

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

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

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

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

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

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

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

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

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

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

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

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

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

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

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

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

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

@media print {
  .hidden-print {
    display: none !important;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* MegaMenu
------------------*/
.no-gutter {
  padding: 0px;
}

#menu {
  position: relative;
  overflow: visible;
}

#menu .background-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#megaMenuToggle {
  display: none;
}

.container-megamenu,
.container-megamenu .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
  /* width: 20%;
  left: 0!important;
   float: left;*/
}

.megamenu-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eee;
  /* Old browsers */
  color: #888;
}

.megamenu-pattern {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

ul.megamenu {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.megamenu.megamenu-right {
  position: relative;
  font-weight: 600;
  z-index: 9920;
}

ul.megamenu > li {
  float: left;
  width: auto;
}

ul.megamenu > li:first-child {
  background: none;
}

ul.megamenu > li.pull-right {
  float: right;
}

ul.megamenu > li .close-menu {
  display: none;
}

/* Search */
ul.megamenu > li.search {
  background: none;
}

#top ul.megamenu > li.search .search_form, ul.megamenu > li.search .search_form {
  padding: 0px;
  margin: 8px;
}

#top ul.megamenu > li.search .search_form input, ul.megamenu > li.search .search_form input {
  height: 29px;
  min-height: 29px;
  border: none;
}

ul.megamenu > li.search .button-search2 {
  top: 6px;
  right: 8px;
}

ul.megamenu > li:first-child > a {
  border-radius: 2px 0px 0px 2px;
  -moz-border-radius: 2px 0px 0px 2px;
  -webkit-border-radius: 2px 0px 0px 2px;
}

ul.megamenu > li > a {
  display: block;
  position: relative;
  color: #000000;
  font-size: 16px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 11px 20px 9px 21px;
  height: 45px;
}

ul.megamenu > li > a strong {
  font-weight: 600;
}

ul.megamenu > li > a:hover,
ul.megamenu > li.active > a,
ul.megamenu > li.home > a,
ul.megamenu > li:hover > a {
  background-color: #ddd;
  /* Old browsers */
  color: #444;
}

ul.megamenu > li > a > .icon-home {
  display: block;
  font-size: 23px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

ul.megamenu > li > a img {
  height: 20px;
  vertical-align: middle;
}

ul.megamenu > li > a.description {
  font-size: 14px;
  padding: 10px 20px 11px 21px;
  line-height: 1;
}

ul.megamenu > li > a.description img {
  float: left;
}

ul.megamenu > li > a.description .description {
  font-size: 11px;
  opacity: 0.9;
}

ul.megamenu > li > a.description .description-left {
  float: left;
  width: auto;
}

/* Submenu */
ul.megamenu .title-submenu {
  font-weight: 400;
  font-size: 16px;
  color: #23a1d1;
  width: 100%;
  float: left;
  padding-left: 14px;
  padding-bottom: 10px;
}

ul.megamenu > li > .sub-menu {
  position: absolute;
  z-index: 9930;
  display: none;
}

.horizontal ul.megamenu > li > .sub-menu {
  max-width: 100%;
}

ul.megamenu > li.active > a span:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 12px;
  margin-left: -6px;
  display: inline-block;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  content: "";
  z-index: 30;
}

ul.megamenu > li.active > a span:after {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-top: 13px;
  margin-left: -5px;
  display: inline-block;
  /*border-right: 8px solid transparent;*/
  /*border-left: 8px solid transparent;*/
  content: "";
  z-index: 30;
}

ul.megamenu li .sub-menu .content {
  display: none;
  padding: 20px;
  background: #fff;
}

ul.megamenu .sub-menu .content > .row {
  padding-top: 20px;
}

ul.megamenu .sub-menu .content > .border {
  padding-top: 20px;
  border-bottom: 1px solid #e6e6e6;
}

ul.megamenu .sub-menu .content > .row:first-child {
  padding: 0px;
}

/* Product */
ul.megamenu li .product {
  text-align: center;
  position: relative;
  margin-bottom: -7px;
}

ul.megamenu li .product .image {
  padding: 0px;
}

ul.megamenu li .product .image img {
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

ul.megamenu li .product .name {
  padding: 7px 0px 0px 0px;
}

ul.megamenu li .product .price {
  color: #ff6b6b;
}

/* Manufacturer */
ul.manufacturer {
  list-style: none;
  margin: -10px 0px 0px 0px !important;
  padding: 0px;
  position: relative;
}

ul.manufacturer li {
  display: inline-block;
  margin: 10px 5px 0px 0px;
}

ul.manufacturer li a {
  display: block;
  font-size: 14px;
  padding: 2px 8px;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

/* Static Menu */
ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  display: block;
  font-weight: 400;
  font-size: 16px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul {
  list-style: none;
  margin: 0px;
  padding: 5px 0px;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li {
  padding-top: 7px;
}

ul.megamenu li .sub-menu .content .static-menu > .menu > ul > li:first-child {
  padding-top: 0px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul {
  padding: 5px 10px;
}

ul.megamenu li .sub-menu .content .static-menu .menu ul ul li:before {
  content: "»";
  color: #4ecdc4;
  padding-right: 6px;
}

/* Hover Menu */
ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
  display: block;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul {
  list-style: none;
  margin: 3px 0px;
  padding: 0px;
  /* position: relative; */
  /* display:inline-block; */
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
  display: none;
  width: 200px;
  padding: 20px;
  position: absolute;
  z-index: 10;
  left: 90%;
  background: #fff;
  border: 1px solid #e6e6e6;
  top: 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -11px;
  border-right-color: #e6e6e6;
  border-left-width: 0;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
  border-width: 10px;
  content: "";
  top: 20px;
  left: -10px;
  border-right-color: #fff;
  border-left-width: 0;
}

ul.megamenu li .sub-menu .content .hover-menu .menu ul ul li {
  position: relative;
}

ul.megamenu li .sub-menu .content .hover-menu a:before {
  content: "»";
  color: #4ecdc4;
  padding-right: 6px;
}

/* Heading MegaMenu */
#megaMenuToggle {
  display: none;
  cursor: pointer;
}

.megamenuToogle-wrapper {
  position: relative;
  z-index: 20;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #000000;
}

.megamenuToogle-pattern {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.megamenuToogle-wrapper .container {
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
  padding: 15px 35px 15px 15px !important;
}

.megamenuToogle-wrapper .container > div {
  float: left;
  width: 15px;
  margin: 5px 9px 0px 0px;
}

.megamenuToogle-wrapper .container > div span {
  display: block;
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #fff;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);
}

/* Megamenu vertical */
.vertical #menuHeading {
  margin: 30px 0px 0px 0px;
}

.vertical li.loadmore {
  padding: 10px 10px;
}

.vertical li.loadmore i {
  padding-left: 10px;
}

.vertical span.more-view {
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  color: #556270;
}

.vertical .megamenuToogle-wrapper {
  z-index: 3;
}

.vertical .megamenu-wrapper {
  display: block !important;
  background: #fff !important;
  border: 1px solid #e6e6e6;
  position: relative;
  z-index: 2;
  margin-top: -2px;
}

.vertical ul.megamenu > li {
  display: block;
  float: none !important;
  width: auto;
  background: none;
  border-top: 1px solid #e6e6e6;
  position: relative;
  margin: 0px -1px;
}

.vertical ul.megamenu > li.home, .vertical ul.megamenu > li.search {
  display: none;
}

.vertical ul.megamenu > li > a {
  color: #556270;
  text-shadow: none;
  background: none !important;
  height: auto !important;
  margin: 0px 1px;
}

.vertical ul.megamenu > li.active > a {
  background: #f6f6f6 !important;
}

.vertical ul.megamenu > li > a.description {
  padding: 12px 20px 12px 21px;
}

.vertical ul.megamenu > li.click:before,
.vertical ul.megamenu > li.hover:before {
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  color: #51cfc6;
  font-weight: 400;
  font-size: 14px;
  position: absolute;
  right: 0;
  z-index: 10;
  padding: 14px 15px 10px 50px;
}

/* SubMenu */
.vertical ul.megamenu > li > .sub-menu {
  left: 100%;
  padding-top: 0px;
  top: 0;
}

.megamenu .label {
  background: #d5375f none repeat scroll 0 0;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  padding: 0 5px;
  position: absolute;
  text-transform: none;
  top: 0;
}

.fa-angle-right {
  margin-right: 0px;
  float: right;
}

.megamenu i {
  padding-right: 12px;
}

/* Responsive
------------------*/
@media (max-width: 991px) {
  /* MegaMenu Vertical */
  .navbar-header .navbar-toggle {
    display: block;
  }

  .responsive .vertical #menuHeading {
    margin: 20px 0px 0px 0px;
  }

  .responsive .vertical ul.megamenu > li > .sub-menu {
    left: 0;
    top: auto;
    width: 100% !important;
  }

  .responsive .vertical ul.megamenu > li > .sub-menu > .content {
    margin-left: 0px;
  }

  .responsive .vertical ul.megamenu > li.active > a span:after {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-top: 13px;
    margin-left: -5px;
    display: inline-block;
    border-width: 0px;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    content: "";
    z-index: 30;
  }

  /* Submenu */
  ul.megamenu li .sub-menu .content {
    border: none;
    border-radius: none;
    box-shadow: none;
  }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: block !important;
    margin: 5px 10px;
    width: auto;
    padding: 0px;
    position: static;
    left: 0;
    background: none;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    display: none;
  }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    display: none;
  }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: 16px;
  }

  .responsive .vertical ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
    display: none;
  }

  .responsive .vertical .visible {
    padding: 5px 0px 5px 0px !important;
  }

  .responsive .vertical .visible > div {
    margin: 0px !important;
    border: none !important;
    padding: 0px !important;
    padding-left: 20px !important;
  }

  /* MegaMenu Submenu */
  .responsive ul.megamenu .sub-menu .content .border {
    display: none;
  }

  .responsive ul.megamenu .sub-menu .content .row {
    margin: 0px -20px;
  }

  .responsive ul.megamenu .sub-menu .content .row > div {
    margin-top: 20px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .responsive ul.megamenu .sub-menu .content .row:first-child > div:first-child {
    margin-top: 0px;
    border-top: none;
    padding-top: 0px;
  }
}
@media (max-width: 1172px) {
  .responsive #megaMenuToggle {
    display: block;
  }

  .responsive ul.megamenu > li {
    display: block;
    float: none !important;
    width: auto;
    background: none;
    border-top: 1px solid #e6e6e6;
    position: relative;
    margin: 0px -1px;
  }

  .responsive ul.megamenu > li.home, ul.megamenu > li.search, .fa-angle-right, .caret {
    display: none;
  }

  .responsive ul.megamenu > li > a {
    color: #556270;
    text-shadow: none;
    background: none !important;
    margin: 0px 1px;
    height: auto;
  }

  .responsive ul.megamenu > li.active > a {
    /*background: #f6f6f6 !important;*/
  }

  .responsive ul.megamenu > li.click:before,
.responsive ul.megamenu > li.hover:before {
    content: "";
    font-family: FontAwesome;
    color: #51cfc6;
    font-weight: 400;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
    padding: 13px 17px 10px 50px;
  }

  .responsive ul.megamenu > li.active .close-menu {
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 1px;
    width: 85px;
    height: 100%;
    padding: 12px 0px 0px 40px;
    background: #f6f6f6;
    text-align: center;
    cursor: pointer;
  }

  .responsive ul.megamenu > li.active .close-menu:before {
    content: "";
    font-family: FontAwesome;
    color: #51cfc6;
    font-weight: 400;
    font-size: 18px;
  }

  /* Submenu */
  .responsive .horizontal ul.megamenu > li > .sub-menu {
    width: 100% !important;
  }

  /* Hover Menu */
  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul {
    display: block !important;
    margin: 5px 10px;
    width: auto;
    padding: 0px;
    position: static;
    left: 0;
    background: none;
    border: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
  }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:before {
    display: none;
  }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu .menu ul ul:after {
    display: none;
  }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu {
    font-size: 16px;
  }

  .responsive .horizontal ul.megamenu li .sub-menu .content .hover-menu a.main-menu:before {
    display: none;
  }

  .responsive .horizontal .visible {
    padding: 5px 0px 5px 0px !important;
  }

  .responsive .horizontal .visible > div {
    margin: 0px !important;
    border: none !important;
    padding: 0px 0px 0px 10px !important;
  }
}
@media (min-width: 961px) {
  .megamenu-wrapper {
    display: block !important;
  }
}
@media (max-width: 1172px) {
  .megamenu .label {
    display: none;
  }

  .megamenu-right.navbar-right {
    float: none !important;
  }

  ul.megamenu > li > .sub-menu {
    position: relative;
  }

  .megamenu-wrapper {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    bottom: 0px;
    width: 280px;
    padding: 10px;
    z-index: 9999;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-height: 700px;
    border: 1px solid #e6e6e6;
  }

  .vertical-wrapper {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    bottom: 0px;
    width: 280px;
    padding: 10px;
    z-index: 9997;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transform: translate3d(-280px, 0, 0);
    transform: translate3d(-280px, 0, 0);
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-height: 700px;
    border: 1px solid #e6e6e6;
  }

  .vertical #menuHeading {
    display: none;
  }
}
.so-megamenu-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#remove-megamenu {
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  display: none;
  text-align: right;
}

.so-megamenu-active #remove-megamenu {
  display: block;
}

.so-vertical-active {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#remove-verticalmenu {
  padding: 10px;
  z-index: 10;
  cursor: pointer;
  display: none;
  text-align: right;
}

.so-vertical-active #remove-verticalmenu {
  display: block;
}

.vertical .navbar-header {
  margin: 0px;
}

.subcategory li a {
  float: left;
  width: 100%;
  text-align: left;
}

@keyframes to-the-star {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes flash {
  0% {
    opacity: 0.7;
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
@keyframes show-me-when-i-m-ready {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ec-slideshow {
  0% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes jelly {
  from {
    transform: scale(1, 1);
  }
  30% {
    transform: scale(1.25, 0.75);
  }
  40% {
    transform: scale(0.75, 1.25);
  }
  50% {
    transform: scale(1.15, 0.85);
  }
  65% {
    transform: scale(0.95, 1.05);
  }
  75% {
    transform: scale(1.05, 0.95);
  }
  to {
    transform: scale(1, 1);
  }
}
* {
  outline: none !important;
}

html {
  max-width: 100%;
  overflow-x: hidden;
  font-size: 75%;
  font-weight: 400;
}
html.no-scrolling {
  overflow-y: hidden;
}

body {
  font-size: 100%;
  font-weight: 400;
}

body {
  max-width: 100%;
  overflow-x: hidden;
  font-family: "AvenirNext-LT";
  background-color: #fff;
  color: #1D1D1B;
}
body.no-scrolling {
  overflow-y: hidden;
}
body.everything-is-hidden {
  overflow: hidden;
}
body.everything-is-hidden #top,
body.everything-is-hidden #menu {
  z-index: 0;
}
body.everything-is-hidden #search .close {
  display: inline-block;
}
body.everything-is-hidden ul.megamenu {
  display: none;
}
body.everything-is-hidden .navbar-default .navbar-toggle {
  z-index: 0;
}

p {
  margin-bottom: 30px;
}

.p-10 p {
  margin-bottom: 10px;
}

.base-body {
  font-size: 1.333rem;
}

a {
  color: #000;
  transition: 0.25s all;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}

.d-content {
  position: relative;
  padding-bottom: 55px;
}
.d-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  display: inline-block;
}
.d-content--product p {
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 1.375;
  color: #000;
}
@media (min-width: 768px) {
  .d-content__main-column.col-sm-9 {
    padding-right: 0;
  }
}
.d-content h2:not(.d-h2-basic) {
  margin-bottom: 20px;
}

.no-padding {
  padding-left: 0;
  padding-right: 0;
}

.d-hidden {
  display: none;
}

.d-list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 2.375;
}
.d-list__item {
  width: 100%;
  padding: 0 10px;
}
.d-list__label {
  text-transform: uppercase;
  font-weight: 400;
}
.d-list__value {
  float: right;
}
.d-list-more {
  display: none;
}

.d-list-button {
  display: inline-block;
  position: relative;
  text-align: center;
  border: 0px;
  background: none;
  margin-top: 8px;
}
.d-list-button::after {
  content: "";
  position: relative;
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transition: 0.25s all;
  margin: 7px auto;
}
.d-list-button-more::after {
  transform: rotate(135deg);
}
.d-list-button-less::after {
  transform: rotate(-45deg);
  top: 6px;
}
.d-list-button-less {
  display: none;
}

.d-row {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .d-row {
    display: flex;
    flex-direction: row;
    clear: both;
    margin: 0 0 60px;
  }
}
.d-row > div {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .d-row > div {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .d-row > div:first-of-type > * {
    margin-right: 30px;
  }
}

@media (min-width: 768px) {
  .d-col-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 2px;
    height: 100%;
    background-color: #000;
  }
}

.d-img-block {
  max-width: 80%;
  margin: auto;
}

.d-svg__container {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.d-svg__container path {
  fill: #f0f0f0;
}

.d-svg__container--carousel path {
  fill: white;
}

.d-section--dec {
  position: relative;
  overflow: hidden;
  padding: 80px 0 0;
  background-color: #f0f0f0;
}
.d-section--dec::before {
  content: "";
  position: absolute;
  top: -50%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: radial-gradient(ellipse at center, #e4e4e4 0%, #f0f0f0 60%);
}
.d-section--content {
  margin-bottom: 45px;
}
.d-section--selection {
  margin-bottom: 30px;
}

ul {
  list-style-type: circle;
}

.d-loading {
  pointer-events: none;
  filter: grayscale(100);
  opacity: 0.5;
}

@font-face {
  font-family: "AvenirNext-LT";
  src: url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Bold.eot");
  src: url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Bold.woff") format("woff"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Bold.ttf") format("truetype"), url("/catalog/view/theme/default/fonts/fonts/AvenirNextLTPro-Bold.svg") format("svg");
  font-weight: 700;
  font-display: fallback;
}
@font-face {
  font-family: "AvenirNext-LT";
  src: url("/catalog/view/theme/default/fonts/fonts/AvenirNextLTPro-Demi.eot");
  src: url("/catalog/view/theme/default/fonts/fonts/AvenirNextLTPro-Demi.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Demi.woff") format("woff"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Demi.ttf") format("truetype"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Demi.svg") format("svg");
  font-weight: 600;
  font-display: fallback;
}
@font-face {
  font-family: "AvenirNext-LT";
  src: url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Regular.eot");
  src: url("/catalog/view/theme/default/fonts/fonts/AvenirNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Regular.woff") format("woff"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Regular.ttf") format("truetype"), url("/catalog/view/theme/default/fonts/AvenirNextLTPro-Regular.svg#fa20c367c6a148cda65f50238befb5f2") format("svg");
  font-weight: 400;
  font-display: fallback;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4;
}

.extension-h1, h1 {
  position: relative;
  margin: 0 0 50px;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .extension-h1, h1 {
    font-size: 2.917rem;
    font-weight: 600;
  }
}

.h-bg {
  background-image: linear-gradient(to right, #e2e2e2, #fff);
  font-size: 1.667rem !important;
  padding: 15px 25px;
  margin-bottom: 20px;
}

h1.d-h1-light {
  color: #fff;
}

.extension-h2, body.checkout h2, .d-h2-underline, h2 {
  font-size: 1.667rem;
  font-weight: 600;
  position: relative;
  margin: 0 0 30px;
}
@media (min-width: 1200px) {
  .extension-h2, body.checkout h2, .d-h2-underline, h2 {
    font-size: 1.667rem;
    font-weight: 600;
  }
}

.extension-h3, .d-homepage-guide__headline, .d-category__headline {
  font-size: 1.667rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0;
}

.extension-subtitle, .d-h2-basic + .d-subtitle {
  font-size: 1.667em;
  font-weight: 600;
}

.d-h2-underline {
  display: block;
  margin: 0 0 30px;
}

.d-h2-basic {
  display: block;
  margin: 0;
  font-size: 3.5em;
}
.headline--sm {
  font-size: 1.6rem;
  font-weight: 600 !important;
}

.h--body-size {
  font-size: 1.333rem !important;
}

.h--lg {
  font-size: 2.25rem;
  font-weight: 600;
}

h3 {
  margin: 0 0 15px;
  line-height: 1.227;
}
h3.h3--with-dec {
  font-size: 1.5em;
  font-weight: 400;
  text-transform: uppercase;
}

h4 {
  font-size: 2.25em;
  font-weight: 400;
  margin: 0 0 15px;
}

.d-headline {
  margin: 0 0 30px;
  border-bottom: 1px solid #d8d8d8;
}

.responsive ul.megamenu > li.click::before,
.responsive ul.megamenu > li.hover::before {
  content: "+";
  right: 12px;
  color: #000;
  cursor: pointer;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.click::before,
.responsive ul.megamenu > li.hover::before {
    display: none;
  }
}

.responsive ul.megamenu > li.active .close-menu::before {
  content: "-";
  margin-left: -20px;
  color: #000;
  display: block;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.active .close-menu::before {
    display: none;
  }
}

.bf-attr-filter input[type=checkbox] {
  display: none;
}

input[type=text].bf-range-max,
input[type=text].bf-range-min,
input[type=text].bf-slider-input {
  width: auto;
}

.megamenu-d-desktop {
  display: none;
}
@media (min-width: 1173px) {
  .megamenu-d-desktop {
    display: inline;
  }
}

.megamenu-d-mobile {
  display: inline;
}
@media (min-width: 1173px) {
  .megamenu-d-mobile {
    display: none;
  }
}

.blog_post h1 {
  margin-bottom: 50px;
}

.u-mb-15 {
  margin-bottom: 15px !important;
}

.u-mb-5 {
  margin-bottom: 5px !important;
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-15 {
  margin-top: 15px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mr-5 {
  margin-right: 5px !important;
}

.u-mr-10 {
  margin-right: 10px !important;
}

.u-mr-15 {
  margin-right: 15px !important;
}

.u-mr-20 {
  margin-right: 20px !important;
}

.u-text-underline {
  text-decoration: underline;
}

.u-block {
  display: block !important;
}

.d-flex {
  display: flex;
}

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

@media screen and (min-width: 768px) {
  .u-sm-pr-0 {
    padding-right: 0 !important;
  }
}

@media screen and (min-width: 768px) {
  .u-sm-pl-0 {
    padding-left: 0 !important;
  }
}

.u-no-uppercase {
  text-transform: initial !important;
}

.d-btn-circle {
  cursor: pointer;
}
.d-btn-circle--lg {
  font-size: 3.3rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .d-btn-circle--lg {
    font-size: 3.833rem;
    font-weight: 400;
  }
}
.d-btn-circle__bg {
  color: #000;
  transition: 0.25s all;
}
.d-btn-circle .d-btn-circle__counter {
  background-color: #000;
  transition: 0.25s all;
}
.d-btn-circle:hover .d-btn-circle__bg {
  color: #000;
}
.d-btn-circle:hover .d-btn-circle__counter {
  background-color: #000;
}

.d-cross {
  display: none;
  position: relative;
  padding: 5px 15px;
  cursor: pointer;
  z-index: 2000;
  transform: rotate(0deg);
  transition: 0.25s transform;
}
.d-cross::after, .d-cross::before {
  content: "";
  display: inline-block;
  height: 28px;
  width: 1px;
  background-color: #fff;
  transform: rotate(-45deg);
  transition: 0.25s all;
}
.d-cross::before {
  transform: rotate(45deg);
}
.d-cross:hover {
  transform: rotate(360deg);
}

.extension-for-button-element, .d-product__wishlist {
  width: 36px;
  height: 36px;
  padding: 0;
  line-height: 0;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border: none;
  text-shadow: none;
  background-color: #000;
  transition: 0.25s background-color;
}
@media (min-width: 768px) {
  .extension-for-button-element, .d-product__wishlist {
    width: 46px;
    height: 46px;
  }
}
.extension-for-button-element::before, .d-product__wishlist::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: 18px 18px;
}
@media (min-width: 768px) {
  .extension-for-button-element::before, .d-product__wishlist::before {
    top: 11.5px;
    left: 11.5px;
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
  }
}
.extension-for-button-element:hover, .d-product__wishlist:hover {
  background-color: #000;
}

.icon {
  position: relative;
  float: left;
  display: inline-block;
}
.icon::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.icon.envelope-header::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/envelope-header.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/envelope-header.svg");
}
.icon.log-in::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/log-in.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/log-in.svg");
}
.icon.envelope-header {
  width: 18px;
  height: 13px;
}
.icon.log-in {
  width: 18px;
  height: 18px;
}

.dropdown:hover .icon {
  background-color: #000;
}

.d-text-icon:hover i::before {
  opacity: 0;
}
.d-text-icon:hover i::after {
  opacity: 1;
}
.d-text-icon--in-button {
  position: relative;
}
.d-text-icon--in-button i {
  position: absolute;
}

.d-text-icon--use-it {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 11px;
}
.d-text-icon--use-it::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-text-icon--use-it::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-text-icon--use-it::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/check.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/check.svg");
  opacity: 1;
}
.d-text-icon--use-it::after {
  background-image: url("/catalog/view/theme/default/image/layout/icons/check-hover.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/check-hover.svg");
  opacity: 0;
}
.d-text-icon--use-it:hover::before {
  opacity: 0;
}
.d-text-icon--use-it:hover::after {
  opacity: 1;
}

.d-text-icon--basket {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 22px;
}
.d-text-icon--basket::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-text-icon--basket::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-text-icon--basket::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/cart.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/cart.svg");
  opacity: 1;
}
.d-text-icon--basket::after {
  background-image: url("/catalog/view/theme/default/image/layout/icons/cart-hover.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/cart-hover.svg");
  opacity: 0;
}
.d-text-icon--basket:hover::before {
  opacity: 0;
}
.d-text-icon--basket:hover::after {
  opacity: 1;
}

.d-text-icon--basket::before {
  background-image: url(/catalog/view/theme/default/image/layout/icons/cart.png);
}
.d-text-icon--basket::after {
  background-image: url(/catalog/view/theme/default/image/layout/icons/cart-hover.png);
}

.d-text-icon--use-it {
  top: calc(50% - 5.5px);
  left: 10px;
  z-index: 2;
}

.d-btn, .d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #E3E3E3;
  font-size: 1.167rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  color: #1D1D1B !important;
  background-color: transparent;
  box-shadow: none;
  transition: 0.25s all;
}
.d-btn:focus, .d-blog-list__read-more:focus, .ecslideshow .camera_caption .content_text .description p a:focus, .d-btn:hover, .d-blog-list__read-more:hover, .ecslideshow .camera_caption .content_text .description p a:hover, .d-btn:active, .d-blog-list__read-more:active, .ecslideshow .camera_caption .content_text .description p a:active {
  background-color: #f7f7f7;
  color: #1D1D1B;
  outline: none;
  text-decoration: none;
}
.d-btn.d-btn--light, .d-btn--light.d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a.d-btn--light {
  border-color: #fff;
  color: #fff !important;
}
.d-btn.d-btn--light:focus, .d-btn--light.d-blog-list__read-more:focus, .ecslideshow .camera_caption .content_text .description p a.d-btn--light:focus, .d-btn.d-btn--light:hover, .d-btn--light.d-blog-list__read-more:hover, .ecslideshow .camera_caption .content_text .description p a.d-btn--light:hover, .d-btn.d-btn--light:active, .d-btn--light.d-blog-list__read-more:active, .ecslideshow .camera_caption .content_text .description p a.d-btn--light:active {
  background-color: #fff;
  color: #000 !important;
}
.d-btn.d-btn--dark, .d-btn--dark.d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a.d-btn--dark {
  border-color: #000;
  color: #000 !important;
}
.d-btn.d-btn--dark:focus, .d-btn--dark.d-blog-list__read-more:focus, .ecslideshow .camera_caption .content_text .description p a.d-btn--dark:focus, .d-btn.d-btn--dark:hover, .d-btn--dark.d-blog-list__read-more:hover, .ecslideshow .camera_caption .content_text .description p a.d-btn--dark:hover, .d-btn.d-btn--dark:active, .d-btn--dark.d-blog-list__read-more:active, .ecslideshow .camera_caption .content_text .description p a.d-btn--dark:active {
  background-color: #000;
  color: #fff !important;
}
.d-btn.d-btn--md, .d-btn--md.d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a.d-btn--md {
  font-size: 1.5rem;
  padding-left: 45px;
  padding-right: 45px;
}
.d-btn.d-btn--lg, .d-btn--lg.d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a.d-btn--lg {
  font-size: 2rem;
}
.d-btn.d-btn--lht, .d-btn--lht.d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a.d-btn--lht {
  border: 0;
  background-color: #f6f6f6;
  border-radius: 4px;
  font-size: 1.3rem;
  line-height: 1.3;
  padding: 15px 15px;
  text-transform: uppercase;
}
.d-btn.d-btn--lht:hover, .d-btn--lht.d-blog-list__read-more:hover, .ecslideshow .camera_caption .content_text .description p a.d-btn--lht:hover, .d-btn.d-btn--lht:focus, .d-btn--lht.d-blog-list__read-more:focus, .ecslideshow .camera_caption .content_text .description p a.d-btn--lht:focus {
  background-color: #ececec;
}

.d-btn--remove::after,
.d-btn--undo::after {
  display: none;
}

.d-btn--cart-update {
  margin-bottom: 5px;
}

.d-btn--undo {
  color: #000;
  background-color: #f6f6f6;
}
.d-btn--undo:hover {
  color: #f6f6f6;
}
.d-btn--undo:hover::after {
  border-color: #f6f6f6;
}
.d-btn--undo:focus {
  color: #000;
}

.d-btn--continue {
  padding: 0 15px;
  text-align: right;
  background-color: #8b8b8b;
}
.d-btn--continue .d-text-icon--basket {
  margin-left: 20px;
}

.d-btn--checkout {
  text-align: left;
}
.d-btn--checkout .d-text-icon--basket {
  margin-right: 20px;
}

.d-btn--icon {
  padding: 0 10px 0 20px;
}
.d-btn--icon .d-btn__label {
  margin-left: 15px;
}

.btn-extension, .d-homepage-guide .btn, .btn.link {
  display: inline-block;
  padding: 2px 15px 0;
  border: none;
  border-radius: 5px;
  font-size: 1em;
  font-weight: 400;
  line-height: 25px;
  background-color: #000;
  color: #fff;
  box-shadow: none;
  transition: 0.25s all;
}
@media (min-width: 992px) {
  .btn-extension, .d-homepage-guide .btn, .btn.link {
    font-size: 1.333em;
    font-weight: 400;
    line-height: 40px;
  }
}
.btn-extension::after, .d-homepage-guide .btn::after, .btn.link::after {
  content: "";
  position: relative;
  top: -2px;
  margin: 0 4px 0 18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.25s all;
}
.btn-extension:hover, .d-homepage-guide .btn:hover, .btn.link:hover {
  color: #000;
  background-color: #fff;
}
.btn-extension:hover::after, .d-homepage-guide .btn:hover::after, .btn.link:hover::after {
  border-color: #000;
  left: 5px;
}
.btn-extension:focus, .d-homepage-guide .btn:focus, .btn.link:focus {
  text-decoration: none;
}

.btn-extension-arrow-left::after, .d-pagination__buttons--previous::after, .d-btn--continue::after {
  display: none;
}
.btn-extension-arrow-left::before, .d-pagination__buttons--previous::before, .d-btn--continue::before {
  content: "";
  position: relative;
  top: -2px;
  left: -10px;
  margin: 0 4px 0 18px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(220deg);
  transition: 0.25s all;
}
.btn-extension-arrow-left:hover::before, .d-pagination__buttons--previous:hover::before, .d-btn--continue:hover::before {
  border-color: #000;
  left: -15px;
}

.btn-extension-arrow-left-abs::before, .d-btn--continue::before {
  position: absolute;
  top: calc(50% - 4px);
  left: 15px;
}
.btn-extension-arrow-left-abs:hover::before, .d-btn--continue:hover::before {
  left: 20px;
}

.btn-extension-arrow-right-abs::after, .d-btn--checkout::after {
  position: absolute;
  top: calc(50% - 4px);
  right: 30px;
  left: auto;
}
.btn-extension-arrow-right-abs:hover::after, .d-btn--checkout:hover::after {
  left: auto;
  right: 35px;
}

/* TODO: improve */
.btn.link--green {
  background-color: #f6f6f6;
}
.btn.link--gray {
  background-color: #8b8b8b;
}
.btn.link--simple::after, .btn.link--simple::before {
  display: none;
}
.btn.btn--refresh {
  font-weight: 600;
  color: #000;
}
.btn.btn--remove {
  font-weight: 600;
}
.btn.btn--use-it {
  padding-left: 35px;
}
.btn.btn--left::after {
  display: none;
}
.btn.btn--left::before {
  content: "";
  position: relative;
  top: -2px;
  margin: 0 18px 0 4px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(225deg);
  transition: 0.25s all;
}
.btn.btn--left:hover::before {
  border-color: #000;
  left: -5px;
}

.d-slideshow-products {
  height: auto !important;
}

.d-product {
  border: none;
}
.d-product__link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.d-product__thumb {
  margin-bottom: 55px;
  border: none;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid transparent;
  position: relative;
}
.d-product__thumb:focus, .d-product__thumb:hover, .d-product__thumb:active {
  border-color: #9D9D9C;
}
.d-product__thumb:hover .d-product__additional {
  visibility: visible;
}
.d-product__thumb:hover .d-product__image-wrap:not(.d-product__image-wrap--hover) {
  opacity: 0;
}
.d-product__thumb:hover .d-product__image-wrap--hover {
  opacity: 1;
}
.d-product__additional {
  visibility: hidden;
  position: absolute;
}
.d-product__image {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.d-product__image-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: opacity;
  transition: opacity 300ms ease;
}
.d-product__image-wrap-container {
  position: relative;
  height: 228px;
  margin-bottom: 12px;
}
@media (min-width: 992px) {
  .d-product__image-wrap-container {
    height: 170px;
  }
}
@media (min-width: 1200px) {
  .d-product__image-wrap-container {
    height: 228px;
  }
}
.d-product__image-wrap--hover {
  opacity: 0;
}
.d-product__image .img-responsive {
  margin-left: auto;
  margin-right: auto;
}
.d-product__image:hover .d-product__rating {
  display: inline-block;
}
.d-product__image-container {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  max-height: 300px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.d-product__caption {
  width: auto;
  padding: 0;
  min-height: initial;
  text-align: left;
}
.d-product__caption h3 {
  font-size: 1.333rem;
  margin: 0;
}
.d-product__caption h3 a {
  color: #000;
}
.d-product__attribute {
  display: inline-block;
  width: 100%;
  font-size: 1.667em;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.d-product__rating {
  display: none;
}
.d-product__rating .d-star-without-score {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 13px;
}
.d-product__rating .d-star-without-score::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-product__rating .d-star-without-score::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/star.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/star.svg");
  opacity: 1;
}
.d-product__rating .d-star-with-score {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 13px;
}
.d-product__rating .d-star-with-score::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-product__rating .d-star-with-score::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/star-hover.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/star-hover.svg");
  opacity: 1;
}
.d-product__rating--visible {
  display: inline-block;
}
.d-product__rating--lg .d-star-with-score,
.d-product__rating--lg .d-star-without-score {
  width: 28px;
  height: 26px;
}
.d-product__footer {
  position: relative;
  width: 100%;
  line-height: 2.2;
  text-align: left;
  background-color: transparent;
  transition: 0.25s background-color;
  justify-content: flex-end;
}
.d-product__price {
  font-weight: bold;
  transition: 0.25s width;
}
.d-product__wishlist {
  position: relative;
  width: 40px;
  height: 40px;
  background-color: #5f112a;
}
.d-product__wishlist::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/heart.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/heart.svg");
  left: 11px;
  top: 12px;
}
@media (min-width: 768px) {
  .d-product__wishlist::before {
    left: 9px;
    top: 9px;
  }
}

@media (min-width: 1200px) {
  .d-featured {
    margin-bottom: 5px;
  }
}
.d-featured .d-product:nth-of-type(4), .d-featured .d-product:nth-of-type(5), .d-featured .d-product:last-of-type {
  display: none;
}
@media (min-width: 992px) {
  .d-featured .d-product:nth-of-type(4), .d-featured .d-product:nth-of-type(5), .d-featured .d-product:last-of-type {
    display: block;
  }
}

.d-bestseller {
  display: none;
  margin: 0 0 30px;
}
@media (min-width: 992px) {
  .d-bestseller {
    display: block;
  }
}
@media (min-width: 1200px) {
  .d-bestseller {
    margin: 0 0 20px;
  }
}

.yo-am li li {
  border-top: none !important;
}
.yo-am li li .item-wrapper .item-title {
  font-size: 1.2rem;
}
.yo-am li li .item-wrapper .item-arrow::before {
  display: none;
}

.d-icon-file-pdf {
  display: inline-block;
}
.d-icon-file-pdf img {
  width: 50px;
  margin-left: 20px;
  margin-right: 8px;
}
.d-icon-file-pdf a {
  vertical-align: middle;
}

img.vice-variant {
  width: 150px;
}

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

input[type=radio], input[type=checkbox] {
  margin-top: 2px;
}

[name] ~ .text-danger,
[name] ~ .xerror,
[name] ~ .comment,
.xerror {
  margin-top: 5px;
  display: block;
}

.d-btn, .d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a {
  cursor: pointer !important;
}

.d-form-input {
  height: auto;
  padding: 0 10px;
  border: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  line-height: 3.583em;
  color: #000;
  background-color: transparent;
  transition: 0.25s all;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  font-size: 1.167rem;
  min-height: 3rem;
}
.d-form-input::-webkit-input-placeholder {
  color: #000;
}
.d-form-input::-moz-placeholder {
  color: #000;
}
.d-form-input:-ms-input-placeholder {
  color: #000;
}
.d-form-input:-moz-placeholder {
  color: #000;
}
.d-form-input--sm {
  line-height: 2.6;
}
.d-form-input:focus {
  border: none;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  color: #000;
  background-color: transparent;
  box-shadow: none;
}

.d-btn-group {
  position: relative;
  display: inline-block;
  cursor: pointer;
  border-radius: 0;
}
.d-btn-group::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  display: inline-block;
  width: 6.5px;
  height: 6.5px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.25s all;
}
.d-btn-group__button {
  display: inline-block;
  width: 100%;
  padding: 15px 70px 15px 25px;
  border: none;
  text-align: left;
  font-size: 1.167rem;
  letter-spacing: 0;
  color: #000 !important;
  background-color: #D0D0D0;
  box-shadow: none;
  transition: 0.25s all;
}
.d-btn-group:hover .d-btn-group__button {
  background-color: #DDDDDD;
}
.d-btn-group:hover::after {
  right: 15px;
}
.d-btn-group--block {
  display: block !important;
}
.d-btn-group--light .d-btn-group__button {
  background-color: #f6f6f6;
  color: #1D1D1B !important;
}
.d-btn-group--dark::after {
  border-color: #fff;
}
.d-btn-group--dark .d-btn-group__button {
  background-color: #3C3C3B;
  border-color: #fff;
  color: #fff !important;
}
.d-btn-group--dark .d-btn-group__button:hover {
  background-color: #292929;
}
.d-btn-group--lg .d-btn-group__button {
  font-size: 2rem;
}
.d-btn-group--second .d-btn-group__button {
  background: transparent !important;
  border: 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding-left: 10px;
  padding-right: 60px;
}
.d-btn-group--second::after {
  border-color: #000;
  right: 10px;
}
.d-btn-group--second:hover::after {
  right: 5px;
}

.d-email-group {
  position: relative;
  border-radius: 0;
}
.d-email-group .d-envelope-icon::before, .d-email-group .d-envelope-icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  right: 18px;
  display: inline-block;
  width: 18px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: 18px 13px;
  transition: 0.25s all;
}
.d-email-group .d-envelope-icon::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/envelope.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/envelope.svg");
}
.d-email-group .d-form-input:focus + .d-envelope-icon::before {
  opacity: 0;
}
.d-email-group .d-form-input:focus + .d-envelope-icon::after {
  opacity: 1;
}

.form-control {
  box-shadow: none !important;
  border-radius: 0 !important;
}

.d-select-group,
.form-select {
  position: relative;
  margin: 0 0 15px;
  border-radius: 0;
}
.d-select-group.d-select-inline,
.form-select.d-select-inline {
  display: inline-block;
}
@media (min-width: 768px) {
  .d-select-group,
.form-select {
    margin: 0;
  }
}
.d-select-group::after,
.form-select::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: 15px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
  transition: 0.25s all;
}
.d-select-group__select,
.form-select__select {
  height: auto;
  margin: 0;
  padding: 13px 30px 10px 20px;
  font-size: 1.167rem;
  border: none;
  box-shadow: none;
  background-color: #f6f6f6;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  border-radius: 0;
}
.d-select-group--green,
.form-select--green {
  padding-right: 0 !important;
}
.d-select-group--green .d-select-group__select,
.form-select--green .d-select-group__select {
  font-size: 1.333rem;
  font-weight: 600;
  padding: 0 15px;
  line-height: 3.251;
  text-transform: uppercase;
  background-color: #f6f6f6;
}

.d-checkbox-group {
  position: relative;
  top: 2px;
  float: left;
  display: inline-block;
  width: 20px;
  padding-right: 6px;
  border-radius: 0;
}
.d-checkbox-group label {
  position: relative;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  border: 1px solid #C8CCD4;
  background-color: #ffffff;
  transition: background 0.25s ease;
  cursor: pointer;
}
.d-checkbox-group label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transition: all 0.23s ease;
  transition-delay: 0.1s;
}
.d-checkbox-group input {
  display: none;
}
.d-checkbox-group input:checked + label {
  border-color: transparent;
  background: #000;
  animation: jelly 0.25s ease;
}
.d-checkbox-group input:checked + label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
.d-checkbox-group + label {
  cursor: pointer;
}

.d-radio-group {
  position: relative;
  border-radius: 0;
}
.d-radio-group span {
  position: relative;
  top: 2px;
}
.d-radio-group .d-btn, .d-radio-group .d-blog-list__read-more, .d-radio-group .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-radio-group a {
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 3.3125;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}
.d-radio-group .d-btn::after, .d-radio-group .d-blog-list__read-more::after, .d-radio-group .ecslideshow .camera_caption .content_text .description p a::after, .ecslideshow .camera_caption .content_text .description p .d-radio-group a::after {
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
  left: auto;
  border-color: #000;
}
.d-radio-group .d-btn:hover, .d-radio-group .d-blog-list__read-more:hover, .d-radio-group .ecslideshow .camera_caption .content_text .description p a:hover, .ecslideshow .camera_caption .content_text .description p .d-radio-group a:hover {
  color: #fff;
  background-color: #f6f6f6;
}
.d-radio-group .d-btn:hover::after, .d-radio-group .d-blog-list__read-more:hover::after, .d-radio-group .ecslideshow .camera_caption .content_text .description p a:hover::after, .ecslideshow .camera_caption .content_text .description p .d-radio-group a:hover::after {
  border-color: #fff;
  right: 10px;
  left: auto;
}
.d-radio-group .d-btn:hover .d-checkbox-group label, .d-radio-group .d-blog-list__read-more:hover .d-checkbox-group label, .d-radio-group .ecslideshow .camera_caption .content_text .description p a:hover .d-checkbox-group label, .ecslideshow .camera_caption .content_text .description p .d-radio-group a:hover .d-checkbox-group label {
  border-color: #000;
  background-color: #000;
}
.d-radio-group .d-checkbox-group {
  top: 0;
  width: 42px;
  padding-right: 12px;
}
.d-radio-group .d-checkbox-group label {
  width: 30px;
  height: 30px;
  margin: 0;
  border-color: #e3e3e3;
  background-color: #e3e3e3;
}
.d-radio-group .d-checkbox-group label::after {
  top: 6px;
  left: 10px;
  width: 8px;
  height: 14px;
  border-width: 3px;
}
.d-radio-group input {
  display: none;
}
.d-radio-group input:checked + .d-btn, .d-radio-group input:checked + .d-blog-list__read-more, .d-radio-group .ecslideshow .camera_caption .content_text .description p input:checked + a, .ecslideshow .camera_caption .content_text .description p .d-radio-group input:checked + a {
  color: #fff !important;
  background-color: #3C3C3B;
}
.d-radio-group input:checked + .d-btn::after, .d-radio-group input:checked + .d-blog-list__read-more::after, .d-radio-group .ecslideshow .camera_caption .content_text .description p input:checked + a::after, .ecslideshow .camera_caption .content_text .description p .d-radio-group input:checked + a::after {
  border-color: #fff !important;
}
.d-radio-group input:checked + .d-btn .d-checkbox-group label, .d-radio-group input:checked + .d-blog-list__read-more .d-checkbox-group label, .d-radio-group .ecslideshow .camera_caption .content_text .description p input:checked + a .d-checkbox-group label, .ecslideshow .camera_caption .content_text .description p .d-radio-group input:checked + a .d-checkbox-group label {
  border-color: transparent;
  background: #000;
  animation: jelly 0.25s ease;
}
.d-radio-group input:checked + .d-btn .d-checkbox-group label::after, .d-radio-group input:checked + .d-blog-list__read-more .d-checkbox-group label::after, .d-radio-group .ecslideshow .camera_caption .content_text .description p input:checked + a .d-checkbox-group label::after, .ecslideshow .camera_caption .content_text .description p .d-radio-group input:checked + a .d-checkbox-group label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

.d-radio-group--img > label {
  position: relative;
  width: 100%;
  margin: 0;
  height: 160px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
}
.d-radio-group--img > label:hover .d-btn, .d-radio-group--img > label:hover .d-blog-list__read-more, .d-radio-group--img > label:hover .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-radio-group--img > label:hover a {
  background-color: #000;
}
.d-radio-group--img .d-btn, .d-radio-group--img .d-blog-list__read-more, .d-radio-group--img .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-radio-group--img a {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}
.d-radio-group--img .d-btn::after, .d-radio-group--img .d-blog-list__read-more::after, .d-radio-group--img .ecslideshow .camera_caption .content_text .description p a::after, .ecslideshow .camera_caption .content_text .description p .d-radio-group--img a::after {
  display: none;
}
.d-radio-group--img span {
  top: 0;
  display: inline-block;
  line-height: 1;
}
.d-radio-group--img .d-radio-group__name {
  vertical-align: middle;
}
.d-radio-group--img input:checked + label .d-btn, .d-radio-group--img input:checked + label .d-blog-list__read-more, .d-radio-group--img input:checked + label .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-radio-group--img input:checked + label a {
  background-color: #000;
}
.d-radio-group--img input:checked + label .d-checkbox-group label {
  border-color: transparent;
  background: #000;
  animation: jelly 0.25s ease;
}
.d-radio-group--img input:checked + label .d-checkbox-group label::after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}

label {
  font-weight: 400 !important;
}

.input-gtelephone-number {
  margin-top: 5px;
}
@media (min-width: 992px) {
  .input-gtelephone-number {
    margin-top: 20pt;
  }
}

.d-checkbox-group.large label::after {
  top: 0px;
  left: 8px;
  width: 9px;
  height: 18px;
}

.d-checkbox-group.large label {
  width: 25px;
  height: 25px;
}

.d-checkbox-group.large {
  width: 25px;
  padding-right: 0px;
}

.d-css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.d-css-checkbox + label.d-css-label {
  cursor: pointer;
}

.d-css-checkbox + label.d-css-label span {
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -2px 10px 0 0;
  vertical-align: middle;
  cursor: pointer;
  vertical-align: bottom;
  background-image: url(/catalog/view/theme/default/image/checkbox.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.d-css-checkbox:checked + label.d-css-label span {
  background-position: 0 -25px;
}

.d-social-icons {
  position: relative;
}
.d-social-icons .d-social-icons__facebook {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.d-social-icons .d-social-icons__facebook::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-social-icons .d-social-icons__facebook::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/facebook.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/facebook.svg");
  opacity: 1;
}
.d-social-icons .d-social-icons__instagram {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.d-social-icons .d-social-icons__instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-social-icons .d-social-icons__instagram::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/instagram.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/instagram.svg");
  opacity: 1;
}
.d-social-icons .d-social-icons__twitter {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.d-social-icons .d-social-icons__twitter::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-social-icons .d-social-icons__twitter::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/twitter.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/twitter.svg");
  opacity: 1;
}
.d-social-icons .d-social-icons__youtube {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
}
.d-social-icons .d-social-icons__youtube::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-social-icons .d-social-icons__youtube::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/youtube.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/youtube.svg");
  opacity: 1;
}
.d-social-icons > a {
  margin: 0 12px;
  transform: rotate(0deg);
  transition: 0.5s transform;
}
.d-social-icons > a:hover {
  transform: rotate(360deg);
}

.breadcrumb {
  margin: 0 0 30px;
  padding: 25px 0 5px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .breadcrumb {
    margin: 0 0 10px;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 25px 0;
  }
}
.breadcrumb__home {
  font-size: 1.167rem;
}
.breadcrumb > li {
  /** separator **/
  /** /separator **/
}
.breadcrumb > li + li::before {
  content: "";
  margin: 0 13px 0 8px;
  padding: 0;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #717171;
  border-top: 1px solid #717171;
  transform: rotate(45deg);
  transition: 0.25s all;
  vertical-align: 7%;
}
.breadcrumb > li:first-of-type a::after, .breadcrumb > li:last-of-type a::after {
  display: none;
}
.breadcrumb > li a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  color: #717171;
  transition: 0.25s color;
}
.breadcrumb > li a:hover {
  color: #bbb;
}
.breadcrumb > li a:hover::after {
  background-color: #bbb;
}
.breadcrumb > li a::after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  display: inline-block;
  height: 1px;
  width: 100%;
  background-color: #717171;
}
.breadcrumb > li a i {
  font-size: 1.2em;
}
.d-bot-pag {
  min-height: 34px;
}

.d-bot-pag-top {
  margin: 0px;
}
.d-bot-pag-top .d-pagination__buttons {
  display: none;
}

.d-pagination {
  position: relative;
  top: 4px;
}
.d-pagination__number {
  font-size: 1.083rem;
  font-weight: 400;
  letter-spacing: 0;
}
.d-pagination__buttons--previous {
  margin: 0 10px 0 0;
}
.d-pagination__buttons .list-inline {
  margin: 0;
  padding: 0;
}
.d-pagination .d-form-input {
  display: inline-block;
  max-width: 35px;
  margin: 0 3px 0 0;
  font-size: 1.083rem;
  line-height: 2.538;
  text-align: center;
  box-shadow: none;
  border-color: #9D9D9C;
}
.d-pagination .d-form-input:focus {
  color: #000;
}
.d-pagination .d-arrow {
  margin: 0 8px;
}

.pageNum {
  display: none !important;
}

.catalog-pagination {
  margin: 3px 20px 0 20px;
}

.side-menu__category {
  border: none;
  background-color: #e0e0e0;
  padding-bottom: 30px;
}
.side-menu__category h2 {
  position: relative;
  margin: 15px 0 10px;
  font-size: 1.5em;
  font-weight: 700;
  color: #000;
}
.side-menu__category h2::before {
  content: "";
  position: relative;
  top: 3px;
  display: inline-block;
  width: 9px;
  height: 21px;
  margin-right: 10px;
  background-color: #000;
}
@media (min-width: 1200px) {
  .side-menu__category h2::before {
    position: absolute;
    top: auto;
    bottom: -14px;
    left: 0;
    width: 35px;
    height: 2px;
  }
}
.side-menu__category .yo-am li {
  border: none;
  font-size: 1em;
  font-weight: 600;
  color: #000;
}
.side-menu__category .panel-heading {
  background-color: transparent;
  border: 0;
}
.side-menu__category .item-wrapper > div {
  padding: 0.4em 1.4em;
}
.side-menu__category .item-title {
  display: inline;
  color: #000;
}
.side-menu__category .item-title span {
  color: #888;
}

.d-product-label__container {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

.d-product-label {
  background: #c7c5c6;
  opacity: 0.6;
  border-radius: 50%;
  width: 70px;
  line-height: 70px;
  height: 70px;
  display: inline-block;
  padding: 0;
  margin: 0 10px;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.d-product-label--special-price {
  font-size: 1.9rem;
}
.d-product-label--clearance {
  font-size: 1rem;
}
.d-product-label--new, .d-product-label--new-second {
  font-size: 1.2rem;
}
.d-product-label__group {
  width: 70px;
  position: relative;
  display: block;
}
.d-product-label--color {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
}
.d-product-label--color-darkblue {
  background-color: #333e5c;
  top: 0;
}
.d-product-label--color-blue {
  background-color: #65abd0;
  top: 10px;
}
.d-product-label--color-red {
  background-color: #ae2f32;
  top: 20px;
}
.d-product-label--color-orange {
  background-color: #d59e58;
  top: 30px;
}
.d-product-label--color-pink {
  background-color: #c1597f;
  top: 40px;
}
.d-product-label--color-purple {
  background-color: #b57381;
  top: 20px;
}
.d-product-label--one-free {
  font-size: 1.9rem;
}
.d-product-label__right {
  display: flex;
}

.d-arrow--left {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(225deg);
  transition: 0.25s all;
}
.d-arrow--right {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.25s all;
}

.panel-be-more-green .panel {
  border: none;
  box-shadow: none;
  background-color: #f6f6f6;
  margin-bottom: 0;
}
.panel-be-more-green .panel > .panel-heading {
  padding: 0;
  border: none;
  color: #000;
  background-color: transparent;
}
.panel-be-more-green .panel-title {
  font-size: 1.333em;
  font-weight: 400;
}
.panel-be-more-green .panel-title label {
  font-size: 1.3rem;
  font-weight: 400;
  width: auto;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.panel-be-more-green .panel-title > .accordion-toggle {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 15px 40px 15px 15px;
  color: #000;
}
.panel-be-more-green .panel-title > .accordion-toggle::after {
  content: "";
  position: absolute;
  right: 18px;
  top: calc(50% - 4px);
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(135deg);
  transition: 0.25s all;
}
.panel-be-more-green .panel-title > .accordion-toggle[aria-expanded=true]::after {
  transform: rotate(315deg);
}
.panel-be-more-green .panel-body {
  padding: 0 15px 15px;
}
.panel-be-more-green .panel-body .input-group {
  width: 100%;
}
@media (min-width: 768px) {
  .panel-be-more-green .panel-body .input-group .d-form-input--right-btn {
    border-left: 1px solid #000;
  }
}
.panel-be-more-green .panel-body .input-group .d-form-input {
  color: #000 !important;
  line-height: 1.4;
  padding: 10px 25px;
}
@media (min-width: 768px) {
  .panel-be-more-green .panel-body .input-group .d-form-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.panel-be-more-green .panel-body .input-group .d-form-input:focus {
  color: #fff;
}
.panel-be-more-green .panel-body .input-group .d-form-input:focus::-webkit-input-placeholder {
  color: #fff;
}
.panel-be-more-green .panel-body .input-group .d-form-input:focus::-moz-placeholder {
  color: #fff;
}
.panel-be-more-green .panel-body .input-group .d-form-input:focus:-ms-input-placeholder {
  color: #fff;
}
.panel-be-more-green .panel-body .input-group .d-form-input:focus:-moz-placeholder {
  color: #fff;
}
.panel-be-more-green .panel-body .input-group .input-group-btn {
  display: inline-block;
  float: right;
  width: auto;
  margin: 15px 0 0;
}
@media (min-width: 768px) {
  .panel-be-more-green .panel-body .input-group .input-group-btn {
    display: table-cell;
    float: none;
    width: 1%;
    margin: 0;
  }
}
.panel-be-more-green .panel-body .btn {
  font-size: 14px;
  font-weight: 600;
  min-height: 34px;
}
@media (min-width: 992px) {
  .panel-be-more-green .panel-body .btn {
    line-height: 25px;
  }
}

.d-panel-chameleon {
  font-size: 1.1rem;
  position: relative;
  cursor: pointer;
  margin-top: 2px;
  display: flex;
}
.d-panel-chameleon .insert-image .d-product-detail__conf-item-img {
  max-width: 110px;
  max-height: 110px;
}
.d-panel-chameleon .panel {
  width: 100%;
  display: flex;
  align-items: center;
}
.d-panel-chameleon .panel .panel-heading {
  width: 100%;
}
.d-panel-chameleon .panel-title label {
  width: 100%;
  cursor: pointer;
}
.d-panel-chameleon .panel-collapse {
  position: absolute;
  top: 94%;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
  z-index: 1;
}
.d-panel-chameleon .panel-body {
  padding: 15px;
}
.d-panel-chameleon .panel-body label {
  width: 100%;
  margin: 0;
  cursor: pointer;
}
.d-panel-chameleon .panel-body label:not(:last-of-type) {
  padding: 0 0 10px;
}
.d-panel-chameleon__quantity {
  max-width: 50px;
  line-height: 2;
}

.d-slideshow-current__previous::after {
  left: 10px;
}

.d-slideshow-current__next::after {
  right: 10px;
}

.info-box {
  background-color: #f6f6f6;
  padding: 15px 25px;
  display: inline-block;
}

.modal .modal-dialog {
  width: 100%;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 700px;
  }
}
@media (min-width: 992px) {
  .modal .modal-dialog {
    width: 900px;
  }
}
.modal .modal-body {
  overflow-x: auto;
}
@media (min-width: 992px) {
  .modal .modal-body {
    min-width: 400px;
  }
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-header {
  padding: 0;
  border: none;
}
.modal .modal-header .close {
  padding: 15px 25px;
}
.modal .modal-footer {
  background-image: linear-gradient(to left, #e2e2e2, #fff);
  border-top: 0;
  padding: 0 !important;
  margin-top: 20px;
}
.modal .modal-footer .d-btn, .modal .modal-footer .d-blog-list__read-more, .modal .modal-footer .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .modal .modal-footer a {
  background: none !important;
  border: none !important;
}

.dm-modal {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  padding: 55px 15px;
  z-index: 9999;
}
.dm-modal--active {
  visibility: visible;
}
.dm-modal__box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  max-width: 1000px;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
  overflow: hidden;
}
.dm-modal__header .close {
  padding: 15px 25px;
}
.dm-modal__body {
  overflow-y: scroll;
}
.dm-modal__footer {
  background-image: linear-gradient(to left, #e2e2e2, #fff);
  border-top: 0;
  margin-top: 20px;
  text-align: right;
}
.dm-modal__footer .d-btn, .dm-modal__footer .d-blog-list__read-more, .dm-modal__footer .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .dm-modal__footer a {
  background: none !important;
  border: none !important;
}

.well p:last-child {
  margin-bottom: 0 !important;
}

@media (min-width: 768px) {
  .yo-am {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .yo-am li {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .yo-am li > .item-wrapper {
    display: block;
    padding: 0 10px;
  }
}

.scrollF::-webkit-scrollbar {
  width: 15px;
}

.scrollF::-webkit-scrollbar-thumb {
  background: #666;
}

.scrollF::-webkit-scrollbar-track {
  background: #ddd;
}

.scrollF::-webkit-scrollbar-button {
  background: #666;
  height: 15px;
  border-radius: 50%;
}

.dm-map {
  width: 100%;
  height: 300px;
}
@media (min-width: 1200px) {
  .dm-map {
    max-width: 400px;
    height: 400px;
    margin: 0 auto;
  }
}
@media (min-width: 1440px) {
  .dm-map {
    max-width: 100%;
    min-height: 400px;
    height: 100%;
    margin: 0 auto;
  }
}

.dm-branches-box {
  border: 1px solid #babbbb;
  height: 295px;
  overflow-y: auto;
}

.dm-branch {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: black;
  background-color: white;
  border-bottom: 1px solid #e1e2e1;
  padding: 15px;
  cursor: pointer;
}

.dm-branch:hover {
  background-color: #f0f1f0;
}

.dm-branch--select {
  color: white;
  background-color: #323738;
}

.dm-branch--select:hover {
  color: white;
  background-color: #323738;
}

.dm-branch__title {
  margin-bottom: 8px !important;
  margin-top: 8px !important;
}

.dm-branch__info-box {
  flex: 0 0 calc(100% - 20px - 70px);
  width: calc(100% - 20px - 70px);
  padding-left: 20px;
}

.dm-branch__content {
  flex: 0 0 100%;
  width: 100%;
  display: none;
  padding-left: 40px;
}

.dm-branch__info {
  margin-bottom: 0.5px;
}

.dm-branch__hours {
  display: flex;
}

.dm-branch__day {
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
}

.dm-branch__content--display {
  display: block;
}

.dm-branch__radio {
  display: none;
}

.dm-branch__label {
  flex: 0 0 20px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid black;
}

.dm-branch__label--radio {
  border-radius: 50%;
  background-color: black;
}

.dm-branch__block {
  margin-top: 20px;
}

.dm-branch__price {
  flex: 0 0 70px;
  text-align: right;
}

.dm-branch__radio:checked ~ .dm-branch__label {
  position: relative;
  background-color: black;
}

.dm-branch__radio:checked ~ .dm-branch__label::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 6px;
  width: 8px;
  height: 14px;
  border-width: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(1);
}

.dm-branch__radio:checked ~ .dm-branch__label--radio::before {
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  border: 0;
  transform: rotate(0);
}

.dm-branch__search {
  background-color: #e1e2e1;
  padding: 15px 10px;
}

.dm-branch__search-box {
  position: relative;
}

.dm-branch__search-input {
  padding: 5px 20px 5px 35px;
}
.dm-branch__search-input:focus, .dm-branch__search-input:active {
  border-color: #66afe9;
}

.dm-branch__reset {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}

.dm-branch__search-btn {
  position: absolute;
  top: 5px;
  left: 0;
  background-color: transparent;
  border: 0;
  opacity: 1;
  transition: opacity 0.2 easy;
}
.dm-branch__search-btn:focus, .dm-branch__search-btn:active {
  outline: 0;
}
.dm-branch__search-btn:hover {
  opacity: 0.6;
}

.dm-branch__search-btn img {
  width: 15px;
  height: 15px;
}

.dm-branch__submit {
  margin-top: 8px;
}

.geis_palette {
  color: orange;
}

.toptrans_palette {
  color: #1c6eb7;
}

.domestav_shipping {
  color: #8e2a54;
}

.geispoint {
  color: #d2304f;
}

.dm-branch__submit-btn {
  display: inline-block;
  padding: 22px 48px;
  text-transform: uppercase;
  border: 1px solid #e3e3e3;
  font-size: 1.167rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  box-shadow: none;
  transition: 0.25s all;
  background-color: #323738;
  color: #fff;
}

.dm-branch__submit-btn:disabled {
  background-color: lightgrey;
  color: #1d1d1b !important;
}
.dm-branch__submit-btn:disabled:hover {
  color: #1d1d1b !important;
  background-color: lightgrey;
  outline: none;
  text-decoration: none;
}

.dm-branch_hide {
  display: none;
}

.dm-branch__arrow {
  position: absolute;
  right: 29px;
  bottom: 32px;
}
.dm-branch__arrow:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-width: 3px;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  transform: rotate(45deg) scale(1);
  transition: transform 0.2s easy, color 0.2s easy;
}

.dm-branch--active .dm-branch__arrow:after {
  transform: rotate(-135deg) scale(1);
}

.dm-branch--select .dm-branch__arrow:after {
  border-color: white;
}

.table-selected {
  background-color: #323738;
  color: white !important;
}

.table-selected tbody tr td {
  color: white !important;
}

.dm-shipping-box {
  width: 100%;
  padding: 0 !important;
  padding-bottom: 10px !important;
}

.dm-shipping-box__content {
  display: flex;
}

.dm-shipping-box__label {
  display: flex;
  align-items: center;
  border: 1px solid #e3e3e3;
  padding: 1px 25px !important;
  margin-bottom: 0;
  background-color: white;
  transition: background-color 0.2s easy;
}
.dm-shipping-box__label:hover {
  background-color: #f0f1f0;
}

.dm-shipping-box__label-box {
  flex: 0 0 20px;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid black;
}

.dm-shipping-box__radio {
  display: none;
}

.dm-shipping-box__radio:checked ~ .dm-shipping-box__label {
  background-color: #323738;
  color: #fff;
}

.dm-shipping-box__radio:checked ~ .dm-shipping-box__label .dm-shipping-box__label-box {
  position: relative;
  background-color: black;
}

.dm-shipping-box__radio:checked ~ .dm-shipping-box__label .dm-shipping-box__label-box::before {
  content: "";
  position: absolute;
  display: block;
  top: -1px;
  left: 6px;
  width: 8px;
  height: 14px;
  border-width: 3px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg) scale(1);
}

.dm-shipping-box__radio:checked ~ .dm-shipping-box__label #dm-personal_title ~ #dm-personal_bottom {
  margin-bottom: 20px !important;
}

.dm-shipping-box__text {
  padding-left: 20px;
  display: flex;
  align-items: start;
  flex-direction: column;
}

.dm-map-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}

.dm-map-nav__item {
  position: relative;
  display: block;
  padding: 30px 5px 30px 40px;
  margin-bottom: 0;
  border-bottom: 1px solid #e1e6e5;
  border-left: 0;
  text-transform: uppercase;
  z-index: 0;
  background-color: white;
  transition: background-color 0.2s easy;
  cursor: pointer;
}
.dm-map-nav__item:hover {
  background-color: lightgrey;
}
.dm-map-nav__item::after, .dm-map-nav__item::before {
  content: "";
  position: absolute;
}
.dm-map-nav__item::after {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #c42966;
  top: 30px;
  left: 10px;
  z-index: 1;
}
.dm-map-nav__item::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  top: 35px;
  left: 15px;
  z-index: 2;
}

.dm-map-nav__item--blue::after {
  background-color: #2f8ece;
}

.dm-map-nav__item--yellow::after {
  background-color: #ffc653;
}

.dm-map-nav__checkbox {
  display: none;
}

.dm-map-nav__checkbox:checked ~ .dm-map-nav__item {
  background-color: #2e3435;
  color: white;
}

.dm-map-nav__checkbox:checked ~ .dm-map-nav__item:hover {
  background-color: #2e3435;
  color: white;
}

.dm-map-nav__li {
  position: relative;
}

.dm-map-nav__arrow {
  display: none;
  position: absolute;
  left: 100%;
  top: calc(50% - 10px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #2e3435;
  z-index: 3;
}

@media screen and (min-width: 768px) {
  .dm-map-nav__checkbox:checked ~ .dm-map-nav__arrow {
    display: block;
  }
}

.dm-map-nav-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #e1e6e5;
}
@media screen and (min-width: 768px) {
  .dm-map-nav-box {
    height: 585px;
  }
}

.dm-map-nav-box__checkbox {
  display: none;
}

.dm-map-nav-box__item {
  display: block;
  flex: 0 0 50%;
  width: 50%;
  padding: 5px 10px;
  margin-bottom: 0;
  border-top: 1px solid #e1e6e5;
  text-transform: uppercase;
  font-size: 14px;
  background-color: white;
  transition: background-color 0.2s easy;
  cursor: pointer;
  border-bottom: 1px solid #e1e6e5;
}
.dm-map-nav-box__item:hover {
  background-color: lightgrey;
}
.dm-map-nav-box__item:nth-child(2) {
  border-right: 1px solid #e1e6e5;
}

.dm-map-nav-box__checkbox:checked + .dm-map-nav-box__item {
  background-color: #2e3435;
  color: white;
}

.dm-map-nav-box__checkbox:checked + .dm-map-nav-box__item:hover {
  background-color: #2e3435;
  color: white;
}

@media (max-width: 991px) {
  .d-container-topbar {
    width: 100%;
    background-color: #000;
  }
}

.d-topbar {
  overflow: auto;
  padding: 7px 0;
  background-color: #000;
  font-size: 1.167rem;
  font-weight: 400;
}
@media (min-width: 992px) {
  .d-topbar {
    overflow: visible;
    position: absolute;
    top: 0;
    right: 2%;
    display: inline-block;
    padding: 9.5px 72px;
    z-index: 20;
    background-color: transparent;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url("/catalog/view/theme/default/image/layout/topbar-bg.png");
    background-image: url("/catalog/view/theme/default/image/layout/topbar-bg.svg");
    background-size: 90%;
  }
}
@media (min-width: 1440px) {
  .d-topbar {
    right: -80px;
  }
}
.d-topbar, .d-topbar a {
  color: #fff;
}

.d-list-inline {
  float: right;
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.d-list-inline__item {
  float: left;
  display: inline-block;
  padding: 0 7px;
}
@media (min-width: 992px) {
  .d-list-inline__item {
    padding: 0 10px;
  }
}
.d-list-inline__item:last-of-type {
  padding-right: 0;
}
.d-list-inline__item:last-of-type::before {
  content: "";
  float: left;
  display: none;
  width: 1px;
  height: 14px;
  margin: 4px 13px 0 0;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  .d-list-inline__item:last-of-type::before {
    display: inline-block;
  }
}
.d-list-inline__link:hover {
  color: #f5d6e0;
}
.d-list-inline .svg-inline--fa {
  position: relative;
  top: 1px;
  margin-right: 4px;
  font-size: 1.5rem;
  font-weight: 400;
}

.d-language-switcher {
  float: left;
}
.d-language-switcher button {
  border: none;
  background-color: transparent;
}
.d-language-switcher button::after {
  content: "";
  position: relative;
  top: -3px;
  left: 3px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
  transition: 0.25s all;
  transition: 0.25s all;
}
.d-language-switcher button:hover {
  color: #f5d6e0;
}
.d-language-switcher button:hover .d-language-switcher__img {
  transform: rotate(360deg);
}
.d-language-switcher button:hover::after {
  border-color: #f5d6e0;
}
.d-language-switcher form {
  margin-bottom: 0;
}
.d-language-switcher__img {
  float: left;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: -2px 9px 0 0;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  transform: rotate(0deg);
  transition: 0.25s all;
}
.d-language-switcher__img.en-gb {
  background-image: url("/catalog/language/en-gb/en-gb.png");
  background-image: url("/catalog/language/en-gb/en-gb.svg");
}
.d-language-switcher__img.czech {
  background-image: url("/catalog/language/czech/czech.png");
  background-image: url("/catalog/language/czech/czech.svg");
}
.d-language-switcher__img.sk {
  background-image: url("/catalog/language/sk/sk.png");
  background-image: url("/catalog/language/sk/sk.svg");
}
.d-language-switcher__dropdown {
  display: inline-block;
  left: 0;
  right: 0;
  top: 95%;
  padding: 20px 30px;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.9);
  transform-origin: top;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  opacity: 0;
  transition: 0.25s;
}
@media (min-width: 992px) {
  .d-language-switcher__dropdown {
    left: auto;
    right: 43px;
  }
}
.d-language-switcher__dropdown li:not(:last-of-type) {
  padding: 0 0 10px;
}
.d-language-switcher__dropdown li button::after {
  display: none;
}
.d-language-switcher__btn-group.open .d-language-switcher__dropdown {
  transform: scale(1, 1);
  opacity: 1;
}

.d-header {
  animation: 0.5s show-me-when-i-m-ready;
  overflow: auto;
  background-color: transparent;
  border-bottom: 1px solid #9D9D9C;
  width: 100%;
  padding: 20px 20px;
}
@media (min-width: 1173px) {
  .d-header {
    overflow: visible;
    position: relative;
    z-index: 9999;
  }
}

.common-home .d-header {
  border-bottom: 0 !important;
}
@media (min-width: 768px) {
  .common-home .d-header {
    position: absolute;
    top: 0;
  }
}

.d-logo {
  display: inline-block;
  float: left;
  padding: 0;
  position: relative;
  z-index: 9999;
}
.d-logo__img {
  width: 120px;
}
@media (min-width: 992px) {
  .d-logo__img {
    width: 125px;
  }
}

.d-navigation {
  float: right;
  display: flex;
  justify-content: normal;
  min-height: 61px;
}
@media (min-width: 1173px) {
  .d-navigation {
    float: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .d-navigation > .container {
    width: 100%;
  }
}
@media (min-width: 1490px) {
  .d-navigation > .container {
    width: 1170px;
  }
}
.d-navigation .col-xs-12 {
  position: static;
}
@media (min-width: 1200px) {
  .d-navigation .col-xs-12 {
    padding-left: 0;
    padding-right: 0;
  }
}

.d-buttons {
  padding-right: 6px;
}
.d-buttons, .d-buttons__btn {
  position: static;
  display: inline-block;
  float: left;
}
@media (min-width: 992px) {
  .d-buttons {
    float: right;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .d-buttons {
    padding-top: 5px;
  }
}

.d-search {
  padding-right: 6px;
  /* .d-search.open */
}
.d-search > .d-search__dropdown {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform-origin: center;
  animation-fill-mode: forwards;
  transform: scale(1, 0);
  border: none;
  border-radius: 0;
  background-color: #000;
  opacity: 0.3;
  transition: 0.25s all;
}
.d-search__input {
  width: 80%;
  height: auto;
  margin: -80px auto 0;
  outline: none;
  border: none;
  border-bottom: 2px solid #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  text-transform: uppercase;
  color: #fff;
  background-color: transparent;
  box-shadow: none;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
  z-index: 2000;
}
.d-search__input::-webkit-input-placeholder {
  color: #fff;
}
.d-search__input::-moz-placeholder {
  color: #fff;
}
.d-search__input:-ms-input-placeholder {
  color: #fff;
}
.d-search__input:-moz-placeholder {
  color: #fff;
}
@media (min-width: 768px) {
  .d-search__input {
    width: 50%;
    font-size: 5em;
    text-align: left;
  }
}
.d-search__close {
  position: absolute;
  top: 20px;
  right: calc(5% + 14px);
}
.d-search.open .d-search__dropdown {
  opacity: 1;
  transform: scale(1, 1);
}
.d-search.open .d-search__close {
  display: inline-block;
}

/** SOoooooooOooooooOMEGAMENU EDITS **/
.container-megamenu {
  display: inline-block;
  font-size: 3.3rem;
}
@media (min-width: 768px) {
  .container-megamenu {
    font-size: 3.833rem;
  }
}
@media (min-width: 1173px) {
  .container-megamenu {
    display: block;
  }
}
.container-megamenu .navbar-header {
  position: relative;
  display: inline-block;
  height: 1em;
  vertical-align: -12.5%;
}
@media (min-width: 768px) {
  .container-megamenu .navbar-header {
    float: none;
  }
}
@media (min-width: 1173px) {
  .container-megamenu .navbar-header {
    display: none;
  }
}

.megamenu-navigation {
  width: 100%;
  display: inline-block;
  float: left;
}
@media (min-width: 1173px) {
  .megamenu-navigation {
    padding: 0 25px;
  }
}
.megamenu-navigation .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  color: #1D1D1B;
}
@media (max-width: 1172px) {
  .megamenu-navigation .dropdown-menu {
    width: 100%;
  }
}
.megamenu-navigation .dropdown-menu > li > a {
  color: #cecece;
  padding: 5px 15px;
}
@media (min-width: 1173px) {
  .megamenu-navigation .dropdown-menu > li > a:focus, .megamenu-navigation .dropdown-menu > li > a:hover {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
  }
}
@media (min-width: 1173px) {
  .megamenu-navigation .dropdown-menu {
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
  }
}

.megamenu-search-input {
  font-weight: 600;
  position: relative;
}
@media (min-width: 992px) {
  .megamenu-search-input {
    top: -5px;
  }
}
.megamenu-search-input form {
  display: flex;
  align-items: center;
}
.megamenu-search-input form .d-form-input {
  border: 0 !important;
  padding-top: 5px;
  padding-bottom: 5px;
}
.megamenu-search-input .megamenu-search-form-input {
  position: absolute;
  width: 0;
  background: #fff;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  transition: 1s width;
  overflow: hidden;
}
@media (min-width: 992px) {
  .megamenu-search-input .megamenu-search-form-input {
    right: 30px;
  }
}
.megamenu-search-input--active .megamenu-search-form-input {
  width: 250px;
  transition: 1s width;
}
.megamenu-search-input .megamenu-search-form-hide {
  position: absolute;
  width: 0;
  background: #fff;
  transition: 1s width;
  overflow: hidden;
  font-size: 25px;
  border-radius: 20px;
}
@media (min-width: 992px) {
  .megamenu-search-input .megamenu-search-form-hide {
    right: 40px;
  }
}
.megamenu-search-input--active .megamenu-search-form-hide {
  width: 265px;
  transition: 1s width;
  padding-left: 7px;
  border-radius: 20px;
}
.megamenu-search-input .megamenu-search-link {
  display: none;
}
@media (max-width: 1072px) {
  .megamenu-search-input .megamenu-search-link {
    font-size: 1.167rem;
    padding: 15px 10px;
    display: block;
  }
}

.megamenu_red_nav a {
  color: #B20D3C !important;
}

.megamenu-wrapper {
  background-color: #fff;
  max-height: initial;
  border-radius: 0;
}
@media (min-width: 1173px) {
  .megamenu-wrapper {
    background-color: transparent;
    width: 100%;
  }
}

.responsive ul.megamenu > li {
  margin: 0;
}
.responsive ul.megamenu > li:first-of-type {
  margin-left: 0;
}
.responsive ul.megamenu > li:first-of-type > a {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.responsive ul.megamenu > li.separator {
  display: none;
}
.responsive ul.megamenu > li.separator:last-of-type {
  display: none;
}
.responsive ul.megamenu > li.separator:nth-last-of-type(3) .separator__sign {
  display: none;
}
.responsive ul.megamenu > li.separator .separator__sign {
  display: inline-block;
  height: 15px;
  width: 1px;
  margin: 0;
  background-color: #f5eaee;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.separator .separator__sign {
    vertical-align: 5px;
  }
}
@media (min-width: 1200px) {
  .responsive ul.megamenu > li.separator .separator__sign {
    transform: rotate(45deg);
  }
}
@media (min-width: 1440px) {
  .responsive ul.megamenu > li.separator .separator__sign {
    vertical-align: 0;
  }
}
.responsive ul.megamenu > li.active > a::after, .responsive ul.megamenu > li.focus > a::after, .responsive ul.megamenu > li.click.active > a::after, .responsive ul.megamenu > li.hover.active > a::after {
  opacity: 1;
}
.responsive ul.megamenu > li.active > a {
  background: transparent;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.active > a::before, .responsive ul.megamenu > li.active > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -22px;
    left: 50%;
    width: 0;
    height: 0;
  }
  .responsive ul.megamenu > li.active > a::before {
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-bottom: 18px solid #fff;
    margin-left: -18px;
    z-index: 9950;
  }
  .responsive ul.megamenu > li.active > a::after {
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 20px solid #9D9D9C;
    margin-left: -20px;
    z-index: 9940;
  }
}
.responsive ul.megamenu > li.active .close-menu {
  background: #fff;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu {
    width: 100%;
    padding-top: 20px;
  }
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content {
  height: auto !important;
  padding: 0;
  border: none;
  box-shadow: none;
  background: #fff;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content {
    border-top: 2px solid #9D9D9C;
    border-bottom: 2px solid #9D9D9C;
  }
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content > .row {
  background: #fff;
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content > .row > .container {
  margin-left: 0;
}
@media (max-width: 1172px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content > .row > .container {
    width: 100% !important;
  }
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content > .row > .container {
    margin-left: auto;
  }
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory {
  padding: 0;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 0 15px;
  list-style: none;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li.submenu-item {
    width: 20%;
  }
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li {
    padding: 20px 15px 40px;
  }
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li .title-submenu {
  padding: 0;
  text-align: center;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li .title-submenu:hover img {
    opacity: 1;
  }
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li .title-submenu:hover .title {
    opacity: 1;
    text-decoration: underline;
  }
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li .title-submenu img {
  display: none;
  width: auto;
  max-height: 80px;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li .title-submenu img {
    display: inline-block;
  }
}
.responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li .title-submenu .title {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 15px 15px 10px;
  font-size: 1.167rem;
  font-weight: 600;
  text-align: left;
  color: #808080;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li.with-sub-menu > .sub-menu .content .subcategory > li .title-submenu .title {
    margin: 20px 0 0;
    padding: 0;
    font-size: 1.333rem;
    font-weight: 400;
    text-align: center;
    color: #1D1D1B;
  }
}
.responsive ul.megamenu > li > a {
  max-width: 80%;
  height: auto;
  padding: 15px 10px;
  font-size: 1.167rem;
  font-weight: 600;
  letter-spacing: 0;
  text-shadow: none;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: transparent;
  color: #1D1D1B;
  transition: 0.25s all;
}
@media (min-width: 1173px) {
  .responsive ul.megamenu > li > a {
    max-width: 100%;
    padding: 20px 15px;
    font-size: 1.29rem;
  }
}
@media (min-width: 1230px) {
  .responsive ul.megamenu > li > a {
    font-size: 1.4rem;
  }
}
.responsive ul.megamenu > li > a:hover {
  color: #1D1D1B;
  text-decoration: underline;
  opacity: 1 !important;
}
.responsive ul.megamenu > li > a:hover::after {
  opacity: 1;
}
.responsive ul.megamenu > li > a > strong {
  font-weight: 600;
}

.navbar-default {
  border: none;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  width: 1em;
  height: 1em;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #000;
  position: relative;
  transition: 0.25s all;
  z-index: 9999;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background-color: #000;
}
.navbar-default .navbar-toggle .icon-bar {
  width: 20px;
  margin: 4px auto;
  border-radius: 0;
  background-color: #fff;
}
.navbar-default .navbar-toggle .icon-bar:first-of-type {
  margin-top: 5px;
}

@media (max-width: 1172px) {
  .navbar-header .navbar-toggle {
    display: block;
  }
}
#remove-megamenu {
  position: relative;
  top: 0;
  right: 20px;
  display: block;
  min-height: 76px;
  transform: none;
}
@media (min-width: 1173px) {
  #remove-megamenu {
    display: none;
  }
}
#remove-megamenu::before, #remove-megamenu::after {
  background-color: #000;
  display: none;
}

.so-megamenu-active #remove-megamenu::before, .so-megamenu-active #remove-megamenu::after {
  display: inline-block;
}

.d-czech-product {
  position: absolute;
  top: 0;
  left: auto;
  right: 100px;
  display: none;
  width: 98px;
  z-index: 1;
}
@media (min-width: 1200px) {
  .d-czech-product {
    display: block;
  }
}
@media (max-width: 1470px) {
  .d-czech-product .d-czech-product__link {
    position: relative;
    display: inline-block;
    width: 60%;
    padding: 15px 5px 5px;
    box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #fff;
    overflow: hidden;
  }
}
.d-czech-product__link {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 15px 5px 5px;
  box-shadow: 0 2px 11px -1px rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.d-czech-product__link::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: inline-block;
  content: "";
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  transform: skewX(-25deg);
}
.d-czech-product__link:hover::before {
  animation: shine 1s;
}

.ecslideshow {
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .ecslideshow {
    display: block;
  }
}
@media (min-width: 992px) {
  .ecslideshow {
    clear: both;
  }
}
.ecslideshow .camera_wrap {
  height: 100vh;
  margin-bottom: 0 !important;
}
.ecslideshow h2 {
  font-size: 6.917rem;
  font-weight: 300;
  line-height: 1;
  text-transform: uppercase;
  word-spacing: 1000px;
  margin-bottom: 20px;
}
.ecslideshow h2::before {
  display: none;
}
.ecslideshow h2 p {
  color: #d0ee97;
}
.ecslideshow h2 p:first-line {
  font-size: 8.25rem;
  font-weight: 900;
  color: #fff;
}
.ecslideshow .camera_caption {
  align-items: center;
  display: flex;
  justify-content: center;
}
.ecslideshow .camera_caption > div {
  background-color: transparent;
}
.ecslideshow .camera_caption .content_text {
  max-width: 575px;
  margin: 0;
  padding: 60px;
}
.ecslideshow .camera_caption .content_text .description .d-btn, .ecslideshow .camera_caption .content_text .description .d-blog-list__read-more, .ecslideshow .camera_caption .content_text .description p a {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .ecslideshow .camera_caption .content_text .description p {
    font-size: 1.667rem;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -0.01em;
  }
}
.ecslideshow .camera_caption .content_text .description p a {
  padding: 0 16px 0 18px;
  font-size: 1.75rem;
  line-height: 4.917rem;
}
.ecslideshow .camera_caption .content_text .description p a::after {
  top: -3px;
  width: 8px;
  height: 8px;
  margin: 0 4px 0 28px;
}
.ecslideshow .camera_prev,
.ecslideshow .camera_next {
  height: 140px;
  width: 40px;
  margin-top: -70px;
  background: transparent;
  overflow: hidden;
  opacity: 1 !important;
}
.ecslideshow .camera_prev:hover span,
.ecslideshow .camera_next:hover span {
  background: #000;
}
.ecslideshow .camera_prev:hover span::after,
.ecslideshow .camera_next:hover span::after {
  border-color: #fff;
}
.ecslideshow .camera_prev span,
.ecslideshow .camera_next span {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 2px;
  top: 20px;
  background: #fff;
  transform: rotate(45deg) skew(20deg, 20deg);
  border-radius: 10px;
  transition: 0.25s all;
}
.ecslideshow .camera_prev span::after,
.ecslideshow .camera_next span::after {
  content: "";
  position: relative;
  top: 70px;
  left: 18px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(0);
  transition: 0.25s all;
  transform: rotate(0deg) skew(-20deg, -20deg);
}
.ecslideshow .camera_prev {
  transform: rotate(180deg);
}
.ecslideshow .cameraSlide.cameracurrent {
  animation: ec-slideshow 2s;
}

.common-home .ecslideshow .camera_target {
  position: relative !important;
}
.common-home .ecslideshow .camera_prev,
.common-home .ecslideshow .camera_next {
  margin-top: -95px;
}
.common-home .ecslideshow .camera_wrap {
  height: 100%;
}
.common-home .ecslideshow .camera_wrap .camera_pag {
  margin-top: -66px;
}
.common-home .ecslideshow .camera_wrap .cameraSlide {
  position: absolute;
}
.common-home .ecslideshow .camera_wrap .cameraSlide img {
  max-width: 100% !important;
  width: 100% !important;
  height: auto !important;
  position: relative !important;
}
.common-home .ecslideshow .camera_wrap .cameraSlide.cameracurrent {
  position: relative !important;
}

.cameraContent.cameracurrent {
  display: flex !important;
}

.obal {
  display: none;
}
@media (min-width: 768px) {
  .obal {
    display: block;
  }
}
@media (min-width: 992px) {
  .obal {
    clear: both;
  }
}

.d-homepage-category {
  margin: 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  .d-homepage-category .d-category__box {
    width: 50%;
    max-width: 1000px;
  }
}

.d-category {
  position: relative;
  max-width: 480px;
  min-height: 166px;
  padding-bottom: 30px;
  margin: 0 auto 30px;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  transition: 0.25s all;
  text-align: center;
  border-bottom: 1px solid #9D9D9C;
}
@media (min-width: 992px) {
  .d-category {
    max-width: none;
    display: flex;
  }
  .d-category:nth-child(even) .d-category__box {
    order: 2;
    padding-left: 40px;
  }
  .d-category:nth-child(even) .d-category__img {
    order: 1;
  }
  .d-category:nth-child(even) .d-category__img img {
    float: left;
  }
  .d-category:nth-child(odd) .d-category__box {
    order: 1;
    padding-right: 40px;
  }
  .d-category:nth-child(odd) .d-category__img {
    order: 2;
    text-align: right;
  }
  .d-category:nth-child(odd) .d-category__img img {
    float: right;
  }
}
.d-category__img {
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .d-category__img {
    margin: 0;
  }
}
.d-category__layout {
  width: 100%;
  z-index: 1;
  transition: 0.25s all;
}
.d-category__box {
  width: 100%;
  transition: 0.25s all;
}
@media (min-width: 992px) {
  .d-category__box {
    max-width: 400px;
    padding: 0;
  }
}
.d-category__box .d-category__headline {
  margin-bottom: 25px;
}
.d-category__box .d-category__description {
  padding: 0 0 25px;
  text-align: justify;
}
.d-category__box .d-category__description p:last-child {
  margin-bottom: 0;
}
.d-category__box .d-btn, .d-category__box .d-blog-list__read-more, .d-category__box .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-category__box a {
  position: relative;
  margin: 0;
  text-transform: capitalize;
  z-index: 2;
}
@media (min-width: 768px) {
  .d-category__box .d-btn, .d-category__box .d-blog-list__read-more, .d-category__box .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-category__box a {
    text-transform: none;
  }
}
@media (min-width: 1200px) {
  .d-category__box .d-btn, .d-category__box .d-blog-list__read-more, .d-category__box .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-category__box a {
    display: inline-table;
  }
}
@media (max-width: 991px) {
  .d-category__img img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .d-category__img {
    flex: 1;
    text-align: left;
  }
}
.d-category__headline {
  position: relative;
  margin: 0 0 8px;
}
.d-category__list {
  position: relative;
  display: none;
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
  z-index: 2;
}
.d-category__list li a {
  font-size: 1.25rem;
  font-weight: 400;
  color: #fff;
  transition: 0.25s color;
}
.d-category__list li a::after {
  content: "";
  position: relative;
  top: -2px;
  left: 8px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(45deg);
  transition: 0.25s all;
  transition: 0.25s all;
}
.d-category__list li a:hover {
  color: #d0ee97;
}
.d-category__list li a:hover::after {
  left: 16px;
  border-color: #d0ee97;
}

.d-homepage-guide {
  margin: 0 0 35px;
  padding: 25px 23px;
  background-color: #7f7f7f;
  border-radius: 4px;
}
.d-homepage-guide .btn {
  margin: 20px 0 0;
}
@media (min-width: 992px) {
  .d-homepage-guide .btn {
    margin: 0;
  }
}
.d-homepage-guide__headline {
  position: relative;
  top: 0;
  display: inline-block;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .d-homepage-guide__headline {
    line-height: 0.786em;
  }
}
@media (min-width: 992px) {
  .d-homepage-guide__headline {
    top: 10px;
    margin: 0;
  }
}
.d-homepage-guide__see-all {
  text-align: left;
}
@media (min-width: 1200px) {
  .d-homepage-guide__see-all {
    text-align: right;
  }
}

.d-newsletter {
  position: relative;
  padding: 55px 0;
  background-color: #F5F5F5;
}
@media (min-width: 992px) {
  .d-newsletter {
    padding: 80px 0;
  }
}
.d-newsletter__form {
  margin-top: 20px;
}
.d-newsletter__background {
  position: relative;
  padding: 0 0 50%;
  background: url("/catalog/view/theme/default/image/layout/newsletter.png") no-repeat top center/contain;
}
@media (min-width: 992px) {
  .d-newsletter__background {
    position: absolute;
    right: 0;
    top: 0;
    width: 58.33333333%;
    height: 100%;
    padding: 0;
    background-position: top left;
    background-size: cover;
  }
}
.d-newsletter__background::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25%;
  background: linear-gradient(to bottom, rgba(249, 249, 249, 0.5) 0%, rgba(238, 238, 238, 0.9) 50%);
}
@media (min-width: 992px) {
  .d-newsletter__background::after {
    display: none;
  }
}
.d-newsletter__content {
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .d-newsletter__content {
    margin-bottom: 0;
  }
}
.d-newsletter-catalog__items {
  margin-bottom: 25px;
  margin-left: -15px;
  margin-right: -15px;
}
.d-newsletter-catalog__items .d-newsletter-catalog__item {
  display: inline-block;
  margin: 0 15px;
}
.d-newsletter h2 {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 20px;
  font-weight: bold;
}
.d-newsletter h2::before {
  width: 50px;
  left: calc(50% - 25px);
}
.d-newsletter p {
  font-size: 1rem;
  text-align: left !important;
}

#newslettermodule_frm {
  margin: 20px 0 0;
}
@media (min-width: 992px) {
  #newslettermodule_frm .form.text-center {
    text-align: left;
  }
}
#newslettermodule_frm .form-input {
  line-height: 3.1;
  color: #828696;
}
#newslettermodule_frm .form-input:focus, #newslettermodule_frm .form-input:active {
  color: #fff;
}

.d-blog-module {
  padding: 55px 20px;
  background-color: transparent;
}
@media (min-width: 768px) {
  .d-blog-module {
    padding: 55px 0px;
  }
}
.d-blog-module__column {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .d-blog-module__column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 768px) {
  .d-blog-list {
    display: flex;
    flex-direction: row;
  }
}
.d-blog-list__item {
  position: relative;
  height: 360px;
  margin: 0 30px 30px 0;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: none;
  transition: 0.25s box-shadow;
}
.d-blog-list__item:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .d-blog-list__item {
    width: calc(50% - 30px);
    margin: 0 0 30px 0;
  }
}
@media (min-width: 1200px) {
  .d-blog-list__item {
    display: flex;
    flex-direction: row;
    width: calc(50% - 15px);
    height: 330px;
  }
}
@media (min-width: 768px) {
  .d-blog-list__item:nth-of-type(odd) {
    margin-right: 30px;
  }
}
.d-blog-list__image {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media (min-width: 1200px) {
  .d-blog-list__image {
    position: relative;
    width: 50%;
  }
}
.d-blog-list__summary {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 200px;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: 0.5s all;
}
@media (min-width: 1200px) {
  .d-blog-list__summary {
    position: static;
    display: flex;
    flex-direction: column;
    left: auto;
    right: 0;
    width: 50%;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.d-blog-list__date {
  display: inline-block;
  width: 100%;
  margin: 0 0 5px;
}
.d-blog-list__date:focus, .d-blog-list__date:hover {
  text-decoration: none;
  outline: none;
}
.d-blog-list__day {
  font-size: 3.25rem;
  font-weight: 400;
  color: #1D1D1B;
  margin-right: 10px;
}
.d-blog-list__month {
  font-size: 1.417rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #1D1D1B;
}
.d-blog-list__title {
  font-size: 1.25rem;
  font-weight: 400;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 20px;
  border-bottom: none;
  text-transform: uppercase;
  color: #1D1D1B;
}
.d-blog-list__description {
  font-size: 1.083rem;
  font-weight: 400;
  display: none;
  margin: 0 0 30px;
  line-height: 1.385;
  color: #1D1D1B;
}
@media (min-width: 768px) {
  .d-blog-list__description {
    display: inline-block;
  }
}
.d-blog-list__buttons {
  display: flex;
  flex: 1 0 auto;
  align-items: flex-end;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .d-blog-list__read-more {
    position: absolute;
    bottom: 30px;
    right: 15px;
  }
}
@media (min-width: 1200px) {
  .d-blog-list__read-more {
    bottom: 0;
    right: 0;
    float: right;
  }
}
.d-blog-list__layout {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.d-footer {
  font-size: 1.333rem;
  position: relative;
  padding-top: 40px;
  margin-top: 0;
  border-top: 0;
  background-color: #D0D0D0;
}
.d-footer .row-link {
  margin-left: -25px;
  margin-right: -25px;
}
.d-footer .d-footer__links {
  line-height: 2.186rem;
  list-style: none;
  padding: 25px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .d-footer .d-footer__links {
    display: flex;
    justify-content: space-between;
  }
}
.d-footer .d-footer__links li a {
  color: #000;
  padding: 0 25px;
}
.d-footer .d-footer__links li a:focus, .d-footer .d-footer__links li a:hover, .d-footer .d-footer__links li a:active {
  color: #fff;
  text-decoration: none;
}
.d-footer .d-footer__links .d-footer__links-separator {
  border: 2px solid #fff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
}
.d-footer .d-footer__content-col {
  padding: 0;
}
.d-footer .footer-content-row {
  border-bottom: 2px solid #fff;
  padding-bottom: 25px;
  margin: 0;
}
.d-footer h3 {
  position: relative;
  margin: 0 0 15px;
  font-size: 1.333rem;
  font-weight: 600;
  color: #000;
}
.d-footer__products, .d-footer__information, .d-footer__user {
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .d-footer__products, .d-footer__information, .d-footer__user {
    margin-bottom: 0;
  }
}
.d-footer__list {
  font-size: 1.333rem;
  font-weight: 400;
  line-height: 2.186rem;
  margin-bottom: 0;
}
.d-footer__list * {
  color: #000;
}
.d-footer__list li {
  white-space: nowrap;
}
.d-footer__list a {
  transition: 0.25s color;
}
.d-footer__list a:hover, .d-footer__list a:focus {
  color: #fff;
}
.d-footer__e-mail:hover {
  color: #fff;
}
.d-footer__envelope {
  top: 2px;
}
.d-footer__envelope, .d-footer__home, .d-footer__phone {
  margin-right: 10px;
}
.d-footer__phone {
  top: 4px;
}
.d-footer .d-footer__home {
  position: relative;
  display: inline-block;
  width: 19px;
  height: 16px;
}
.d-footer .d-footer__home::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-footer .d-footer__home::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/home.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/home.svg");
  opacity: 1;
}
.d-footer .d-footer__phone {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
}
.d-footer .d-footer__phone::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-footer .d-footer__phone::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/phone.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/phone.svg");
  opacity: 1;
}

.d-footer-top {
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
}
.d-footer-top > * {
  display: inline-block;
  float: left;
  min-height: 40px;
}
.d-footer-top__column {
  width: 30%;
  background-color: #272727;
}
@media (min-width: 768px) {
  .d-footer-top__column {
    width: 35%;
  }
}
@media (min-width: 992px) {
  .d-footer-top__column {
    width: 42%;
  }
}
.d-footer-top__column--left {
  border-top-right-radius: 20%;
}
.d-footer-top__column--right {
  border-top-left-radius: 20%;
}
.d-footer-top__center {
  position: relative;
  width: 40%;
  background-color: transparent;
}
@media (min-width: 768px) {
  .d-footer-top__center {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .d-footer-top__center {
    width: 16%;
  }
}
.d-footer-top__to-the-stars {
  position: absolute;
  bottom: -6px;
  left: calc(50% - 24px);
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #000;
  z-index: 1;
  cursor: pointer;
}
@media (min-width: 600px) {
  .d-footer-top__to-the-stars {
    bottom: -18px;
  }
}
.d-footer-top__to-the-stars::after, .d-footer-top__to-the-stars::before {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(-45deg);
  transition: 0.25s all;
  content: "";
  position: absolute;
  top: calc(50% - 7px);
  left: calc(50% - 5px);
  animation: to-the-star 2s infinite 0.3s;
  opacity: 0;
}
.d-footer-top__to-the-stars::after {
  top: calc(50% + 0px);
  animation-delay: 0s;
}
.d-footer-top__triangle {
  position: relative;
  top: 1px;
  left: -7%;
  float: left;
  display: inline-block;
  width: 50%;
  height: 40px;
  padding-bottom: 10%;
  overflow: hidden;
}
@media (min-width: 768px) {
  .d-footer-top__triangle {
    top: 2px;
  }
}
@media (min-width: 992px) {
  .d-footer-top__triangle {
    top: 7px;
    left: -1px;
  }
}
.d-footer-top__triangle::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 170em solid transparent;
  border-bottom: 40em solid #272727;
}
.d-footer-top__triangle--right {
  left: 7%;
  transform: scaleX(-1);
}
@media (min-width: 992px) {
  .d-footer-top__triangle--right {
    left: 2px;
  }
}

.d-footer-bottom {
  margin: 0;
  padding: 25px 0px;
  border-top: 2px solid #fff;
}
.d-footer-bottom p {
  margin: 0;
}
@media (min-width: 1200px) {
  .d-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.d-footer-bottom > div {
  padding-left: 0;
  padding-right: 0;
  margin: 0 0 15px;
}
@media (min-width: 1200px) {
  .d-footer-bottom > div {
    flex: 1;
    margin: 0;
  }
}
.d-footer-bottom__copyright {
  font-size: 1.167rem;
  font-weight: 400;
  padding-left: 15px;
  color: #000;
}
@media (min-width: 1200px) {
  .d-footer-bottom__copyright {
    text-align: left;
  }
}

.d-footer__envelope {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 13px;
}
.d-footer__envelope::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: 0.25s opacity;
}
.d-footer__envelope::before {
  background-image: url("/catalog/view/theme/default/image/layout/icons/envelope-footer.png");
  background-image: url("/catalog/view/theme/default/image/layout/icons/envelope-footer.svg");
  opacity: 1;
}

.d-simplo {
  position: relative;
  font-size: 1.167em;
  font-weight: 400;
  padding-right: 15px;
  color: #606060;
}
@media (min-width: 1200px) {
  .d-simplo {
    text-align: right;
  }
}
.d-simplo__item {
  margin: 0 4px;
}
.d-simplo__link {
  color: #606060;
  transition: 0.25s color;
}
.d-simplo__text {
  display: inline-block;
  position: relative;
  top: 2px;
}
.d-simplo__logo {
  position: relative;
  top: 8px;
  display: inline-block;
  width: 75px;
  height: 22px;
}
.d-simplo__logo::before, .d-simplo__logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 75px 22px;
  transition: 0.25s opacity;
}
.d-simplo__logo::before {
  background-image: url(/catalog/view/theme/default/image/layout/simplo-logo.png);
  opacity: 1;
}
.d-simplo__logo::after {
  background-image: url(/catalog/view/theme/default/image/layout/simplo-logo_hover.png);
  opacity: 0;
}
.d-simplo:hover .d-simplo__link {
  color: #939393;
}
.d-simplo:hover .d-simplo__logo::before {
  opacity: 0;
}
.d-simplo:hover .d-simplo__logo::after {
  opacity: 1;
}

.service-sub-menu {
  background-color: #FDFDFD;
}
.service-sub-menu ul {
  margin: 0;
  padding: 0;
  display: inline;
}
.service-sub-menu li {
  list-style-type: none;
  display: inline;
  float: left;
}
.service-sub-menu li a {
  display: block;
  padding: 10px 12px;
  text-decoration: none;
}

.service-page h1 {
  margin-top: 25px;
}
.service-page h2 {
  width: 100%;
  border-bottom: 1px solid #dedede;
  font-weight: 400;
  font-size: 2.7rem;
  margin: 50px 0 30px 0 !important;
}
.service-page h2:before {
  content: none;
}

#dm-shipping_row {
  display: flex;
}
@media screen and (max-width: 991px) {
  #dm-shipping_row {
    display: block;
    margin-top: 0;
  }
}

.d-category-description {
  margin: 0 0 30px;
}
.d-category-description__background {
  padding: 0;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .d-category-description__background {
    padding: 10.5% 20px 20px;
  }
}
.d-category-description__inner {
  max-width: 375px;
  padding: 30px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
}
.d-category-description p {
  font-size: 1.25rem;
  font-weight: 400;
  margin: 0;
  line-height: 1.333;
  color: #fff !important;
}

/** DIRECT EDITS OF BRAINY FILTER STYLES **/
.bf-layout-id-49 .ui-widget-content {
  position: relative;
}

.ui-slider .ui-slider-handle {
  width: 14px;
  height: 14px;
  border-radius: 4px;
}

.ui-slider-horizontal .ui-slider-handle {
  position: absolute;
  top: -9px !important;
}

.bf-slider-container-range .ui-slider-handle {
  position: absolute;
  top: -6px !important;
}

.bf-slider-range.ui-slider-horizontal {
  height: 2px;
  margin: 0 6px;
}

.bf-panel-wrapper .box .bf-form .bf-price-slider-container {
  background-color: #e4e6e0;
}

.bf-slider-range.ui-slider .ui-slider-range {
  position: absolute;
  height: 2px;
}

.bf-slider-inputs input {
  border: none;
  width: 43px !important;
  min-width: 43px !important;
  font-size: 1rem;
  line-height: 2;
  padding: 0;
  text-align: right;
}
.bf-slider-inputs .bf-slider-input-min-c {
  display: inline-block;
}
.bf-slider-inputs .bf-slider-input-max-c {
  display: inline-block;
  float: right;
  padding-right: 16px;
}

/** / DIRECT EDITS OF BRAINY FILTER STYLES **/
#selected-filters .bf-row {
  padding: 0 16px;
  font-size: 1.083rem;
  display: block;
}
#selected-filters .bf-row:first-child {
  margin-top: 10px;
}
#selected-filters .bf-cell {
  border-bottom: none !important;
}

.bf-panel__btn-show-filter {
  background-color: #000 !important;
  border: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  color: #fff !important;
  width: 110px;
  height: 39px;
  position: fixed;
  left: -39px;
  top: 50%;
  text-align: center;
  transform: rotate(90deg) translateX(-50%);
  transition: 0.5s left;
  z-index: 9999;
}

.bf-panel--active .bf-panel__btn-show-filter {
  left: 260px;
  transition: 0.5s left;
}
@media (min-width: 992px) {
  .bf-panel--active .bf-panel-wrapper {
    left: 0;
    transition: 0.5s left;
  }
}

.bf-panel-wrapper {
  padding: 0 15px;
}
@media (min-width: 992px) {
  .bf-panel-wrapper {
    border-right: 1px solid #daded3;
    width: 300px;
    position: fixed;
    left: -300px;
    top: 0;
    padding: 0;
    background: #fff;
    height: 100%;
    overflow: auto;
    transition: 0.5s left;
    z-index: 9999;
  }
}
.bf-panel-wrapper .box {
  border: none;
  background-color: transparent;
}
.bf-panel-wrapper .box .bf-form {
  /* SEARCH */
  /* / SEARCH */
  /** PRICE **/
  /** / PRICE **/
  /** CLEAR BUTTON **/
  /** / CLEAR BUTTON **/
}
.bf-panel-wrapper .box .bf-form .bf-attr-header {
  background-color: #f6f6f6;
  position: relative;
  padding: 10px 16px 8px;
  border-top: none;
}
.bf-panel-wrapper .box .bf-form .bf-attr-header .bf-title {
  position: relative;
  display: inline-block;
  padding-right: 5px;
}
.bf-panel-wrapper .box .bf-form .bf-attr-header .bf-arrow {
  position: absolute;
  top: 2px;
  right: 16px;
  padding: 0;
  background: none !important;
  font-size: 2rem;
  line-height: 1;
}
.bf-panel-wrapper .box .bf-form .bf-attr-header .bf-arrow::before {
  content: "+";
  display: block;
  padding: 8px 0;
}
.bf-panel-wrapper .box .bf-form .bf-attr-header .bf-arrow.bf-arrow-expanded::before {
  content: "–";
  padding-right: 3px;
  position: relative;
  bottom: 2px;
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont {
  padding: 0;
  border-top: 1px solid #daded3;
  /* SEARCH */
  /* / SEARCH */
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont .bf-attr-block-cont {
  padding: 0 16px;
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont .bf-attr-block-cont .bf-attr-filter {
  margin: 0;
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont .bf-attr-block-cont .bf-attr-filter:first-of-type {
  margin-top: 12px;
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont .bf-attr-block-cont .bf-attr-filter:last-of-type {
  margin-bottom: 12px;
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont .bf-cell {
  border-bottom: none;
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont .bf-row {
  display: block;
}
.bf-panel-wrapper .box .bf-form .bf-sliding-cont input[type=text].bf-search {
  margin: 0;
  padding: 0 18px 0 10px;
  background-image: none;
}
.bf-panel-wrapper .box .bf-form .bf-search-container {
  position: relative;
}
.bf-panel-wrapper .box .bf-form .bf-search-container .d-search-icon {
  position: absolute;
  top: 18px;
  right: 8px;
  font-size: 1.25em;
  color: #000;
}
.bf-panel-wrapper .box .bf-form .bf-search-container .d-form-input:focus + .d-search-icon {
  color: #fff;
}
.bf-panel-wrapper .box .bf-form .bf-price {
  display: inline-block;
  color: #000;
}
.bf-panel-wrapper .box .bf-form .bf-price.bf-price--right {
  float: right;
  padding-right: 16px;
}
.bf-panel-wrapper .box .bf-form .bf-price input {
  text-align: center;
  border: none;
  width: 43px;
  min-width: 43px;
}
.bf-panel-wrapper .box .bf-form .bf-price-slider-container {
  padding: 0;
}
.bf-panel-wrapper .box .bf-form .bf-price-filter .d-form-input {
  font-size: 1rem;
  line-height: 2;
  padding: 0;
  text-align: right;
}
.bf-panel-wrapper .box .bf-form .bf-buttonclear-box {
  padding: 10px 16px;
  color: #b9b9b9;
}
.bf-panel-wrapper .box .bf-form .bf-buttonclear-box .bf-buttonclear-container:hover::before {
  color: #000;
}
.bf-panel-wrapper .box .bf-form .bf-buttonclear-box .bf-buttonclear {
  padding-left: 0;
  text-decoration: none;
  background: transparent;
  background-image: none !important;
  transition: all 0.25s;
}
.bf-panel-wrapper .box .bf-form .bf-buttonclear-box .bf-buttonclear:hover {
  color: #000;
}

.bf-cur-symb {
  padding-top: 10px;
}

.bf-cur-symb-left {
  font-size: 1rem;
}

.bf-panel-wrapper .bf-attr-block-cont {
  font-size: 1rem;
}
.bf-panel-wrapper .bf-attr-block-cont label {
  font-weight: 400;
}
.bf-panel-wrapper .d-question-icon {
  font-size: 0.833rem;
  color: #888888;
}
.bf-panel-wrapper .ui-slider-handle {
  border-radius: 50%;
  background: #fff !important;
  border: 1px solid #1D1D1B !important;
}
.bf-panel-wrapper .ui-slider-range {
  background-color: #1D1D1B !important;
}

.selected-filters__block {
  padding: 16px 0;
}

.selected-filters__title {
  padding: 0 16px;
}

.d-sorting {
  display: flex;
  justify-content: space-between;
  margin-bottom: 55px;
}
.d-sorting__controls {
  margin-left: auto;
}
.d-sorting .d-select-group {
  margin: 0px 5px 2px 0;
}

.d-product-list {
  margin: 0 0 30px;
}

.d-panel {
  margin-bottom: 30px;
  padding: 25px 15px 20px 20px;
  border: none;
  border-radius: 3px;
  background-color: #e0e0e0;
}
.d-panel > .panel-heading {
  padding: 0 0 25px;
  border-bottom: none;
  background-color: transparent;
}
.d-panel > .panel-body {
  padding: 0;
}
.d-panel h2 {
  position: relative;
  display: inline-block;
  font-size: 2rem;
  margin: 0 !important;
  border: none;
  color: #000;
}
.d-panel h2::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 80%;
  background-color: #000;
}

.yo-am li + li {
  border-top: none;
}
.yo-am li > .item-wrapper {
  text-shadow: none;
  font-size: 1.167em;
  font-weight: 400;
  color: #000;
  background-color: transparent;
}
.yo-am li > .item-wrapper:hover {
  text-shadow: none;
  color: #000;
  background-color: transparent;
}
.yo-am li > .item-wrapper:hover .btn-toggle {
  border-left: none;
}
.yo-am li > .item-wrapper:hover .btn-toggle span::before, .yo-am li > .item-wrapper:hover .btn-toggle span::after {
  background-color: #000;
}
.yo-am li > .item-wrapper .item-title {
  font-size: 1.2rem;
  padding: 5px 0;
}
.yo-am li > .item-wrapper .item-title span {
  color: #9b9b9b;
}
.yo-am li > .item-wrapper .btn-toggle {
  position: relative;
  padding: 0;
  border-left: none;
}
.yo-am li > .item-wrapper .btn-toggle span::before, .yo-am li > .item-wrapper .btn-toggle span::after {
  content: "";
  top: calc(50% - 4.5px);
  right: 0;
  position: absolute;
  display: inline-block;
  height: 9px;
  width: 1px;
  background-color: #9b9b9b;
  transform: rotate(0deg);
  transition: 0.25s all;
}
.yo-am li > .item-wrapper .btn-toggle span::before {
  margin-top: 0;
  margin-right: 0;
  opacity: 1;
}
.yo-am li > .item-wrapper .btn-toggle span::after {
  transform: rotate(90deg);
}
.yo-am li > .item-wrapper .btn-toggle:hover {
  background-color: transparent;
}
.yo-am li.active > .item-wrapper {
  color: #000;
  background-color: transparent;
  text-shadow: none;
}
.yo-am li.active > .item-wrapper .btn-toggle:active {
  box-shadow: none;
}
.yo-am li.active > .item-wrapper .btn-toggle span::before, .yo-am li.active > .item-wrapper .btn-toggle span::after {
  background-color: #000;
}
.yo-am li.active > .item-wrapper .btn-toggle span::before {
  transform: rotate(270deg);
}

.d-manufacturers {
  margin-bottom: 20px;
  padding: 0 15px;
}
.d-manufacturers p {
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .d-manufacturers {
    padding: 0;
  }
}

.d-product-manufacturer {
  width: 65px;
  height: auto;
  float: right;
}

@media screen and (max-width: 768px) {
  .category-gallery {
    display: none;
  }
}

.category-gallery-cont {
  display: flex;
  margin: -7px;
  width: 100%;
  position: relative;
  left: 7px;
  margin-bottom: 7px;
  flex-wrap: wrap;
}

.category-gallery__left {
  flex: 0 0 100%;
  max-width: 100%;
  margin: 0;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .category-gallery__left {
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
    margin: 7px;
    padding: 0;
  }
}
.category-gallery__left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.category-gallery__right {
  flex: 0 0 100%;
  width: 100%;
  padding: 10px;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .category-gallery__right {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0;
  }
}

.d-slideshow-current-img {
  height: 0;
  margin: 0;
  padding-bottom: 66.2%;
  position: relative;
}

.d-slideshow-current__item--gallery {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: none !important;
}

.category-gallery__right-img {
  flex: 0 0 calc(50% - 14px);
  width: calc(50% - 14px);
  margin: 7px;
  height: 0;
  padding-bottom: 31%;
  position: relative;
}
@media screen and (min-width: 992px) {
  .category-gallery__right-img {
    padding-bottom: 31%;
  }
}
@media screen and (min-width: 1200px) {
  .category-gallery__right-img {
    padding-bottom: 31%;
  }
}
.category-gallery__right-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  transition: opacity 0.125s;
}

.category-gallery__buttons {
  padding: 0 7px;
}

.d-gallery-wrap {
  position: relative;
  display: inline-block;
  width: 86%;
  margin: 20px auto;
}

.d-gallery-wrap .d-gallery-name {
  position: absolute;
  top: 10px;
  left: 20px;
  color: white;
  font-size: 4.5rem;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  .d-gallery-wrap .d-gallery-name {
    font-size: 2rem;
  }
}

.d-gallery-wrap img {
  width: 100%;
}

.d-gallery-photos {
  display: flex;
  margin: 30px -10px;
  flex-wrap: wrap;
}

.d-gallery-pad1 {
  padding: 0px 37px;
}

.d-gallery-pad2 {
  padding: 25px 23px;
}

.d-gallery-main-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-photos__img {
  position: relative;
  flex: 0 0 calc(33.333% - 20px);
  margin: 10px;
  position: relative;
  height: 0;
  padding-bottom: 20%;
}
.gallery-photos__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.d-product-search {
  margin: 0 0 30px;
}
.d-product-search .d-form-input {
  margin: 0 0 15px;
}
@media (min-width: 992px) {
  .d-product-search .d-form-input {
    margin: 0;
  }
}

.d-cart-list {
  margin: 0 0 55px;
}
.d-cart-list__item {
  overflow: auto;
  margin: 0 0 20px;
  padding: 20px;
  background-color: #fff;
  transition: 0.25s background-color;
}
@media (min-width: 992px) {
  .d-cart-list__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item {
    margin: 0 0 15px;
  }
}
.d-cart-list__item:hover {
  background-color: #eee;
}
.d-cart-list__item > * {
  margin: 0 0 20px;
}
@media (min-width: 992px) {
  .d-cart-list__item > * {
    margin: 0;
  }
}
.d-cart-list__item ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #252525;
}
.d-cart-list__item ul li {
  display: inline-block;
  width: 50%;
  float: left;
}
.d-cart-list__item ul li:last-of-type {
  float: right;
}
@media (min-width: 1200px) {
  .d-cart-list__item ul li:first-of-type {
    width: 56%;
  }
}
.d-cart-list__item ul li:nth-of-type(2) {
  display: none;
}
@media (min-width: 1200px) {
  .d-cart-list__item ul li:nth-of-type(2) {
    display: inline-block;
    width: 13%;
  }
}
.d-cart-list__item ul li:last-of-type {
  text-align: right;
}
@media (min-width: 1200px) {
  .d-cart-list__item ul li:last-of-type:not(:first-of-type) {
    display: inline-block;
    width: 31%;
  }
}
.d-cart-list__row {
  overflow: auto;
  padding: 8px 0;
}
.d-cart-list__row:first-of-type {
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .d-cart-list__row:first-of-type {
    font-size: 1.6rem;
  }
}
.d-cart-list__row:not(:first-of-type) {
  border-top: 1px solid #e5e5e5;
}
.d-cart-list__thumb {
  display: inline-block;
  width: 100%;
}
@media (min-width: 992px) {
  .d-cart-list__thumb {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__thumb {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 15%;
  }
}
.d-cart-list__thumb img {
  width: 100%;
  padding: 20px 0;
  flex-shrink: 0;
}
@media (min-width: 992px) {
  .d-cart-list__info {
    width: 40%;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__info {
    width: 58.3333%;
  }
}
.d-cart-list__quantity {
  font-weight: 400;
}
@media (min-width: 992px) {
  .d-cart-list__quantity {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__quantity {
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__quantity .form-group {
    margin-bottom: 5px;
  }
}
.d-cart-list__quantity .form-group .d-form-input {
  font-size: 1.583rem;
  font-weight: 400;
  line-height: 2.105;
  color: #000;
}
.d-cart-list__quantity .d-btn--cart-update,
.d-cart-list__quantity .d-btn--remove {
  width: 100%;
}
@media (min-width: 992px) {
  .d-cart-list__total-price {
    width: 11%;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__total-price {
    width: auto;
  }
}
.d-cart-list__total-price ul li {
  width: 100%;
  padding: 8px 0;
  font-weight: 600;
}
@media (min-width: 1200px) {
  .d-cart-list__total-price ul li:first-of-type {
    width: 100%;
  }
}

.d-cart-list__item--voucher {
  background-color: #e0e0e0;
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher {
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher ul li {
    width: 33.3333%;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher ul li:nth-of-type(2) {
    display: inline-block;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher ul li:last-of-type {
    text-align: left;
  }
}
.d-cart-list__item--voucher .d-cart-list__info {
  display: inline-block;
  width: 70%;
}
@media (min-width: 768px) {
  .d-cart-list__item--voucher .d-cart-list__info {
    width: 69%;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher .d-cart-list__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher .d-cart-list__info {
    width: 71%;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher .d-cart-list__row {
    overflow: visible;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher .d-cart-list__row ul {
    display: flex;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher .d-cart-list__row ul li:first-of-type {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher .d-cart-list__row ul li:first-of-type {
    width: 46%;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher .d-cart-list__row ul li:nth-of-type(2) {
    width: 11%;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher .d-cart-list__row ul li:last-of-type {
    width: 25.3%;
    text-align: right;
  }
}
.d-cart-list__item--voucher .d-cart-list__row ul li:not(:nth-of-type(2)) {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.d-cart-list__item--voucher .d-cart-list__thumb {
  width: 30%;
  float: left;
}
@media (min-width: 768px) {
  .d-cart-list__item--voucher .d-cart-list__thumb {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher .d-cart-list__thumb {
    width: 24%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher .d-cart-list__thumb {
    width: 15%;
  }
}
.d-cart-list__item--voucher .d-cart-list__thumb img {
  max-width: 48px;
  padding: 0;
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher .d-cart-list__thumb img {
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher .d-cart-list__total-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media (min-width: 1200px) {
  .d-cart-list__item--voucher .d-cart-list__total-price {
    width: 9.5%;
  }
}
@media (min-width: 992px) {
  .d-cart-list__item--voucher .d-cart-list__total-price ul li {
    width: 100%;
    text-align: right;
  }
}

.d-cart-buttons {
  margin: 0 -15px 0;
}
.d-cart-buttons > div:first-of-type {
  margin-bottom: 15px;
}
.d-cart-buttons .d-btn, .d-cart-buttons .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-cart-buttons a, .d-cart-buttons .d-blog-list__read-more {
  line-height: 52px;
  text-transform: uppercase;
  width: 100%;
}
.d-cart-buttons .d-btn .d-text-icon--basket, .d-cart-buttons .ecslideshow .camera_caption .content_text .description p a .d-text-icon--basket, .ecslideshow .camera_caption .content_text .description p .d-cart-buttons a .d-text-icon--basket, .d-cart-buttons .d-blog-list__read-more .d-text-icon--basket {
  top: 3px;
}

.d-cart__shop {
  text-decoration: none !important;
}

.d-cart__total {
  color: #ff0048;
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 9px 5px 9px;
  position: relative;
  font-weight: 700;
}
@media (min-width: 1173px) {
  .d-cart__total {
    background-color: #ff0048;
    border-radius: 50%;
    color: #fff;
    font-weight: 400;
    bottom: 10px;
  }
}

.d-undo-icon {
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 5px;
  font-size: 1.333rem;
}

.d-trash-icon {
  display: inline-block;
  position: relative;
  left: 3px;
  top: 1px;
  margin-right: 12px;
  font-size: 1.25rem;
}

.d-modules {
  margin: 0 0 30px;
}
@media (max-width: 991px) {
  .d-modules__module-col {
    margin-top: 55px;
  }
  .d-modules__module-col:first-child {
    margin-top: 0;
  }
}
.d-modules__module {
  margin: 0;
}
.d-modules__module p {
  margin: 0 0 20px;
  font-size: 1.333rem;
  line-height: 1.375;
  color: #000;
}

.d-cart-summary {
  font-size: 1.5rem;
  margin: 0 0 35px;
  text-align: right;
}
.d-cart-summary__total-price {
  font-size: 1.8rem;
}
.d-cart-summary__item {
  margin-bottom: 30px;
}
.d-cart-summary__item:last-child {
  margin-bottom: 0;
}
.d-cart-summary p {
  margin-bottom: 0;
}

.checkout .d-container-topbar .d-navigation {
  height: 0 !important;
}
.checkout .d-header {
  text-align: center !important;
}
.checkout .d-logo {
  float: none !important;
}

.bs-wizard > .bs-wizard-step > .bs-wizard-dot::after {
  font-weight: 400 !important;
  left: calc(50% - 5px) !important;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-weight: 400 !important;
}

.material-img {
  width: 35px;
  height: 35px;
  margin: -6px 3px -6px 0px;
  overflow: hidden;
  float: left;
}

.material-img-img {
  margin-left: -19px;
}

.prolog {
  width: 100% !important;
}

body.checkout .d-content {
  padding: 0 0 55px;
}
body.checkout .main-content {
  padding: 0 0 60px;
}
body.checkout .tab-content {
  border-radius: 4px;
  background-color: #fff;
}
@media (min-width: 992px) {
  body.checkout .tab-content {
    margin: 0;
  }
}
@media (min-width: 992px) {
  body.checkout .tab-content h3 {
    margin: 5px 0 20px;
  }
}
body.checkout .tab-content label {
  font-size: 1.167em;
  font-weight: 600;
  color: #000;
}
body.checkout .tab-content .xrequired {
  color: #000;
}
body.checkout .tab-content #progress {
  display: inline-block;
  width: auto;
}
body.checkout .tab-content .progress-bar {
  width: auto !important;
}
@media (min-width: 1200px) {
  body.checkout .tab-content .tab-pane {
    margin-bottom: 10px;
  }
}
body.checkout .tab-content .btn {
  margin: 10px 0 0;
}
body.checkout .tab-content .form-group {
  margin-bottom: 10px;
}
body.checkout .form-input {
  border-color: #d4d4d4;
  border-radius: 4px;
  line-height: 2.667em;
  color: #d4d4d4;
}
body.checkout .form-input::-webkit-input-placeholder {
  color: #d4d4d4;
}
body.checkout .form-input::-moz-placeholder {
  color: #d4d4d4;
}
body.checkout .form-input:-ms-input-placeholder {
  color: #d4d4d4;
}
body.checkout .form-input:-moz-placeholder {
  color: #d4d4d4;
}
body.checkout .form-input:focus {
  color: #fff;
}
body.checkout .llink {
  display: inline-block;
  margin-top: 10px;
  text-decoration: underline;
  color: #000;
}
body.checkout .llink:hover {
  text-decoration: none;
}
body.checkout .lborder {
  margin: 30px 0 0;
  border: none;
  border-left: none;
}
@media (min-width: 768px) {
  body.checkout .lborder {
    min-height: initial;
  }
}
@media (min-width: 992px) {
  body.checkout .lborder {
    margin: 0;
  }
}
body.checkout .lborder h3 {
  text-align: left;
}
@media (min-width: 992px) {
  body.checkout .lborder h3 {
    margin: 0 0 5px;
  }
}
body.checkout .lborder .panel {
  border: none;
  box-shadow: none;
  background-color: transparent;
}
body.checkout .lborder .panel-heading {
  padding: 0;
  border-bottom: none;
  background-color: transparent;
}
body.checkout .lborder .panel-footer {
  border-top-color: #e5e5e5;
  background-color: transparent;
}
body.checkout .lborder .panel-footer .fa-arrow-left {
  position: relative;
  top: -1px;
  left: -4px;
}
body.checkout .lborder .table > tbody > tr > td, body.checkout .lborder .table > tbody > tr > th,
body.checkout .lborder .table > thead > tr > td,
body.checkout .lborder .table > thead > tr > th {
  font-size: 1.167em;
  font-weight: 600;
  padding: 8px 0;
  border-top: none;
  color: #000;
}
body.checkout .lborder .table > tbody > tr > td a, body.checkout .lborder .table > tbody > tr > th a,
body.checkout .lborder .table > thead > tr > td a,
body.checkout .lborder .table > thead > tr > th a {
  color: #000;
  text-decoration: underline;
  transition: 0.25s all;
}
body.checkout .lborder .table > tbody > tr > td a:hover, body.checkout .lborder .table > tbody > tr > th a:hover,
body.checkout .lborder .table > thead > tr > td a:hover,
body.checkout .lborder .table > thead > tr > th a:hover {
  text-decoration: none;
}
body.checkout .lborder #totals td, body.checkout .lborder #guest-totals td {
  font-size: 1.3rem;
  font-weight: 600;
  color: #000;
}

.bs-wizard {
  border-bottom: none;
}
@media (min-width: 1200px) {
  .bs-wizard {
    margin-top: 16px;
  }
}
.bs-wizard > .bs-wizard-step > .progress {
  height: 2px;
  margin: 20px 0 30px;
  background-color: #000;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
  background: #000;
}
.bs-wizard > .bs-wizard-step:nth-child(4) > .progress {
  width: 50% !important;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
  top: 35%;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  margin-top: -43px;
  font-size: 1.5em;
  background: #000;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot::after {
  top: calc(50% - 10px);
  left: calc(50% - 6px);
  width: auto;
  height: auto;
  background: #000;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
  font-size: 1.417em;
  font-weight: 700;
  min-height: 60px;
  color: #000;
}
@media (min-width: 1200px) {
  .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    padding: 0 15px;
  }
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
  border-color: #000;
  border-width: 2px;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot::after {
  color: #000;
  background: #fff;
}

.pside-bar {
  margin: 20px 0 0;
  padding-left: 15px;
  padding-right: 15px;
  border: none;
  border-radius: 4px;
  background-color: transparent;
}
@media (min-width: 992px) {
  .pside-bar {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .pside-bar {
    min-height: initial;
  }
}
.pside-bar .tabs-left {
  border-radius: 4px;
  background-color: #fff;
}
.pside-bar .tabs-left > li {
  min-height: initial;
  width: 100%;
  border-bottom: 0;
  border-left: 0;
}
.pside-bar .tabs-left > li:first-of-type > a {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.pside-bar .tabs-left > li:last-of-type > a {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pside-bar .tabs-left > li:not(:last-of-type) {
  border-bottom: 1px solid #f4f4f4;
}
.pside-bar .tabs-left > li > a {
  width: 100%;
  padding: 17.5px 20px;
  text-transform: uppercase;
  font-size: 1.35rem;
  font-weight: 600;
  color: #000;
  transition: 0.25s all;
}
.pside-bar .tabs-left > li > a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.25s all;
  position: absolute;
  top: calc(50% - 3px);
  right: 20px;
  transition: 0.25s all;
}
.pside-bar .tabs-left > li.active > a, .pside-bar .tabs-left > li:hover > a {
  border-left: none;
  color: #fff;
  background-color: #000 !important;
  border-radius: 0;
  text-decoration: none;
}
.pside-bar .tabs-left > li.active > a::after, .pside-bar .tabs-left > li:hover > a::after {
  border-color: #fff;
}
.pside-bar .tabs-left > li:hover::after {
  right: 25px;
}

#xagree a,
#agreeText a {
  text-decoration: underline;
  color: #000;
  transition: 0.25s all;
}
#xagree a:hover,
#agreeText a:hover {
  text-decoration: none;
}

.clickable, .clickable .fa,
.pointer,
.pointer .fa,
.pchange a,
.pchange a .fa {
  color: #000;
  transition: 25s all;
}
.clickable:hover, .clickable:hover .fa,
.pointer:hover,
.pointer:hover .fa,
.pchange a:hover,
.pchange a:hover .fa {
  color: #000;
}

@media (min-width: 768px) {
  #addressRight {
    margin-bottom: 40px;
  }
}
#addressRight .progress {
  height: auto;
}
#addressRight .progress, #addressRight .progress > div {
  box-shadow: none;
  background-color: transparent !important;
}

/* HARD EDIT OF XTENSIONS STYLES :-( */
#addressPage .col-md-9 .panel-heading.selected,
#addressPage .col-md-9 .panel-footer.selected,
#addressPage .col-md-9 .panel-heading:hover,
#addressPage .col-md-9 .panel-footer:hover,
#guestPage .selected {
  background-color: #000;
  border: 1px solid #000;
}

#payment .nav-tabs > li:FIRST-CHILD > a,
#payment .nav-tabs > li:FIRST-CHILD > a:hover {
  color: #000;
  background-color: #fff;
}

#login-tabs .nav-tabs > li {
  margin-bottom: 0;
}

.d-product-detail__conf-price {
  width: 120px;
  text-align: right;
  margin-right: 15px;
}
.d-product-detail__conf-item-none {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.d-product-detail__conf-item td {
  padding: 5px 15px;
}
.d-product-detail__conf-item:hover, .d-product-detail__conf-item:focus {
  background-color: #ececec;
  cursor: pointer;
}
.d-product-detail__conf-item .d-product-detail__conf-item-img {
  max-width: 130px;
  float: right;
}
.d-product-detail__conf-item-checkbox {
  width: 30px;
  height: 30px;
  margin: 0;
  border: 1px solid #e3e3e3;
  background-color: #e3e3e3;
  transition: background 0.25s ease;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.d-product-detail__conf-item-checkbox:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 10px;
  width: 8px;
  height: 14px;
  opacity: 0;
  transform: rotate(45deg) scale(0);
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transition: all 0.23s ease;
  transition-delay: 0.1s;
}
.d-product-detail__conf-item--checked {
  background-color: #dadada;
}
.d-product-detail__conf-item--checked .d-product-detail__conf-item-checkbox {
  background: #7b7b7b;
  border: none;
  animation: jelly 0.25s ease;
}
.d-product-detail__conf-item--checked .d-product-detail__conf-item-checkbox:after {
  opacity: 1;
  transform: rotate(45deg) scale(1);
}
@media (min-width: 768px) {
  .d-product-detail__conf-item-price {
    min-width: 220px;
  }
}
.d-product-detail__choose-color-block {
  padding: 55px 0;
}
.d-product-detail__choose-color {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  float: right;
}
@media (min-width: 480px) {
  .d-product-detail__choose-color {
    width: 300px;
  }
}
.d-product-detail__description {
  padding: 55px 0;
}
.d-product-detail__description p:last-child {
  margin-bottom: 0;
}
.d-product-detail__configuration {
  padding: 55px 0;
}
.d-product-detail__configuration p:last-child {
  margin-bottom: 0;
}
.d-product-detail__configuration-desc {
  margin-bottom: 20px;
}
.d-product-detail__configuration-part {
  padding-top: 55px;
}
.d-product-detail__basic-info {
  padding: 55px 0;
}
.d-product-detail #parameters .d-list__item {
  line-height: 1.3 !important;
  display: flex;
  padding: 0.7rem 0;
}
.d-product-detail #parameters .d-list__item .d-list__label {
  width: calc(50% - 0.5rem);
  margin-right: 0.5rem;
}
.d-product-detail #parameters .d-list__item .d-list__value {
  width: 50%;
  float: none;
  text-align: right;
}
.d-product-detail__parameters {
  padding: 55px 0;
}
.d-product-detail__surface-block {
  padding: 55px 0 0;
}
.d-product-detail__materials {
  padding: 55px 0;
}
.d-product-detail__materials-desc {
  margin-bottom: 20px;
}
.d-product-detail__price-title {
  font-size: 1.333rem;
  margin-bottom: 10px;
}
.d-product-detail__price {
  font-size: 2.6rem;
  font-weight: bold;
  display: block;
}
.d-product-detail__price-info {
  display: block;
  margin-bottom: 20px;
}
.d-product-detail__surface {
  padding-top: 20px;
}
.d-product-detail__surface-items {
  max-height: 320px;
  overflow-y: auto;
  margin-left: -20px;
  margin-right: -1rem;
  padding-top: 20px;
  max-width: 100%;
}
.d-product-detail__surface-item {
  width: 100px;
  margin: 20px;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
}
.d-product-detail__surface-item .d-radio-group {
  position: static;
}
@media (min-width: 992px) {
  .d-product-detail__surface-item:hover .d-product-detail__surface-item-zoom {
    display: block;
    background-size: cover;
    background-position: center;
  }
}
@media (max-width: 991px) {
  .d-product-detail__surface-description {
    height: auto !important;
  }
}
.d-product-detail__surface .d-btn, .d-product-detail__surface .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-product-detail__surface a, .d-product-detail__surface .d-blog-list__read-more {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 0;
  background: rgba(255, 255, 255, 0.1);
}
.d-product-detail__surface .d-checkbox-group {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  top: auto;
  padding-right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.d-product-detail__surface .d-radio-group__name {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  top: auto;
}
.d-product-detail__surface .d-radio-group .d-checkbox-group label {
  background-color: transparent !important;
  border: 0;
  width: 40px;
  height: 50px;
}
.d-product-detail__surface .d-radio-group--img input:checked + label .d-checkbox-group label::after {
  background-color: transparent !important;
  border-color: #1D1D1B;
}
.d-product-detail__surface .d-radio-group--img > label .d-btn, .d-product-detail__surface .d-radio-group--img > label .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-product-detail__surface .d-radio-group--img > label a, .d-product-detail__surface .d-radio-group--img > label .d-blog-list__read-more {
  background: transparent !important;
  border: 1px solid #9D9D9C;
}
.d-product-detail__surface .d-radio-group .d-checkbox-group label::after {
  width: 20px;
  height: 40px;
}
.d-product-detail__surface .d-radio-group--img input:checked + label .d-btn, .d-product-detail__surface .d-radio-group--img input:checked + label .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-product-detail__surface .d-radio-group--img input:checked + label a, .d-product-detail__surface .d-radio-group--img input:checked + label .d-blog-list__read-more {
  background: rgba(255, 255, 255, 0.05) !important;
  border: 1px solid #9D9D9C;
}
.d-product-detail__surface .d-radio-group--img > label {
  height: 100px;
}
@media (min-width: 768px) {
  .d-product-detail__surface-col:nth-child(even) .d-product-detail__surface-item-zoom {
    margin-top: -150px;
    margin-left: 123px;
  }
  .d-product-detail__surface-col:nth-child(even) .d-product-detail__surface-item-zoom::before {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-right: 16px solid #9D9D9C;
    left: -22px;
    transform: translateY(-50%);
  }
  .d-product-detail__surface-col:nth-child(even) .d-product-detail__surface-item-zoom::after {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-right: 13px solid #fff;
    left: -20px;
    transform: translateY(-50%);
  }
}
@media (min-width: 768px) {
  .d-product-detail__surface-col:nth-child(odd) .d-product-detail__surface-item-zoom {
    margin-top: -150px;
    margin-left: -223px;
  }
  .d-product-detail__surface-col:nth-child(odd) .d-product-detail__surface-item-zoom::before {
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    border-left: 16px solid #9D9D9C;
    right: -22px;
    transform: translateY(-50%);
  }
  .d-product-detail__surface-col:nth-child(odd) .d-product-detail__surface-item-zoom::after {
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    border-left: 13px solid #fff;
    right: -20px;
    transform: translateY(-50%);
  }
}
.d-product-detail__surface-outer {
  width: 100px;
  height: 100px;
}
.d-product-detail__surface-item-zoom {
  display: none;
}
@media (min-width: 768px) {
  .d-product-detail__surface-item-zoom {
    background-color: #fff;
    border: 1px solid #9D9D9C;
    width: 200px;
    height: 200px;
    position: absolute;
    z-index: 9999;
  }
  .d-product-detail__surface-item-zoom::before {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    z-index: 9999;
  }
  .d-product-detail__surface-item-zoom::after {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    z-index: 9999;
  }
}
@media (min-width: 768px) {
  .d-product-detail__surface-item-zoom-in {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }
}
.d-product-detail__surface-item-zoom-box {
  padding: 10px;
  background: rgba(255, 255, 255, 0.3);
}
.d-product-detail__additional-configuration {
  padding: 55px 0;
}
.d-product-detail__additional-configuration-item {
  margin-bottom: 55px;
}
.d-product-detail__additional-configuration .d-product-detail__additional-configuration-row:last-child .d-product-detail__additional-configuration-col:last-child .d-product-detail__additional-configuration-item {
  margin-bottom: 0 !important;
}
.d-product-detail__additional-configuration .d-product-detail__additional-configuration-col .d-product-detail__additional-configuration-item-image {
  max-width: 200px;
  float: right;
  padding-left: 10px;
  padding-bottom: 5px;
}
.d-product-detail__related-products {
  padding: 55px 0;
}
.d-product-detail__similar-products {
  padding: 55px 0;
}
.d-product-detail__similar-products.has-products {
  padding-bottom: 0;
}

.d-product-content__main-column > div > div {
  border-bottom: #9D9D9C solid 1px;
}

.d-product-content__main-column > div:last-child > div {
  border-bottom: none;
}

.d-product-header {
  margin: 0 0 30px;
}
.d-product-header .d-btn, .d-product-header .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-product-header a, .d-product-header .d-blog-list__read-more {
  font-size: 1.167rem;
}
@media (min-width: 768px) {
  .d-product-header .d-btn, .d-product-header .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-product-header a, .d-product-header .d-blog-list__read-more {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 1.75rem;
  }
}
.d-product-header .d-product__rating {
  width: 100%;
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .d-product-header .d-product__rating {
    margin: 0;
  }
}

@media (min-width: 768px) {
  .d-product-detail__basic-info {
    display: flex;
    justify-content: space-between;
  }
}
.d-product-detail__basic-info .d-price {
  line-height: 1;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .d-product-detail__basic-info .d-price {
    display: flex;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .d-product-detail__basic-info .d-price__container {
    margin-bottom: 20px;
  }
}
.d-product-detail__basic-info .d-price__container:last-child {
  margin-bottom: 0;
}
.d-product-detail__basic-info .d-price__container:first-of-type {
  margin-right: 50px;
}
.d-product-detail__basic-info .d-price__label {
  color: #9D9D9C;
  margin-bottom: 10px;
}
.d-product-detail__basic-info .d-price__q {
  font-size: 2.6rem;
  font-weight: bold;
}
.d-product-detail__basic-info .d-price__q--origin {
  text-decoration: line-through;
  color: #717171;
}

.d-slideshow-current {
  position: relative;
  margin: 0 0 30px;
  padding: 0px;
  border-radius: 4px;
  background-color: #fafafa;
}
@media (min-width: 768px) {
  .d-slideshow-current {
    padding: 0px;
  }
}
.d-slideshow-current__container {
  overflow: hidden;
  height: 150px;
  margin: 0 20px;
}
@media (min-width: 768px) {
  .d-slideshow-current__container {
    height: auto;
    margin: 0;
  }
}
.d-slideshow-current__container--product {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
.d-slideshow-current__previous, .d-slideshow-current__next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30px;
  cursor: pointer;
  background-color: transparent;
  z-index: 1;
}
.d-slideshow-current__previous::after, .d-slideshow-current__next::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(225deg);
  transition: 0.25s all;
  position: absolute;
  left: 10px;
  top: calc(50% - 3px);
}
.d-slideshow-current__previous {
  left: 0;
}
.d-slideshow-current__next {
  right: 0;
}
.d-slideshow-current__next::after {
  left: auto;
  right: 10px;
  transform: rotate(45deg);
}
.d-slideshow-current__item {
  display: none;
  opacity: 0;
  height: 150px;
  width: auto;
  max-width: initial;
  margin: auto;
  animation: 0.25s show-me-when-i-m-ready;
}
@media (min-width: 768px) {
  .d-slideshow-current__item {
    width: 100%;
    height: auto;
  }
}
.d-slideshow-current__item.d-slideshow-current__item--active {
  display: block;
  opacity: 1;
}

.d-slideshow-nav .lslide {
  position: relative;
}
.d-slideshow-nav .carousel {
  overflow: hidden;
}
.d-slideshow-nav .carousel-inner {
  width: calc(100% + 15px);
  margin-left: -15px;
}
@media (min-width: 1200px) {
  .d-slideshow-nav .carousel-inner {
    width: calc(100% + 30px);
    margin-left: -30px;
  }
}
.d-slideshow-nav .carousel-control {
  width: 20px;
  height: 71px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
}
.d-slideshow-nav .carousel-control.left, .d-slideshow-nav .carousel-control.right {
  background-image: none;
}
.d-slideshow-nav .carousel-control.left::after, .d-slideshow-nav .carousel-control.right::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  left: 7px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(225deg);
  transition: 0.25s all;
}
.d-slideshow-nav .carousel-control.left .d-svg__container, .d-slideshow-nav .carousel-control.right .d-svg__container {
  position: absolute;
  top: 0;
  width: 20px;
}
.d-slideshow-nav .carousel-control.left .d-svg__container {
  left: 0;
}
.d-slideshow-nav .carousel-control.right::after {
  left: auto;
  right: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #000;
  border-top: 1px solid #000;
  transform: rotate(45deg);
  transition: 0.25s all;
}
.d-slideshow-nav .carousel-control.right .d-svg__container {
  right: 0;
}
.d-slideshow-nav__dot {
  width: auto;
  height: 100%;
  max-width: initial;
  border-radius: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .d-slideshow-nav__dot {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.d-slideshow-nav__container {
  overflow: hidden;
  height: 80px;
  border-radius: 4px;
  opacity: 1;
  transition: opacity 0.25s;
}
.d-slideshow-nav__container:hover {
  opacity: 0.6;
}
@media (min-width: 480px) {
  .d-slideshow-nav__container {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .d-slideshow-nav__container {
    height: auto;
  }
}
@media (min-width: 1200px) {
  .d-slideshow-nav__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.radio-label {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 5px;
  cursor: pointer;
}

.radio-container {
  background: #fff;
  width: 100%;
  font-size: 1.35em;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  padding: 13px 10px;
  margin-bottom: 0;
  position: relative;
  border-radius: 5px;
  max-height: 56px;
}
@media (min-width: 768px) {
  .radio-container:before {
    content: "";
    position: absolute;
    top: 50%;
    margin: -4px 4px 0 18px;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #fff;
    border-top: 1px solid #fff;
    transform: rotate(45deg);
    transition: 0.25s all;
    right: 35px;
  }
}
.radio-container.checked {
  background-color: #000;
  color: #fff;
}
.radio-container.checked:before {
  border-color: #fff;
}
.radio-container .text {
  position: relative;
  top: 2px;
  left: 10px;
  display: inline-block;
}
.radio-container .radio {
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 5px;
}
.radio-container .radio span {
  background-color: #e3e3e3;
  width: 30px;
  height: 30px;
  position: relative;
  border-radius: 5px;
}
.radio-container .radio span.checked {
  background-color: rgba(255, 255, 255, 0.1);
}
.radio-container .radio span.checked:before {
  font-family: FontAwesome;
  content: "";
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.color-choosing .radio-label {
  position: relative;
  padding-top: 90px;
  overflow: hidden;
}
.color-choosing .radio-label img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.color-choosing .radio-label .radio-container {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border-radius: 0;
  padding-top: 5px;
  padding-bottom: 5px;
}
.color-choosing .radio-label .radio-container .text {
  position: relative;
  left: 10px;
}
.color-choosing .radio-label .radio-container .text .price {
  position: static;
  display: block;
}
.color-choosing .radio-label .radio-container .text:before {
  border-color: #fff;
}
.color-choosing .radio-label .radio {
  top: -10px;
}
.color-choosing .radio-label .radio span.checked {
  background-color: #000;
}

.d-product-detail__summary {
  padding: 55px 0;
}
@media (min-width: 768px) {
  .d-product-detail__summary {
    display: flex;
    justify-content: space-between;
  }
}
.d-product-detail__summary .d-btn-group {
  width: 100%;
}
.d-product-detail__summary .d-btn, .d-product-detail__summary .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-product-detail__summary a, .d-product-detail__summary .d-blog-list__read-more {
  width: 100%;
  font-size: 1.75rem;
}
.d-product-detail__summary .d-btn .d-text-icon--basket, .d-product-detail__summary .ecslideshow .camera_caption .content_text .description p a .d-text-icon--basket, .ecslideshow .camera_caption .content_text .description p .d-product-detail__summary a .d-text-icon--basket, .d-product-detail__summary .d-blog-list__read-more .d-text-icon--basket {
  top: 3px;
  margin-right: 15px;
}

.catalog {
  position: relative;
  float: left;
  width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  color: #9b9b9b;
}

.nav-tabs > li {
  font-size: 1.333rem;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 0px;
  border-bottom: 1px solid #555 !important;
  text-decoration: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-weight: 600;
}

.nav-tabs > li > a {
  color: #555;
  padding: 18px 20px 10px 20px;
  background-color: #ffffff !important;
  border: 0px !important;
}

.tab-content {
  background-color: transparent;
}

.nav-tabs {
  border-color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.product-download {
  font-size: 1.333rem;
}

.tab-pane {
  flex: 1;
}

.d-product-detail__material-label {
  min-width: 250px;
}
input:checked + .d-product-detail__material-label.d-btn, .ecslideshow .camera_caption .content_text .description p input:checked + a.d-product-detail__material-label, input:checked + .d-product-detail__material-label.d-blog-list__read-more {
  border: none;
  color: #000 !important;
  position: relative;
  overflow: hidden;
}
.d-product-detail__material-img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.d-product-detail__material-checkbox-group label {
  background: transparent !important;
}
.d-product-detail__material-checkbox-group label::after {
  border-color: #000 !important;
  width: 10px !important;
  height: 20px !important;
  top: 2px !important;
}

.blog-home .blog-column {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .blog-home .blog-column {
    padding-left: 0;
    padding-right: 0;
  }
}

.blog {
  margin: 0 0 55px;
}
.blog-footer {
  margin: 40px 0 0;
  color: #000;
}
.blog-footer > div {
  padding-left: 0;
  padding-right: 0;
}
.blog p:last-of-type {
  margin: 0 0 30px;
}
.blog .btn--left {
  width: 100%;
}
@media (min-width: 768px) {
  .blog .btn--left {
    width: auto;
  }
}

.blog_post .main_description {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.8;
}
.blog_post .main_thumb {
  padding: 20px 0 30px;
}
@media (min-width: 992px) {
  .blog_post .main_thumb {
    padding: 0 0 30px;
  }
}
.blog_post .main_thumb img {
  border-radius: 4px;
  margin: 0 auto;
}
.blog_post .blog_stats {
  font-size: 0.8em;
  font-weight: 400;
  color: #000;
}
.blog_post .blog_stats span + span {
  border-left: none;
}
.blog_post .blog_stats__item .fa {
  position: relative;
  top: -2px;
  color: #000;
}
.blog_post label {
  font-size: 1.167em;
  font-weight: 600;
  color: #000;
}
.blog_post .d-form-input {
  line-height: 2;
}

.d-homepage-info {
  margin-bottom: 55px;
}
.d-homepage-info p {
  margin-bottom: 0;
}

.d-homepage-advantages {
  padding: 55px 0 0;
}
.d-homepage-advantages .d-homepage-advantages-item {
  margin-bottom: 55px;
}
.d-homepage-advantages .d-homepage-advantages-item .d-homepage-advantages-item__logo {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.d-homepage-advantages .d-homepage-advantages-item .d-homepage-advantages-item__title {
  padding-bottom: 30px;
  margin: 0;
}
@media (max-width: 991px) {
  .d-homepage-advantages .d-homepage-advantages-item .d-homepage-advantages-item__title {
    height: auto !important;
  }
}
.d-homepage-advantages .d-homepage-advantages-item .d-homepage-advantages-item__text {
  padding-bottom: 30px;
  margin: 0;
}
.d-homepage-advantages .d-homepage-advantages-item img {
  margin: 0 auto;
}

.d-homepage-advantages-slider {
  margin-bottom: 55px;
}
.d-homepage-advantages-slider .d-homepage-advantages-slider__title {
  width: 100%;
  font-size: 1rem;
  margin-bottom: 55px;
  position: relative;
}
.d-homepage-advantages-slider .d-homepage-advantages-slider__title .d-homepage-advantages-slider__title-content {
  background-color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 60px;
}
.d-homepage-advantages-slider .d-homepage-advantages-slider__title::before {
  background-color: #1D1D1B;
  content: "";
  display: block;
  width: 100%;
  width: 300px;
  position: absolute;
  top: 5px;
  height: 1px;
}
@media (min-width: 301px) {
  .d-homepage-advantages-slider .d-homepage-advantages-slider__title::before {
    left: 50%;
    margin-left: -150px;
  }
}

.carousel-indicators {
  width: auto;
  position: static;
  margin: 0;
}
.carousel-indicators li,
.carousel-indicators li.active {
  width: 18px;
  height: 18px;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}

.carousel-cntrl-block {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  bottom: 0px;
  left: auto;
  right: 0;
  margin-left: -7px;
  margin-right: -7px;
  margin-bottom: 40px;
  padding-right: 30px;
  text-align: right;
  z-index: 100;
}

.carousel-cntrl {
  color: #fff !important;
  display: inline-block;
  padding: 0 15px;
}
.carousel-cntrl--right {
  position: relative;
  left: -1px;
}

@media (min-width: 480px) {
  .d-contact-address {
    display: flex;
    justify-content: space-between;
  }
}

.d-contact-address__logo {
  margin-bottom: 55px;
}
.d-contact-address__logo .d-logo__img {
  margin: 0 auto;
}
@media (min-width: 480px) {
  .d-contact-address__logo .d-logo__img {
    flex: 1;
  }
}

.d-contact-address__text {
  margin-bottom: 55px;
  text-align: center;
}
@media (min-width: 480px) {
  .d-contact-address__text {
    text-align: left;
  }
}

.d-contact-shops-item {
  border: 1px solid #f2f2f2;
  text-align: center;
  margin-bottom: 20px;
}
.d-contact-shops-item p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .d-contact-shops-item-row--last .d-contact-shops-item {
    margin-bottom: 0;
  }
}

.d-contact-shops-item--last {
  margin-bottom: 0;
}

.d-contact-shops-item__content {
  padding: 10px;
}
@media (min-width: 480px) {
  .d-contact-shops-item__content {
    display: flex;
    padding: 0;
  }
}

.d-contact-shops-item__img {
  width: 262px;
  margin: 0 auto 10px;
}
@media (min-width: 480px) {
  .d-contact-shops-item__img {
    float: right;
  }
}

.d-contact-shops-item__name {
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 10px;
}

.d-contact-shops-item__append {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .d-contact-shops-item__append {
    height: auto !important;
  }
}
@media (min-width: 480px) {
  .d-contact-shops-item__append {
    max-width: 262px;
    flex: 1;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }
}

@media (min-width: 480px) {
  .d-contact-shops-item__append-info {
    flex: 1;
    order: 2;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
}

.d-contact-shops-item__btn-detail {
  max-width: 160px;
}

.d-contact-shops-item__email {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .d-contact-shops-item__email {
    margin-bottom: 0;
  }
}

.d-contact-shops-item__open-days {
  margin-bottom: 20px;
}

@media (max-width: 479px) {
  .d-contact-shops-item__info {
    height: auto !important;
  }
}
@media (min-width: 480px) {
  .d-contact-shops-item__info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    order: 1;
    margin-bottom: 0;
    padding: 10px;
    text-align: left;
  }
}

.d-contact-shops-item__tel {
  margin-bottom: 0;
}

.d-contact-shops-item__address {
  margin-bottom: 20px;
}

.d-sales-places {
  max-width: 1000px;
  margin: 0 auto;
}

.close-submenu {
  float: right;
  color: #f00;
  font-weight: 900;
  font-size: 1.2em;
  cursor: pointer;
}

.d-contact-shops__row {
  display: flex;
  flex-wrap: wrap;
}

.d-stores-ul .region, .d-stores-ul span, .d-stores-ul .with-detail {
  cursor: pointer;
}

.d-shop-detail__text {
  display: block;
  width: 100%;
}
.d-shop-detail__name {
  font-weight: bold;
  background-color: #f2f2f2;
  padding: 10px;
}
@media (min-width: 768px) {
  .d-shop-detail__location {
    width: 40%;
  }
}
.d-shop-detail__location-title {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .d-shop-detail__location-title {
    height: auto !important;
  }
}
.d-shop-detail__map {
  width: 100%;
  height: 300px;
  margin-bottom: 20px;
}
.d-shop-detail__content {
  padding: 20px 0;
}
.d-shop-detail__how-to-get {
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .d-shop-detail__how-to-get {
    padding-top: 0 !important;
  }
}
@media (min-width: 768px) {
  .d-shop-detail__how-to-get {
    margin-bottom: 0;
  }
}
.d-shop-detail__how-to-get-icon {
  margin: 0 auto 10px;
}
.d-shop-detail__how-to-get-text {
  font-size: 1rem;
}
.d-shop-detail__contact {
  text-align: right;
}
.d-shop-detail__info {
  text-align: center;
}
@media (min-width: 768px) {
  .d-shop-detail__info {
    width: 40%;
  }
}
.d-shop-detail__info-text {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .d-shop-detail__info-text {
    height: auto !important;
  }
}
.d-shop-detail__append-info {
  border-bottom: 1px solid #9D9D9C;
  padding-bottom: 55px;
  margin-bottom: 55px;
}
.d-shop-detail__open-days {
  margin-bottom: 55px;
}
@media (min-width: 992px) {
  .d-shop-detail__open-days {
    margin-bottom: 0;
  }
}
.d-shop-detail__open-days-table {
  width: 100%;
  max-width: 300px;
}
.d-shop-detail__open-days-table tr td:nth-child(2) {
  text-align: right;
}
.d-shop-detail__manager {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .d-shop-detail__manager {
    margin-bottom: 0;
  }
}
.d-shop-detail__photogallery-title {
  margin-bottom: 20px;
}
.d-shop-detail__photogallery a {
  display: inline-block;
}
.d-shop-detail__photogallery-block {
  text-align: center;
}
.d-shop-detail__virtual-demo {
  background-color: #565656;
  padding: 60px 30px;
  margin-top: 55px;
}
.d-shop-detail__virtual-demo .d-btn, .d-shop-detail__virtual-demo .ecslideshow .camera_caption .content_text .description p a, .ecslideshow .camera_caption .content_text .description p .d-shop-detail__virtual-demo a, .d-shop-detail__virtual-demo .d-blog-list__read-more {
  font-size: 2.083rem;
}

.d-shop-detail__photo {
  margin: 0 auto;
}

.d-shop-detail__contact-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .d-shop-detail__contact-info {
    margin-bottom: 0;
  }
}

.d-shop-detail__intro {
  border-bottom: 1px solid #9D9D9C;
  padding-bottom: 55px;
}

.d-shop-detail__how-to-get-item {
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .d-shop-detail__how-to-get-item:first-child {
    padding-top: 55px;
  }
}
.d-shop-detail__how-to-get-item:last-child {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .d-shop-detail__how-to-get-item:last-child {
    margin-bottom: 0;
  }
}

.d-shop-detail__back {
  display: inline-block;
  padding: 15px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
  cursor: pointer;
}
.d-shop-detail__back:active {
  box-shadow: 0 0 5px -1px lightgrey;
}

.d-shop-detail__back-arrow {
  display: inline-block;
  height: 12px;
  width: 12px;
  transform: rotate(45deg);
  border-style: solid;
  border-color: grey;
  border-width: 0px 0 1px 1px;
}

.d-shop-detail__title {
  font-weight: bold;
  font-size: 1rem;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .d-shop-detail__title {
    font-size: 1.333rem;
  }
}

.d-shop-virtual-demo__title {
  border: 1px solid #1D1D1B;
  color: #1D1D1B;
  font-size: 2.083rem;
  max-width: 400px;
  margin: 55px auto;
  line-height: 1.4;
  padding: 15px 25px;
}
.d-shop-virtual-demo__map {
  width: 100%;
}

/*# sourceMappingURL=domestav.css.map */
