@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&subset=latin,latin-ext');
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
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 {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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;
  }
  select {
    background: #fff !important;
  }
  .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/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.glyphicon-cd:before {
  content: "\e201";
}
.glyphicon-save-file:before {
  content: "\e202";
}
.glyphicon-open-file:before {
  content: "\e203";
}
.glyphicon-level-up:before {
  content: "\e204";
}
.glyphicon-copy:before {
  content: "\e205";
}
.glyphicon-paste:before {
  content: "\e206";
}
.glyphicon-alert:before {
  content: "\e209";
}
.glyphicon-equalizer:before {
  content: "\e210";
}
.glyphicon-king:before {
  content: "\e211";
}
.glyphicon-queen:before {
  content: "\e212";
}
.glyphicon-pawn:before {
  content: "\e213";
}
.glyphicon-bishop:before {
  content: "\e214";
}
.glyphicon-knight:before {
  content: "\e215";
}
.glyphicon-baby-formula:before {
  content: "\e216";
}
.glyphicon-tent:before {
  content: "\26fa";
}
.glyphicon-blackboard:before {
  content: "\e218";
}
.glyphicon-bed:before {
  content: "\e219";
}
.glyphicon-apple:before {
  content: "\f8ff";
}
.glyphicon-erase:before {
  content: "\e221";
}
.glyphicon-hourglass:before {
  content: "\231b";
}
.glyphicon-lamp:before {
  content: "\e223";
}
.glyphicon-duplicate:before {
  content: "\e224";
}
.glyphicon-piggy-bank:before {
  content: "\e225";
}
.glyphicon-scissors:before {
  content: "\e226";
}
.glyphicon-bitcoin:before {
  content: "\e227";
}
.glyphicon-btc:before {
  content: "\e227";
}
.glyphicon-xbt:before {
  content: "\e227";
}
.glyphicon-yen:before {
  content: "\00a5";
}
.glyphicon-jpy:before {
  content: "\00a5";
}
.glyphicon-ruble:before {
  content: "\20bd";
}
.glyphicon-rub:before {
  content: "\20bd";
}
.glyphicon-scale:before {
  content: "\e230";
}
.glyphicon-ice-lolly:before {
  content: "\e231";
}
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.glyphicon-education:before {
  content: "\e233";
}
.glyphicon-option-horizontal:before {
  content: "\e234";
}
.glyphicon-option-vertical:before {
  content: "\e235";
}
.glyphicon-menu-hamburger:before {
  content: "\e236";
}
.glyphicon-modal-window:before {
  content: "\e237";
}
.glyphicon-oil:before {
  content: "\e238";
}
.glyphicon-grain:before {
  content: "\e239";
}
.glyphicon-sunglasses:before {
  content: "\e240";
}
.glyphicon-text-size:before {
  content: "\e241";
}
.glyphicon-text-color:before {
  content: "\e242";
}
.glyphicon-text-background:before {
  content: "\e243";
}
.glyphicon-object-align-top:before {
  content: "\e244";
}
.glyphicon-object-align-bottom:before {
  content: "\e245";
}
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.glyphicon-object-align-left:before {
  content: "\e247";
}
.glyphicon-object-align-vertical:before {
  content: "\e248";
}
.glyphicon-object-align-right:before {
  content: "\e249";
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.glyphicon-console:before {
  content: "\e254";
}
.glyphicon-superscript:before {
  content: "\e255";
}
.glyphicon-subscript:before {
  content: "\e256";
}
.glyphicon-menu-left:before {
  content: "\e257";
}
.glyphicon-menu-right:before {
  content: "\e258";
}
.glyphicon-menu-down:before {
  content: "\e259";
}
.glyphicon-menu-up:before {
  content: "\e260";
}
* {
  -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: "Hind", sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
  color: #3b4449;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #268bb9;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #268bb9;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img,
.item-image img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.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: 700;
  line-height: 1.4;
  color: #3b4449;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 9px;
  margin-bottom: 9px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 27px;
}
h2,
.h2 {
  font-size: 22px;
}
h3,
.h3 {
  font-size: 16px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 19.5px;
  }
}
small,
.small {
  font-size: 92%;
}
mark,
.mark {
  background-color: #d6a765;
  padding: .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 {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #268bb9;
}
a.text-primary:hover {
  color: #1d6b8f;
}
.text-success {
  color: #ffffff;
}
a.text-success:hover {
  color: #e6e6e6;
}
.text-info {
  color: #ffffff;
}
a.text-info:hover {
  color: #e6e6e6;
}
.text-warning {
  color: #ffffff;
}
a.text-warning:hover {
  color: #e6e6e6;
}
.text-danger {
  color: #ffffff;
}
a.text-danger:hover {
  color: #e6e6e6;
}
.bg-primary {
  color: #fff;
  background-color: #268bb9;
}
a.bg-primary:hover {
  background-color: #1d6b8f;
}
.bg-success {
  background-color: #75c594;
}
a.bg-success:hover {
  background-color: #51b678;
}
.bg-info {
  background-color: #8cbfe2;
}
a.bg-info:hover {
  background-color: #63a8d8;
}
.bg-warning {
  background-color: #d6a765;
}
a.bg-warning:hover {
  background-color: #cb903d;
}
.bg-danger {
  background-color: #f68080;
}
a.bg-danger:hover {
  background-color: #f35050;
}
.page-header {
  padding-bottom: 8px;
  margin: 36px 0 18px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 9px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 9px 18px;
  margin: 0 0 18px;
  font-size: 16.25px;
  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.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 18px;
  font-style: normal;
  line-height: 1.42857143;
}
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: 3px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  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: 8.5px;
  margin: 0 0 9px;
  font-size: 12px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
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;
}
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: 18px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #f2f2f2;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #f2f2f2;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #f2f2f2;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #f2f2f2;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #f2f2f2;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #75c594;
}
.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: #63bd86;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #8cbfe2;
}
.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: #78b4dd;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #d6a765;
}
.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: #d19b51;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f68080;
}
.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: #f46868;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 13.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #f2f2f2;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 19.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
}
.form-control,
.seznam-captcha-answer {
  display: block;
  width: 100%;
  height: 32px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -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 .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus,
.seznam-captcha-answer:focus {
  border-color: #379adc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 154, 220, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(55, 154, 220, 0.6);
}
.form-control::-moz-placeholder,
.seznam-captcha-answer::-moz-placeholder {
  color: #999999;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.seznam-captcha-answer:-ms-input-placeholder {
  color: #999999;
}
.form-control::-webkit-input-placeholder,
.seznam-captcha-answer::-webkit-input-placeholder {
  color: #999999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control,
.seznam-captcha-answer[disabled],
.seznam-captcha-answer[readonly],
fieldset[disabled] .seznam-captcha-answer {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control,
.seznam-captcha-answer[disabled],
fieldset[disabled] .seznam-captcha-answer {
  cursor: not-allowed;
}
textarea.form-control,
textarea.seznam-captcha-answer {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 32px;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 40px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 18px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 31px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control,
.form-group-sm .seznam-captcha-answer {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.form-group-sm .form-control,
select.form-group-sm .seznam-captcha-answer {
  height: 30px;
  line-height: 30px;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control,
textarea.form-group-sm .seznam-captcha-answer,
select[multiple].form-group-sm .seznam-captcha-answer {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  min-height: 30px;
}
.input-lg {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.input-lg {
  height: 40px;
  line-height: 40px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control,
.form-group-lg .seznam-captcha-answer {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
}
select.form-group-lg .form-control,
select.form-group-lg .seznam-captcha-answer {
  height: 40px;
  line-height: 40px;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control,
textarea.form-group-lg .seznam-captcha-answer,
select[multiple].form-group-lg .seznam-captcha-answer {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 40px;
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  min-height: 31px;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control,
.has-feedback .seznam-captcha-answer {
  padding-right: 40px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 40px;
  height: 40px;
  line-height: 40px;
}
.input-sm + .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: #ffffff;
}
.has-success .form-control,
.has-success .seznam-captcha-answer {
  border-color: #ffffff;
  -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,
.has-success .seznam-captcha-answer:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #75c594;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-warning .form-control,
.has-warning .seznam-captcha-answer {
  border-color: #ffffff;
  -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,
.has-warning .seznam-captcha-answer:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #d6a765;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-error .form-control,
.has-error .seznam-captcha-answer {
  border-color: #ffffff;
  -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,
.has-error .seznam-captcha-answer:focus {
  border-color: #e6e6e6;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ffffff;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #ffffff;
  background-color: #f68080;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.has-feedback label ~ .form-control-feedback {
  top: 23px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #74868f;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control,
  .form-inline .seznam-captcha-answer {
    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,
  .form-inline .input-group .seznam-captcha-answer {
    width: auto;
  }
  .form-inline .input-group > .form-control,
  .form-inline .input-group > .seznam-captcha-answer {
    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: 25px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  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: 13px;
  line-height: 1.42857143;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #818181;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #818181;
  color: #818181 !important;
  background-color: #edefee;
  border-color: #dcdcdc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #818181;
  background-color: #d2d7d5;
  border-color: #bdbdbd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #edefee;
  border-color: #dcdcdc;
}
.btn-default .badge {
  color: #edefee;
  background-color: #818181;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #818181 !important;
  background-color: #d2d7d5;
  border-color: #c3c3c3;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #edefee;
  border-color: #dcdcdc;
}
.btn-default .badge {
  color: #edefee;
  background-color: #818181;
}
.btn-primary {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #e35b5b;
  border-color: #e35b5b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #dc2f2f;
  border-color: #da2727;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e35b5b;
  border-color: #e35b5b;
}
.btn-primary .badge {
  color: #e35b5b;
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #ffffff !important;
  background-color: #dc2f2f;
  border-color: #dc2f2f;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #e35b5b;
  border-color: #e35b5b;
}
.btn-primary .badge {
  color: #e35b5b;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #ffffff !important;
  background-color: #449d44;
  border-color: #449d44;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #31b0d5;
  border-color: #2aabd2;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #ffffff !important;
  background-color: #31b0d5;
  border-color: #31b0d5;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #ffffff !important;
  background-color: #ec971f;
  border-color: #ec971f;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #e35b5b;
  border-color: #e35b5b;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #dc2f2f;
  border-color: #da2727;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e35b5b;
  border-color: #e35b5b;
}
.btn-danger .badge {
  color: #e35b5b;
  background-color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #ffffff !important;
  background-color: #dc2f2f;
  border-color: #dc2f2f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #e35b5b;
  border-color: #e35b5b;
}
.btn-danger .badge {
  color: #e35b5b;
  background-color: #ffffff;
}
.btn-link {
  color: #268bb9;
  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: #268bb9;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
}
.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.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-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: 13px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #268bb9;
}
.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.42857143;
  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 solid;
  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 {
    left: auto;
    right: 0;
  }
  .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-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group .btn + .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 .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 {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[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,
.input-group .seznam-captcha-answer {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn,
.input-group-lg > .seznam-captcha-answer {
  padding: 10px 16px;
  font-size: 13px;
  line-height: 1.3333333;
  border-radius: 3px;
  height: 40px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn,
select.input-group-lg > .seznam-captcha-answer {
  height: 40px;
  line-height: 40px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn,
textarea.input-group-lg > .seznam-captcha-answer,
select[multiple].input-group-lg > .seznam-captcha-answer {
  height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn,
.input-group-sm > .seznam-captcha-answer {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn,
select.input-group-sm > .seznam-captcha-answer {
  height: 30px;
  line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn,
textarea.input-group-sm > .seznam-captcha-answer,
select[multiple].input-group-sm > .seznam-captcha-answer {
  height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control,
.input-group .seznam-captcha-answer {
  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),
.input-group .seznam-captcha-answer: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: 13px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #cccccc;
  border-radius: 3px;
}
.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 13px;
  border-radius: 3px;
}
.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,
.input-group .seznam-captcha-answer:first-child {
  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,
.input-group .seznam-captcha-answer:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.input-group-addon:last-child {
  border-left: 0;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: -1px;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > 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: #268bb9;
}
.nav .nav-divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 3px 3px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #50b0db #50b0db #dddddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #268bb9;
  border: 1px solid #268bb9;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #268bb9;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar {
  position: relative;
  min-height: 64px;
  margin-bottom: 18px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  overflow-x: visible;
  padding-right: 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.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 10px 15px;
  font-size: 13px;
  line-height: 18px;
  height: 64px;
}
.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: 15px;
  margin-bottom: 15px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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: 5px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 18px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.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: 16px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control,
  .navbar-form .seznam-captcha-answer {
    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,
  .navbar-form .input-group .seznam-captcha-answer {
    width: auto;
  }
  .navbar-form .input-group > .form-control,
  .navbar-form .input-group > .seznam-captcha-answer {
    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: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-btn.btn-sm {
  margin-top: 17px;
  margin-bottom: 17px;
}
.navbar-btn.btn-xs {
  margin-top: 21px;
  margin-bottom: 21px;
}
.navbar-text {
  margin-top: 23px;
  margin-bottom: 23px;
}
@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: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #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: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #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: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-default .btn-link {
  color: #777777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
  color: #333333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
  color: #cccccc;
}
.navbar-inverse {
  background-color: #e35b5b;
  border-color: #dc2f2f;
}
.navbar-inverse .navbar-brand {
  color: #ffffff;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: #dc2f2f;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #dc2f2f;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #de3d3d;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #dc2f2f;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #dc2f2f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #dc2f2f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: #dc2f2f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #dc2f2f;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #ffffff;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
.navbar-inverse .btn-link {
  color: #ffffff;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
  color: #ffffff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444444;
}
.breadcrumb {
  padding: 25px 0;
  margin-bottom: 18px;
  list-style: none;
  background-color: none;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #3b4449;
}
.breadcrumb > .active {
  color: #777777;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 18px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #268bb9;
  background-color: #f5f5f5;
  border: 1px solid none;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #268bb9;
  background-color: #eeeeee;
  border-color: transparent;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #595959;
  background-color: none;
  border-color: transparent;
  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: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 13px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 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: 18px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #f5f5f5;
  border: 1px solid none;
  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: #f5f5f5;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
a.label:hover,
a.label:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #f68080;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #f35050;
}
.label-primary {
  background-color: #268bb9;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #1d6b8f;
}
.label-success {
  background-color: #75c594;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #51b678;
}
.label-info {
  background-color: #8cbfe2;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #63a8d8;
}
.label-warning {
  background-color: #d6a765;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #cb903d;
}
.label-danger {
  background-color: #f68080;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #f35050;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  vertical-align: baseline;
  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;
}
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #268bb9;
  background-color: #ffffff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 3px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 58.5px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 18px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  -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 {
  margin-left: auto;
  margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #268bb9;
}
.thumbnail .caption {
  padding: 9px;
  color: #3b4449;
}
.alert {
  padding: 15px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-radius: 0;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #75c594;
  border-color: #75c594;
  color: #ffffff;
}
.alert-success hr {
  border-top-color: #63bd86;
}
.alert-success .alert-link {
  color: #e6e6e6;
}
.alert-info {
  background-color: #8cbfe2;
  border-color: #8cbfe2;
  color: #ffffff;
}
.alert-info hr {
  border-top-color: #78b4dd;
}
.alert-info .alert-link {
  color: #e6e6e6;
}
.alert-warning {
  background-color: #d6a765;
  border-color: #d6a765;
  color: #ffffff;
}
.alert-warning hr {
  border-top-color: #d19b51;
}
.alert-warning .alert-link {
  color: #e6e6e6;
}
.alert-danger {
  background-color: #f68080;
  border-color: #f68080;
  color: #ffffff;
}
.alert-danger hr {
  border-top-color: #f46868;
}
.alert-danger .alert-link {
  color: #e6e6e6;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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: 18px;
  color: #ffffff;
  text-align: center;
  background-color: #268bb9;
  -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: #e35b5b;
}
.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-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: #ffffff;
  border: 1px solid #dddddd;
}
.list-group-item:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
a.list-group-item {
  color: #555555;
}
a.list-group-item .list-group-item-heading {
  color: #333333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  color: #555555;
  background-color: #f5f5f5;
}
.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: #ffffff;
  background-color: #268bb9;
  border-color: #268bb9;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .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: #bae0f1;
}
.list-group-item-success {
  color: #ffffff;
  background-color: #75c594;
}
a.list-group-item-success {
  color: #ffffff;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #ffffff;
  background-color: #63bd86;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-info {
  color: #ffffff;
  background-color: #8cbfe2;
}
a.list-group-item-info {
  color: #ffffff;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #ffffff;
  background-color: #78b4dd;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-warning {
  color: #ffffff;
  background-color: #d6a765;
}
a.list-group-item-warning {
  color: #ffffff;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #ffffff;
  background-color: #d19b51;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-danger {
  color: #ffffff;
  background-color: #f68080;
}
a.list-group-item-danger {
  color: #ffffff;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #ffffff;
  background-color: #f46868;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 18px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 3px;
  -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-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 2px;
  border-top-left-radius: 2px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  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 #dddddd;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.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: 2px;
  border-bottom-left-radius: 2px;
}
.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: 2px;
  border-top-left-radius: 2px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .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 > tbody:first-child > tr:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 2px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 2px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .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 > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.panel > .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 td:first-child,
.panel > .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 td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 2px;
}
.panel > .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 td:last-child,
.panel > .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 td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 2px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #f2f2f2;
}
.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-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 18px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 3px;
}
.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 #dddddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd;
}
.panel-default {
  border-color: #dddddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #dddddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #dddddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #dddddd;
}
.panel-primary {
  border-color: #268bb9;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #268bb9;
  border-color: #268bb9;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #268bb9;
}
.panel-primary > .panel-heading .badge {
  color: #268bb9;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #268bb9;
}
.panel-success {
  border-color: #75c594;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #75c594;
  border-color: #75c594;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #75c594;
}
.panel-success > .panel-heading .badge {
  color: #75c594;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #75c594;
}
.panel-info {
  border-color: #8cbfe2;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #8cbfe2;
  border-color: #8cbfe2;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #8cbfe2;
}
.panel-info > .panel-heading .badge {
  color: #8cbfe2;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #8cbfe2;
}
.panel-warning {
  border-color: #d6a765;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #d6a765;
  border-color: #d6a765;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6a765;
}
.panel-warning > .panel-heading .badge {
  color: #d6a765;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6a765;
}
.panel-danger {
  border-color: #f68080;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #f68080;
  border-color: #f68080;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f68080;
}
.panel-danger > .panel-heading .badge {
  color: #f68080;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f68080;
}
.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: 3px;
  -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: 3px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 19.5px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #ffffff;
  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: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -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: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.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: "Hind", sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: none;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 3px;
}
.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: #ffffff;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #ffffff;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #ffffff;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #ffffff;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #ffffff;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Hind", sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 13px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 2px 2px 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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
}
.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: #ffffff;
  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 {
  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: 1000;
    -moz-perspective: 1000;
    perspective: 1000;
  }
  .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: #c2c2c2;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.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: #c2c2c2;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  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;
  margin-top: -10px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #ffffff;
  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: #ffffff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  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: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after,
.container:after,
.container-fluid:after,
.row: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;
}
* {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
*:before,
*:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.content * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content *:before,
.content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  font-weight: normal;
  overflow-x: hidden;
}
body:not(.body-boxed) {
  background: #c8e3ee;
}
picture > img {
  max-width: 100%;
  height: auto;
}
a:focus {
  outline: none;
}
@media (min-width: 992px) {
  .body-boxed {
    background: url('../themes/bruder/images/bg/bg.jpg') repeat-x fixed #c8e3ee;
    background-size: initial;
  }
}
@media (max-width: 991px) {
  .body-boxed {
    background: #c8e3ee;
  }
  .img-responsive-article {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .img-responsive-article {
    max-width: none;
    width: 100%;
  }
}
/*** alerts ***/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1380px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: auto;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: auto;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: auto;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: auto;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1380px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.modal {
  z-index: 20000;
}
.modal-link {
  display: inline;
  position: relative;
  overflow: auto;
}
.modal-container {
  padding: 5px 15px;
}
@media (max-width: 767px) {
  .modal-dialog {
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 20px;
  }
}
.navbar {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .navbar .navbar {
    border: 1px solid transparent;
  }
}
.navbar-nav .featured a {
  color: #ff6946;
}
.navbar-nav .featured a:hover,
.navbar-nav .featured a:focus {
  color: #ff6946;
}
.navbar-nav > li > .main-category {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}
.navbar-inverse {
  background-color: #e35b5b;
}
.navbar-inverse .navbar-nav > .active {
  background: #dc2f2f;
}
.navbar-inverse .navbar-nav > .active > a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > .active.featured a:hover {
  color: #ff6946;
}
.navbar-inverse .navbar-nav > .current > a {
  background: #dc2f2f;
}
.navbar-inverse .navbar-nav > .current > a,
.navbar-inverse .navbar-nav > .current > a:hover,
.navbar-inverse .navbar-nav > .current > a:focus {
  background-color: #dc2f2f;
}
.navbar-inverse .navbar-nav > .featured {
  background: transparent;
}
.navbar-inverse .navbar-nav > .featured > a {
  color: #ff6946;
}
.navbar-inverse .navbar-nav > .featured > a:hover,
.navbar-inverse .navbar-nav > .featured > a:focus {
  color: #ff6946;
}
.navbar-inverse .navbar-nav > li {
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li:hover,
.navbar-inverse .navbar-nav > li:focus {
  background: #dc2f2f;
}
.navbar-inverse .navbar-nav > li:hover a,
.navbar-inverse .navbar-nav > li:focus a {
  color: #ffffff;
}
.navbar-inverse .navbar-nav > li > a {
  text-decoration: none;
}
.navbar-inverse .navbar-nav > li > .nav-header {
  color: #ffffff;
  cursor: default;
}
.navbar-step {
  margin-bottom: 10px;
}
.navbar-step .navbar-nav {
  display: flex;
  float: none;
}
.navbar-step .navbar-nav > li a {
  cursor: default;
}
.navbar-step .navbar-nav > li.hover a {
  cursor: pointer;
}
.navbar-step .navbar-nav > li.hover a:focus,
.navbar-step .navbar-nav > li.hover a:hover {
  background: #030c10;
}
.navbar-step .navbar-nav > li.hover a:focus,
.navbar-step .navbar-nav > li.hover a:hover,
.navbar-step .navbar-nav > li.hover a:focus .number,
.navbar-step .navbar-nav > li.hover a:hover .number {
  color: #ffffff;
}
.navbar-step .navbar-nav li.hover a:hover:after {
  border-color: transparent transparent transparent #030c10 !important;
}
.navbar-step .navbar-nav li a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 26px 0 26px 22px;
  border-color: transparent transparent transparent #e8e8e8;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 40;
}
.navbar-step .navbar-nav > li {
  flex: 1;
  position: relative;
  background: #e8e8e8;
}
.navbar-step .navbar-nav > li.step-1 {
  background: #268bb9;
  border-right: 1px solid #268bb9;
}
.navbar-step .navbar-nav > li.step-1 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-1 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-1 a:after {
  border-color: transparent transparent transparent #268bb9;
}
.navbar-step .navbar-nav > li.step-2 {
  background: #227ba4;
  border-right: 1px solid #227ba4;
}
.navbar-step .navbar-nav > li.step-2 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-2 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-2 a:after {
  border-color: transparent transparent transparent #227ba4;
}
.navbar-step .navbar-nav > li.step-3 {
  background: #1d6b8f;
  border-right: 1px solid #1d6b8f;
}
.navbar-step .navbar-nav > li.step-3 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-3 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-3 a:after {
  border-color: transparent transparent transparent #1d6b8f;
}
.navbar-step .navbar-nav > li.step-4 {
  background: #195b7a;
  border-right: 1px solid #195b7a;
}
.navbar-step .navbar-nav > li.step-4 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-4 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-4 a:after {
  border-color: transparent transparent transparent #195b7a;
}
.navbar-step .navbar-nav > li.step-5 {
  background: #154b64;
  border-right: 1px solid #154b64;
}
.navbar-step .navbar-nav > li.step-5 a {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-5 .number {
  color: #ffffff;
}
.navbar-step .navbar-nav > li.step-5 a:after {
  border-color: transparent transparent transparent #154b64;
}
.navbar-step .navbar-nav > li + li {
  border-left: none;
}
.navbar-step .navbar-nav > li a {
  font-size: 13px;
  color: #030c10;
  padding: 0 0 0 35px;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 56px;
  background: transparent;
  height: 50px;
}
.navbar-step .number {
  color: #030c10;
  font-size: 22px;
  font-weight: 500;
  text-decoration: none;
  display: inline;
  padding: 0 10px;
}
.navbar-step .heading {
  position: relative;
  top: -3px;
}
.navbar-step .wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.navbar-step .nav {
  position: relative;
  left: -25px;
}
.navbar-main {
  text-transform: none;
  border-top: 0;
  border-bottom: 0;
}
.navbar-main .navbar-nav {
  float: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
.navbar-main .navbar-nav > li {
  width: auto;
  text-align: left;
  display: flex;
  align-items: stretch;
  position: relative;
}
.navbar-main .navbar-nav > li > a,
.navbar-main .navbar-nav > li > .main-category,
.navbar-main .navbar-nav > li > .nav-header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: "Hind", sans-serif;
  font-size: 13px;
  font-weight: initial;
  padding: 14px 18px;
  border-top: 0;
  border-bottom: 0;
  letter-spacing: normal;
}
.navbar-main .navbar-nav > li > a.homepage-link-icon,
.navbar-main .navbar-nav > li > .main-category.homepage-link-icon,
.navbar-main .navbar-nav > li > .nav-header.homepage-link-icon {
  font-family: FontAwesome;
  font-size: 20px;
  font-weight: normal;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  border-top: 0;
  border-bottom: 0;
}
.navbar-main .navbar-nav > li > a:active {
  color: #ffffff;
  background-color: #b92020;
}
.navbar-main .navbar-nav > li .nav-child {
  display: none;
  position: absolute;
  min-width: 100%;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  border: none;
  background: #ffffff;
  z-index: 1100;
  -webkit-box-shadow: 0;
  box-shadow: 0;
}
.navbar-main .navbar-nav > li .nav-child li {
  width: 100%;
  white-space: nowrap;
}
.navbar-main .navbar-nav > li .nav-child li:not(:last-child) {
  border-bottom: none;
}
.navbar-main .navbar-nav > li .nav-child a {
  display: block;
  color: #595959;
  padding: initial;
}
.navbar-main .navbar-nav > li .nav-child a:hover,
.navbar-main .navbar-nav > li .nav-child a:focus {
  color: #268bb9;
}
.navbar-main .navbar-nav > li:hover > .nav-child {
  display: flex;
  flex-direction: column;
}
.navbar-main .navbar-nav > li.active > a,
.navbar-main .navbar-nav > li.active > .nav-header {
  border-top: 0;
  border-bottom: 0;
}
.navbar-main .navbar-nav > li + li > a {
  border-left: 0;
}
.navbar-main .navbar-nav:after,
.navbar-main .navbar-nav:before {
  content: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel > li {
  position: static;
}
.navbar-main .nav.navbar-nav.navbar-multilevel > li:hover > a,
.navbar-main .nav.navbar-nav.navbar-multilevel > li:focus > a {
  border-bottom: 0;
  text-shadow: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .navbar-multilevel-item {
  margin-bottom: 20px;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .navbar-multilevel-item a {
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .navbar-multilevel-item-category a {
  font-weight: normal;
  font-size: 13px;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .navbar-multilevel-item-category-img {
  margin-left: 80px;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .navbar-multilevel-item-image {
  margin-right: 20px;
  float: left;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  text-align: left;
  padding: 20px 15px 0;
  background-color: #fff;
  box-shadow: 0 6px 6px -3px rgba(1, 1, 1, 0.3);
  z-index: 1000;
  display: none;
  border-bottom: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level a {
  color: #3b4449;
  text-decoration: none;
  text-transform: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level a:focus,
.navbar-main .nav.navbar-nav.navbar-multilevel .parent-level a:hover {
  color: #268bb9;
  text-decoration: none;
}
.navbar-main .nav.navbar-nav.navbar-multilevel > li:hover .parent-level {
  display: block;
}
.navbar-checkout {
  margin-bottom: 10px;
}
.navbar-menu-title {
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .navbar {
    border: none;
  }
  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .navbar-main {
    margin-top: 0;
    min-height: 0;
  }
  .navbar-main .nav > li > a {
    padding-left: 18px;
  }
  .navbar-main .nav > li + li > a {
    padding-left: 18px;
  }
  .navbar-main .navbar-nav > li {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .navbar-main .nav.navbar-nav {
    float: none;
  }
  .navbar-main .nav.navbar-nav > li {
    text-align: center;
  }
  .navbar {
    min-height: 0;
  }
  .navbar-inverse {
    background-color: #e35b5b;
  }
  .navbar-inverse .navbar-nav > .active {
    border-bottom: none;
    border-top: none;
  }
  .navbar-inverse .navbar-nav > .active > a {
    background: #dc2f2f;
  }
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background: #dc2f2f;
  }
  .navbar-inverse .navbar-nav > li {
    border-bottom: none;
    border-top: none;
  }
  .navbar-inverse .navbar-nav > li > a {
    text-shadow: none;
  }
  .navbar-inverse .navbar-nav > li:hover,
  .navbar-inverse .navbar-nav > li:focus {
    border-bottom: none;
    border-top: none;
  }
  .navbar-inverse .navbar-nav > li:hover > a,
  .navbar-inverse .navbar-nav > li:focus > a {
    background: none;
    text-shadow: none;
  }
  .navbar-inverse .navbar-nav > li + li > a {
    background: none;
  }
  .navbar-inverse .navbar-nav > li:first-child:hover > a,
  .navbar-inverse .navbar-nav > li:first-child:focus > a {
    background: none;
  }
}
@media (min-width: 1380px) {
  .navbar-main .nav.navbar-nav > li > a,
  .navbar-main .nav.navbar-nav > li > .main-category {
    font-size: 13px;
    padding: 22px 30px;
  }
  .navbar-step .number {
    font-size: 28px;
    padding: 0 15px;
  }
  .navbar-step .heading {
    top: -5px;
  }
  .navbar-step .navbar-nav > li a {
    font-size: 16px;
    line-height: 75px;
    height: 70px;
  }
  .navbar-step .navbar-nav li a:after {
    border-width: 36px 0 36px 25px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .navbar-main .nav > li > a {
    font-size: 13px;
    padding: 14px 18px;
  }
}
.breadcrumb {
  border-bottom: 1px solid #e8e8e8;
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  font-size: 95%;
  border-radius: 0;
}
.breadcrumb .divider {
  display: none;
}
.breadcrumb > li {
  margin-left: 5px;
  color: #3b4449;
}
.breadcrumb > li a,
.breadcrumb > li span {
  color: #3b4449;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #3b4449;
  font-family: FontAwesome;
}
.panel {
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-heading {
  padding: 0;
  border-top: 5px solid #268bb9;
  border-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  background: #f5f5f5;
}
.panel .panel-heading .panel-title {
  color: #3b4449;
  font-size: 130%;
  font-weight: bold;
  padding: 10px 15px;
  text-transform: none;
  border-left: none;
  border-right: none;
}
.panel .panel-body {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #f5f5f5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.panel .panel-body-nav-vertical {
  padding-bottom: 0;
}
.panel .panel-body > h2 {
  margin-top: 0;
}
.panel .panel-body h2 {
  font-size: 140%;
}
.panel-no-padding .panel-body {
  padding: 0;
}
.panel-border-top {
  border-top: 5px solid #268bb9;
}
.panel-background .panel-img {
  float: left;
  width: 120px;
  margin-left: -15px;
}
.panel-background .panel-body h3 {
  margin-top: 0;
  font-size: 110%;
}
.panel-first {
  margin-top: 0;
}
.panel-default .table {
  border-color: rgba(0, 0, 0, 0.04);
}
.panel-default .table > thead > tr > th,
.panel-default .table > tbody > tr > th,
.panel-default .table > tfoot > tr > th,
.panel-default .table > thead > tr > td,
.panel-default .table > tbody > tr > td,
.panel-default .table > tfoot > tr > td {
  border-color: rgba(0, 0, 0, 0.04);
}
.pagination {
  float: right;
  margin: 0;
}
.pagination-counter {
  margin: 4px 0;
  float: left;
}
.pagination > li > a {
  background: none;
  border: none;
  border-radius: 0;
  padding: 3px 10px;
  font-weight: normal;
  border: 1px solid transparent;
}
.pagination > li > a:hover,
.pagination > li > afocus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  color: #268bb9;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 0;
}
.pagination > li:first-child > a:hover,
.pagination > li:last-child > a:hover,
.pagination > li:first-child > a:focus,
.pagination > li:last-child > a:focus {
  background: #ffffff;
  border-color: #dddddd;
}
.pagination > li.disabled:first-child > a,
.pagination > li.disabled:last-child > a,
.pagination > li.disabled:first-child > span,
.pagination > li.disabled:last-child > span {
  color: #777777;
  background: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background: none;
  color: #595959;
}
.btn {
  text-decoration: none;
  text-transform: none;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
  letter-spacing: normal;
  border-width: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  border-radius: 3px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
}
.btn-default {
  text-shadow: none;
}
.btn-cta {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #8dbf2a;
  border-color: #8dbf2a;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta.focus,
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  color: #ffffff;
  background-color: #6e9521;
  border-color: #688d1f;
}
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  background-image: none;
}
.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled.focus,
.btn-cta[disabled].focus,
fieldset[disabled] .btn-cta.focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #8dbf2a;
  border-color: #8dbf2a;
}
.btn-cta .badge {
  color: #8dbf2a;
  background-color: #ffffff;
}
.btn-cta:hover,
.btn-cta:focus,
.btn-cta.focus,
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  color: #ffffff !important;
  background-color: #6e9521;
  border-color: #6e9521;
}
.btn-cta:active,
.btn-cta.active,
.open > .dropdown-toggle.btn-cta {
  background-image: none;
}
.btn-cta.disabled,
.btn-cta[disabled],
fieldset[disabled] .btn-cta,
.btn-cta.disabled:hover,
.btn-cta[disabled]:hover,
fieldset[disabled] .btn-cta:hover,
.btn-cta.disabled:focus,
.btn-cta[disabled]:focus,
fieldset[disabled] .btn-cta:focus,
.btn-cta.disabled.focus,
.btn-cta[disabled].focus,
fieldset[disabled] .btn-cta.focus,
.btn-cta.disabled:active,
.btn-cta[disabled]:active,
fieldset[disabled] .btn-cta:active,
.btn-cta.disabled.active,
.btn-cta[disabled].active,
fieldset[disabled] .btn-cta.active {
  background-color: #8dbf2a;
  border-color: #8dbf2a;
}
.btn-cta .badge {
  color: #8dbf2a;
  background-color: #ffffff;
}
.btn-inverse {
  color: #ffffff;
  color: #ffffff !important;
  background-color: #595959;
  border-color: #595959;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff;
  background-color: #3f3f3f;
  border-color: #3a3a3a;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #595959;
  border-color: #595959;
}
.btn-inverse .badge {
  color: #595959;
  background-color: #ffffff;
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  color: #ffffff !important;
  background-color: #3f3f3f;
  border-color: #3f3f3f;
}
.btn-inverse:active,
.btn-inverse.active,
.open > .dropdown-toggle.btn-inverse {
  background-image: none;
}
.btn-inverse.disabled,
.btn-inverse[disabled],
fieldset[disabled] .btn-inverse,
.btn-inverse.disabled:hover,
.btn-inverse[disabled]:hover,
fieldset[disabled] .btn-inverse:hover,
.btn-inverse.disabled:focus,
.btn-inverse[disabled]:focus,
fieldset[disabled] .btn-inverse:focus,
.btn-inverse.disabled.focus,
.btn-inverse[disabled].focus,
fieldset[disabled] .btn-inverse.focus,
.btn-inverse.disabled:active,
.btn-inverse[disabled]:active,
fieldset[disabled] .btn-inverse:active,
.btn-inverse.disabled.active,
.btn-inverse[disabled].active,
fieldset[disabled] .btn-inverse.active {
  background-color: #595959;
  border-color: #595959;
}
.btn-inverse .badge {
  color: #595959;
  background-color: #ffffff;
}
.btn-outline-cta {
  color: #f55c59 !important;
  background-color: transparent;
  border-color: #f55c59;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-cta:hover,
.btn-outline-cta:focus,
.btn-outline-cta.focus,
.btn-outline-cta:active,
.btn-outline-cta.active,
.open > .dropdown-toggle.btn-outline-cta {
  color: #ffffff !important;
  background: #f55c59;
}
.btn-outline-primary {
  color: #268bb9 !important;
  background-color: transparent;
  border-color: #268bb9;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.open > .dropdown-toggle.btn-outline-primary {
  color: #ffffff !important;
  background: #268bb9;
}
.btn-outline-default {
  color: #818181 !important;
  background-color: transparent;
  border-color: #818181;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-default:hover,
.btn-outline-default:focus,
.btn-outline-default.focus,
.btn-outline-default:active,
.btn-outline-default.active,
.open > .dropdown-toggle.btn-outline-default {
  color: #ffffff !important;
  background: #818181;
}
.btn-outline-success {
  color: #5cb85c !important;
  background-color: transparent;
  border-color: #5cb85c;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus,
.btn-outline-success:active,
.btn-outline-success.active,
.open > .dropdown-toggle.btn-outline-success {
  color: #ffffff !important;
  background: #5cb85c;
}
.btn-outline-info {
  color: #5bc0de !important;
  background-color: transparent;
  border-color: #5bc0de;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus,
.btn-outline-info:active,
.btn-outline-info.active,
.open > .dropdown-toggle.btn-outline-info {
  color: #ffffff !important;
  background: #5bc0de;
}
.btn-outline-warning {
  color: #f0ad4e !important;
  background-color: transparent;
  border-color: #f0ad4e;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.open > .dropdown-toggle.btn-outline-warning {
  color: #ffffff !important;
  background: #f0ad4e;
}
.btn-outline-danger {
  color: #e35b5b !important;
  background-color: transparent;
  border-color: #e35b5b;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.open > .dropdown-toggle.btn-outline-danger {
  color: #ffffff !important;
  background: #e35b5b;
}
.btn-outline-inverse {
  color: #ffffff !important;
  background-color: transparent;
  border-color: #ffffff;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus,
.btn-outline-inverse:active,
.btn-outline-inverse.active,
.open > .dropdown-toggle.btn-outline-inverse {
  color: #000000 !important;
  background: #ffffff;
}
.btn-xl {
  padding: 19px 30px;
  font-size: 16px;
  line-height: 1.3333333;
  border-radius: 3px;
  font-weight: 500;
}
.btn-lg {
  padding: 9px 16px;
  font-size: 15px;
  line-height: 1.3333333;
  border-radius: 3px;
  font-weight: 500;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
  font-weight: 500;
}
.btn-xxs {
  padding: 2px 2px;
  font-size: 12px;
  line-height: 1.2;
  border-radius: 3px;
  font-weight: 500;
}
.btn,
.btn:hover,
.btn:focus {
  text-decoration: none !important;
}
.btn-title {
  position: relative;
  margin-top: -46px;
}
.btn-cart {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  border-bottom: none;
}
.btn-cart > .inside {
  position: relative;
  display: inline-block;
  padding-left: 40px;
  color: #ffffff;
}
.btn-cart > .inside:before {
  position: absolute;
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 25px;
  color: #ffffff;
  left: 0;
  line-height: 1;
  top: 50%;
  transform: translateY(-50%);
  text-shadow: none;
}
.btn-arrow {
  position: relative;
}
.btn-arrow:before {
  position: absolute;
  content: url('../images/arrows/btn-arrow.png');
  top: -2px;
  left: -22px;
}
.btn-add {
  padding: 6px 12px;
}
.btn-icon-cart:before {
  padding-right: 5px;
  content: "\f07a";
  font-family: FontAwesome;
  color: #ffffff;
}
.btn-add-mini-variant:before {
  color: #ffffff;
  content: "\f054";
  font-family: FontAwesome;
  font-size: 13px;
  padding: 2px;
}
.btn-add-mini:before {
  color: #ffffff;
  content: "\f07a";
  font-family: FontAwesome;
  font-size: 11px;
}
@media (min-width: 992px) {
  .btn-add {
    padding: 6px 12px;
  }
}
@media (max-width: 767px) {
  .btn-responsive {
    width: 100%;
  }
}
.label {
  padding: 4px 8px;
}
.label-color-red {
  background-color: #fd443f;
}
.label-color-red:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fd443f;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-orange {
  background-color: #ef8732;
}
.label-color-orange:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ef8732;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-yellow {
  background-color: #d6d33c;
}
.label-color-yellow:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #d6d33c;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-light-green {
  background-color: #8ac453;
}
.label-color-light-green:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #8ac453;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-green {
  background-color: #189605;
}
.label-color-green:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #189605;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-cyan {
  background-color: #00d2b0;
}
.label-color-cyan:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #00d2b0;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-light-blue {
  background-color: #4ca9e4;
}
.label-color-light-blue:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #4ca9e4;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-blue {
  background-color: #2250e4;
}
.label-color-blue:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #2250e4;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-purple {
  background-color: #9a7094;
}
.label-color-purple:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #9a7094;
  border-width: 5px;
  margin-left: -5px;
}
.label-color-pink {
  background-color: #ec727f;
}
.label-color-pink:after {
  display: block;
  top: 99%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #ec727f;
  border-width: 5px;
  margin-left: -5px;
}
.panel-my-tags {
  display: flex;
  align-items: center;
  background: transparent;
  margin: 0 0 18px;
  padding: 0;
}
.panel-my-tags .hidden {
  display: none;
}
.panel-my-tags .label {
  font-size: 100%;
  font-weight: normal;
  margin: 0 5px 5px 0;
  border: 1px solid #f4f4f4;
  color: #595959;
  background: #ffffff;
}
.panel-my-tags .label a {
  text-decoration: none;
}
.panel-my-tags .label .fa {
  margin-left: 5px;
}
.panel-my-tags .label-plain {
  border: 0;
  margin: 0 0 0 auto;
  color: #268bb9;
  background: transparent;
  text-decoration: underline;
}
.panel-my-tags .label-plain .fa {
  color: #268bb9;
}
.panel-my-tags .label-plain:hover,
.panel-my-tags .label-plain:focus {
  color: #268bb9;
  text-decoration: none;
}
.panel-my-tags-labels {
  display: flex;
  align-items: center;
  width: 100%;
}
.panel-my-tags-items {
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
  margin: 0 -5px -5px 0;
}
.panel-my-tags-items .label {
  margin: 0 5px 5px 0;
}
.panel-my-tags-unset {
  flex-shrink: 0;
  padding-left: 15px;
}
.product-labels {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -5px -5px 0;
}
.product-labels.main-labels {
  min-height: 0;
}
.product-labels.product-detail-labels::after::after {
  content: "";
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
}
.product-labels > * {
  white-space: nowrap;
}
.product-labels .label {
  border-radius: 0;
  font-size: 85%;
  font-weight: normal;
  position: relative;
  display: inline-block;
  margin: 0 5px 5px 0;
}
.product-labels-main {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.top-labels {
  position: absolute;
  top: 15px;
  right: 15px;
}
.top-labels .label {
  border-radius: 0;
  padding: .3em .3em;
  font-weight: normal;
  display: table;
  width: 50px;
  height: 25px;
}
.top-labels .label + .label {
  margin: 5px 0 0;
}
.top-labels .label-inside {
  display: table-cell;
  vertical-align: middle;
}
.top-labels .label.label-discount {
  font-size: 120%;
  font-weight: normal;
}
.top-labels .label.label-has-bonus {
  font-size: 70%;
}
.top-labels .label:after {
  content: none;
}
.top-labels.main-labels {
  top: 15px;
  right: 15px;
}
@media (max-width: 767px) {
  .panel-my-tags {
    display: none;
  }
}
.form-control,
.seznam-captcha-answer {
  height: 32px;
  border-radius: 0;
  -webkit-box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
  box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.075);
}
.input-lg {
  height: 40px;
}
.view-product .form-horizontal .radio,
.view-product .form-horizontal .checkbox,
.view-product .form-horizontal .radio-inline,
.view-product .form-horizontal .checkbox-inline {
  padding-top: 0;
}
.form-group .star {
  color: #e6173e;
}
.checkbox label,
.radio label {
  padding-left: 30px;
}
.radio input[type="radio"],
.checkbox input[type="radio"],
.radio input[type="checkbox"],
.checkbox input[type="checkbox"] {
  margin-left: -30px;
}
.radio-inline,
.checkbox-inline {
  padding-left: 30px;
}
.radio-inline input[type="radio"],
.checkbox-inline input[type="radio"],
.radio-inline input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  margin-left: -30px;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-left: 20px;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
}
.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: #ffffff;
}
.has-success .form-control,
.has-success .seznam-captcha-answer {
  border-color: #75c594;
  -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,
.has-success .seznam-captcha-answer:focus {
  border-color: #51b678;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bde3cc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #bde3cc;
}
.has-success .input-group-addon {
  color: #ffffff;
  border-color: #75c594;
  background-color: #75c594;
}
.has-success .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-warning .form-control,
.has-warning .seznam-captcha-answer {
  border-color: #d6a765;
  -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,
.has-warning .seznam-captcha-answer:focus {
  border-color: #cb903d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ebd5b6;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ebd5b6;
}
.has-warning .input-group-addon {
  color: #ffffff;
  border-color: #d6a765;
  background-color: #d6a765;
}
.has-warning .form-control-feedback {
  color: #ffffff;
}
.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: #ffffff;
}
.has-error .form-control,
.has-error .seznam-captcha-answer {
  border-color: #f68080;
  -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,
.has-error .seznam-captcha-answer:focus {
  border-color: #f35050;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fddfdf;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #fddfdf;
}
.has-error .input-group-addon {
  color: #ffffff;
  border-color: #f68080;
  background-color: #f68080;
}
.has-error .form-control-feedback {
  color: #ffffff;
}
.input-group-icon {
  position: relative;
}
.input-group-icon .btn {
  top: 0;
  right: 0;
  z-index: 10;
  position: absolute;
  color: #555555;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.input-group-icon .btn i {
  font-size: 120%;
}
.input-group-icon .form-control:focus + .btn,
.input-group-icon .seznam-captcha-answer:focus + .btn {
  color: #379adc;
}
.form-group.term-of-use {
  margin-bottom: 0;
}
.customer-note {
  margin-bottom: 0;
}
input.invalid {
  border: 2px solid #f55c59;
}
.seznam-captcha {
  margin-bottom: 10px;
}
.seznam-captcha a {
  right: 2px;
}
.registration-form-title {
  margin-bottom: 52px;
}
.form-horizontal .control-label {
  padding-top: 7px;
}
.split-delivery-box {
  border: 1px solid #d2e9fb;
  background: #fbfcff;
  padding: 15px 15px 10px 15px;
  width: 100%;
}
.split-delivery-box label {
  width: 100%;
}
.split-delivery-box-description {
  margin-top: -20px;
  margin-left: 30px;
}
.split-delivery-box-description-small {
  font-size: 92%;
  font-weight: normal;
}
label,
.text-label {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #3b4449;
}
@media (max-width: 1379px) {
  .split-delivery-box {
    padding-left: 10px;
  }
}
@media (max-width: 767px) {
  .registration-form-title {
    margin-bottom: 9px;
  }
  #customer-note {
    display: none;
  }
}
h1,
h2,
h3,
.h1,
.h2,
.h3 {
  margin-top: 18px;
  margin-bottom: 9px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #3b4449;
  text-transform: none;
}
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  letter-spacing: normal;
}
h1,
.h1 {
  font-weight: 500;
  margin: 18px 0 9px;
}
h2,
.h2 {
  font-weight: 700;
  margin: 18px 0 9px;
}
h3,
.h3 {
  font-weight: 700;
  margin: 18px 0 9px;
}
h4,
.h4 {
  font-weight: 700;
  margin: 18px 0 9px;
}
h5,
.h5 {
  font-weight: 700;
  margin: 18px 0 9px;
}
h6,
.h6 {
  font-weight: 700;
  margin: 18px 0 9px;
}
.description ul:not(.heurev-plus):not(.heurev-minus),
.list-circled {
  margin-left: 1em;
  padding: 0;
  list-style: none;
}
.description ul:not(.heurev-plus):not(.heurev-minus).under-number,
.list-circled.under-number {
  margin-left: 1.85em;
}
.description ul:not(.heurev-plus):not(.heurev-minus) li,
.list-circled li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 1em;
}
.description ul:not(.heurev-plus):not(.heurev-minus) li:before,
.list-circled li:before {
  font-family: FontAwesome;
  content: none;
  color: #e35b5b;
  position: absolute;
  left: -1em;
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.arrow:before,
.list-circled li.arrow:before {
  content: '\f054';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.address:before,
.list-circled li.address:before {
  content: '\f041';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.envelope:before,
.list-circled li.envelope:before {
  content: '\f0e0';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.phone:before,
.list-circled li.phone:before {
  content: '\f095';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.email:before,
.list-circled li.email:before {
  content: '\f003';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.home:before,
.list-circled li.home:before {
  content: '\f015';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.truck:before,
.list-circled li.truck:before {
  content: '\f0d1';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.money:before,
.list-circled li.money:before {
  content: '\f0d6';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.user:before,
.list-circled li.user:before {
  content: '\f007';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.country:before,
.list-circled li.country:before {
  content: '\f024';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.fax:before,
.list-circled li.fax:before {
  content: '\f1ac';
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.none:before,
.list-circled li.none:before {
  content: none;
}
.description ul:not(.heurev-plus):not(.heurev-minus) li.large,
.list-circled li.large {
  font-size: 14px;
}
.description ul:not(.heurev-plus):not(.heurev-minus).large-icon li:before,
.list-circled.large-icon li:before {
  font-size: 16px;
  margin-top: 0;
}
.fancy-list {
  padding: 0;
  list-style: none;
}
.fancy-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 14px;
}
.fancy-list li span {
  display: block;
}
.fancy-list li:before {
  font-family: FontAwesome;
  color: #e35b5b;
  position: absolute;
  left: -1em;
}
.fancy-list li a {
  color: #3b4449;
  text-decoration: none;
}
.fancy-list li a:hover {
  color: #268bb9;
  text-decoration: underline;
}
.fancy-list.under-number {
  margin-left: 1.85em;
}
.fancy-list.icon-arrow li:before {
  content: "\f054";
}
.fancy-list.icon-circle li:before {
  content: "\f10c";
}
.fancy-list.icon-xs li {
  padding-left: 7px;
}
.fancy-list.icon-xs li:before {
  font-size: 6px;
  top: 6px;
}
.fancy-list-underline li a {
  color: #3b4449;
  text-decoration: underline;
}
.fancy-list-underline li a:hover {
  color: #268bb9;
  text-decoration: underline;
}
ol {
  padding-left: 0;
  counter-reset: item;
}
ol li {
  display: block;
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
ol li:before {
  color: #9bacb8;
  position: absolute;
  top: 0;
  left: 0;
}
ol > li:before {
  content: counter(item) ". ";
  counter-increment: item;
}
ol ol,
ol ul {
  padding-left: 0;
  margin-bottom: 15px;
}
ol ol li,
ol ul li {
  margin: 10px 0;
}
ol ul li:before {
  font-family: FontAwesome;
  content: none;
}
.terms {
  counter-reset: h2;
}
.terms h2:before {
  counter-increment: h2;
  content: counter(h2) '. ';
}
.terms ol {
  counter-reset: ol;
}
.terms ol > li {
  padding-left: 40px;
}
.terms ol > li:before {
  content: counter(h2) '.' counters(ol, '.');
  counter-increment: ol;
}
.footer-2 .list-circled {
  margin-left: 0.7em;
}
.footer-2 .list-circled li {
  padding-left: 0.7em;
  color: #595959;
}
.footer-2 .list-circled li:before {
  font-size: 10px;
  color: #e35b5b;
  left: -0.7em;
  margin-top: 0;
}
.footer-2 .list-circled li.arrow:before {
  content: "\f054";
  font-size: 6px;
  top: 4px;
}
.footer-2 .list-circled li a {
  color: #595959;
  text-decoration: none;
}
.footer-2 .list-circled li a:hover,
.footer-2 .list-circled li a:focus {
  color: #268bb9;
  text-decoration: none;
}
.footer-2 .list-circled .fa {
  width: 12px;
  text-align: center;
  margin-right: 15px;
}
.footer-2 .list-circled.large-icon li:before {
  font-size: 16px;
  margin-top: 0;
}
.btn-link-without-spaces {
  margin: 0;
  padding: 0;
  font-size: 13px;
  color: #666666;
  text-decoration: underline;
  border: none;
}
.btn-link-without-spaces:hover,
.btn-link-without-spaces:focus,
.btn-link-without-spaces:active {
  color: #666666;
  text-decoration: none;
  outline: none;
}
.btn-link-no-underline {
  text-decoration: none;
}
@media (max-width: 479px) {
  .list-inline {
    padding-left: 0;
    list-style: none;
  }
  .list-inline > li {
    display: block;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 27px;
  }
}
.carousel-controls {
  text-align: right;
  margin-top: 15px;
  margin-bottom: 15px;
}
.nav-tabs .carousel-controls {
  margin: 0;
}
.carousel-control {
  position: static;
  text-shadow: none;
  border: 1px solid #c2c2c2;
  text-decoration: none;
  opacity: 1;
  display: inline-block;
  width: auto;
}
.carousel-control i {
  width: 26px;
}
.carousel-control:hover {
  border: 1px solid #268bb9 !important;
  color: #268bb9;
}
.carousel-control.left {
  background: none;
}
.carousel-control.right {
  background: none;
  margin-left: 5px;
}
.carousel-additional-images.products {
  border: 0;
}
.nav-tabs {
  border-bottom: 1px solid #e8e8e8;
}
.nav-tabs > li {
  margin-left: 15px;
}
.nav-tabs > li a {
  border-top: 2px solid transparent;
  border-radius: 0;
  text-decoration: none;
  color: #595959;
}
.nav-tabs > li a:focus,
.nav-tabs > li a:hover {
  border-width: 1px;
  border-top-width: 2px;
  border-color: #e8e8e8 #e8e8e8 transparent;
  background-color: #fff;
  color: #595959;
}
.nav-tabs > li.active a,
.nav-tabs > li.active a:focus,
.nav-tabs > li.active a:hover {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 2px solid #268bb9;
  background-color: #fff;
  color: #595959;
}
.nav-tabs > li.active .badge {
  background-color: #268bb9;
}
.nav-tabs .badge {
  margin-left: 0.6em;
  background-color: #c2c2c2;
}
.nav-tabs > li + li {
  margin-left: 0;
}
.nav-tabs-accordion > li {
  margin-left: 15px;
  border: solid transparent;
  border-width: 2px 1px 1px;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 15px;
  color: #595959;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.nav-tabs-accordion > li:focus,
.nav-tabs-accordion > li:hover {
  border-color: #e8e8e8 #e8e8e8 transparent;
  background-color: #fff;
  color: #595959;
  cursor: pointer;
}
.nav-tabs-accordion > li.resp-tab-active,
.nav-tabs-accordion > li.resp-tab-active:focus,
.nav-tabs-accordion > li.resp-tab-active:hover {
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-top: 2px solid #268bb9;
  background-color: #fff;
  color: #595959;
  cursor: default;
}
.nav-tabs-accordion > li.resp-tab-active .badge {
  background-color: #268bb9;
}
.nav-tabs-accordion > li + li {
  margin-left: 2px;
}
.tab-content {
  margin: 15px 0;
  padding: 15px;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
}
.tab-content.tab-content-collapsed {
  padding: 0;
  border: 0;
  background-color: transparent;
}
.tab-content-light {
  background: none;
}
.tab-pane.products.active {
  display: flex;
  align-items: stretch;
  border-left: none;
}
.menu-vertical {
  margin: 0;
  padding: 0;
}
.menu-vertical li {
  position: relative;
  list-style: none;
}
.menu-vertical a {
  display: block;
  border-top: 1px solid #e8e8e8;
  color: #595959;
  text-decoration: none;
}
.menu-vertical a:before {
  font-family: "FontAwesome";
  position: absolute;
  color: #268bb9;
  top: .5em;
}
.menu-vertical a:hover {
  background: #c4e4f1;
  color: #268bb9;
}
.menu-vertical .current > a {
  font-weight: 800;
}
.menu-vertical .parent:not(.level0) > a:before {
  position: absolute;
  content: "\f112";
  transform: rotate(180deg) translateX(20px);
  font-size: .8em;
  line-height: 30px;
  z-index: 1;
}
.menu-vertical.root-level > li:first-child > a,
.panel-body > .menu-vertical > li:first-child > a {
  border-top: 0;
}
.menu-vertical .level1 a {
  padding-left: 33px;
}
.menu-vertical .level2 a {
  padding-left: 53px;
}
.menu-vertical .level3 a {
  padding-left: 73px;
}
.menu-vertical .level4 a {
  padding-left: 93px;
}
.menu-vertical .level5 a {
  padding-left: 113px;
}
.menu-vertical .level6 a {
  padding-left: 133px;
}
.menu-vertical .level7 a {
  padding-left: 153px;
}
.menu-vertical .level8 a {
  padding-left: 173px;
}
.menu-vertical .level9 a {
  padding-left: 193px;
}
.menu-vertical .level10 a {
  padding-left: 213px;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary,
.menu-secondary .nav.menu-vertical {
  color: #888888;
  font-weight: normal;
  background: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  border-top: 0;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
  border-radius: 0 0 0 0;
  -webkit-box-shadow: 1.827px 0.813px 3px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 1.827px 0.813px 3px 0px rgba(0, 0, 0, 0.15);
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li a,
.menu-secondary .nav.menu-vertical li a {
  font-family: "Hind", sans-serif;
  color: #888888;
  font-size: 11px;
  padding: 13px;
  border: 0;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li a:hover,
.menu-secondary .nav.menu-vertical li a:hover,
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li a:focus,
.menu-secondary .nav.menu-vertical li a:focus {
  color: #000000;
  background: #c4e4f1;
  font-weight: 500;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li + li,
.menu-secondary .nav.menu-vertical li + li {
  border-top: 0;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary li + li a,
.menu-secondary .nav.menu-vertical li + li a {
  text-transform: uppercase;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary .featured a,
.menu-secondary .nav.menu-vertical .featured a {
  color: #ff6946;
}
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary .featured a:hover,
.menu-secondary .nav.menu-vertical .featured a:hover,
.navbar-main .nav.navbar-nav.dropdown ul.menu-secondary .featured a:focus,
.menu-secondary .nav.menu-vertical .featured a:focus {
  color: #ff6946;
}
.nav-spacing {
  margin-bottom: 15px;
}
.nav-icon:before {
  font-family: 'FontAwesome';
  margin-right: 6px;
}
.navbar-main .nav.navbar-nav.dropdown li {
  width: 100%;
  text-align: left;
  position: relative;
}
.navbar-main .nav.navbar-nav.dropdown .main-category {
  position: relative;
  font-size: 13px;
  padding-left: 20px;
  padding-right: 20px;
  color: #3b4449;
  text-transform: initial;
}
.navbar-main .nav.navbar-nav.dropdown .main-category:hover {
  color: #268bb9;
}
.navbar-main .nav.navbar-nav.dropdown .main-category .fa {
  width: 13px;
  text-align: center;
}
.navbar-main .nav.navbar-nav.dropdown .main-category .fa:first-child {
  margin-right: 10px;
}
.navbar-main .nav.navbar-nav.dropdown .main-category .fa-sort-down {
  margin-left: auto;
}
@media (max-width: 767px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    content: '\f0dd';
    font-family: 'FontAwesome';
    text-align: center;
    line-height: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}
.navbar-main .nav.navbar-nav.dropdown .main-category,
.navbar-main .nav.navbar-nav.dropdown .main-category:focus,
.navbar-main .nav.navbar-nav.dropdown .main-category:hover {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-size: 13px;
  font-weight: initial;
  background: #268bb9;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (min-width: 768px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:focus .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:hover .fa-sort-down {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:focus .fa-sort-down,
  .navbar-main .nav.navbar-nav.dropdown .main-category:hover .fa-sort-down {
    display: none;
  }
}
.navbar-main .nav.navbar-nav.dropdown .main-category.heading,
.navbar-main .nav.navbar-nav.dropdown .main-category:focus.heading,
.navbar-main .nav.navbar-nav.dropdown .main-category:hover.heading {
  cursor: default;
}
.navbar-main .nav.navbar-nav.dropdown > li > ul {
  background: #f5f5f5;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  z-index: 8000;
}
@media (min-width: 768px) {
  .navbar-main .nav.navbar-nav.dropdown > li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
}
.navbar-main .nav.navbar-nav.dropdown > li > ul {
  display: none;
}
.navbar-main .nav.navbar-nav.dropdown > li:hover > ul {
  display: block;
}
.navbar-main .nav.navbar-nav.dropdown .nmd-list {
  display: none;
}
.navbar-main .nav.navbar-nav.dropdown .nmd-list.nmd-list__active {
  display: block;
}
.nav.navbar-nav.dropdown.sidebar {
  float: none;
}
@media (min-width: 1380px) {
  .tab-content {
    padding: 30px;
  }
  .menu-vertical li a {
    padding: 13px;
  }
  .nav-tabs > li > a {
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    padding: 10px 15px;
  }
}
@media (min-width: 1380px) {
  .navbar-main .nav.navbar-nav.dropdown .main-category {
    font-size: 13px;
  }
  .navbar-main .nav.navbar-nav.dropdown .main-category:hover,
  .navbar-main .nav.navbar-nav.dropdown .main-category:focus {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .nav-tabs > li {
    float: none;
    margin-left: 0;
  }
  .nav-tabs > li a {
    border: 1px solid #e8e8e8;
    border-left: 2px solid #e8e8e8;
    background-color: #fff;
    padding-right: 35px;
  }
  .nav-tabs > li a:after {
    content: "\f0da";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 12px;
    right: 15px;
  }
  .nav-tabs > li a:focus,
  .nav-tabs > li a:hover {
    border: 1px solid #e8e8e8;
    border-left: 2px solid #268bb9;
    background-color: #fff;
    color: #595959;
  }
  .nav-tabs > li.active a,
  .nav-tabs > li.active a:focus,
  .nav-tabs > li.active a:hover {
    border: 1px solid #e8e8e8;
    border-left: 2px solid #268bb9;
    background-color: #fff;
    color: #595959;
  }
  .nav-tabs.nav-tabs-navigation {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .badge {
    float: right;
  }
  .tab-content.tab-content-collapsed {
    margin-top: 0;
  }
}
table,
.table {
  color: #595959;
  border-color: #f2f2f2;
  width: 100%;
  max-width: 100%;
  margin-bottom: 18px;
}
table > thead > tr > th,
.table > thead > tr > th,
table > tbody > tr > th,
.table > tbody > tr > th,
table > tfoot > tr > th,
.table > tfoot > tr > th,
table > thead > tr > td,
.table > thead > tr > td,
table > tbody > tr > td,
.table > tbody > tr > td,
table > tfoot > tr > td,
.table > tfoot > tr > td {
  padding: 8px 16px;
  line-height: 1.42857143;
  border: none;
  border-bottom: 1px solid #f2f2f2;
  color: #3b4449;
}
table > thead > tr > th p:last-child,
.table > thead > tr > th p:last-child,
table > tbody > tr > th p:last-child,
.table > tbody > tr > th p:last-child,
table > tfoot > tr > th p:last-child,
.table > tfoot > tr > th p:last-child,
table > thead > tr > td p:last-child,
.table > thead > tr > td p:last-child,
table > tbody > tr > td p:last-child,
.table > tbody > tr > td p:last-child,
table > tfoot > tr > td p:last-child,
.table > tfoot > tr > td p:last-child {
  margin: 0;
}
table > thead > tr:first-child,
.table > thead > tr:first-child,
table > tbody > tr:first-child,
.table > tbody > tr:first-child,
table > tfoot > tr:first-child,
.table > tfoot > tr:first-child {
  border-top: 1px solid #f2f2f2;
}
table > thead > tr > th,
.table > thead > tr > th,
table > thead > tr > td,
.table > thead > tr > td {
  background: #f2f2f2;
  border: none !important;
  vertical-align: bottom;
}
table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
table > tbody + tbody,
.table > tbody + tbody {
  border-top: 2px solid #f2f2f2;
}
table .table,
.table .table {
  background-color: #fff;
}
.tab-content table {
  border-color: #ececec !important;
}
.tab-content table > thead > tr > th,
.tab-content table > thead > tr > td {
  background: #ececec;
}
.tab-content table > thead > tr > th,
.tab-content table > tbody > tr > th,
.tab-content table > tfoot > tr > th,
.tab-content table > thead > tr > td,
.tab-content table > tbody > tr > td,
.tab-content table > tfoot > tr > td {
  border-color: #ececec !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.tab-content table > thead:first-child,
.tab-content table > tbody:first-child,
.tab-content table > tfoot:first-child {
  border-top: 1px solid #ececec;
}
.tab-content .dropdown-table > thead > tr > th,
.tab-content .dropdown-table > tbody > tr > th,
.tab-content .dropdown-table > tfoot > tr > th,
.tab-content .dropdown-table > thead > tr > td,
.tab-content .dropdown-table > tbody > tr > td,
.tab-content .dropdown-table > tfoot > tr > td {
  border: none;
}
.tab-content .dropdown-table > thead:first-child,
.tab-content .dropdown-table > tbody:first-child,
.tab-content .dropdown-table > tfoot:first-child {
  border-top: none;
}
.table.order-detail > thead > tr > th,
.table.order-detail > tbody > tr > th,
.table.order-detail > tfoot > tr > th,
.table.order-detail > thead > tr > td,
.table.order-detail > tbody > tr > td,
.table.order-detail > tfoot > tr > td {
  padding: 8px 16px;
}
.table-responsive {
  overflow-y: hidden;
}
.table-opening-hours {
  width: initial;
}
.table-opening-hours > thead > tr > th,
.table-opening-hours > tbody > tr > th,
.table-opening-hours > tfoot > tr > th,
.table-opening-hours > thead > tr > td,
.table-opening-hours > tbody > tr > td,
.table-opening-hours > tfoot > tr > td {
  padding: 4px;
}
.table-opening-hours > thead > tr > th span.delimiter,
.table-opening-hours > tbody > tr > th span.delimiter,
.table-opening-hours > tfoot > tr > th span.delimiter,
.table-opening-hours > thead > tr > td span.delimiter,
.table-opening-hours > tbody > tr > td span.delimiter,
.table-opening-hours > tfoot > tr > td span.delimiter {
  padding: 0 5px 0 5px;
}
.table-opening-hours > thead > tr > th span.delimiter-hours,
.table-opening-hours > tbody > tr > th span.delimiter-hours,
.table-opening-hours > tfoot > tr > th span.delimiter-hours,
.table-opening-hours > thead > tr > td span.delimiter-hours,
.table-opening-hours > tbody > tr > td span.delimiter-hours,
.table-opening-hours > tfoot > tr > td span.delimiter-hours {
  padding-right: 15px;
}
.table-opening-hours > thead > tr > td:first-child,
.table-opening-hours > tbody > tr > td:first-child,
.table-opening-hours > tfoot > tr > td:first-child {
  padding-left: 0;
}
.table-product-list .product-list-item {
  border-bottom: 1px solid #f2f2f2;
}
.table-product-list .product-list-item:last-child {
  border-bottom: 0;
}
.table-product-list .item-cell.product-name {
  width: 42%;
}
.table-product-list .item-cell.product-prices {
  width: 58%;
}
.table-product-list .product-selection {
  width: 100%;
  display: block;
}
.table-product-list .info-block {
  margin: 0 0 20px 98px;
  padding: 5px;
}
.table-product-list .info-block.gift-block {
  margin-top: -15px;
}
.table-product-list .info-text {
  margin: 4px 8px;
}
.table-product-list .item-cell {
  vertical-align: middle;
  padding: 8px;
}
.table-product-list h3 {
  font-family: inherit;
  font-weight: 700;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0;
}
.table-product-list .item-cell.image {
  min-width: 90px;
  width: 96px;
  text-align: center;
}
.table-product-list .variant {
  font-weight: 500;
}
.table-product-list .item-cell.quantity {
  width: 22%;
}
.table-product-list .item-cell.delivery-info {
  width: 20%;
}
.table-product-list .item-cell.remove-item {
  width: 2%;
}
.table-product-list .item-cell.final-price {
  width: 28%;
}
.table-product-list .item-cell.price {
  width: 28%;
}
.table-product-list .price {
  font-size: 15px;
}
.table-product-list .specific-price,
.table-product-list .second-price {
  font-size: 10.4px;
  color: #adb8bf;
  display: block;
}
.table-product-list .vat-info {
  font-size: 10.4px;
  color: #adb8bf;
}
.table-product-list .final-price {
  font-size: 17px;
  font-weight: 500;
}
.table-product-list .fa {
  font-size: 17px;
  color: #acacac;
}
.table-product-list .rs-bonus-selection .radio,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox,
.table-product-list .rs-bonus-selection .form-horizontal .radio-inline,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox-inline {
  padding-top: 10px;
  min-height: initial;
}
.table-product-list .rs-bonus-selection .radio:first-child,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox:first-child,
.table-product-list .rs-bonus-selection .form-horizontal .radio-inline:first-child,
.table-product-list .rs-bonus-selection .form-horizontal .checkbox-inline:first-child {
  padding-top: 0;
}
@media (min-width: 1380px) {
  .table-opening-hours {
    padding: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .table-product-list .item-cell.product-name {
    width: 36%;
  }
  .table-product-list .item-cell.product-prices {
    width: 64%;
  }
  .table-product-list .item-cell.delivery-info {
    width: 35%;
  }
  .table-product-list .item-cell.delivery-info a {
    white-space: normal;
  }
}
@media (min-width: 768px) {
  .table-product-list .info-text {
    float: left;
  }
  .table-product-list .choose-bonus {
    float: right;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .table-product-list .choose-bonus {
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .table-product-list .product-list-item:first-child {
    border-top: 1px solid #f2f2f2;
  }
  .table-product-list .product-list-item:last-child {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 15px;
  }
  .table-product-list .item-cell {
    padding: 4px;
  }
  .table-product-list .item-cell.image {
    padding-top: 8px;
  }
  .table-product-list .item-cell.product-name {
    width: 100%;
    display: block;
  }
  .table-product-list .item-cell.product-prices {
    width: 100%;
    display: block;
  }
  .table-product-list .item-cell.title {
    width: 90%;
  }
  .table-product-list .item-cell.remove-item .fa {
    font-size: 30px;
  }
  .table-product-list .item-cell.quantity {
    width: 33.33%;
  }
  .table-product-list .item-cell.delivery-info {
    width: 33.33%;
  }
  .table-product-list .item-cell.delivery-info a {
    white-space: normal;
  }
  .table-product-list .item-cell.final-price {
    width: 33.33%;
  }
  .table-product-list .info-block {
    margin-left: 0;
  }
  .table-product-list .info-block:after,
  .table-product-list .info-block:before {
    content: none;
  }
  .table-product-list .info-block.gift-block {
    margin: 7px 10px 15px 10px;
  }
  .table-opening-hours {
    margin-top: 10px;
  }
  .rs-bonus-selection {
    text-align: center;
  }
}
.alert {
  padding-left: 70px;
  margin-bottom: 0;
}
.alerts {
  position: relative;
  z-index: 1000;
}
.alert + .alert {
  border-top: 2px solid rgba(0, 0, 0, 0.1);
}
.alert:before {
  font-family: FontAwesome;
  font-size: 200%;
  padding-right: 28px;
  vertical-align: middle;
  display: inline-block;
  margin-left: -50px;
}
.alert-success.alert-inverse {
  border-color: #cce8d7;
  color: #46a76c;
  background: #f3faf6;
}
.alert-success:before {
  content: "\f14a";
  color: #46a76c;
}
.alert-success a {
  color: #ffffff;
  text-decoration: underline;
}
.alert-success a:hover {
  text-decoration: none;
}
.alert-success-arrow {
  border-color: #cce8d7;
  color: #46a76c;
  position: relative;
  background: #f3faf6;
  border: 1px solid #cce8d7;
  padding: 10px;
  margin-top: 20px;
}
.alert-success-arrow:after,
.alert-success-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-success-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #f3faf6;
}
.alert-success-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #cce8d7;
}
.alert-success-arrow:after,
.alert-success-arrow::before {
  left: 0;
}
.alert-success-arrow a {
  color: #46a76c;
}
.alert-info.alert-inverse,
.alert-notice.alert-inverse {
  border-color: #deeffa;
  color: #4f9dd3;
  background: #fafdff;
}
.alert-info:before,
.alert-notice:before {
  content: "\f05a";
  color: #4f9dd3;
}
.alert-info-arrow,
.alert-notice-arrow {
  border-color: #deeffa;
  color: #4f9dd3;
  position: relative;
  background: #fafdff;
  border: 1px solid #deeffa;
  padding: 10px;
  margin-top: 20px;
}
.alert-info-arrow:after,
.alert-notice-arrow:after,
.alert-info-arrow::before,
.alert-notice-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-info-arrow:after,
.alert-notice-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fafdff;
}
.alert-info-arrow:before,
.alert-notice-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #deeffa;
}
.alert-info-arrow:after,
.alert-notice-arrow:after,
.alert-info-arrow::before,
.alert-notice-arrow::before {
  left: 0;
}
.alert-info-arrow a,
.alert-notice-arrow a {
  color: #4f9dd3;
}
.alert-warning.alert-inverse {
  border-color: #f2dbbb;
  color: #bc8332;
  background: #fef8ef;
}
.alert-warning:before {
  content: "\f071";
  color: #bc8332;
}
.alert-warning-arrow {
  border-color: #f2dbbb;
  color: #bc8332;
  position: relative;
  background: #fef8ef;
  border: 1px solid #f2dbbb;
  padding: 10px;
  margin-top: 20px;
}
.alert-warning-arrow:after,
.alert-warning-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-warning-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fef8ef;
}
.alert-warning-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #f2dbbb;
}
.alert-warning-arrow:after,
.alert-warning-arrow::before {
  left: 0;
}
.alert-warning-arrow a {
  color: #bc8332;
}
.alert-danger.alert-inverse {
  border-color: #f8d6d6;
  color: #f13939;
  background: #fef3f3;
}
.alert-danger:before {
  content: "\f05e";
  color: #f13939;
}
.alert-danger-arrow {
  border-color: #f8d6d6;
  color: #f13939;
  position: relative;
  background: #fef3f3;
  border: 1px solid #f8d6d6;
  padding: 10px;
  margin-top: 20px;
}
.alert-danger-arrow:after,
.alert-danger-arrow::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.alert-danger-arrow:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fef3f3;
}
.alert-danger-arrow:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #f8d6d6;
}
.alert-danger-arrow:after,
.alert-danger-arrow::before {
  left: 0;
}
.alert-danger-arrow a {
  color: #f13939;
}
.alert-responsive {
  display: inline-table;
  width: 100%;
}
.alert-responsive span {
  display: table-cell;
}
.close {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.close:hover,
.close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.embed-responsive-3by2 {
  padding-bottom: 66.66%;
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
.visible-xxs {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
  display: none !important;
}
@media (max-width: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xxs,
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block,
.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: 479px) {
  .visible-xxs {
    display: block !important;
  }
  table.visible-xxs {
    display: table;
  }
  tr.visible-xxs {
    display: table-row !important;
  }
  th.visible-xxs,
  td.visible-xxs {
    display: table-cell !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-block {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .visible-xxs-inline {
    display: inline !important;
  }
}
@media (max-width: 479px) {
  .visible-xxxs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (min-width: 480px) and (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;
  }
  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: 1379px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1380px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 479px) {
  .hidden-xxs {
    display: none !important;
  }
}
@media (min-width: 480px) and (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: 1379px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1380px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.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;
  }
}
.tooltip {
  background-color: transparent !important;
  border: none !important;
}
.tooltip.top {
  background: none;
}
.tooltip.bottom .tooltip-arrow {
  top: 1px;
  left: auto !important;
  margin-left: 0;
  right: 15px;
}
.tooltip.bottom .tooltip-arrow:before {
  right: 6px;
  bottom: 1px;
  content: '';
  display: block;
  position: relative;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #e8e8e8;
  z-index: -1;
}
.tooltip-inner {
  min-width: 150px;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-size: 20px 20px;
}
.free-shipping {
  position: relative;
  padding: 14px 18px 17px 51px;
  background: #f5f5f5;
}
.free-shipping-desc {
  font-size: 12px;
  text-align: center;
  margin-bottom: 4px;
}
.free-shipping-progress {
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0 1px #dddddd;
  box-shadow: inset 0 0 0 1px #dddddd;
}
.free-shipping-progress-bar {
  display: block;
  height: 100%;
  border-radius: 4px;
  background: #cc5456;
}
.free-shipping:before {
  position: absolute;
  bottom: 11px;
  left: 9px;
  display: block;
  width: 30px;
  height: 22px;
  content: '\f0d1';
  font-family: 'FontAwesome';
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.4);
}
.free-shipping-success .free-shipping-progress {
  background: #8dd22a;
  -webkit-box-shadow: inset 0 0 0 1px #6a9f13;
  box-shadow: inset 0 0 0 1px #6a9f13;
}
.free-shipping-success .free-shipping-progress-bar {
  display: none;
}
.free-shipping-success:before {
  color: #7dae31;
}
.dropdown-link {
  display: inline-block;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  background: #fff1ae;
  margin-bottom: 3px;
  user-select: none;
  cursor: pointer;
  white-space: nowrap;
}
.dropdown-link .fa {
  color: #268bb9;
  margin-left: 5px;
}
.dropdown-table {
  font-size: 12px;
  margin-bottom: 0;
  white-space: nowrap;
}
.dropdown-table > tbody > tr {
  border: none;
}
.dropdown-table > tbody > tr:first-child {
  border: none;
}
.dropdown-table > tbody > tr > td {
  padding: 2px 12px;
  border: none;
}
.dropdown-table > tbody > tr > td:first-child {
  text-align: left;
}
.dropdown-table > tbody > tr > td:last-child {
  text-align: right;
}
.dropdown-table-note {
  opacity: .6;
}
.dropdown-table-product {
  display: none;
  width: 100%;
  background: #fff1ae;
  padding: 10px 5px;
}
.dropdown-table-product .dropdown-table > tbody > tr > td {
  padding: 1px 12px;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-arrow {
  margin-top: 12px;
}
.dropdown-menu-arrow:before,
.dropdown-menu-arrow:after {
  top: -20px;
  left: 15px;
  content: '';
  display: block;
  position: absolute;
  border: 10px solid transparent;
}
.dropdown-menu-right.dropdown-menu-arrow:before,
.dropdown-menu-right.dropdown-menu-arrow:after {
  left: auto;
  right: 15px;
}
.dropdown-menu-arrow:before {
  border-bottom-color: black;
}
.dropdown-menu-arrow:after {
  border-bottom-color: white;
}
.dropdown-inline {
  display: inline-block;
}
@media (max-width: 767px) {
  .dropdown-menu-xs-left {
    left: 0;
    right: auto;
  }
  .dropdown-menu-xs-left.dropdown-menu-arrow:before,
  .dropdown-menu-xs-left.dropdown-menu-arrow:after {
    left: 15px;
    right: auto;
  }
}
/* slider */
/* product labels */
/* comments */
/* Content */
/* img sizes */
/* backgrounds */
/* image */
/* Banner */
/* tags */
/* top tags */
/* accordion tab */
/* footer */
/* footer top */
/* footer 2 */
/* footer top 2 */
/* fixed header */
/* brand img */
/* cart */
/* top-panel */
/* toolbar */
/* contact */
/* top content */
/* navbar */
/* main nav */
/* nav */
/* copyright */
/* checkout */
/* products */
/* background */
/* bonus block */
/* benefits */
/* nav */
/* navbar menu */
/* navbar multilevel menu */
/* simple menu */
/* breadcrumbs */
/* menu secondary */
/* buttons */
/* others */
/* captcha */
/* categorybox */
/* labels */
/* forms */
/* search form */
/* switcher */
/* footer banner */
/* branding banners */
/* custom colors */
/* social icons */
/* paginator */
/* panels */
/* panel message */
/* summary */
/* modals */
/* list circled */
/* Item table */
/* Articles */
/* Manufacturers box */
/* Summary */
/* Tags */
/* Thank You Block */
/* Feature Block */
/* Quantity discount */
/* Gifts */
/* Services */
/* Countdown Timer */
/* Wishlist */
/* Related variants */
h1 {
  margin-top: -5px;
}
a {
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
.text-bold {
  font-weight: 500;
}
.text-success {
  color: #75c594;
  text-transform: uppercase;
  font-weight: 500;
}
.cursor-pointer {
  cursor: pointer;
}
.disabled .text-success {
  color: inherit;
}
img.bordered {
  border: 1px solid #e8e8e8;
  padding: 5px;
  background-color: #ffffff;
}
.text-base {
  font-size: 13px;
}
.title-collapsed {
  margin-top: 0;
}
.item-table {
  display: table;
  height: 100%;
  width: 100%;
}
.item-table .item-row {
  display: table-row;
}
.item-table .item-cell {
  display: table-cell;
  box-sizing: border-box;
  float: none;
}
.item-table .item-cell.item-middle {
  vertical-align: middle;
}
.item-table .item-cell + .item-cell {
  padding-left: 10px;
}
.item-table .item-cell + .item-cell {
  padding-left: 10px;
}
.item-table .item-cell[class*="col-"] {
  padding: 30px;
}
.item-table .col-cell-3 {
  width: 25%;
}
.item-table h1,
.item-table h2,
.item-table h3,
.item-table h4,
.item-table h5,
.item-table h6,
.item-table .h1,
.item-table .h2,
.item-table .h3,
.item-table .h4,
.item-table .h5,
.item-table .h6 {
  margin-top: 0;
  margin-bottom: 0px;
}
.item-table.title {
  width: 348px;
}
.item-table.price {
  width: 156px;
}
.img-flip {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
  filter: fliph;
  -ms-filter: "fliph";
}
.block {
  margin: 0 0 30px;
}
.condensed {
  margin-top: 0;
}
.col-collapsed {
  padding: 0;
  margin-left: -15px;
  margin-right: -15px;
}
.spaced {
  margin-top: 20px;
}
.footer-container {
  background: transparent;
}
.body-background {
  width: 100%;
  height: 100%;
  position: fixed;
  content: "";
  background: none;
  opacity: 1;
  z-index: -1;
}
.main-container {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
  box-shadow: none;
  background: #ffffff;
}
.main-container .content {
  margin-bottom: 0;
}
.main-container > *:first-child {
  flex-grow: 1;
}
.underlined {
  margin-bottom: 30px;
}
.underlined span {
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: 1px solid #cfcfcf;
}
.item-table-row {
  margin-left: -15px;
  margin-right: -15px;
  clear: both;
}
.item-table-row .item-table-spaced {
  border-spacing: 15px;
  margin-top: -15px;
  margin-bottom: 0;
}
.item-table-row .module-table-bordered {
  padding: 15px;
}
.moduletable {
  position: relative;
}
.utility {
  margin-top: 0;
}
.color-1 {
  color: #268bb9;
}
.color-1-bg {
  background: #268bb9;
}
.color-2 {
  color: #57c8f2;
}
.color-2-bg {
  background: #57c8f2;
}
.color-3 {
  color: #b5d23f;
}
.color-3-bg {
  background: #b5d23f;
}
.color-4 {
  color: #e8758e;
}
.color-4-bg {
  background: #e8758e;
}
.color-5 {
  color: #8989ad;
}
.color-5-bg {
  background: #8989ad;
}
.color-6 {
  color: #68b6ba;
}
.color-6-bg {
  background: #68b6ba;
}
.text-large {
  font-size: 17px;
}
.text-extra-large {
  font-size: 120px;
  font-weight: 500;
  color: #3b4449;
}
.text-line {
  display: block;
}
.divider {
  height: 1px;
  margin: 8px 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 1380px) {
  .item-table-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .item-table-row .item-table-spaced {
    border-spacing: 30px;
    margin-top: -30px;
    margin-bottom: -15px;
  }
}
@media (min-width: 992px) {
  .main-container {
    border-radius: 0;
    margin-top: 0;
  }
  .main-container .header-rounded {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .title-collapsed {
    margin-bottom: 9px;
  }
  .item-table .item-cell-product {
    width: 350px;
  }
  .item-table .item-cell-price {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .container.main-container,
  .container.toolbar-container,
  .container.footer-container {
    width: 100%;
  }
  .container-fluid.main-container,
  .container-fluid.toolbar-container,
  .container-fluid.footer-container {
    width: 100%;
  }
  .block {
    overflow: auto;
    margin: 0 0 15px;
  }
  .item-table-responsive .col-cell-3 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  #heurekaTableft,
  #limetalk-chat-widget {
    display: none !important;
  }
  .item-table-mobile-fullsize .item-cell {
    display: block;
    width: 100%;
  }
}
@media (max-width: 479px) {
  .item-table .item-cell.quantity {
    padding-left: 0px;
  }
  .item-table-responsive .col-cell-3 {
    width: 100%;
  }
  .item-table-responsive .item-cell {
    display: block;
  }
  .item-table-responsive .item-table-row .item-table-spaced:last-child {
    margin-top: -30px;
  }
}
[class^="flex-col"],
[class*=" flex-col"] {
  flex: 0 0 auto;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.flex {
  display: flex;
}
.flex-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.flex-row.reverse {
  flex-direction: row-reverse;
}
.flex-row.column-reverse {
  flex-direction: column-reverse;
}
.flex-col-xxs {
  flex-basis: auto;
  max-width: 100%;
}
.flex-col-xxs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
.flex-col-xxs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
.flex-col-xxs-3 {
  flex-basis: 25%;
  max-width: 25%;
}
.flex-col-xxs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
.flex-col-xxs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
.flex-col-xxs-6 {
  flex-basis: 50%;
  max-width: 50%;
}
.flex-col-xxs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
.flex-col-xxs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
.flex-col-xxs-9 {
  flex-basis: 75%;
  max-width: 75%;
}
.flex-col-xxs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
.flex-col-xxs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
.flex-col-xxs-12 {
  flex-basis: 100%;
  max-width: 100%;
}
.flex-col-xxs-offset-0 {
  margin-left: 0;
}
.flex-col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.flex-col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.flex-col-xxs-offset-3 {
  margin-left: 25%;
}
.flex-col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.flex-col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.flex-col-xxs-offset-6 {
  margin-left: 50%;
}
.flex-col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.flex-col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.flex-col-xxs-offset-9 {
  margin-left: 75%;
}
.flex-col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.flex-col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.flex-col-xxs-auto {
  flex: 1 0 0;
}
.flex-start-xxs {
  justify-content: flex-start;
}
.flex-center-xxs {
  justify-content: center;
}
.flex-end-xxs {
  justify-content: flex-end;
}
.flex-top-xxs {
  align-items: flex-start;
}
.flex-middle-xxs {
  align-items: center;
}
.flex-bottom-xxs {
  align-items: flex-end;
}
.flex-stretch-xxs {
  align-items: stretch;
}
.flex-around-xxs {
  justify-content: space-around;
}
.flex-between-xxs {
  justify-content: space-between;
}
.flex-first-xxs {
  order: -1;
}
.flex-last-xxs {
  order: 1;
}
.flex-wrap-xxs {
  flex-wrap: wrap;
}
.flex-nowrap-xxs {
  flex-wrap: nowrap;
}
.flex-grow-xxs {
  flex-grow: 1;
}
@media (min-width: 480px) {
  .flex-col-xs {
    flex-basis: auto;
    max-width: 100%;
  }
  .flex-col-xs-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-xs-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-xs-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-xs-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-xs-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-xs-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-xs-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-xs-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-xs-offset-0 {
    margin-left: 0;
  }
  .flex-col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-xs-offset-3 {
    margin-left: 25%;
  }
  .flex-col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-xs-offset-6 {
    margin-left: 50%;
  }
  .flex-col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-xs-offset-9 {
    margin-left: 75%;
  }
  .flex-col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-xs-auto {
    flex: 1 0 0;
  }
  .flex-start-xs {
    justify-content: flex-start;
  }
  .flex-center-xs {
    justify-content: center;
  }
  .flex-end-xs {
    justify-content: flex-end;
  }
  .flex-top-xs {
    align-items: flex-start;
  }
  .flex-middle-xs {
    align-items: center;
  }
  .flex-bottom-xs {
    align-items: flex-end;
  }
  .flex-stretch-xs {
    align-items: stretch;
  }
  .flex-around-xs {
    justify-content: space-around;
  }
  .flex-between-xs {
    justify-content: space-between;
  }
  .flex-first-xs {
    order: -1;
  }
  .flex-last-xs {
    order: 1;
  }
  .flex-wrap-xs {
    flex-wrap: wrap;
  }
  .flex-nowrap-xs {
    flex-wrap: nowrap;
  }
  .flex-grow-xs {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .flex-col-sm {
    flex-basis: auto;
    max-width: 100%;
  }
  .flex-col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-sm-offset-0 {
    margin-left: 0;
  }
  .flex-col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-sm-offset-3 {
    margin-left: 25%;
  }
  .flex-col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-sm-offset-6 {
    margin-left: 50%;
  }
  .flex-col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-sm-offset-9 {
    margin-left: 75%;
  }
  .flex-col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-sm-auto {
    flex: 1 0 0;
  }
  .flex-start-sm {
    justify-content: flex-start;
  }
  .flex-center-sm {
    justify-content: center;
  }
  .flex-end-sm {
    justify-content: flex-end;
  }
  .flex-top-sm {
    align-items: flex-start;
  }
  .flex-middle-sm {
    align-items: center;
  }
  .flex-bottom-sm {
    align-items: flex-end;
  }
  .flex-stretch-sm {
    align-items: stretch;
  }
  .flex-around-sm {
    justify-content: space-around;
  }
  .flex-between-sm {
    justify-content: space-between;
  }
  .flex-first-sm {
    order: -1;
  }
  .flex-last-sm {
    order: 1;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .flex-nowrap-sm {
    flex-wrap: nowrap;
  }
  .flex-grow-sm {
    flex-grow: 1;
  }
}
@media (min-width: 992px) {
  .flex-col-md {
    flex-basis: auto;
    max-width: 100%;
  }
  .flex-col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-md-offset-0 {
    margin-left: 0;
  }
  .flex-col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-md-offset-3 {
    margin-left: 25%;
  }
  .flex-col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-md-offset-6 {
    margin-left: 50%;
  }
  .flex-col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-md-offset-9 {
    margin-left: 75%;
  }
  .flex-col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-md-auto {
    flex: 1 0 0;
  }
  .flex-start-md {
    justify-content: flex-start;
  }
  .flex-center-md {
    justify-content: center;
  }
  .flex-end-md {
    justify-content: flex-end;
  }
  .flex-top-md {
    align-items: flex-start;
  }
  .flex-middle-md {
    align-items: center;
  }
  .flex-bottom-md {
    align-items: flex-end;
  }
  .flex-stretch-md {
    align-items: stretch;
  }
  .flex-around-md {
    justify-content: space-around;
  }
  .flex-between-md {
    justify-content: space-between;
  }
  .flex-first-md {
    order: -1;
  }
  .flex-last-md {
    order: 1;
  }
  .flex-wrap-md {
    flex-wrap: wrap;
  }
  .flex-nowrap-md {
    flex-wrap: nowrap;
  }
  .flex-grow-md {
    flex-grow: 1;
  }
}
@media (min-width: 1380px) {
  .flex-col-lg {
    flex-basis: auto;
    max-width: 100%;
  }
  .flex-col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
  .flex-col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
  .flex-col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .flex-col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
  .flex-col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
  .flex-col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .flex-col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
  .flex-col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
  .flex-col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .flex-col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
  .flex-col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
  .flex-col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .flex-col-lg-offset-0 {
    margin-left: 0;
  }
  .flex-col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .flex-col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .flex-col-lg-offset-3 {
    margin-left: 25%;
  }
  .flex-col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .flex-col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .flex-col-lg-offset-6 {
    margin-left: 50%;
  }
  .flex-col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .flex-col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .flex-col-lg-offset-9 {
    margin-left: 75%;
  }
  .flex-col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .flex-col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .flex-col-lg-auto {
    flex: 1 0 0;
  }
  .flex-start-lg {
    justify-content: flex-start;
  }
  .flex-center-lg {
    justify-content: center;
  }
  .flex-end-lg {
    justify-content: flex-end;
  }
  .flex-top-lg {
    align-items: flex-start;
  }
  .flex-middle-lg {
    align-items: center;
  }
  .flex-bottom-lg {
    align-items: flex-end;
  }
  .flex-stretch-lg {
    align-items: stretch;
  }
  .flex-around-lg {
    justify-content: space-around;
  }
  .flex-between-lg {
    justify-content: space-between;
  }
  .flex-first-lg {
    order: -1;
  }
  .flex-last-lg {
    order: 1;
  }
  .flex-wrap-lg {
    flex-wrap: wrap;
  }
  .flex-nowrap-lg {
    flex-wrap: nowrap;
  }
  .flex-grow-lg {
    flex-grow: 1;
  }
}
.header {
  padding: 20px 0;
}
.header-item {
  position: relative;
  display: inline-block;
  font-weight: normal;
}
.header-item-row {
  display: flex;
  align-items: center;
}
.header-item-icon {
  position: relative;
  font-family: FontAwesome;
  font-size: 180%;
  color: #3b4449;
  height: auto;
  line-height: .9;
}
.header-item-icon-cart {
  color: #e3a820;
}
.header-item-icon-cart:before {
  content: "\f07a";
}
.header-item-icon-account {
  color: #268bb9;
}
.header-item-icon-account:before {
  content: "\f007";
}
.header-item-icon-search {
  color: #000000;
}
.header-item-icon-search:before {
  content: "\f002";
}
.header-item-icon-heart {
  color: #3b4449;
  font-family: FontAwesome;
}
.header-item-icon-heart:before {
  content: "\f08a";
}
.header-item-content {
  margin-left: 20px;
  text-align: left;
}
.header-item-title {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  color: #3b4449;
  text-decoration: none;
  text-transform: none;
  font-weight: bold;
  letter-spacing: normal;
}
.header-item-text {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  color: #268bb9;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}
.header-item-text a.btn-link {
  font-weight: normal;
}
.header-item-text a.btn-link:hover,
.header-item-text a.btn-link:focus {
  color: #3b4449;
}
.header-item-text button.btn-link {
  color: #3b4449;
}
.header-item-text button.btn-link,
.header-item-text button.btn-link:hover,
.header-item-text button.btn-link:focus {
  text-decoration: none;
}
.header-item-btn {
  padding: 0;
  border: none;
  background: none;
}
.header-item-btn:hover {
  color: #268bb9;
  text-decoration: none;
}
.header-item-btn:focus {
  outline: none;
}
.header-item-xs {
  display: none;
}
.header-item + .header-item {
  margin-left: 0;
}
.header a {
  color: #268bb9;
}
.header a:hover {
  text-decoration: none;
}
.header-search-form {
  margin-top: 10px;
}
.header-hidden {
  display: block;
}
a.header-item-row {
  text-decoration: none;
}
a.header-item-row:hover {
  text-decoration: initial;
}
a.header-item-row:hover .header-item-icon {
  color: #3b4449;
}
a.header-item-row:hover .header-item-icon-cart {
  color: #3b4449;
}
a.header-item-row:hover .header-item-icon-account {
  color: #3b4449;
}
a.header-item-row:hover .header-item-icon-search {
  color: #3b4449;
}
a.header-item-row:hover .header-item-icon-heart {
  color: #3b4449;
}
a.header-item-row:hover .header-item-title {
  color: #3b4449;
  text-decoration: none;
}
a.header-item-row:hover .header-item-text {
  color: #268bb9;
  text-decoration: none;
}
a.header-item-icon {
  color: #268bb9;
  text-decoration: none;
}
a.header-item-icon:hover {
  color: #3b4449;
  text-decoration: none;
}
a.header-item-title {
  color: #268bb9;
  text-decoration: none;
}
a.header-item-title:hover {
  color: #3b4449;
  text-decoration: none;
}
.fixed .header-c .header-item-text {
  margin-top: 0;
}
.fixed .btn-link-without-spaces {
  font-size: 95%;
}
.header-c {
  text-align: right;
  white-space: nowrap;
}
.header-bottom {
  border-top: 1px solid #e8e8e8;
}
.top {
  background: transparent;
  margin-bottom: 0;
  border-bottom: 0;
}
.top-content {
  margin-top: 0;
  margin-bottom: 0;
}
.top-content.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.top-content.fixed .header {
  padding: 10px 0;
}
.top-content.fixed .navigation {
  margin: 0;
}
.top .header,
.top .brand img,
.top .form-search .form-group .input-group input,
.top .form-search .form-group .input-group button,
.top .header-c {
  -webkit-transition: ease 200ms;
  -o-transition: ease 200ms;
  transition: ease 200ms;
}
.top .navbar-main .nav > li > a {
  -webkit-transition: padding ease 200ms;
  -o-transition: padding ease 200ms;
  transition: padding ease 200ms;
}
@media (min-width: 1380px) {
  .top-content.fixed .form-search .form-group .input-group input,
  .top-content.fixed .form-search .form-group .input-group button {
    height: 40px;
  }
  .top-content.fixed .header-c {
    font-size: 95%;
  }
  .top-content.fixed .navbar-main .nav > li > a {
    padding: 22px 30px;
  }
  .header-c {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .top-content.fixed .form-search .form-group .input-group input,
  .top-content.fixed .form-search .form-group .input-group button {
    height: 36px;
  }
  .top-content.fixed .header-c {
    font-size: 88%;
  }
  .top-content.fixed .navbar-main .nav > li > a {
    padding: 14px 18px;
  }
}
@media (max-width: 767px) {
  .header {
    background: #ffffff;
    margin-bottom: 0;
  }
  .header-item-content {
    display: none;
  }
  .header-item-xs {
    display: inline-block;
  }
  .header-item + .header-item {
    margin-left: 15px;
  }
  .header-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .header {
    background: #ffffff;
  }
  .header-item:nth-child(2) {
    margin-left: 0 !important;
  }
  .header-item + .header-item {
    margin-left: 30px;
  }
}
@media (min-width: 992px) {
  .header-hidden {
    display: none;
  }
  .header-item-icon {
    font-size: 250%;
  }
  .header-c {
    text-align: left;
  }
  .header-c .header-item-text {
    text-align: left;
  }
}
.footer {
  border-top: 1px solid #f4f4f4;
  background: transparent;
  background-size: auto;
  margin: 0;
  padding: 30px 0;
  color: #595959;
}
.footer label {
  font-weight: normal;
}
.footer-container {
  background: transparent;
}
.footer-separator {
  border-top: 1px solid #f4f4f4;
  margin: 15px 0;
}
.footer-nav {
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
}
.footer-nav > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-nav > li > a {
  padding: 13px 0;
}
.footer-top {
  border-top: 1px solid #f4f4f4;
  background: transparent;
  background-size: auto;
  margin: 0;
  padding: 0;
  color: #3b4449;
  font-size: 13px;
  font-weight: initial;
}
.footer-secondary-bg {
  background: transparent;
}
.footer-2 {
  border-top: 1px solid #f4f4f4;
  margin: 0;
  background: transparent;
  background-size: auto;
  padding: 30px 0;
  color: #595959;
  font-size: inherit;
  font-weight: initial;
}
.footer-2 a {
  color: #268bb9;
  text-decoration: underline;
}
.footer-2 a:hover {
  color: #268bb9;
  text-decoration: none;
}
.footer-2 h1,
.footer-2 h2,
.footer-2 h3,
.footer-2 h4,
.footer-2 h5,
.footer-2 h6,
.footer-2 .h1,
.footer-2 .h2,
.footer-2 .h3,
.footer-2 .h4,
.footer-2 .h5,
.footer-2 .h6 {
  color: 33;
}
.footer-2 h2 {
  font-size: 140%;
  font-weight: bold;
}
.footer-2 h3 {
  font-size: initial;
  text-transform: none;
  font-weight: 700;
  background: transparent;
  padding: 0;
  margin: 0 0 9px;
  letter-spacing: normal;
}
.footer-2 strong {
  color: #595959;
  font-weight: bold;
}
.footer-2-a {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-2-b {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-2-b .fa {
  font-size: inherit;
  color: inherit;
  width: inherit;
  height: inherit;
  text-align: center;
  margin: 0;
}
.footer-2-c {
  padding-top: 0;
  padding-bottom: 0;
}
.footer-2-c .fa {
  font-size: inherit;
  width: inherit;
  height: inherit;
  text-align: center;
  margin: 0;
}
.footer-2 .fa-rounded {
  border-radius: 100%;
  background: #595959;
  padding: 0;
  font-size: initial;
}
.footer-2 .item-cell {
  padding-bottom: 0;
}
.footer-2 .item-cell:first-child {
  width: auto;
}
.footer-2 .text-large {
  font-size: 14px;
  color: inherit;
  font-family: "Hind", sans-serif;
}
.footer-2 .text-small {
  font-size: 11px;
}
.footer-top-2 {
  border-top: 0;
  margin: 0;
  background: #a5c466;
  background-size: auto;
  padding: 30px 0;
  color: #595959;
}
a.social-icon {
  display: inline-block;
  text-align: center;
  width: 32px;
  height: 32px;
  font-size: 18px;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}
a.social-icon:hover,
a.social-icon:focus {
  color: #ffffff;
}
a.social-icon .fa {
  line-height: 32px;
}
a.social-icon + a.social-icon {
  margin-left: 6px;
}
@media (max-width: 767px) {
  .footer-spaced-xs {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .footer-spaced-sm {
    margin-bottom: 30px;
  }
}
.branding-banner {
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.bannergroup .banneritem + .banneritem {
  margin-top: 30px;
}
@media (min-width: 1380px) {
  .branding-banner.branding-banner-left {
    margin-left: -700px;
  }
  .branding-banner.branding-banner-right {
    margin-left: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .branding-banner.branding-banner-left {
    margin-left: -585px;
  }
  .branding-banner.branding-banner-right {
    margin-left: 585px;
  }
}
@media (max-width: 991px) {
  .branding-banner {
    display: none;
  }
}
.variant-box {
  overflow: hidden;
  margin-left: -5px;
  margin-right: -5px;
}
.variant-box .variant-box-item {
  position: relative;
  float: left;
  margin-right: 5px;
  margin-left: 5px;
  margin-bottom: 10px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
  border-radius: 3px;
}
.variant-box .variant-box-item:hover {
  opacity: .7;
}
.variant-box .variant-box-item .selected {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 2px;
}
.variant-box .active .selected {
  display: block;
}
.variant-box .variant-box-input {
  display: none;
}
.variant-box.color-box .variant-box-item {
  width: 24px;
  height: 24px;
}
.color-box-radio .color {
  width: 18px;
  height: 18px;
  margin-right: 5px;
  float: left;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.075);
  border: 1px solid rgba(0, 0, 0, 0.075);
}
.color-box-radio .title {
  float: left;
}
.variant-box.image-box .variant-box-item {
  width: 60px;
  height: 60px !important;
  margin-bottom: 10px;
  text-align: center;
}
.variant-box.image-box .variant-box-item img {
  max-width: 45px;
  max-height: 45px;
  margin-top: 7px;
}
.panel.panel-tags .panel-body {
  padding-bottom: 0;
}
.panel-my-tags .label .color-tag {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
  border: 1px solid #dbdbdb;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.tags {
  margin-bottom: 20px;
}
.tags-hidden {
  display: block !important;
}
.tags-group-active {
  float: right;
  color: #80A72A;
  margin-right: 15px;
}
.tags .panel .panel-body {
  border-left: none;
  border-right: none;
  border-bottom: none;
  background: #f5f5f5;
}
.tags-header .btn {
  background: #e35b5b;
  opacity: 1;
}
.tags-header .btn:hover {
  opacity: 1;
}
.tags-filter {
  margin-top: -15px;
}
.tags-filter .toggle {
  position: relative;
  display: block;
  margin: 0 -15px;
  padding: 8px 15px;
  border-bottom: 1px solid #ffffff;
  color: #3b4449;
  background: #f5f5f5;
  font-family: "Hind", sans-serif;
  font-size: 110%;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
}
.tags-filter .toggle .arrow {
  float: right;
  position: absolute;
  top: 10px;
  right: 14px;
}
.tags-filter .toggle span:first-child {
  display: inline-block;
  margin-right: 15px;
}
.tags-filter .toggle i.fa {
  padding-left: 5px;
}
.tags-filter .filter-container {
  padding: 10px 0;
}
.tags-filter .white-line {
  margin: 0 -15px;
  height: 20px;
  background: #ffffff;
}
.tags-filter .show-more-tags,
.tags-filter .hide-more-tags {
  cursor: pointer;
  padding: 10px 0;
  display: block;
}
.tags-list {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.tags-list li {
  border-bottom: 1px solid #e8e8e8;
  padding: 8px 0;
}
.tags-list li:last-child {
  border: none;
}
.tags-list li.color,
.tags-list li.range {
  border: none;
  padding: 0;
  cursor: pointer;
}
.tags-list li label {
  font-family: "Hind", sans-serif;
  font-size: 13px;
  font-weight: normal;
  margin-bottom: 0;
  vertical-align: middle;
}
.tags-list li label input {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.tags-list li label.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tags-list li label span {
  font-weight: normal;
  cursor: pointer;
}
.tags-list li label span.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tags-list .tag-color {
  float: left;
  width: 18px;
  height: 18px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  margin: 4px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.35);
}
.tags-list .tag-color a {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
}
.tags-list .tag-color.disabled {
  opacity: .3;
}
.tags-list .tag-color.disabled:hover {
  opacity: 0.3;
}
.tags-list .tag-color.disabled a {
  cursor: not-allowed;
}
.tags-list .tag-color:hover {
  opacity: .7;
}
.tags-list .tag-color .active {
  display: none;
}
.tags-list .tag-color.selectedTag .active {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14px;
  height: 14px;
  background: #ffffff;
  border-radius: 2px;
}
.tags-list .tag-color.selectedTag .active i {
  display: block;
  font-size: 85%;
  margin: 1px 0 0 1px;
}
.tags-filter-top {
  background: #f5f5f5;
  margin-bottom: 15px;
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tags-filter-top .tag-header-container {
  padding: 15px;
}
.tags-filter-top .tag-header-container .ui-slider {
  margin: 0;
}
.tags-filter-top .tag-content-container.collapse.in {
  display: block !important;
}
.tags-filter-top .tag-content-container.collapse {
  display: none !important;
}
.tags-filter-top .tag-item {
  width: 100%;
  padding: 10px 0;
}
.tags-filter-top .tag-item label {
  margin: 0;
  vertical-align: middle;
  font-weight: normal;
}
.tags-filter-top .tag-item label .tagbox {
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.tags-filter-top .tag-item label span.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.tags-filter-top .tag-color {
  margin: 0;
}
.tags-filter-top .tag-color-name {
  padding-left: 8px;
  cursor: pointer;
}
.tag-range {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.tag-range .hidden {
  display: none;
}
.tag-range > * + * {
  margin-left: 5px;
}
.tag-range-container {
  margin-top: 5px;
}
.tag-range-label {
  font-weight: normal;
  margin-bottom: 0;
}
.tag-range-input {
  margin-left: 2px;
  padding: 0 4px;
  width: 0;
  height: 26px;
  flex-basis: auto;
  flex-grow: 1;
}
.tag-range-btn {
  padding: 3px 5px;
}
@media (max-width: 767px) {
  .tags-hidden {
    display: none !important;
  }
  .tags .panel-tags {
    border-top: 0;
  }
  .tags-filter-top .tag-item {
    padding: 5px 0;
  }
  .tags-filter-top .tag-color-name {
    line-height: 18px;
  }
  .tags-list label {
    white-space: nowrap;
  }
  .tags-list .tag-color,
  .tags-list .tag-color a {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 991px) {
  .tag-header-container .btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .tags {
    margin-bottom: 0;
  }
  .tags-group-active {
    display: none !important;
  }
  .tags-header {
    display: none !important;
  }
  .tags-filter-top .tag-item {
    border-bottom: 1px solid #e8e8e8;
  }
  .tags-filter-top .tag-color-name {
    line-height: 24px;
  }
  .tags-filter-top .resp-tab-content {
    margin-bottom: -1px;
  }
}
@media (max-width: 1379px) {
  .tag-header-container .btn {
    font-size: 12px;
  }
}
@media (min-width: 1380px) {
  .tags-filter .toggle {
    font-size: 130%;
  }
  .tags-filter .filter-container {
    padding: 15px 0;
  }
  .tags-list .tag-color {
    width: 23.4px;
    height: 23.4px;
  }
  .tags-list .tag-color a {
    width: 23.4px;
    height: 23.4px;
  }
}
#comments-list {
  margin-bottom: 30px;
}
#comments-form {
  margin: 0;
}
#comments .comment-anchor {
  display: inline-block;
  float: left;
  width: 55px;
  height: 45px;
  background: url(../images/comments/default.png) no-repeat top left;
}
#comments .admin-reply .comment-anchor {
  background: url(../images/comments/default.png) no-repeat top left;
}
#comments .odd-arrow {
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 10px;
  background: url(../images/comments/arrow.png) 0 0 no-repeat;
}
#comments #comments-list-0 > div > .odd-arrow {
  background: none;
}
#comments .comments-buttons {
  margin: 10px 0 0 55px !important;
  font-size: 12px;
}
#comments .comments-buttons .comment-date {
  color: #999;
  margin: 0;
}
#comments .comment-body {
  line-height: 170%;
  margin-left: 55px !important;
}
#comments .comment-body .comment-author {
  font-weight: bold;
}
#comments .admin-reply .comment-body .comment-author {
  color: #268bb9;
}
#comments .even,
#comments .odd {
  background-image: none;
  background-color: transparent;
  color: #3c452d;
  border: none;
  margin-left: 0;
  padding: 0;
  position: relative;
  margin-left: -34px;
  margin-bottom: -1px;
}
#comments .comments-inline-edit {
  padding: 15px 0;
  margin: 0;
  color: inherit;
  background-color: inherit;
  border: none;
}
#comments .comments-inline-edit #comments-form-send {
  margin-top: 0;
}
#comments .comments-list {
  margin-left: 34px;
}
#comments #comments-form img.captcha {
  padding: 0;
  margin: 0 0 3px 0;
  border: 1px solid #cccccc;
}
#comments #comments-form input.error,
#comments #comments-form textarea.error {
  border: 1px solid #f00;
  text-decoration: none;
  text-transform: none;
  background-color: #ffffe0;
}
#comments #comments-form textarea {
  float: none;
}
#comments #comments-form label .captcha {
  pointer: pointer;
}
#comments #comments-form .grippie {
  display: none;
}
#comments #comments-form .fa.fa-refresh {
  cursor: pointer;
}
#comments #comments-form-cancel {
  margin-top: 10px;
  font-size: 90%;
}
#comments .checkout {
  display: inline;
  margin: 0;
  vertical-align: middle;
}
#comments .checkout-label {
  margin-bottom: 15px;
  white-space: normal;
  vertical-align: text-top;
}
#jc .rbox {
  margin: 0;
  padding: 10px;
  width: auto;
  line-height: 100%;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #e8e8e8;
}
#jc .rbox div {
  text-align: left;
  margin: 0;
}
#jc .busy {
  display: none;
  margin: 3px auto;
  padding: 0;
  width: 16px;
  height: 16px;
  background: url(../images/comments/jc_busy.gif) no-repeat;
}
#jc #comments-form-message {
  padding: 15px;
  background: #8cbfe2;
  border: 1px solid #8cbfe2;
  color: #ffffff;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  #comments #comments-form-send {
    margin-top: 25px;
  }
}
@media (max-width: 479px) {
  #comments #comments-form-send {
    width: 100%;
  }
  #comments #comments-form-send .btn {
    width: 100%;
  }
}
.contact-page-map {
  margin-bottom: 15px;
  height: 300px;
}
.contact-page .panel-message-container {
  width: auto;
}
.contact-page .panel-message-container img {
  max-width: 64px;
}
@media (max-width: 479px) {
  .contact-page .panel-message-text-content {
    font-size: 100%;
  }
}
.top-panel {
  font-size: 11px;
  font-weight: initial;
  color: #3b4449;
  padding: 0;
  border-top: 0;
  border-bottom: 0;
}
.top-panel a {
  font-weight: initial;
  color: #3b4449;
  text-decoration: underline;
}
.top-panel a:hover,
.top-panel a:focus {
  color: #3b4449;
  text-decoration: none;
}
.top-panel .bordered {
  float: left;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
.top-panel .bordered + .bordered {
  border-left: 0;
}
.top-panel .single-line-contact-info {
  line-height: 48px;
}
.top-panel .contact-info {
  color: #3b4449;
}
.top-panel .contact-info p {
  margin-top: 6px;
  float: right;
}
.top-panel .contact-info p:last-child {
  margin: 0 6px 0 0;
}
.top-panel .contact-info small {
  display: block;
  font-weight: normal;
  font-size: 63%;
}
@media (min-width: 768px) {
  .top-panel {
    background: #f4f4f4;
  }
  .top-panel .simple-menu-row {
    margin: 0 0 0 15px;
    padding: 0;
  }
}
@media (min-width: 1380px) {
  .top-panel {
    height: 50px;
    line-height: 50px;
  }
  .top-panel .single-line-contact-info {
    line-height: 50px;
  }
  .top-panel .single-line-contact-info i {
    font-size: 19px;
    margin-right: 5px;
    position: relative;
    top: 2px;
  }
  .top-panel .contact-info {
    margin-top: 0;
    font-weight: bold;
    font-size: 133%;
  }
  .top-panel .contact-info i {
    font-size: 26px;
  }
  .top-panel .contact-info p {
    margin: 0;
  }
  .top-panel .contact-info p:last-child {
    margin: 0 6px 0 0;
  }
  .top-panel .contact-info.single-line {
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .top-panel {
    background: #f4f4f4;
    height: 100%;
    min-height: 48px;
    line-height: 48px;
  }
  .top-panel .bordered {
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    float: none;
  }
  .top-panel-a .xs-left {
    float: left;
  }
  .top-panel-a .bordered.xs-right + .bordered {
    border-right: 0;
  }
  .top-panel-a .bordered.xs-left {
    border-left: 1px solid #dddddd;
  }
  .top-panel-a .xs-right {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-panel {
    height: 48px;
    line-height: 48px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .top-panel {
    height: 30px;
    line-height: 30px;
  }
}
.simple-menu-collapse {
  font-size: 165%;
  font-weight: normal;
  padding: 0 10px;
  background: none;
  border: none;
  outline: none;
  line-height: 48px;
  vertical-align: top;
}
.simple-menu-collapse .fa {
  width: 21px;
  margin-right: 10px;
  text-align: center;
}
.simple-menu {
  overflow: hidden;
  border-top: 5px solid #268bb9;
  padding: 0;
  margin: 0;
  z-index: 2000;
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.simple-menu.collapsed {
  display: none;
}
.simple-menu a,
.simple-menu .nav-header {
  display: block;
  padding: 0 10px;
}
.simple-menu a:before,
.simple-menu .nav-header:before {
  line-height: 1;
  padding-right: 6px;
}
.simple-menu a:hover,
.simple-menu .nav-header:hover,
.simple-menu a:focus,
.simple-menu .nav-header:focus {
  text-decoration: none;
}
.simple-menu a[class^='fa']:before,
.simple-menu .nav-header[class^='fa']:before,
.simple-menu a[class*=' fa']:before,
.simple-menu .nav-header[class*=' fa']:before {
  font-family: 'FontAwesome';
}
.simple-menu a[class^='im']:before,
.simple-menu .nav-header[class^='im']:before,
.simple-menu a[class*=' im']:before,
.simple-menu .nav-header[class*=' im']:before {
  font-family: 'icomoon';
}
.simple-menu > li {
  list-style: none;
  position: relative;
  z-index: 2000;
  width: 100%;
  background: #eeeeee;
  padding: 0;
}
.simple-menu > li + li:before {
  content: "|\00a0";
  padding: 0 8px;
}
.simple-menu > li > a,
.simple-menu > li > .text,
.simple-menu > li > .nav-header {
  border-top: 1px solid #e8e8e8;
}
.simple-menu > li > a:hover,
.simple-menu > li > .text:hover,
.simple-menu > li > .nav-header:hover,
.simple-menu > li > a:focus,
.simple-menu > li > .text:focus,
.simple-menu > li > .nav-header:focus {
  background: #c4e4f1;
}
.simple-menu > .active {
  color: #777777;
}
@media (max-width: 767px) {
  .simple-menu a,
  .simple-menu .nav-header {
    font-size: 13px;
    color: #435360;
    text-decoration: none;
    cursor: pointer;
  }
  .simple-menu a:hover,
  .simple-menu .nav-header:hover,
  .simple-menu a:focus,
  .simple-menu .nav-header:focus {
    color: #379adc;
    text-decoration: none;
  }
  .simple-menu .nav-child {
    display: none;
    padding-left: 20px;
    padding-bottom: 10px;
    list-style: none;
    line-height: 38px;
  }
  .simple-menu .nav-child a,
  .simple-menu .nav-child .nav-header {
    font-size: 11px;
  }
  .simple-menu-row {
    width: 100vw;
    background: #ffffff;
    margin: 0 -15px;
  }
  .nav-arrow {
    display: block;
    width: 100px;
    height: 100%;
    padding-right: 25px;
    font-family: "FontAwesome";
    font-size: 18px;
    text-align: right;
    color: #3b4449;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .nav-arrow:before {
    display: inline-block;
    content: '\f105';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 200ms ease-in-out;
    -o-transition: 200ms ease-in-out;
    transition: 200ms ease-in-out;
  }
  .nav-arrow.open:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .top-panel-a .simple-menu.bordered {
    border-left: 0;
    border-right: 0;
  }
  .top-panel-a .simple-menu.bordered > li + li {
    border-left: 0;
  }
}
.simple-menu.bordered > li + li {
  border-left: 1px solid #dddddd;
}
.simple-menu.bordered > li + li:before {
  content: "";
  padding: 0;
}
@media (min-width: 768px) {
  .simple-menu-collapse {
    display: none;
  }
  .simple-menu {
    margin: 0;
    padding: 0;
    border-top: 0;
    width: auto;
  }
  .simple-menu.collapsed {
    display: block;
  }
  .simple-menu > li {
    display: inline-block;
    position: static;
    width: auto;
    background: none;
    padding: 0;
  }
  .simple-menu > li + li:before {
    content: "|\00a0";
    padding: 0 8px;
  }
  .simple-menu > li > a {
    border-top: 0;
  }
  .simple-menu > li > a:focus,
  .simple-menu > li > a:hover {
    background: none;
  }
  .simple-menu > .active {
    color: #777777;
  }
  .simple-menu.bordered > li + li:before {
    padding: 0;
  }
  .simple-menu.bordered > li a {
    font-weight: normal;
  }
}
@media (min-width: 1380px) {
  .simple-menu.bordered > li {
    padding: 0 10px;
  }
}
.slider {
  position: relative;
}
.slider .ui-slider {
  margin-top: 10px;
  height: 6px;
  background: #f9f9f9;
  border: 1px solid #dddddd;
  max-width: 97%;
}
.slider .ui-slider .ui-slider-range {
  background: #268bb9;
}
.slider .ui-slider .ui-slider-handle {
  width: 9px;
  height: 14px;
  background: #ffffff;
  margin-left: 0;
}
.slider-input {
  display: inline-flex;
  flex: 0 1 80px;
  min-width: 0;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  cursor: pointer;
}
.slider-inputs {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}
.slider-input-field {
  flex: 1 1 0;
  min-width: 0;
  margin: 0;
  padding: 4px 0 4px 4px;
  text-align: right;
  border: 0;
}
.slider-input .slider-input-field {
  margin: 0;
}
.slider-input-field:focus {
  outline: none;
}
.slider-input-currency {
  flex: 0 0 auto;
  padding: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-input:hover {
  border: 1px solid #268bb9;
}
.slider .heading {
  font-family: "Hind", sans-serif;
  font-size: 20px;
  color: #3b4449;
  text-align: center;
  margin: 35px 0 20px;
}
.slider .middle {
  margin: 30px 0;
}
.slider .bottom {
  margin: 0 0 50px;
}
.slider .slide h4 {
  color: #3b4449;
}
.slider .slide div {
  font-size: 11px;
  font-weight: normal;
  font-style: italic;
  color: #3b4449;
}
.slider .content {
  position: relative;
  color: #fff;
}
.slider img {
  border: 1px solid #f4f4f4;
  border-radius: 100%;
  padding: 10px;
  width: 115px;
  height: 115px;
}
@media (min-width: 1380px) {
  .slider .ui-slider {
    margin-top: 15px;
    height: 10px;
  }
  .slider .ui-slider .ui-slider-handle {
    height: 18px;
  }
  .slider .low,
  .slider .high {
    font-size: 110%;
  }
}
.panel-filter input,
.panel-filter select {
  color: #3b4449;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid none;
}
.panel-filter .panel-body {
  padding: 8px;
}
.filter-result {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000;
}
.filter-result-btn {
  display: block;
  width: 100%;
  padding: 15px;
  border-radius: 0;
}
@media (min-width: 768px) {
  .filter-result {
    display: none;
  }
}
@media (min-width: 1380px) {
  .panel-filter .panel-body {
    padding: 15px;
  }
}
.product-stock {
  margin-bottom: 2px;
}
.product-stock-in-stock {
  color: #8ac453;
  font-weight: 400;
}
.product-stock-in-stock-external {
  color: #8ac453;
  font-weight: 400;
}
.product-stock-out-stock {
  color: #e6173e;
  font-weight: 400;
}
.products {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px 0;
  border-left: 1px solid #f4f4f4;
}
.products.products-single-row {
  margin: 2px;
}
.products.products-single-row .product {
  margin-bottom: 0;
  border: 0;
}
.products .alert {
  flex-grow: 1;
}
.products .product {
  display: flex;
  flex-direction: column;
  position: relative;
  border: solid #f4f4f4;
  border-width: 1px 1px 1px 0;
  margin-bottom: -1px;
  padding: 15px;
  transition: box-shadow 100ms ease-in-out;
  text-align: left;
  text-decoration: none;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0);
}
.products .product .inside .show-hover {
  padding-top: 5px;
}
.products .product .image {
  width: 100%;
  min-height: 170px;
  margin-bottom: 8px;
  text-align: center;
}
.products .product .image img {
  margin: 0 auto;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.products .product-info {
  flex-grow: 1;
}
.products .product-actions {
  display: flex;
  flex-direction: column;
  padding: 0;
  background: transparent;
}
.products .product-delete {
  align-self: flex-start;
  margin: 5px 0 0;
  font-size: 13px;
  opacity: .5;
}
.products .product-delete-text {
  display: inline;
}
.products .product-delete:hover,
.products .product-delete:focus {
  opacity: .8;
}
.products .product-delete:active {
  opacity: 1;
}
.products .product-title {
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 135%;
  text-transform: none;
  color: #3b4449;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.products .product-title a {
  color: #3b4449;
  text-decoration: none;
}
.products .product-title a:focus,
.products .product-title a:hover {
  color: #268bb9;
  text-decoration: none;
}
.products .product .price {
  color: #3b4449;
  font-size: 140%;
  font-weight: bold;
}
.products .product .price .old-price {
  display: block;
  color: #595959;
  font-size: 70%;
  font-weight: normal;
  text-decoration: line-through;
  line-height: 1;
}
.products .product .price .new-price {
  color: #fd443f;
}
.products .product .price .show-hover {
  display: none;
}
.products .product .price .specific-price,
.products .product .price .vat-info {
  color: #adb8bf;
  font-size: 60%;
  font-weight: normal;
}
.products .product .price-no-discount {
  display: block;
}
.products .product .second-price {
  color: #adb8bf;
  font-size: 85%;
  font-weight: normal;
}
.products .product .show-hover {
  box-sizing: content-box;
  min-height: 42px;
}
.products .product .add-to-cart {
  margin-top: 10px;
}
.products .product:hover {
  overflow: visible;
  z-index: 1;
  -webkit-box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.products .product:hover .show-hover-inside {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.products .product:hover .show-hover-inside .add-to-cart {
  background: #fff;
  margin: 0;
  padding: 15px;
  border-top: 1px solid #f4f4f4;
}
.products .product:hover .dropdown-table-product {
  display: block;
}
.products .product .add-to-cart {
  display: flex;
}
.products .product .add-to-cart-quantity {
  position: relative;
  width: 75px;
  padding-right: 15px;
}
.products .product .add-to-cart-control-label {
  position: absolute;
  font-family: "Hind", sans-serif;
  font-size: 70%;
  font-weight: normal;
  top: 3px;
  left: 5px;
}
.products .product .add-to-cart .product-add-cart-control {
  padding: 0 0 0 12px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.products > .alert.alert-info {
  margin-bottom: 0;
}
.products-header-description {
  margin-bottom: 15px;
}
.load-other-products {
  margin: 0 0 30px 0;
  text-align: center;
}
.owl-carousel .product,
.owl-carousel .item {
  height: 100%;
}
.line {
  display: flex;
  font-size: 12px;
}
.lines {
  max-height: 400px;
  overflow-x: auto;
}
.line-img {
  flex: 0 0 32px;
  margin-right: 6px;
  font-size: 0;
}
.line-details {
  flex: 1 1;
  white-space: normal;
}
.line-name {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}
.line-quantity {
  flex: 0 0 30px;
  margin-left: 5px;
  text-align: right;
}
.line-prices {
  flex: 0 0 100px;
  margin-left: 15px;
}
.line-actions {
  margin-left: 5px;
}
.line-old-price {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.3);
}
.line-old-price + .line-primary-price {
  color: #e35b5b;
}
.line-primary-price {
  font-weight: 700;
}
.line-secondary-price {
  color: rgba(0, 0, 0, 0.4);
}
.line-total {
  align-self: flex-start;
  font-weight: 700;
  text-align: right;
}
.line-note,
.line-stock,
.line-old-price,
.line-secondary-price {
  font-size: 9px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .products .product .add-to-cart-quantity {
    width: 75px;
    padding-right: 15px;
  }
}
.view-product #product-detail {
  margin-bottom: 15px;
}
.view-product .product-customer-price::after,
.view-product .product-delivery::after,
.view-product .description-short::after,
.view-product .product-help::after,
.view-product .product-prices::after {
  content: "";
  margin-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px solid #e8e8e8;
  clear: both;
  display: block;
}
.view-product .description-short > p:last-of-type {
  margin-bottom: 0;
}
.view-product .product-detail-labels {
  justify-content: flex-start;
  padding-bottom: 15px;
}
.view-product .product-add-cart {
  margin-bottom: 15px;
  margin-top: 0;
}
.view-product .product-add-cart-label {
  text-align: left;
  line-height: 39px;
  padding-top: 0;
  margin-bottom: 0;
}
.view-product .product-add-cart-control {
  width: 100%;
  height: 39px;
  text-align: center;
}
.view-product .img-responsive {
  display: inline-block;
}
.view-product .product-add-cart + .product-help {
  overflow: hidden;
}
.view-product .product-add-cart + .product-help::before {
  content: "";
  margin-bottom: 15px;
  margin-top: 15px;
  border-top: 1px solid #e8e8e8;
  clear: both;
  display: block;
}
.view-product .product-help {
  font-weight: bold;
}
.view-product .product-help-link {
  font-weight: normal;
  float: right;
}
.view-product .product-content-image-bottom {
  margin-bottom: 20px;
}
.view-product .product-content-main-image {
  position: relative;
}
.view-product .product-main-image {
  text-align: center;
  margin-bottom: 0;
}
.view-product .product-original-price {
  position: relative;
  color: #595959;
  text-decoration: line-through;
  font-size: 20px;
}
.view-product .product-original-price-save {
  position: absolute;
  left: 0;
  bottom: 80%;
  white-space: nowrap;
  text-decoration: none;
  color: #fd443f;
  font-size: 13px;
  font-weight: bold;
}
.view-product .product-price {
  font-family: "Hind", sans-serif;
  font-size: 26px;
  color: #3b4449;
  font-weight: bold;
}
.view-product .product-new-price {
  color: #fd443f;
}
.view-product .product-cart {
  margin-top: 15px;
}
.view-product .product-price-secondary {
  font-size: 20px;
  color: #3b4449;
}
.view-product .product-price-suffix {
  padding-left: 5px;
  padding-right: 15px;
}
.view-product .product-customer-price-update,
.view-product .product-stock-dialog {
  margin-left: 15px;
}
.view-product .product-discount-label {
  font-size: 24px;
  font-weight: 600;
  line-height: 37px;
  padding: 0 11px;
}
.view-product .product-discount-label:after {
  display: none;
}
.view-product .product-size-quantity-container,
.view-product .product-variant-content-anchors {
  margin-bottom: 15px;
}
.view-product .table-info {
  display: table;
}
.view-product .table-info .info-row {
  display: table-row;
}
.view-product .table-info .info-cell {
  display: table-cell;
  padding-right: 1em;
  padding-bottom: 15px;
}
.view-product .table-info .info-cell:last-child {
  padding-right: 0;
}
.view-product .table-info .info-cell a {
  white-space: nowrap;
}
.view-product .table-info .info-cell .specific-price {
  font-size: 12px;
  color: #adb8bf;
  font-weight: normal;
}
.view-product .table-info .info-text {
  width: 100%;
}
.view-product .table-info .info-top {
  vertical-align: top;
}
.view-product .info-box {
  font-size: 12px;
  color: #6f828e;
  font-weight: 300;
  overflow: hidden;
}
.view-product .info-box img {
  margin: 6px 0 20px 0;
}
.view-product .info-box-extended {
  display: flex;
}
.view-product .info-box-extended-box {
  display: inline-block;
  text-align: center;
}
.view-product .info-box-extended-image {
  margin-right: 10px;
}
.view-product .info-box-extended-number {
  color: #3b4449;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.1;
}
.view-product .info-box-extended-number:before,
.view-product .info-box-extended-number:after {
  content: "";
}
.view-product .info-box-extended-number.houses:before,
.view-product .info-box-extended-number.houses:after {
  content: "\f015";
  font-family: "FontAwesome";
  color: #268bb9;
  font-weight: 400;
  font-size: 16px;
  margin: 0 5px;
}
.view-product .sidebar {
  margin-top: 58px;
}
.view-product .content-anchor-link i {
  color: #3b4449;
  padding-right: .5em;
}
.view-product .product-main {
  border: none;
  background: transparent;
  padding: 0;
}
.view-product .product-prices-content {
  display: flex;
  align-items: center;
}
.view-product .product-prices-value {
  flex-grow: 1;
}
.view-product .product-prices-append {
  flex-shrink: 0;
  margin-left: 8px;
  padding-left: 20px;
  border-left: 1px solid #e8e8e8;
}
.small-preview {
  height: 150px;
}
.small-preview img {
  max-width: 150px;
  max-height: 130px !important;
}
.free {
  color: #e6173e;
}
.free .second-price {
  color: #e6173e;
}
.gift {
  height: 30px;
}
.gift-title {
  margin: 10px 0 0;
  font-size: 10px;
  color: #e6173e;
}
.gift-detail-title {
  margin-right: 10px;
  padding: 15px 0 15px 5px;
}
.info-block.gift-block {
  padding: 6px 8px;
  margin: 15px 0;
}
.gift-block .item-table > *:not(:first-child) {
  border-top: 15px solid transparent;
}
.gift-quantity {
  text-align: right;
  white-space: nowrap;
}
.gift-img img {
  width: 57px;
  height: 40px;
  padding: 5px;
  background: white;
  border: 1px solid #e8e8e8;
}
.gift-thumbnail {
  width: 65px;
}
.product-add-cart-control {
  padding: 0 0 0 12px;
  font-size: 13px;
  height: 32px;
}
.product-delivery .modal thead {
  white-space: nowrap;
  font-size: 12px;
}
.product-delivery .modal tbody {
  font-size: 12px;
}
@media (max-width: 767px) {
  .view-product .product-main-image {
    display: none;
  }
  .view-product .owl-carousel-product-images .item-bordered {
    border: none;
    padding: 0;
  }
  .view-product .owl-carousel.owl-carousel-spaced .item {
    margin: 0 0 10px;
  }
  .view-product .owl-carousel.owl-carousel-spaced .item img {
    max-width: 100%;
    height: auto;
  }
  .view-product .product-content-image-bottom {
    position: absolute;
    bottom: 0;
  }
  .owl-carousel.owl-carousel-product-images .owl-pagination {
    position: absolute;
    bottom: -20px;
    width: 100%;
    text-align: center;
  }
  .owl-carousel.owl-carousel-product-images .owl-item {
    padding-left: 30px;
    padding-right: 30px;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-buttons {
    padding: 0;
    margin: 0;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-prev {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -15px;
    z-index: 15000;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -15px;
    z-index: 15000;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page {
    display: inline-block;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page span {
    display: block;
    width: 13px;
    height: 12px;
    background-position: 0 -15px;
    background: url("../../../media/widgetkit/widgets/slideshow/styles/shop/images/nav.png") 0 0 no-repeat;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page.active span {
    background-position: 0 -24px;
  }
  .owl-carousel.owl-carousel-product-images .owl-controls .owl-page:hover span {
    background-position: 0 -12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-add-cart-control {
    padding: 0 0 0 12px;
  }
}
@media (max-width: 991px) {
  .view-product .product-content-anchors {
    overflow: hidden;
  }
  .view-product .product-content-anchors::before {
    content: "";
    margin-bottom: 15px;
    margin-top: 15px;
    border-top: 1px solid #e8e8e8;
    clear: both;
    display: block;
  }
  .view-product .info-box {
    font-size: 11px;
  }
  .view-product .info-box-extended-image {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
  .view-product .info-box-extended-number {
    font-size: 21px;
  }
  .view-product .product-prices-content {
    flex-direction: column;
    align-items: flex-start;
  }
  .view-product .product-prices-append {
    border: none;
    margin: 3px 0 0;
    padding-left: 0;
  }
}
@media (min-width: 1380px) {
  .view-product .price {
    font-size: 33px;
  }
  .view-product .product-original-price,
  .view-product .product-price-secondary {
    font-size: 26px;
  }
}
.cart-customer-price {
  margin-bottom: 15px;
}
.cart-item-count {
  font-family: "Hind", sans-serif;
  position: absolute;
  right: -8px;
  background: #e35b5b;
  font-size: 12px;
  color: #ffffff;
  min-width: 18px;
  height: 18px;
  padding: 3px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .cart-item-count {
    top: -3px;
  }
}
@media (max-width: 767px) {
  .cart-item-count {
    top: -7px;
  }
}
.cart .dropdown-menu p {
  padding-left: 10px;
  padding-right: 10px;
}
.cart-print-heading {
  cursor: pointer;
  position: relative;
  margin: 0;
  padding-bottom: 10px;
}
.cart-print .small {
  font-size: 11px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.cart-print-btn {
  display: block;
  margin-bottom: 10px;
}
.cart-print-btn a {
  color: #3b4449;
}
.cart-print-btn a:hover,
.cart-print-btn a:active,
.cart-print-btn a:focus {
  color: #268bb9;
}
.cart-print-btn i {
  font-size: 1.5em;
  background-color: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 8px;
  border-radius: 50%;
}
.cart-print-btn-print {
  float: left;
}
.cart-print-btn-send {
  float: right;
}
@media (max-width: 1379px) {
  .cart-print-btn-send {
    float: none;
    width: 100%;
  }
  .cart-print-btn-print {
    float: none;
    width: 100%;
  }
}
.quantity-picker {
  overflow: hidden;
}
.quantity-picker .change-quantity {
  float: left;
}
.quantity-picker .change-quantity a {
  text-decoration: none;
  color: #adb8bf;
}
.quantity-picker .change-quantity a:hover {
  color: #268bb9;
}
.quantity-picker .quantity-control {
  float: left;
  width: 4em;
  padding: 0 0 0 10px;
  font-size: 13px;
  text-align: left;
  margin-left: 10px;
  margin-right: 10px;
}
.quantity-picker-size {
  margin-top: 7px;
}
.quantity-picker .item-cell {
  padding: 0;
  text-align: left;
  width: 100%;
}
@media (max-width: 479px) {
  .quantity-picker .quantity-control {
    margin-left: 0px;
  }
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal {
  -webkit-overflow-scrolling: auto;
}
.modal-header-hidden {
  height: 0 !important;
  min-height: 0 !important;
  padding: 0;
}
.modal .modal-content {
  border-radius: 0;
}
.modal .modal-content .modal-header {
  border-bottom: 0;
}
.modal .modal-content .modal-header .close {
  position: absolute;
  top: -15px;
  right: -15px;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background: url("../images/ui/close.png");
  color: #3b4449;
  opacity: 1;
  z-index: 10000;
}
.modal .modal-content .modal-body .alert {
  margin-bottom: 15px;
}
.modal .modal-content .modal-body .alert.alert-no-margin {
  margin: 0;
}
.modal .modal-content .modal-body h4 {
  background: #f5f5f5;
  padding: 10px 15px;
  margin: 0;
}
.modal .modal-content .modal-body .products {
  margin: 0;
}
.modal .modal-content .modal-body .products .product {
  padding: 10px;
}
.modal .modal-content .modal-body .products .product .content-padding {
  display: flex;
  flex-direction: column;
}
.modal .modal-content .modal-body .products .product .image {
  min-height: 0;
}
.modal .modal-content .modal-body .products .product .price {
  font-size: 11px;
  justify-content: center;
}
.modal .modal-content .modal-body .products .product .price .old-price {
  display: none;
}
.modal .modal-content .modal-body .products .product-actions {
  margin-top: auto;
  padding: 0;
  background: transparent;
  display: inherit;
  text-align: center;
}
.modal .modal-content .modal-body .products .product-title {
  flex-grow: 1;
  margin-top: 0;
  font-size: 11px;
  text-align: center;
}
.modal .modal-content .modal-body .products .product-labels {
  padding: 0;
  margin: 0 0 5px 0;
  border: none;
  font-size: 11px;
  color: #8ac453;
}
.modal .modal-content .modal-body .products .product-info {
  padding: 0;
  margin: 0;
  text-align: center;
}
.modal .modal-content .modal-body .products .product .add-to-cart-ajax {
  display: block;
  margin-top: 8px;
}
.modal .modal-content .modal-body .products .product .add-to-cart-ajax a.disabled {
  color: #8ac453 !important;
  padding: 4px 6px;
}
.modal .modal-content .modal-body .products .product .add-to-cart-ajax .btn {
  padding: 3px 6px;
  font-size: 11px;
}
.modal .modal-content .modal-body .products .product .show-hover {
  min-height: auto;
}
.modal .modal-content .modal-footer {
  border-top: 0;
}
.modal .modal-content .modal-spinner {
  padding: 50px;
  text-align: center;
}
.modal .modal-content .modal-spinner i {
  font-size: 55px;
}
.modal-backdrop.in {
  opacity: 0.3;
}
@media (max-width: 991px) {
  .modal .modal-content .modal-body .products .product {
    padding: 5px 15px;
  }
  .modal .modal-content .modal-body .products .product .image {
    margin-bottom: 0;
  }
  .modal .modal-content .modal-body .products .product .price {
    display: block;
    margin-top: 0;
    justify-content: flex-start;
  }
  .modal .modal-content .modal-body .products .product .price .old-price {
    margin-right: 5px;
  }
  .modal .modal-content .modal-body .products .product-actions {
    text-align: left;
  }
  .modal .modal-content .modal-body .products .product-labels {
    margin: 0;
    justify-content: flex-start;
  }
  .modal .modal-content .modal-body .products .product-info {
    text-align: left ;
  }
  .modal .modal-content .modal-body .products .product-title {
    text-align: left ;
  }
  .modal .modal-content .modal-body .products .product .add-to-cart {
    display: inline-block;
    margin-right: 3px;
  }
}
@media (max-width: 767px) {
  .bootstrap-dialog .modal-body {
    max-height: 100% !important;
  }
  .bootstrap-dialog .modal-body .tab-content {
    height: auto !important;
    max-height: 100% !important;
  }
  .modal-content .modal-body .alert {
    padding: 10px 10px 10px 70px;
  }
  .modal-content .modal-body .ui-dialog-variant .form-control,
  .modal-content .modal-body .ui-dialog-variant .seznam-captcha-answer {
    height: 35px;
    padding: 0 12px;
  }
}
@media (max-width: 479px) {
  .modal-dialog .btn {
    font-size: 13px;
  }
  .modal-content .modal-body .products .product .image-padding {
    padding: 0 0 0 10px;
  }
  .modal-content .modal-body .products .product .content-padding {
    padding: 0 10px 0 10px;
  }
  .modal-content .modal-footer .btn {
    border-width: 0;
  }
  .modal-content .modal-footer .btn + .btn {
    margin-left: 0;
    margin-top: 10px;
  }
  .modal-content .modal-footer .button-set button {
    display: block;
    width: 100%;
    padding: 8px 0;
  }
  .modal-content .modal-footer .button-set a {
    display: block;
  }
}
.category {
  display: flex;
  flex-direction: column;
  border: 1px solid #f4f4f4;
  transition: 100ms ease-in-out;
  justify-content: center;
}
.category > .flex-row {
  height: 100%;
}
.category-box {
  margin-top: 30px;
}
.category-box > .flex-row > * {
  margin-bottom: 30px;
}
.category-img {
  flex-grow: 1;
}
.category-title {
  color: #3b4449;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  text-decoration: underline;
  transition: 100ms ease-in-out;
  margin: 0;
}
.category-title a {
  color: #3b4449;
  text-decoration: underline;
}
.category-title a:hover,
.category-title a:focus {
  color: #268bb9;
  text-decoration: none;
}
.category:hover {
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.category:hover .category-title {
  color: #268bb9;
  text-decoration: none;
}
.category-primary .category-title,
.category-secondary .category-title {
  margin: 10px 0;
}
.category-primary .fancy-list {
  margin-bottom: 10px;
}
.category-secondary {
  text-align: center;
}
.category-double {
  flex-grow: 1;
}
.category-doubles {
  display: flex;
  flex-direction: column;
}
.category-double-first {
  margin-bottom: 30px;
}
.category:not(&-double) {
  height: 100%;
}
@media (min-width: 1380px) {
  .category {
    padding: 15px;
  }
}
@media (max-width: 1379px) {
  .category {
    padding: 7.5px;
  }
}
.module-table-bordered {
  border: 1px solid #e8e8e8;
  padding: 15px;
  margin-bottom: 15px;
}
.module-table-bordered .vertical-align {
  margin-top: 1.8em;
}
.module-table-bordered h1,
.module-table-bordered h2,
.module-table-bordered h3,
.module-table-bordered h4,
.module-table-bordered h5,
.module-table-bordered h6,
.module-table-bordered .h1,
.module-table-bordered .h2,
.module-table-bordered .h3,
.module-table-bordered .h4,
.module-table-bordered .h5,
.module-table-bordered .h6 {
  margin-top: 0;
}
.module-table-bordered img {
  max-width: 100%;
}
.background {
  background: #f5f5f5;
}
.module-table-bordered-padding {
  padding-top: 30px;
}
.benefits {
  background: transparent;
  padding: 0;
  margin: 0 0 20px;
  border: none;
  border-radius: 0;
}
.benefits-vertical-separator {
  border-top: none;
  margin: 12px;
  width: 100%;
}
.benefits-row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}
.benefits-row > [class^="flex-col"],
.benefits-row > [class*=" flex-col"] {
  border-left: none;
}
.benefit {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-content: center;
  height: 100%;
  padding: 18px 12px;
  background: #f4f4f4;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.benefit-icon {
  display: block;
  flex: 0 0 40px;
  max-width: 40px;
  height: auto;
  margin: 0 10px 0 0;
  padding: 0;
  text-align: center;
  color: #3b4449;
  background: none;
  border-radius: 0;
}
.benefit-icon-link {
  text-decoration: none;
  color: #3b4449;
}
.benefit-icon-link:hover,
.benefit-icon-link:focus {
  text-decoration: none;
  color: #268bb9;
}
.benefit-icon-vector {
  width: 100%;
  height: 100%;
  padding: initial;
  font-family: FontAwesome;
  font-size: 42px;
  font-weight: normal;
  text-shadow: none;
  line-height: 42px;
}
.benefit-icon-img {
  max-width: 100%;
  height: auto;
}
.benefit-content {
  flex: 1 0 0;
  max-width: 100%;
  text-align: left;
}
.benefit-header {
  font-size: 15px;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  color: #3b4449;
  text-shadow: none;
  text-transform: none;
}
.benefit-text {
  font-size: 13px;
  font-family: "Hind", sans-serif;
  font-weight: normal;
  line-height: 1.42857143;
  margin: 0;
  color: #3b4449;
  text-shadow: none;
}
.benefit-link {
  text-decoration: none;
}
.benefit-link .benefit-header {
  color: #3b4449;
  text-decoration: none;
}
.benefit-link .benefit-header:hover,
.benefit-link .benefit-header:focus {
  color: #268bb9;
  text-decoration: none;
}
@media (min-width: 1380px) {
  .benefits-row .first-lg {
    border-left: none;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .benefits-row .first-md {
    border-left: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefits-row .first-sm {
    border-left: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .benefits-row .first-xs {
    border-left: none;
  }
}
@media (max-width: 479px) {
  .benefits-row .first-xxs {
    border-left: none;
  }
}
.form-search {
  border: 1px solid #e8e8e8;
  border-radius: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: 0 0 5px rgba(226, 226, 226, 0.75);
  box-shadow: 0 0 5px rgba(226, 226, 226, 0.75);
}
.form-search .form-group {
  margin-bottom: 0;
}
.form-search .form-group .input-group {
  width: 100%;
}
.form-search .form-group .input-group .input-group-btn {
  text-align: right;
}
.form-search .form-group .input-group input {
  background: #ffffff;
  border: none;
  border-radius: 3px 0 0 3px;
  height: 40px;
}
.form-search .form-group .input-group button {
  border-radius: 0 3px 3px 0;
  height: 40px;
}
.form-search .form-control,
.form-search .seznam-captcha-answer {
  border: none;
  border-radius: 0;
  line-height: 1.6;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .form-control:focus,
.form-search .seznam-captcha-answer:focus {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .btn {
  border-radius: 0;
  border: 0;
  color: #3b4449;
  background: transparent;
  padding: 6px 12px;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  z-index: 100;
}
.form-search .btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-search .btn:hover {
  background: transparent;
}
.form-search .btn .fa {
  font-size: 1.3em;
}
.form-search .elastic-suggestions-results {
  padding: 10px;
  z-index: 1001;
  border: 1px solid #cfcfcf !important;
  box-shadow: 1px 1px 5px #f5f5f5 !important;
}
.form-search .elastic-suggestions-results h2 {
  text-transform: none;
  font-size: 12px;
}
.form-search .elastic-suggestions-results a {
  color: #3b4449;
  text-decoration: none;
  font-size: 11px;
}
.form-search .elastic-suggestions-results a:hover {
  text-decoration: underline;
}
.form-search .elastic-suggestions-results a .badge {
  font-size: 10px;
  margin-left: 5px;
  padding-top: 2px;
}
.form-search .elastic-suggestions-results .price-info {
  color: #3b4449;
  padding-left: 20px;
}
.form-search .elastic-suggestions-results .price-info .primary-price {
  font-size: 11px;
  font-weight: 600;
}
.form-search .elastic-suggestions-results .price-info .specific-price {
  font-size: 9px;
  font-weight: 500;
}
.light-gray-background {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  background: #f5f5f5;
  padding: 8px 10px;
}
.fixed .form-search {
  margin-top: 0;
}
.elastic-suggestions-field {
  font-size: 17px;
  line-height: 0;
}
@media (min-width: 1380px) {
  .form-search .form-group .input-group input,
  .form-search .form-group .input-group button {
    height: 54px;
  }
}
ul.elastic-redshop-results.suggestions {
  padding: 0;
  margin: 0;
}
ul.elastic-redshop-results li {
  color: #cfcfcf;
  border-top: 1px solid #e8e8e8;
}
ul.elastic-redshop-results a {
  color: #3b4449;
  padding: 0 2px;
  font-size: 0.9em;
}
ul.elastic-redshop-results a:hover {
  color: #268bb9;
}
ul.elastic-redshop-results.suggestions li {
  padding: 8px;
  line-height: 1.2;
}
ul.elastic-redshop-results.suggestions a {
  font-size: 11px;
}
ul.elastic-redshop-results.secondary {
  margin: 0;
  padding: 0;
}
ul.elastic-redshop-results.secondary li {
  list-style: none;
  padding: 7px 0;
}
ul.elastic-redshop-results.secondary a {
  text-decoration: none;
}
ul.elastic-redshop-results.secondary a:hover {
  text-decoration: underline;
}
ul.elastic-redshop-results.secondary li:first-child,
ul.elastic-redshop-results.suggestions li:first-child {
  border-top: none;
}
ul.elastic-redshop-results + .light-gray-background {
  margin-top: 20px;
}
.elastic-show-secondary {
  margin: 15px 15px 0 0;
}
.elastic-search-results-container h2 {
  font-size: 1.2em;
  text-transform: none;
  margin-top: 6px;
}
.elastic-search {
  position: relative;
}
.elastic-search .window {
  margin-top: 0;
  right: auto;
  left: 0;
}
.elastic-search .window:before {
  display: none;
}
.elastic-search .window-column {
  width: 400px;
}
.elastic-search .window-columns {
  display: flex;
}
.elastic-search .window.active {
  display: block  ;
}
.box-icon {
  padding-left: 62px;
  margin-top: 30px;
}
.icon-shipping {
  background: url("../images/ui/free-shipping.png") no-repeat 0 5px;
}
.icon-shipping h4 {
  text-transform: uppercase;
}
.icon-competition {
  background: url("../images/ui/icon-competition.png") no-repeat 0 5px;
}
.icon-competition h4 {
  text-transform: uppercase;
}
.icon-tag {
  background: url("../images/ui/tag.png") no-repeat 0 5px;
}
@media (max-width: 991px) {
  .box-icon {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 15px;
    margin: 15px 0;
  }
  .box-icon.icon-tag {
    margin-top: 0;
  }
}
.summary .total-price {
  font-weight: 500;
}
.summary .total-price .price {
  color: #e35b5b;
  font-weight: 500;
}
.summary .alert {
  font-size: 12px;
  text-align: left;
}
@media (max-width: 1379px) {
  .summary {
    font-size: 13px;
  }
  .summary .total-price {
    font-size: 17px;
  }
}
@media (min-width: 1380px) {
  .summary {
    font-size: 17px;
  }
  .summary .total-price {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.boxes {
  border: 1px solid #e8e8e8;
  overflow: hidden;
}
.select-list {
  border: 1px solid #e8e8e8;
}
.select-list + .select-list {
  border-top: 0;
}
.select-list:focus,
.select-list:hover {
  border-color: #d2e9fb;
}
.select-list:focus .select-label,
.select-list:hover .select-label {
  background: #fbfcff;
}
.select-list .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.select-list .radio .select-list-description {
  margin-bottom: 15px;
  margin-left: 45px;
  margin-right: 45px;
}
.select-list .select-list-input + .select-list-input {
  margin-top: 10px;
}
.select-list .select-label {
  padding: 15px 15px 15px 45px;
}
.select-list .shipping-content {
  padding-bottom: 15px;
  margin: 0;
  padding-top: 15px;
}
.select-list .payment-content {
  padding-bottom: 15px;
  margin: 0;
  padding-top: 15px;
}
.select-list .form-inline {
  margin-top: 8px;
  margin-bottom: 8px;
}
.select-list label {
  font-weight: 500;
  font-size: 13px;
}
.select-list label .text {
  font-weight: 300;
}
.select-list .well-sm {
  padding: 5px 9px;
  padding-left: 40px;
}
.select-list .radio label {
  width: 100%;
}
.select-list .radio + .radio .well-sm {
  margin-top: 5px;
}
.select-list.disabled .select-label {
  color: #eeeeee;
  background: #fdfdfd;
  cursor: not-allowed;
}
.select-list.disabled .select-label:focus,
.select-list.disabled .select-label:hover {
  border-color: #e8e8e8;
}
.select-list .second-price {
  display: block;
  color: #adb8bf;
  font-size: 70%;
  text-align: right;
}
@media (min-width: 1380px) {
  .select-list .well-sm {
    padding: 9px;
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .select-list .select-label {
    padding: 16px 10px 16px 40px;
  }
  .shipping-delivery {
    margin-top: 5px;
  }
}
.item-image {
  position: relative;
}
.mod-articles-category-date {
  width: auto;
  padding: 3px 6px;
  font-size: 90%;
  color: #ffffff;
  background: rgba(59, 68, 73, 0.9);
}
a.mod-articles-category-date:hover,
a.mod-articles-category-date:focus {
  color: #ffffff;
  background: #3b4449;
}
.owl-carousel-img .mod-articles-category-date {
  position: absolute;
  left: 0;
  bottom: 0;
}
.mod-articles-category-title {
  margin-bottom: 15px;
  text-transform: 700;
}
.mod-articles-category-title a {
  color: #3b4449;
  text-decoration: none;
}
.mod-articles-category-title a:hover {
  text-decoration: underline;
}
.category-module .item-image {
  margin-right: 15px;
}
.articles-category-horizontal {
  margin-top: 46px;
}
@media (max-width: 767px) {
  .articles-category-horizontal-item {
    margin-bottom: 15px;
  }
  .articles-category-horizontal-item .mod-articles-category-title {
    margin-top: 10px;
  }
  .articles-category-horizontal {
    margin-bottom: 15px;
  }
}
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-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;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-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-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: -moz-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);
}
.blog .article-info,
.article .article-info,
.categories-list .article-info {
  margin-bottom: 10px;
}
.blog .article-info .info,
.article .article-info .info,
.categories-list .article-info .info {
  display: inline-block;
  color: #abaaaa;
}
.blog .article-info .info a,
.article .article-info .info a,
.categories-list .article-info .info a {
  color: #abaaaa;
}
.blog .article-info .info + .info,
.article .article-info .info + .info,
.categories-list .article-info .info + .info {
  margin-left: 1.5em;
}
.blog .box .module-table-bordered,
.article .box .module-table-bordered,
.categories-list .box .module-table-bordered {
  background: #fff;
}
.blog .box .article-info,
.article .box .article-info,
.categories-list .box .article-info {
  margin: 10px 0 5px;
  font-size: 12px;
}
.blog .box .article-info .info + .info,
.article .box .article-info .info + .info,
.categories-list .box .article-info .info + .info {
  margin-left: 1em;
}
.blog .box h2,
.article .box h2,
.categories-list .box h2 {
  margin-bottom: 0;
  height: 50px;
  text-overflow: ellipsis;
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog .heading a,
.article .heading a,
.categories-list .heading a {
  text-decoration: none;
  color: #3b4449;
}
.blog .heading a:focus,
.article .heading a:focus,
.categories-list .heading a:focus,
.blog .heading a:hover,
.article .heading a:hover,
.categories-list .heading a:hover {
  color: #268bb9;
}
.blog h1,
.article h1,
.categories-list h1,
.blog .h1,
.article .h1,
.categories-list .h1 {
  font-size: 27px;
  line-height: 1.4;
}
.blog h2,
.article h2,
.categories-list h2,
.blog .h2,
.article .h2,
.categories-list .h2 {
  font-size: 16px;
  text-transform: none;
}
.blog h3,
.article h3,
.categories-list h3,
.blog .h3,
.article .h3,
.categories-list .h3 {
  font-size: 14px;
}
.blog .img-center,
.article .img-center,
.categories-list .img-center {
  margin: 0 auto;
}
.blog .category-desc,
.article .category-desc,
.categories-list .category-desc {
  margin-bottom: 15px;
}
.blog img,
.article img,
.categories-list img {
  max-width: 100%;
  height: auto;
}
.blog img.no-responsive,
.article img.no-responsive,
.categories-list img.no-responsive {
  max-width: none;
}
.blog p > img:last-child,
.article p > img:last-child,
.categories-list p > img:last-child {
  margin-bottom: 10px;
}
.article .image {
  margin-bottom: 10px;
}
.article .image.pull-right {
  margin-left: 10px;
}
.description br {
  line-height: 200%;
}
.brand img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1380px) {
  .brand img {
    max-height: 54px;
  }
  .top-content.fixed .brand img {
    max-height: 40px;
  }
}
@media (max-width: 1379px) {
  .brand img {
    max-height: 40px;
  }
  .top-content.fixed .brand img {
    max-height: 36px;
  }
}
.tabs-products .next-products {
  display: table;
  width: 100%;
  height: 100%;
}
.tabs-products .next-products > div {
  display: table-row;
}
.tabs-products .next-products > div > div {
  display: table-cell;
  vertical-align: middle;
}
.tabs-products .next-products > div > div div.title {
  position: relative;
  color: #ffffff;
  background: none;
  border-radius: 0;
  padding: 0;
  font-size: 27px;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 15px;
}
.tabs-products .next-products > div > div div.title:after {
  content: none;
  font-family: FontAwesome;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translate(0, -52%);
  -ms-transform: translate(0, -52%);
  -o-transform: translate(0, -52%);
  transform: translate(0, -52%);
}
.tabs-products .product-next {
  border: none !important;
}
.tabs-products .product-next:hover .btn-primary {
  background-color: #dc2f2f;
  border-color: #da2727;
}
.tabs-products .product:first-child {
  border-left: 1px solid #f4f4f4;
}
.tabs-products .title {
  margin: 0;
  line-height: 40px;
}
.tabs-products .tab-content {
  padding: 0;
  margin: 20px 0;
  border: 0;
  background: #ffffff;
}
.tabs-products .tab-content .tab-pane {
  margin: 0;
}
.tabs-products .tabs-container {
  text-align: left;
  -webkit-box-shadow: inset 0px -1px 0px #f4f4f4;
  box-shadow: inset 0px -1px 0px #f4f4f4;
}
.tabs-products .tabs-container > ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.tabs-products .tabs-container > ul > li {
  margin-left: 0;
}
.tabs-products .tabs-container.tabs-with-title {
  text-align: right;
}
.tabs-products .tabs-title {
  float: left;
}
.tab-content h3:not(.gift-title) {
  margin-top: 0;
}
.tab-box {
  margin-bottom: 15px;
  text-decoration: none;
}
.tab-box a {
  text-decoration: none;
  color: #3b4449;
}
.tab-box a:hover,
.tab-box a:focus {
  color: #268bb9;
}
.tab-box-content {
  padding: 15px;
  border: 1px solid #ededed;
}
.tab-box-content:hover,
.tab-box-content:focus {
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.tab-box .image {
  float: left;
  vertical-align: middle;
  margin-right: 15px;
}
.tab-box .title {
  text-decoration: none;
  display: table;
  height: 65px;
  font-size: 18px;
  line-height: 1.5;
}
.tab-box .title span {
  display: table-cell;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .tab-box:nth-child(even) {
    padding-left: 8px;
  }
  .tab-box:nth-child(odd) {
    padding-right: 8px;
  }
}
@media (max-width: 991px) {
  .tabs-products .tabs-container.tabs-with-title {
    text-align: left;
  }
  .tabs-products .tabs-title {
    float: none;
  }
}
@media (max-width: 767px) {
  .tabs-products .title {
    float: none;
  }
  .tabs-products .tabs-title > li {
    float: none;
  }
}
.top-a {
  margin-top: -18px;
}
.top-a .panel-body {
  padding: 0;
}
.map-checkout {
  height: 300px;
  margin-bottom: 10px;
}
.map-checkout.map-post {
  margin-top: -41px;
}
.map-space {
  margin-bottom: 15px;
}
.branches-map-main {
  width: 100%;
  height: 450px;
}
.branch-map {
  width: 100%;
  height: 100%;
  min-height: 190px;
}
.branch-intervals {
  width: 25%;
  white-space: nowrap;
}
.branch-icon {
  width: 14px;
  text-align: center;
  margin-right: 10px;
}
@media (min-width: 768px) {
  .branches-map-main {
    height: 450px;
  }
}
@media (max-width: 767px) {
  .branches-map-main {
    height: 280px;
  }
}
.posts-info {
  margin-bottom: 10px;
  margin-right: 15px;
}
.posts-info .form-select {
  width: 53%;
}
.posts-info .form-label {
  width: 45%;
}
.posts-info .search-control {
  width: 100%;
}
@media (max-width: 767px) {
  .posts-info .search-control {
    margin: 10px 0px;
  }
  .posts-info .form-select {
    width: 100%;
  }
}
.switcher {
  float: left;
  min-width: 180px;
  position: relative;
}
.switcher .selected {
  padding: 0 10px 0 11px;
  position: relative;
  height: auto;
  border-left: none;
}
.switcher .selected:after {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-left: 10px;
}
.switcher .options {
  min-width: 180px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  float: left;
  padding: 11px 12px;
  border-top: none;
  list-style: none;
  position: absolute;
  left: -1px;
  z-index: 2000;
}
.switcher .options li {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
.switcher .options li a {
  display: block;
  padding: 0px 8px;
  text-decoration: none;
  color: #595959;
  line-height: 1.4;
}
.switcher .options li a:hover,
.switcher .options li a:focus {
  color: #268bb9;
  border-bottom: none;
}
.switcher.currency {
  min-width: 65px;
  z-index: 3000;
}
.switcher.currency .options {
  min-width: 65px;
}
.switcher.language {
  min-width: 120px;
}
.switcher.language .options {
  min-width: 120px;
}
.switcher.language .option span {
  display: inline-block;
  margin-left: 5px;
}
.switcher .options {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  transform: scale(0) rotate(0deg);
  -ms-transform: scale(0) rotate(0deg);
  -moz-transform: scale(0) rotate(0deg);
  -webkit-transform: scale(0) rotate(0deg);
  -o-transform: scale(0) rotate(0deg);
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.switcher:hover {
  cursor: pointer;
}
.switcher:hover .options {
  transform: scale(1) rotate(0deg);
  -ms-transform: scale(1) rotate(0deg);
  -moz-transform: scale(1) rotate(0deg);
  -webkit-transform: scale(1) rotate(0deg);
  -o-transform: scale(1) rotate(0deg);
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 1;
  filter: alpha(opacity=100);
}
.top-panel-a .bordered .switcher .options {
  min-width: 182px;
}
.top-panel-a .bordered .switcher.currency .options {
  min-width: 67px;
}
.top-panel-a .bordered .switcher.language .options {
  min-width: 122px;
}
@media (min-width: 992px) {
  .switcher .options {
    padding: 6px;
  }
  .switcher .options li {
    padding: 0;
  }
  .switcher .options li a {
    padding: 4px 12px;
  }
}
@media (min-width: 1380px) {
  .switcher .options li {
    padding: 0;
  }
  .switcher .options li a {
    padding: 6px 12px;
  }
}
*[class^="menu-"] .switcher .selected {
  line-height: normal;
  color: #ffffff;
}
@media (min-width: 1380px) {
  *[class^="menu-"] .switcher .selected {
    line-height: normal;
  }
}
.newsflash h1,
.newsflash h2,
.newsflash h3,
.newsflash h4,
.newsflash h5,
.newsflash h6,
.newsflash .h1,
.newsflash .h2,
.newsflash .h3,
.newsflash .h4,
.newsflash .h5,
.newsflash .h6 {
  margin-top: 0;
}
.newsflash-item {
  margin-bottom: 50px;
}
.info-block {
  padding: 15px;
  position: relative;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
}
.info-block:after,
.info-block::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.info-block:after {
  border-width: 0 0 12px 12px;
  margin-left: 0;
  border-color: transparent transparent #f5f5f5 transparent;
}
.info-block:before {
  border-width: 0 0 15px 14px;
  margin-left: -1px;
  border-color: transparent transparent #e8e8e8 transparent;
}
.info-block:after,
.info-block::before {
  left: 23px;
}
.bootstrap-dialog .modal-header {
  border-bottom: 0;
}
.bootstrap-dialog .modal-body {
  margin-bottom: 15px;
}
.bootstrap-dialog .modal-body .tab-content {
  overflow: auto;
  max-height: 500px;
}
.bootstrap-dialog .label {
  padding: 4px 8px;
}
.bootstrap-dialog .description {
  padding: 30px;
  font-weight: 500;
  background: #fbfcff;
  border: 1px solid #d2e9fb;
  margin-bottom: 15px;
}
.bootstrap-dialog .description .title-collapsed {
  margin: 0;
}
.bonus-info {
  margin: 20px 0;
  padding: 0 15px;
  border: 3px dashed #e8e8e8;
}
.bonus-info .bonus-summary {
  padding: 15px 0;
}
.bonus-info .bonus-summary .total-bonus {
  font-size: 13px;
  margin-bottom: 5px;
}
.bonus-info .bonus-summary .bonus-price {
  font-weight: 500;
}
.bonus-info .bonus-summary .progress {
  height: 34px;
  margin: 3px 0 15px;
  background: #ffffff;
}
.bonus-info .bonus-summary .progress.pulsing {
  animation: pulse 2s ease infinite;
}
.bonus-info .bonus-summary .progress-danger {
  background-color: #e35b5b;
}
.bonus-info .bonus-summary .progress-bar[aria-valuenow="0"] {
  min-width: 0;
}
.bonus-info .bonus-summary .info-block {
  margin-bottom: 70px;
}
.bonus-info .bonus-summary .bonus-tooltip-container {
  position: absolute;
  width: 100%;
}
.bonus-info .bonus-summary .bonus-tooltip {
  text-align: left;
  color: #3b4449;
  position: absolute;
  padding: 10px;
  width: 200px;
  float: left;
  margin: 0;
  top: 50px;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left {
  position: relative;
  background: #eff6ee;
  border: 1px solid #c2d69b;
  left: 0;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-left::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #eff6ee;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #c2d69b;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-left:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-left::before {
  left: 0;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right {
  position: relative;
  background: #eff6ee;
  border: 1px solid #c2d69b;
  left: -200px;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-right::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:after {
  border-width: 0 0 12px 12px;
  margin-left: 0;
  border-color: transparent transparent #eff6ee transparent;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:before {
  border-width: 0 0 15px 14px;
  margin-left: -1px;
  border-color: transparent transparent #c2d69b transparent;
}
.bonus-info .bonus-summary .bonus-tooltip.arrow-right:after,
.bonus-info .bonus-summary .bonus-tooltip.arrow-right::before {
  left: 186px;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left {
  position: relative;
  background: #fef7f8;
  border: 1px solid #f1b9b8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left:after,
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left:after {
  border-width: 12px 0 0 12px;
  margin-left: 0;
  border-color: transparent transparent transparent #fef7f8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-left:before {
  border-width: 15px 0 0 14px;
  margin-left: -1px;
  border-color: transparent transparent transparent #f1b9b8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right {
  position: relative;
  background: #fef7f8;
  border: 1px solid #f1b9b8;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right:after,
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right::before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right:after {
  border-width: 0 0 12px 12px;
  margin-left: 0;
  border-color: transparent transparent #fef7f8 transparent;
}
.bonus-info .bonus-summary .bonus-tooltip.bonus-tooltip-danger.arrow-right:before {
  border-width: 0 0 15px 14px;
  margin-left: -1px;
  border-color: transparent transparent #f1b9b8 transparent;
}
.bonus-title {
  font-size: 22px;
  font-weight: normal;
}
.bonus-title strong {
  color: #268bb9;
  font-weight: normal;
}
.bonus-title-sm {
  font-size: 15px;
  font-weight: bold;
}
.bonus-title-sm strong {
  font-weight: bold;
}
.bonus .table-product-list .price,
.bonus .table-product-list .variant {
  font-size: 13px;
  margin-top: 10px;
}
.bonus .table-product-list .choose-bonus {
  min-width: 150px;
  width: 15%;
}
.bonus .table-product-list .quantity {
  min-width: 90px;
}
.bonus select {
  max-width: 256px;
  width: 100%;
}
.bonus .tab-content {
  padding: 0;
}
.bonus .tab-content-light {
  border: 0;
}
.bonus-box {
  padding: 10px;
  border: 1px solid;
}
.bonus-box-success {
  background-color: #eff6ee;
  border-color: #c2d69b;
}
.bonus-box-danger {
  background-color: #fef7f8;
  border-color: #f1b9b8;
}
.bonus-box-spaced {
  margin-top: 15px;
}
.bonus-box-btn {
  font-size: 24px;
  line-height: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.bonus-box .redeemed-value {
  float: right;
}
.bonus-item {
  border-bottom: 1px solid #f2f2f2;
  padding: 10px 0;
}
.bonus-quantity {
  width: 84px;
  margin: 0 auto;
  margin-top: 10px;
}
.bonus-spaced {
  margin-top: 10px;
}
.bonus-text-complete {
  float: left;
}
.bonus-text-balance {
  float: right;
}
.bonus-selector {
  margin: -28px 0;
  text-align: center;
}
.bonus-selector-card {
  text-align: center;
}
.bonus-selector-card .bonus-selector-item {
  width: 68px;
  height: 68px;
  margin-top: 8px;
}
.bonus-selector-row {
  margin: 20px 0;
}
.bonus-selector-row-sm {
  padding: 8px 12px;
}
.bonus-selector-item {
  display: inline-block;
  position: relative;
  width: 125px;
  height: 125px;
  text-decoration: none;
  border-radius: 50%;
  overflow: hidden;
  vertical-align: top;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.25);
}
.bonus-selector-item-choose {
  background: #f55c59;
  padding: 18px 12px;
}
.bonus-selector-item-choose .text {
  font-family: "Hind", sans-serif;
  font-size: 11px;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
}
.bonus-selector-item-choose .fa {
  font-size: 25px;
  color: #f11511;
}
.bonus-selector-item img {
  width: 100%;
  height: auto;
  padding: 20px;
  background: #fff;
}
.bonus-selector-item + .bonus-selector-item {
  margin-left: -23px;
}
.bonus-selector-item:focus {
  outline: none;
}
.bonus-selector-item:nth-of-type(1) {
  z-index: 4;
}
.bonus-selector-item:nth-of-type(2) {
  z-index: 3;
}
.bonus-selector-item:nth-of-type(3) {
  z-index: 2;
}
.bonus-selector-item:nth-of-type(4) {
  z-index: 1;
}
.bonus-selector-sm {
  margin: -17px 0;
}
.bonus-selector-sm .bonus-selector-item {
  width: 74px;
  height: 74px;
}
.bonus-selector-sm .bonus-selector-item img {
  padding: 10px;
}
.bonus-selector-sm .bonus-selector-item + .bonus-selector-item {
  margin-left: -19px;
}
.choose-bonus {
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  background: #f55c59;
  border-radius: 5px;
  line-height: 40px;
  font-size: 128%;
}
.choose-bonus span {
  display: block;
  margin: 15px 25px 0;
  text-align: center;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  white-space: nowrap;
}
.choose-bonus span .choose-bonus-change-title {
  display: inline;
  margin: 0;
  text-align: initial;
}
.choose-bonus:before {
  position: absolute;
  content: "\f067";
  font-family: FontAwesome;
  font-size: 25px;
  color: #f11511;
  left: 15px;
  line-height: 1;
  top: 52%;
  transform: translateY(-50%);
}
.choose-bonus-sm {
  font-size: 88%;
  line-height: 26px;
}
.choose-bonus-sm span {
  margin: 0 15px 0 35px;
}
.choose-bonus-sm:before {
  font-size: 18px;
  left: 11px;
}
.choose-bonus:hover {
  background: #f44441;
}
.choose-bonus:hover,
.choose-bonus:focus {
  color: #ffffff;
}
.progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.progress-msg {
  font-size: 108%;
  color: #000;
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
  50% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.7);
  }
  100% {
    -webkit-box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
    box-shadow: 0 0 8px rgba(102, 188, 255, 0.2);
  }
}
@media (max-width: 1379px) {
  .choose-bonus:before {
    left: 10px;
  }
  .bonus-selector {
    margin: -10px 0;
  }
  .bonus-selector-item {
    width: 80px;
    height: 80px;
  }
  .bonus-selector-sm {
    margin: -17px 0;
  }
}
@media (max-width: 991px) {
  .bonus-info .choose-bonus span {
    margin: 0 25px 25px;
  }
  .progress-msg {
    top: 9px;
  }
}
@media (min-width: 1380px) {
  .bootstrap-dialog .modal-body .tab-content {
    max-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 1379px) {
  .bootstrap-dialog .modal-body .tab-content {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  .bonus-info .bonus-summary {
    margin-bottom: 0;
  }
  .bonus-text-complete {
    float: none;
  }
  .bonus-text-complete .label {
    float: right;
  }
  .bonus-text-balance {
    float: none;
    margin-top: 15px;
  }
  .bonus-text-balance .label {
    float: right;
  }
  .bonus-selector {
    margin: 15px 0;
  }
  .bonus-title {
    text-align: center;
  }
  .choose-bonus span {
    margin-left: 35px;
  }
  .bonus-title-sm {
    display: block;
  }
  .bonus-selector-sm .bonus-selector-item {
    width: 65px;
    height: 65px;
  }
  .bonus-selector-item-choose {
    padding: 14px 12px;
  }
}
@media (max-width: 479px) {
  .bonus-text-complete .label,
  .bonus-text-balance .label {
    float: none;
    display: table;
  }
  .bonus-selector-item + .bonus-selector-item {
    margin-left: -35px;
  }
}
@media (max-width: 350px) {
  .bonus-box .redeemed-value {
    display: block;
    float: none;
    margin-bottom: 8px;
  }
  .bonus-box .redeemed-value-last {
    margin-bottom: 0;
  }
}
.owl-carousel {
  margin-bottom: 15px !important;
}
.owl-carousel .owl-wrapper-outer {
  clear: both;
  border: 1px solid #e8e8e8;
  margin-bottom: 2px;
  margin-top: 1px;
}
.owl-carousel .owl-wrapper {
  display: flex !important;
  align-items: stretch;
  margin-left: -1px;
}
.owl-carousel.products {
  border-left: 0;
}
.owl-carousel.products .product:hover {
  box-shadow: inset 0 0 6px rgba(1, 1, 1, 0.18);
}
.owl-carousel .item-bordered {
  border: 1px solid #e8e8e8;
  padding: 5px;
}
.owl-carousel .owl-item.active:last-child .product {
  border-right: 1px solid #e8e8e8;
}
.owl-carousel.owl-carousel-product-images .owl-item {
  text-align: center;
}
.owl-carousel.products.products-single-row {
  border: 0;
}
.owl-carousel.products.products-single-row .product {
  border-left: 1px solid #e8e8e8;
}
.owl-carousel.products.products-single-row .product .image {
  text-align: center;
}
.owl-carousel-title {
  float: left;
  margin: 15px 0 0;
}
.delegate-carousel-controls {
  float: right;
  padding: 0;
}
.tab-pane .owl-buttons {
  display: none;
}
.owl-buttons {
  float: right;
  margin-bottom: 10px;
  list-style: none;
}
.owl-buttons .owl-next {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #c2c2c2;
  float: left;
  cursor: pointer;
}
.owl-buttons .owl-next:before {
  content: "\f0da";
  font-family: FontAwesome;
  font-size: 24px;
  color: #c2c2c2;
  line-height: 30px;
}
.owl-buttons .owl-next:focus,
.owl-buttons .owl-next:hover {
  border: 1px solid #268bb9;
}
.owl-buttons .owl-next:focus:before,
.owl-buttons .owl-next:hover:before {
  color: #268bb9;
}
.owl-buttons .owl-prev {
  width: 30px;
  height: 30px;
  text-align: center;
  border: 1px solid #c2c2c2;
  float: left;
  margin-right: 5px;
  cursor: pointer;
}
.owl-buttons .owl-prev:before {
  content: "\f0d9";
  font-family: FontAwesome;
  font-size: 24px;
  color: #c2c2c2;
  line-height: 30px;
}
.owl-buttons .owl-prev:focus,
.owl-buttons .owl-prev:hover {
  border: 1px solid #268bb9;
}
.owl-buttons .owl-prev:focus:before,
.owl-buttons .owl-prev:hover:before {
  color: #268bb9;
}
.owl-news-carousel .owl-buttons {
  margin-bottom: 0;
}
.owl-carousel.owl-carousel-spaced .owl-wrapper-outer {
  border: 0;
}
.owl-carousel.owl-carousel-spaced .item {
  margin: 10px;
}
.carousel-title {
  margin: 0;
  padding-right: 75px;
}
.category-module .owl-carousel {
  position: static;
}
.category-module .owl-buttons {
  position: absolute;
  top: 0;
  right: 0;
}
.owl-carousel.owl-carousel-single-item .owl-wrapper-outer,
.owl-carousel.owl-carousel-multiple-items .owl-wrapper-outer {
  border: 0;
  margin: 0;
}
.owl-carousel.owl-carousel-single-item .item,
.owl-carousel.owl-carousel-multiple-items .item {
  margin-top: 10px;
}
.owl-carousel.owl-carousel-single-item .owl-wrapper,
.owl-carousel.owl-carousel-multiple-items .owl-wrapper {
  margin-left: 0;
}
.owl-carousel.owl-carousel-single-item .owl-carousel-heading,
.owl-carousel.owl-carousel-multiple-items .owl-carousel-heading {
  margin-top: 0;
}
.owl-carousel.owl-carousel-single-item .owl-carousel-heading a,
.owl-carousel.owl-carousel-multiple-items .owl-carousel-heading a {
  color: #3b4449;
}
.owl-carousel-item {
  display: flex;
  align-items: flex-start;
}
.owl-carousel-img {
  position: relative;
  display: block;
  flex: 0 0 auto;
}
.owl-carousel-link {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .owl-carousel {
    margin-top: 0 !important;
  }
  .owl-buttons {
    padding-top: 10px;
  }
  .owl-news-carousel .owl-buttons {
    padding-top: 0;
  }
}
@media (max-width: 991px) {
  .owl-carousel-item {
    flex-direction: column;
  }
  .owl-carousel-img {
    margin-bottom: 10px;
  }
  .category-module .item-image {
    margin-right: 0;
  }
  .owl-item .mod-articles-category-title {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .owl-carousel-img {
    margin-right: 15px;
  }
  .owl-thumb-image img {
    max-width: 220px;
  }
}
.copyright {
  margin: 15px 0 0;
  padding: 15px 0 0;
  font-size: 12px;
  text-shadow: 0;
  background: transparent;
  color: #3b4449;
  border-top: 2px solid #268bb9;
  line-height: 1.42857143;
}
.copyright a {
  color: #268bb9;
  text-decoration: none;
}
.copyright a:hover,
.copyright a:focus {
  color: #268bb9;
  text-decoration: underline;
}
.copyright-text {
  margin-top: 10px;
}
.copyright-brand {
  text-align: right;
}
.copyright-brand a {
  white-space: nowrap;
  color: #268bb9;
  text-decoration: none;
}
.copyright-brand a:hover,
.copyright-brand a:focus {
  color: #268bb9;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
  .copyright-brand {
    text-align: center;
    margin-top: 5px;
  }
  .item-table .copyright-text,
  .item-table .copyright-brand {
    display: block;
    width: 100%;
  }
}
div.pagination {
  float: none;
  width: 100%;
  padding: 15px;
  background: #f2f2f2;
  margin-bottom: 20px;
}
.paginator-control-label {
  text-align: right;
  margin-bottom: 0;
  padding-top: 7px;
}
.paginator-pages-first {
  float: left;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  padding: 3px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #268bb9;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.paginator-pages-first:hover,
.paginator-pages-first:focus {
  color: #268bb9;
  background-color: #ffffff;
  border-color: #dddddd;
}
.paginator-pages-last {
  float: right;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  position: relative;
  padding: 3px 10px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #268bb9;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.paginator-pages-last:hover,
.paginator-pages-last:focus {
  color: #268bb9;
  background-color: #ffffff;
  border-color: #dddddd;
}
.paginator-pages-middle {
  width: 200px;
  margin: 0 auto;
  padding: 3px 10px;
  text-align: center;
}
.paginator-ordering {
  margin-bottom: 15px;
  overflow: hidden;
}
.paginator .disabled {
  color: #777777;
  background-color: #ffffff;
  border-color: #dddddd;
  cursor: not-allowed;
}
.paginator .panel-body {
  background: #f5f5f5;
  border: 1px solid none;
}
@media (min-width: 480px) {
  .paginator-pages-middle {
    width: auto;
  }
}
@media (min-width: 480px) {
  .paginator-ordering {
    margin-bottom: 0;
  }
}
.has-bonus-block .rounded,
.is-bonus-block .rounded {
  width: 82px;
  height: 82px;
  border: 1px solid #d2d2d2;
  border-radius: 100%;
}
.has-bonus-block .fa-bonus,
.is-bonus-block .fa-bonus {
  font-size: 50px;
  display: inline-block;
  width: 70px;
  height: 70px;
  border: 1px solid #d2d2d2;
  border-radius: 100%;
  padding: 5px;
  margin: 5px;
  text-align: center;
  line-height: 60px;
  background: #268bb9;
}
.has-bonus-block .bonus-block-image,
.is-bonus-block .bonus-block-image {
  border: 1px solid #e8e8e8;
  background: #fff;
  height: 80px;
  text-align: center;
}
.has-bonus-block .bonus-block-image img,
.is-bonus-block .bonus-block-image img {
  max-width: 55px;
  max-height: 55px;
  margin-top: 12px;
}
.has-bonus-block .btn-bonus,
.is-bonus-block .btn-bonus {
  min-height: 80px;
  white-space: normal;
  padding: 10px 6px 6px 6px;
}
.has-bonus-block .btn-bonus-block,
.is-bonus-block .btn-bonus-block {
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.has-bonus-block .category-link,
.is-bonus-block .category-link {
  position: relative;
}
.has-bonus-block .category-link .active,
.is-bonus-block .category-link .active {
  display: block;
  padding-bottom: 9px;
  border-bottom: 3px solid #268bb9;
}
.has-bonus-block .category-link .active:before,
.is-bonus-block .category-link .active:before {
  content: "\f14a";
  font-family: "fontawesome";
  position: absolute;
  top: 0;
  left: 4px;
  color: #268bb9;
}
.has-bonus-block .bonus-block-counter,
.is-bonus-block .bonus-block-counter {
  height: 80px;
  border: 1px solid #e8e8e8;
  background: #ffffff;
  color: #268bb9;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  padding-top: 8px;
}
.has-bonus-block .bonus-block-counter span,
.is-bonus-block .bonus-block-counter span {
  font-size: 16px;
}
.has-bonus-block .bonus-block-counter a,
.is-bonus-block .bonus-block-counter a {
  text-decoration: none;
}
.has-bonus-block .bonus-block-counter a:hover,
.is-bonus-block .bonus-block-counter a:hover {
  opacity: .8;
}
.has-bonus-block .gift-info-number,
.is-bonus-block .gift-info-number {
  font-size: 28px;
  font-weight: 800;
  line-height: 1;
  margin-top: 10px;
}
.has-bonus-block .gift-info-text,
.is-bonus-block .gift-info-text {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}
.has-bonus-block .gift-info-more,
.is-bonus-block .gift-info-more {
  margin-top: 10px;
  font-size: 14px;
}
.has-bonus-block .btn-bonus {
  padding: 10px;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .navbar-menu-title {
    color: #ffffff;
    text-align: left;
    margin: 0;
    padding-left: 65px;
    line-height: 48px;
    background: #268bb9;
  }
  .navbar-menu .navbar-menu-toggle {
    float: left;
    margin: 0;
    background-color: #227ba4;
    color: #ffffff;
    border: 0;
    border-radius: 0;
    padding: 15px 18px;
    display: block;
    height: 48px;
  }
  .navbar-menu .navbar-menu-toggle a {
    color: #ffffff;
  }
  .navbar-menu-link::after {
    font-family: fontawesome;
    content: '\f105';
    position: absolute;
    right: 18px;
  }
  .navbar-menu-collapse {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  .navbar-menu-collapse.navbar-collapse {
    border: 0;
    box-shadow: none;
    padding: 0;
  }
  .navbar-menu-collapse .navbar-nav {
    margin: 0;
    background: #eeeeee;
  }
  .navbar-menu-collapse .navbar-nav li > a {
    color: #435360;
    text-transform: none;
    text-decoration: none;
  }
  .navbar-menu-collapse .navbar-nav li > a:focus,
  .navbar-menu-collapse .navbar-nav li > a:hover {
    border-bottom: none;
    background: #c4e4f1;
    color: #379adc;
  }
  .navbar-menu-collapse .navbar-nav li + li a {
    border-top: 1px solid #dcdcdc;
  }
  .navbar-menu-collapse .navbar-nav a {
    color: #435360;
  }
  .navbar-menu-collapse .navbar-nav a:hover {
    border-bottom: 0;
    color: #379adc;
  }
  .navbar-main .container {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .navbar-menu.navbar-header {
    float: none;
  }
}
@media (max-width: 991px) {
  .navbar-main .nav > li > a {
    padding: 12px 18px;
  }
}
@media (min-width: 768px) {
  .nmd {
    margin: -15px 0 0;
  }
}
@media (max-width: 767px) {
  .nmd {
    margin: -15px -15px 0;
  }
}
.nmd-item {
  display: flex;
  line-height: 1.3;
  text-transform: none;
}
@media (min-width: 768px) {
  .nmd-item {
    align-items: flex-start;
  }
  .active > .nmd-item > .nmd-toggle:before {
    content: '\f068';
  }
}
@media (max-width: 767px) {
  .nmd-item {
    align-items: center;
  }
  .active > .nmd-item {
    border-bottom: 1px solid #268bb9;
    margin-bottom: 4px;
  }
  .active > .nmd-item > .nmd-toggle:before {
    content: '\f104';
  }
  .active > .nmd-item > .nmd-link {
    padding: 12px;
  }
}
.nmd-toggle {
  display: block;
  border: 1px solid #268bb9;
  border-radius: 3px;
  color: #268bb9;
  background: #fff;
  cursor: pointer;
  z-index: 1;
}
.nmd-toggle:before {
  display: block;
  content: '\f067';
  font-family: 'FontAwesome';
  font-size: 8px;
  text-align: center;
}
.parent > .nmd-item > .nmd-toggle {
  opacity: 0;
  cursor: default;
}
@media (min-width: 768px) {
  .nmd-toggle {
    flex: 0 0 13px;
    max-width: 13px;
    height: 13px;
    margin-top: 7px;
  }
  .nmd-toggle:before {
    font-size: 8px;
    line-height: 11px;
  }
}
@media (max-width: 767px) {
  .nmd-toggle {
    flex-basis: 24px;
    max-width: 24px;
    height: 24px;
    margin-left: 20px;
  }
  .nmd-toggle:before {
    font-size: 14px;
    line-height: 22px;
  }
}
.nmd-link {
  flex: 1 0;
  font-weight: 500;
  color: #595959 !important;
  text-decoration: none;
}
.nmd-link:hover,
.current > .nmd-item > .nmd-link {
  color: #268bb9 !important;
}
@media (min-width: 768px) {
  .nmd-link {
    padding: 6px 8px;
  }
}
@media (max-width: 767px) {
  .nmd-link {
    padding: 12px;
  }
}
.nmd-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nmd-list ul {
  margin: 0;
  list-style: none;
}
.nmd-list li {
  position: relative;
}
.nmd-list > li {
  padding: 0 10px;
  border-bottom: 1px solid #e8e8e8;
}
@media (min-width: 768px) {
  .nmd-list ul {
    padding: 0 0 0 10px;
    font-size: 90%;
  }
  .nmd-list ul .nmd-item:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 0;
    margin-top: 10px;
    border-top: 1px solid #268bb9;
    transform: translateX(-13px);
  }
  .nmd-list ul .nmd-link {
    padding: 4px 5px;
  }
  .nmd-list ul .nmd-toggle {
    margin-top: 4px;
  }
  .nmd-list li {
    padding: 0 0 0 10px;
  }
  .nmd-list > li li:before {
    position: absolute;
    top: -9px;
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px solid #268bb9;
    transform: translateX(-14px);
  }
  .nmd-list > li li:last-child:before {
    height: 20px;
  }
}
@media (max-width: 767px) {
  .nmd-list ul {
    padding: 0;
  }
  .nmd-list ul .nmd-link {
    padding: 8px 12px;
  }
  .nmd-list li {
    padding: 0;
  }
  .nmd-list .parent-level {
    padding-bottom: 4px;
  }
}
.category-menu-header {
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .category-menu {
    margin-top: 0;
  }
}
.spinner {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .8;
}
.spinner-icon {
  width: 120px;
  height: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
}
.spinner-icon::before {
  font-size: 120px;
}
@media (max-width: 767px) {
  .btn-next-products {
    display: block;
    width: 100%;
  }
}
.order-detail {
  padding: 15px;
}
.order-detail-heading {
  font-weight: bold;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 5px;
}
.order-detail-row {
  padding: 10px 0px;
  border-bottom: 1px solid #e8e8e8;
}
.order-detail-section {
  padding: 15px;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.order-detail-section .row {
  padding-bottom: 10px;
}
.order-detail-small-label {
  font-size: 10px;
  font-weight: bold;
}
.order-detail-small-text {
  font-size: 10px;
}
.order-detail-total-price {
  font-size: 15px;
  font-weight: bold;
}
.order-detail-secondary-price {
  color: #adb8bf;
  font-size: 10px;
}
.order-detail-item-title {
  font-weight: bold;
}
.order-detail-label {
  font-weight: bold;
}
.order-header {
  margin-bottom: 18px;
}
.order-header-table {
  margin-bottom: 0;
}
.order-header-table th {
  width: 130px;
}
.order-list-label {
  color: #e35b5b;
  float: left;
  width: 20px;
}
.order-list-text {
  float: left;
  width: 88%;
}
@media (max-width: 767px) {
  .order-detail {
    padding-bottom: 0;
  }
  .order-detail-row {
    padding: 10px 0px;
    border: 1px solid #e8e8e8;
    margin-bottom: 10px;
  }
  .order-detail-row .row {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .order-detail-row-item-name {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
  }
}
@media (min-width: 768px) {
  .order-detail-row-right {
    text-align: right;
  }
  .order-detail-row-center {
    text-align: center;
  }
}
.wk-gallery-wall.margin {
  margin: 0 -15px 0 0;
}
.wk-slideshow-default .nav {
  z-index: 800;
}
.banner .wk-slideshow {
  margin: 0 0 15px 0;
}
.manufacturers .manufacturer-heading {
  display: table;
  width: 100%;
  min-height: 40px;
}
.manufacturers .manufacturer-heading h2 {
  font-size: 13px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.manufacturers .manufacturer img.img-responsive {
  display: inline;
}
.manufacturers .manufacturer-description {
  padding-top: 15px;
}
.related-variants {
  border-collapse: collapse;
}
.related-variant {
  border-bottom: 1px solid #e8e8e8;
}
.related-variant:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.related-variant-selection {
  margin-right: 10px;
  text-align: center;
}
.related-variant-selection input {
  cursor: pointer;
}
.related-variant-image {
  margin-right: 10px;
  padding: 10px 0;
  text-align: center;
}
.related-variant-title {
  margin-right: 10px;
}
.related-variant-content {
  padding: 10px 0;
}
.related-variant-price {
  margin-right: 10px;
  text-align: right;
}
.related-variant-price .specific-price {
  font-size: 12px;
  color: #adb8bf;
  font-weight: normal;
}
.related-variant-stock {
  text-align: right;
}
@media (max-width: 1379px) {
  .related-variant-title h4 {
    float: none;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .related-variant-price {
    float: none;
    line-height: 20px;
  }
}
.tag-combination-container {
  margin-bottom: 10px;
}
.tag-combination-container > div {
  margin-bottom: 10px;
}
.tag-combination-container span.circle {
  padding-right: 1em;
  margin-right: 1em;
}
.tag-combination-container span.circle:before {
  font-family: FontAwesome;
  content: "\f10c";
  color: #e35b5b;
  position: absolute;
}
.tag-combination-box {
  margin-top: 30px;
}
.tag-combination-box .tag-combination {
  border: 1px solid #f4f4f4;
  margin-bottom: 30px;
  padding: 7.5px;
}
.tag-combination-box .tag-combination .tag-combination-image {
  display: block;
  margin: 0 auto;
  text-align: center;
}
.tag-combination-box .tag-combination .title {
  text-align: center;
  margin: 10px 0 0;
  font-family: inherit;
  font-size: 15px;
  font-weight: normal;
  min-height: 48px;
  color: #3b4449;
}
.tag-combination-box .tag-combination .title a {
  color: inherit;
  text-decoration: underline;
}
.tag-combination-box .tag-combination .title a:focus,
.tag-combination-box .tag-combination .title a:hover {
  color: #268bb9;
  text-decoration: none;
}
@media (min-width: 1380px) {
  .tag-combination-box .tag-combination {
    padding: 15px;
  }
}
.subscription {
  display: table;
  width: 100%;
  table-layout: fixed;
  text-align: center;
  margin-bottom: 15px;
}
.subscription-box {
  display: table-cell;
}
.subscription-box i.fa-check,
.subscription-box i.fa-times {
  display: block;
  padding-top: 10px;
}
.subscription-box i.fa-check {
  color: #6ba33e;
}
.subscription-box i.fa-times {
  color: gray;
}
.subscription-box-tip {
  position: relative;
  z-index: 100;
  box-shadow: #555555 0px 0px 20px;
  -webkit-box-shadow: #555555 0px 0px 20px;
  -moz-box-shadow: #555555 0px 0px 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.subscription-heading {
  padding: 20px;
  background: #268bb9;
}
.subscription-heading h2 {
  color: #ffffff;
}
.subscription-heading-tip {
  padding-top: 40px;
}
.subscription-price {
  padding: 20px;
  background: #33a2d5;
  color: #ffffff;
  font-size: 200%;
  font-weight: 300;
}
.subscription-section {
  padding: 20px;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}
.subscription-section-note {
  display: block;
  min-height: 30px;
  padding-top: 10px;
  color: gray;
  font-size: 90%;
}
.subscription-section:nth-child(odd) {
  background: #eeeeee;
}
.subscription-section-tip {
  padding-bottom: 40px;
}
.subscription-section:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.subscription span[bubbletooltip] {
  text-decoration: none;
  position: relative;
  z-index: 200;
  color: #93aad3;
}
.subscription span[bubbletooltip] i {
  cursor: pointer;
}
.subscription span[bubbletooltip]:before {
  content: "";
  position: absolute;
  border-top: 21px solid #555555;
  border-left: 21px solid transparent;
  border-right: 21px solid transparent;
  visibility: hidden;
  top: -20px;
  left: -12px;
}
.subscription span[bubbletooltip]:after {
  position: absolute;
  content: attr(bubbletooltip);
  color: #ffffff;
  bottom: 25px;
  left: -40px;
  background: #555555;
  padding: 5px 10px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  visibility: hidden;
  width: 150px;
  text-align: left;
  font-size: 90%;
}
.subscription span[bubbletooltip]:hover:before,
.subscription span[bubbletooltip]:hover:after {
  visibility: visible;
  -moz-transition: visibility 0s linear .3s;
}
.subscription span[bubbletooltip]:hover {
  color: #f0c344;
}
@media (max-width: 767px) {
  .subscription {
    display: block;
  }
  .subscription-heading,
  .subscription-price,
  .subscription-section {
    padding: 10px;
  }
  .subscription-box {
    display: block;
    margin-bottom: 15px;
  }
  .subscription-box:last-child {
    margin-bottom: 0;
  }
  .subscription-box-tip {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
}
@media (max-width: 991px) {
  .subscription span[bubbletooltip]:after {
    left: -100px;
  }
}
.mod-manufacturer {
  padding: 5px;
}
.mod-manufacturer-content {
  display: block;
  text-align: center;
  padding: 0;
  border: 1px solid #e8e8e8;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.mod-manufacturer-content:hover {
  border: 1px solid #e8e8e8;
  -webkit-box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
  box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);
}
.mod-manufacturers {
  margin: 0 0 15px;
}
.mod-manufacturers-row {
  height: 100%;
  margin: -5px;
  border: 0;
}
.mod-manufacturers-others {
  display: flex;
  height: 100%;
  padding: 15px;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1;
  color: #3b4449;
  background: #f2f2f2;
  text-decoration: none;
}
.fa.mod-manufacturers-others-icon {
  font-size: 32px;
}
.mod-manufacturers-others-title-top {
  font-size: 32px;
  font-weight: bold;
}
.mod-manufacturers-others-title-bottom {
  font-size: 23px;
  font-weight: normal;
}
@media (min-width: 768px) {
  .mod-manufacturers-others {
    justify-content: space-between;
    flex-direction: column;
  }
  .fa.mod-manufacturers-others-icon {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .mod-manufacturers-others-title-top {
    font-size: 22px;
  }
  .mod-manufacturers-others-title-bottom {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .mod-manufacturers-others {
    justify-content: space-between;
    flex-direction: row;
    margin-top: 15px;
  }
  .mod-manufacturers-others-title {
    order: 1;
  }
  .mod-manufacturers-others-icon {
    order: 2;
  }
}
.panel-message-container {
  display: inline-flex;
  align-items: center;
}
.panel-message-text {
  text-align: center;
  margin-left: 15px;
}
.panel-message-text-title {
  color: #3b4449;
  font-size: 23px;
  font-weight: 700;
  line-height: 1;
}
.panel-message-text-content {
  font-size: 21px;
  font-weight: 800;
  line-height: 1;
}
.panel-message-text > *:not(:first-child) {
  margin-top: 4px;
}
.panel-message a {
  text-decoration: none;
}
@media (max-width: 991px) {
  .panel-message-container {
    margin-bottom: 15px;
  }
}
.captcha {
  margin-bottom: 10px;
}
.seznam-captcha {
  border: 0;
  padding: 0;
  overflow: visible;
}
.seznam-captcha-image {
  width: 83px;
  height: 34px;
  float: left;
  margin: 0;
}
.seznam-captcha-reload,
.seznam-captcha-reload:hover {
  top: 0;
  left: 85px;
}
.seznam-captcha-answer {
  position: absolute;
  width: 75px;
  left: 125px;
}
a.seznam-captcha-reload,
a.seznam-captcha-reload:hover {
  top: 0;
}
.subscriber {
  display: flex;
  background: none;
  background-size: initial;
  margin: 0;
  padding: 0;
}
.subscriber__text-above {
  margin: 0;
  font-size: 21px;
  font-weight: 600;
  font-style: normal;
  text-shadow: none;
  color: #3b4449;
}
.subscriber__text-below {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  text-shadow: none;
  color: #ffffff;
}
.subscriber__form {
  position: relative;
}
.subscriber__tooltip {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
  padding: 8px 15px;
  margin-bottom: 12px;
  border: 1px solid #e8e8e8;
  font-size: 11px;
  line-height: 1.4;
  color: #3b4449;
  background: #fff;
  z-index: 1070;
}
.subscriber__tooltip a {
  color: #268bb9;
  text-decoration: underline;
}
.subscriber__tooltip a:hover,
.subscriber__tooltip a:focus {
  color: #268bb9;
  text-decoration: none;
}
.subscriber__tooltip:before {
  left: 15px;
  width: 18px;
  height: 9px;
  border: 9px solid transparent;
  border-top-color: #e8e8e8;
}
.subscriber__tooltip:after {
  left: 16px;
  width: 16px;
  height: 8px;
  border: 8px solid transparent;
  border-top-color: #fff;
}
.subscriber__tooltip:before,
.subscriber__tooltip:after {
  position: absolute;
  top: 100%;
  display: block;
  content: '';
  border-bottom-width: 0;
}
.subscriber__input {
  position: relative;
  flex: 1 1;
  min-width: auto;
  min-height: 50px;
  padding: 6px 15px;
  font-size: 16px;
  line-height: 1.8;
  border: none;
  border-radius: 3px;
  color: #555555;
  background: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscriber__input:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.subscriber__btn {
  height: 50px;
  padding: 6px 36px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: normal;
}
.subscriber__btn.btn-default {
  border: #dcdcdc;
  background: #edefee;
  color: #818181;
}
.subscriber__note {
  position: absolute;
  top: 100%;
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.4;
}
.subscriber--inline {
  align-items: center;
}
@media (max-width: 991px) {
  .subscriber--inline {
    flex-wrap: wrap;
  }
}
@media (min-width: 992px) {
  .subscriber--inline .subscriber__desc {
    flex: 1 1;
    margin-right: auto;
    padding-right: 15px;
    text-align: left;
  }
  .subscriber--inline .subscriber__form {
    min-width: 50%;
    flex-basis: 50%;
  }
}
@media (min-width: 768px) {
  .subscriber--inline .subscriber__form {
    display: inline-flex;
    align-items: stretch;
  }
  .subscriber--inline .subscriber__input {
    margin-right: 25px;
  }
}
@media (max-width: 991px) {
  .subscriber--inline .subscriber__desc,
  .subscriber--inline .subscriber__form {
    flex-basis: 100%;
    max-width: 100%;
  }
  .subscriber--inline .subscriber__desc {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  .subscriber--inline .subscriber__desc {
    text-align: center;
  }
  .subscriber--inline .subscriber__input,
  .subscriber--inline .subscriber__btn {
    width: 100%;
  }
  .subscriber--inline .subscriber__btn {
    margin-top: 8px;
  }
}
.subscriber--boxed {
  flex-wrap: wrap;
}
.subscriber--boxed .subscriber__desc,
.subscriber--boxed .subscriber__form {
  flex-basis: 100%;
  max-width: 100%;
}
.subscriber--boxed .subscriber__desc {
  margin-bottom: 8px;
  text-align: center;
}
.subscriber--boxed .subscriber__input,
.subscriber--boxed .subscriber__btn {
  width: 100%;
}
.subscriber--boxed .subscriber__btn {
  margin-top: 8px;
}
.content .footer-banner-open-button-container {
  z-index: 999;
}
.content .footer-banner-open-button-background {
  right: 125px;
  width: 90px;
  height: 60px;
}
.content .footer-banner-open-button-link {
  padding: 0 15px 0 50px;
  line-height: 40px;
  color: #000000;
}
.content .footer-banner-open-button-link:hover {
  color: #000000;
  text-decoration: underline;
}
.content .footer-banner-close-button-link,
.content .footer-banner-open-button-icon-link {
  top: unset !important;
  bottom: 100%;
  right: 0;
  width: auto;
  height: auto;
  padding: 4px 10px;
  background: #268bb9;
  font-size: 10px;
  text-decoration: none;
}
.content .footer-banner-close-button-link .fa,
.content .footer-banner-open-button-icon-link .fa {
  font-size: 11px;
  line-height: 0;
  vertical-align: middle;
}
.content .footer-banner-close-button-link:hover,
.content .footer-banner-close-button-link:focus,
.content .footer-banner-open-button-container:hover .footer-banner-open-button-icon-link {
  color: white;
  background: #195b7a;
  text-decoration: none;
}
.content .footer-banner-container .footer-banner-image.left {
  width: 250px;
  height: 150px;
  left: -45px;
  bottom: 0;
}
.content .footer-banner-container .footer-banner-image.right {
  width: 250px;
  height: 150px;
  right: -25px;
  bottom: 0;
}
.content .footer-banner-container .footer-banner-inner {
  height: 120px;
}
.content .footer-banner-container.footer-banner-top .footer-banner-inner {
  width: 100%;
  min-height: 0;
  height: auto;
}
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container {
  line-height: 1.4;
  padding: 0;
}
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container a,
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container a:hover,
.content .footer-banner-container.footer-banner-top .footer-banner-inner .container a:focus {
  color: #ffffff;
}
.content .footer-banner-container .container {
  padding: 0px 250px 0 250px;
  line-height: 170%;
  color: #000000;
}
.content .footer-banner-container .container a {
  color: #000000;
}
@media (max-width: 991px) {
  .footer-banner-open-button-icon-link,
  .footer-banner-close-button-link {
    line-height: 1.42857143 !important;
  }
  .content .footer-banner-container.footer-banner-top .footer-banner-inner .container {
    padding: 0;
  }
  .content .footer-banner-container.footer-banner-top .footer-banner-inner .container .btn {
    margin-top: 5px;
  }
}
.cart-warning {
  color: #e95e63;
  border: 1px solid #f6d6db;
  background: #fef2f2;
  padding: 15px 5px;
  margin: 0 0 15px 0;
}
.cart-warning-table {
  display: table;
}
.cart-warning-table-cell {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
}
.cart-warning-table-cell-text {
  padding-left: 10px;
}
.cart-warning-table-cell-text-underlined {
  text-decoration: underline;
  cursor: pointer;
}
.cart-warning-table-cell-text-bold {
  font-weight: bold;
}
.cart-warning i.fa-ban {
  font-size: 26px;
}
.contact-info-message-title {
  color: #8ac453;
  line-height: 1.2;
  padding: 8px 14px 0 5px;
  font-size: inherit;
  font-weight: 400;
}
.contact-info-message-number a {
  color: #8ac453;
  font-size: inherit;
  font-weight: 400;
}
.contact-info-message-number a:before {
  font-family: IcoMoon;
  content: "\e919";
  margin: 0 10px;
  color: #8ac453;
  font-size: 17px;
  font-weight: 400;
}
.contact-info-message-content {
  line-height: 1.4;
  padding-top: 8px;
  margin: 0;
  color: inherit;
  font-size: inherit;
}
@media (max-width: 1379px) {
  .contact-info-message-icon {
    width: 20px;
    height: auto;
  }
  .contact-info-message-title {
    font-weight: 500;
    padding: 2px 10px 0 0px;
  }
  .contact-info-message-content {
    line-height: 1.2;
    padding-top: 2px;
  }
}
.toolbar {
  font-size: 13px;
  padding: 0;
}
@media (min-width: 1380px) {
  .toolbar {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .toolbar {
    height: 30px;
    line-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .toolbar {
    height: 48px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .toolbar {
    height: 100%;
    min-height: 48px;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  .toolbar {
    color: #ffffff;
    margin: 0;
  }
  .toolbar a {
    color: #ffffff;
    text-decoration: none;
  }
  .toolbar a:hover,
  .toolbar a:focus {
    color: #ffffff;
    text-decoration: underline;
  }
}
@media (max-width: 991px) {
  .toolbar {
    color: #3b4449;
    background: #f4f4f4;
  }
  .toolbar a {
    color: #3b4449;
    text-decoration: none;
  }
  .toolbar a:hover,
  .toolbar a:focus {
    color: #465157;
    text-decoration: underline;
  }
}
.resp-tabs-list li:after {
  content: "";
}
.resp-tab-content,
.resp-accordion {
  display: none;
}
.resp-content-active,
.resp-accordion-active {
  display: block;
}
.product-tabs-container .resp-accordion {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin: -1px 0 0;
  padding: 10px 15px;
  padding-right: 35px;
  border: 1px solid #e8e8e8;
  border-left: 2px solid #e8e8e8;
  background-color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-tabs-container .resp-accordion .badge {
  background: #c2c2c2;
}
.product-tabs-container .resp-accordion:hover {
  cursor: pointer;
}
.product-tabs-container .resp-accordion.resp-tab-active .badge {
  background: #268bb9;
}
.product-tabs-container .resp-accordion.resp-tab-active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-tabs-container .resp-accordion.resp-tab-active,
.product-tabs-container .resp-accordion:hover {
  border-left: 2px solid #268bb9;
}
.product-tabs-container .resp-accordion:first-child {
  margin-top: 0;
}
.product-tabs-container .resp-accordion:after {
  content: "\f0da";
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  top: 12px;
  right: 15px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.tag-content-container .resp-tabs-row {
  display: table;
  width: 100%;
  border-top: 1px solid #e8e8e8;
}
.tag-content-container .resp-tabs-list {
  display: table-cell;
  vertical-align: top;
  width: 25%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.tag-content-container .resp-tabs-list li {
  cursor: pointer;
  font-size: 13px;
  padding: 10px 15px;
}
.tag-content-container .resp-tabs-list li + li {
  border-top: 1px solid #e8e8e8;
}
.tag-content-container .resp-tabs-list li.resp-tab-active {
  background: #ffffff;
}
.tag-content-container .resp-tabs-list li:before {
  content: none;
}
.tag-content-container .resp-tabs-container {
  display: table-cell;
  vertical-align: top;
  width: 75%;
  padding: 0 15px;
}
.tag-content-container .resp-accordion {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border-top: 1px solid #e8e8e8;
}
.tag-content-container .resp-accordion:first-child {
  border-top: none;
}
.tag-content-container .resp-accordion .fa-resp-accordion:before {
  content: "\f0d7";
}
.tag-content-container .resp-accordion.resp-tab-active .fa-resp-accordion:before {
  content: "\f0d8";
}
.accordion .resp-tabs-list {
  display: flex;
  width: auto;
  padding: 0;
  margin: 0;
  list-style: none;
}
.accordion .resp-tabs-list .resp-tab-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-basis: auto;
  min-width: auto;
  height: auto;
  font-family: "Hind", sans-serif;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  color: #3b4449;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 1;
}
.accordion .resp-tabs-list .resp-tab-item + .resp-tab-item {
  border-left: 0;
}
.accordion .resp-tabs-list .resp-tab-item:hover {
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff5f5f5', GradientType=0);
}
.accordion .resp-tabs-list .resp-tab-item.resp-tab-active {
  font-weight: normal;
  color: #ffffff;
  background: #59666e;
  border-color: #49545a;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .resp-tabs-list .resp-tab-item.resp-tab-active:before {
  color: #3b4449;
}
.accordion .resp-tabs-list .resp-tab-item.resp-tab-active:after {
  content: "";
}
.accordion .resp-tabs-list .resp-tab-item[class*="fa-"] {
  padding-left: 15px;
}
.accordion .resp-tabs-list .resp-tab-item:before {
  font-family: FontAwesome;
  position: absolute;
  top: 9px;
  left: 14px;
  width: 40px;
  font-size: 30px;
  font-weight: 100;
  text-align: center;
  color: #3b4449;
}
.accordion .resp-tabs-list .resp-tab-item:after {
  content: none;
  position: absolute;
  width: 30px;
  height: 30px;
  border: 15px solid transparent;
  border-top-color: #49545a;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.accordion .resp-accordion {
  padding: 8px 18px;
  margin: 5px 0 0;
  font-family: "Hind", sans-serif;
  font-size: 13px;
  font-weight: normal;
  color: #3b4449;
  cursor: pointer;
  border: 1px solid #e8e8e8;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.accordion .resp-accordion:after {
  float: right;
  font-family: FontAwesome;
  content: "\f105";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: transform 400ms ease;
  -o-transition: transform 400ms ease;
  transition: transform 400ms ease;
}
.accordion .resp-accordion.resp-tab-active {
  font-weight: normal;
  color: #ffffff;
  background: #59666e;
  border-color: #49545a;
}
.accordion .resp-accordion.resp-tab-active:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (min-width: 768px) {
  .tag-content-container .resp-tabs-container {
    background: #ffffff;
  }
}
@media (max-width: 767px) {
  .resp-tabs-list {
    display: none;
  }
  .resp-accordion {
    display: block;
  }
  .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .resp-accordion-closed {
    display: none !important;
  }
  .product-tabs-container .resp-tab-content {
    margin-top: 0;
    border-top: 0;
  }
  .tag-content-container .resp-accordion {
    display: block;
    cursor: pointer;
    font-size: 110%;
    font-weight: normal;
    padding: 8px 15px;
    -webkit-transition: ease 200ms;
    -o-transition: ease 200ms;
    transition: ease 200ms;
  }
  .tag-content-container .resp-tab-content {
    margin: 0;
    padding: 5px 0 10px;
  }
  .tag-content-container .resp-tab-content > div + div .tag-item {
    border-top: 1px solid #f4f4f4;
  }
  .tag-content-container .resp-tabs-list {
    display: none;
  }
  .tag-content-container .resp-tabs-container {
    padding: 0;
  }
  .tag-content-container .resp-vtabs .resp-tabs-container {
    border: none;
    float: none;
    width: 100%;
    min-height: initial;
    clear: none;
  }
  .tag-content-container .resp-accordion-closed {
    display: none !important;
  }
  .accordion .resp-tabs-list {
    display: none;
  }
  .accordion .resp-tab-content {
    margin: 15px 0 30px;
  }
}
#lbCloseLink {
  width: 18px;
  height: 22px;
  background-position-x: right;
}
#lbPrevLink:hover {
  background: url('../images/arrows/prev.png') no-repeat 0 15%;
}
#lbNextLink:hover {
  background: url('../images/arrows/next.png') no-repeat 100% 15%;
}
.light-alert {
  border: 3px solid #268bb9;
  padding: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.light-alert-icon {
  height: 40px;
  text-align: center;
  margin-bottom: 10px;
}
.light-alert-text {
  text-align: center;
}
.light-alert-success {
  border: 3px solid #97bf66;
}
.light-alert-error {
  border: 3px solid #ef7d63;
}
@media (min-width: 768px) {
  .light-alert {
    flex-direction: row;
  }
  .light-alert-icon {
    text-align: left;
    margin-bottom: 0;
  }
  .light-alert-text {
    margin-left: 15px;
    text-align: left;
  }
}
.thank-you-block {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.thank-you-block-img {
  width: 90px;
  height: 90px;
  margin: 0;
}
.thank-you-block .light-alert {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .thank-you-block {
    margin-top: 40px;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .thank-you-block-img {
    margin: 0;
  }
}
.errorpage {
  display: flex;
  align-items: center;
  min-height: 100vh;
  font-size: 17px;
  font-weight: 300;
}
body.errorpage {
  background: white;
}
.errorpage-text {
  margin: 15px 0 30px;
}
.errorpage-btn {
  font-size: 17px;
  padding: 14px 24px;
}
.errorpage-stacktrace {
  max-width: 1000px;
  max-height: 430px;
  text-align: left;
}
@media (min-width: 992px) {
  .errorpage-img {
    flex-basis: 480px;
    flex-shrink: 0;
    width: 480px;
    min-width: 480px;
  }
}
@media (min-width: 768px) {
  .errorpage {
    flex-direction: row-reverse;
  }
  .errorpage-content {
    padding-right: 60px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .errorpage-img {
    width: 300px;
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .errorpage {
    flex-direction: column;
    text-align: center;
  }
  .errorpage-content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 15px;
    margin-bottom: auto;
  }
  .errorpage-img {
    width: 250px;
    padding-top: 15px;
    margin-top: auto;
  }
}
.feature {
  border-top: none;
  margin: 0;
  padding: 0;
  background: transparent;
  background-size: auto;
  color: #3b4449;
}
.stockroom {
  margin: 0;
  border-width: 0 0 1px 0;
}
.stockrooms {
  margin-bottom: 30px;
  font-size: 12px;
}
.stockroom-heading,
.stockrooms-heading {
  display: flex;
  color: #3b4449;
  padding: 4px 8px;
  text-decoration: none;
  justify-content: space-between;
}
.stockrooms-heading {
  font-size: 12px;
  font-weight: bold;
  background: #f2f2f2;
}
.stockrooms-heading > * {
  white-space: nowrap;
}
.stockroom-body {
  font-size: 12px;
  padding: 15px 8px;
}
.stockroom-title {
  flex-basis: 40%;
  min-width: 40%;
}
.stockroom-quantity,
.stockroom-availability,
.stockroom-delivery {
  text-align: center;
}
.stockroom-quantity {
  flex-basis: 15%;
  min-width: 15%;
}
.stockroom-availability {
  flex-basis: 20%;
  min-width: 20%;
}
.stockroom-delivery {
  flex-basis: 25%;
  min-width: 25%;
}
.stockroom table > thead > tr > th,
.stockroom .table > thead > tr > th,
.stockroom table > tbody > tr > th,
.stockroom .table > tbody > tr > th,
.stockroom table > tfoot > tr > th,
.stockroom .table > tfoot > tr > th,
.stockroom table > thead > tr > td,
.stockroom .table > thead > tr > td,
.stockroom table > tbody > tr > td,
.stockroom .table > tbody > tr > td,
.stockroom table > tfoot > tr > td,
.stockroom .table > tfoot > tr > td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.quantity-discount-label {
  display: block;
  width: 56px;
  font-size: 10px;
  text-align: center;
  line-height: 1.1;
  color: #ffffff;
  background: #fd443f;
  padding: 10px 0;
  position: absolute;
  top: 10px;
  left: 10px;
}
.quantity-discount-label-arrow {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
}
.quantity-discount-label-arrow polygon {
  fill: #d40802;
}
.quantity-discount-box {
  border: solid #d7e5e8;
  border-width: 1px 0 1px;
  background: #edf7f9;
  padding: 17px 14px;
  margin: 6px 0 -16px;
}
.quantity-discount-box .table {
  margin: 13px 0 6px;
}
.quantity-discount-box .table > tbody > tr > td {
  padding: 3px 0;
}
.quantity-discount-box .table > tbody > tr.current > td {
  color: #f55c59;
}
.quantity-discount-saving {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  color: #9c7112;
  background: #fff1b0;
  padding: 8px 34px;
}
.service {
  display: inline-flex;
  max-width: 160px;
  flex-shrink: 1;
  align-items: center;
  line-height: 1.2;
  padding: 10px;
}
.service-icon {
  display: block;
  margin-right: 10px;
  font-family: 'icomoon';
  text-align: center;
  color: #268bb9;
}
.services {
  display: flex;
  margin: 0 -10px;
  padding: 0 0 38px;
}
@media (min-width: 1380px) {
  .service-icon {
    height: 32px;
    font-size: 32px;
    line-height: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1379px) {
  .service-icon {
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .service {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  .service {
    padding: 5px;
    flex-basis: 50%;
  }
  .service-icon {
    min-width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }
  .services {
    flex-wrap: wrap;
    margin: 0 -5px;
    padding: 0 0 20px;
  }
}
.actdisc {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.actdisc-checkbox {
  position: relative;
  width: 28px;
  height: 28px;
  margin-right: 14px;
  z-index: 1;
}
.actdisc-checkbox:before {
  content: '';
  position: absolute;
  background: transparent;
  border-radius: 50%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 0 0 #5cb85c;
  box-shadow: 0 0 0 0 #5cb85c;
}
.actdisc-checkbox.active:before {
  -webkit-transition: 800ms ease;
  -o-transition: 800ms ease;
  transition: 800ms ease;
  -webkit-box-shadow: 0 0 0 20px transparent;
  box-shadow: 0 0 0 20px transparent;
}
.actdisc-checkbox:before,
.actdisc-input {
  display: block;
  width: 100%;
  height: 100%;
}
.actdisc-input {
  position: relative;
  background: #fff;
  border: 2px solid #878787;
  border-radius: 6px;
  margin: 0;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 200ms ease;
  -o-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
}
.actdisc-input:focus {
  outline: none;
}
.actdisc-checkbox.active .actdisc-input {
  transition: 200ms ease;
  background: url('../images/ui/check.svg') #5cb85c;
  border-color: #5cb85c;
}
.actdisc-label {
  font-size: 15px;
  font-weight: bold;
  color: black;
  line-height: 1.1;
}
.actdisc-coupon {
  display: block;
  width: 101px;
  height: 49px;
  font-size: 20px;
  font-weight: bold;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
  padding: 0 10px;
  margin-left: 22px;
  color: #ff9000;
  background: url("../images/ui/coupon.svg") center no-repeat;
}
.actdisc:hover .actdisc-input {
  border-color: #5cb85c;
}
.heurev-user {
  font-weight: bold;
  color: #000;
}
.heurev-eval {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  color: #30a9d4;
}
.heurev-stars {
  display: block;
  width: 100px;
  height: 20px;
  margin-left: 10px;
  background: url('../images/ui/heureka-stars.gif') no-repeat scroll 0 -20px;
}
.heurev-rating {
  display: block;
  height: 100%;
  background: url('../images/ui/heureka-stars.gif') no-repeat scroll 0 0;
}
.heurev-plus,
.heurev-minus {
  margin: 0;
  padding: 0;
  list-style: none;
}
.heurev-plus li,
.heurev-minus li {
  position: relative;
  margin: 0;
  padding: 0 0 0 20px;
}
.heurev-plus li:before,
.heurev-minus li:before {
  display: block;
  content: '';
  width: 12px;
  height: 12px;
  background: url('../images/ui/heureka-rating.png') no-repeat 0 0;
  position: absolute;
  top: 2px;
  left: 0;
}
.heurev-plus li:not(:first-child),
.heurev-minus li:not(:first-child) {
  margin-top: 4px;
}
.heurev-plus {
  color: #50ad30;
}
.heurev-minus {
  color: #dc2424;
}
.heurev-minus li:before {
  background-position-x: -12px;
}
.heurev > *:not(:first-child) {
  margin-top: 8px;
}
.heurev:not(:first-child):before {
  content: '';
  display: block;
  border-top: 1px solid #e2e2e2;
  margin: 18px 0;
}
.timer-heading {
  font-size: 12px;
  font-weight: 600;
  color: #3b4449;
}
.countdown {
  display: flex;
  font-family: 'Courier New', monospace;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.2;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.countdown:before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url('../images/ui/icon-countdown.png') center no-repeat;
  background-size: contain;
  margin-right: 6px;
}
.countdown-col:not(:first-child):before {
  content: ':';
  color: #fd443f;
  margin: 0 2px;
}
.countdown-type {
  font-size: 13px;
}
@media (max-width: 991px) {
  .timer {
    display: flex;
    align-items: center;
  }
  .timer-heading {
    font-size: 16px;
  }
  .countdown {
    font-size: 19px;
    margin-left: 20px;
  }
}
.wishlist-email-link {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid;
}
.wishlist-email-link:hover,
.wishlist-email-link:active,
.wishlist-email-link:focus {
  border-bottom: none;
  text-decoration: none;
}
.wishlist-btn {
  padding: 0;
  margin-bottom: 10px;
  background: transparent;
  border: none;
  color: #268bb9;
}
.wishlist-btn:hover,
.wishlist-btn:active,
.wishlist-btn:focus {
  background: transparent;
  outline: 0;
}
.wishlist-btn:hover i:before,
.wishlist-btn:active i:before,
.wishlist-btn:focus i:before {
  color: #268bb9;
  content: "\f004";
}
@media (max-width: 767px) {
  .wishlist .item-cell .remove-item {
    width: 100%;
    text-align: right;
  }
}
.window {
  position: absolute;
  left: auto;
  right: 0;
  display: none;
  padding: 0;
  margin-top: 15px;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: #fff;
  z-index: 1000;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.3);
}
.window a {
  text-decoration: none;
  color: #268bb9;
}
.window a:hover {
  text-decoration: underline;
  color: #268bb9;
}
.window-heading {
  font-size: 16px;
  font-weight: 500;
}
.window-note {
  font-size: 12px;
  font-weight: 500;
}
.window-body {
  padding: 15px;
}
.window-body > .window-heading:first-child {
  margin: -8px 0 10px;
}
.window-footer {
  display: flex;
  flex-grow: 1;
  justify-content: flex-end;
  align-items: flex-end;
}
.window-footer a,
.window-footer a:hover {
  color: inherit;
  text-decoration: inherit;
}
.window-column {
  min-width: 400px;
  display: flex;
  flex-direction: column;
}
.window-columns {
  align-items: stretch;
}
.window-feature {
  background: #f5f5f5;
}
.window:before {
  position: absolute;
  bottom: 100%;
  right: 75px;
  display: block;
  content: '';
  width: 16px;
  height: 8px;
  border: solid transparent;
  border-width: 0 8px 8px 8px;
  border-bottom-color: #fff;
}
.window:after {
  position: absolute;
  top: -16px;
  right: 0;
  display: block;
  content: '';
  width: 120px;
  height: 15px;
}
.mt-0 {
  margin-top: 0;
}
.mt-1 {
  margin-top: 5px;
}
.mt-2 {
  margin-top: 10px;
}
.mt-3 {
  margin-top: 15px;
}
.mt-4 {
  margin-top: 30px;
}
.mt-5 {
  margin-top: 60px;
}
.mt-6 {
  margin-top: 90px;
}
.mb-0 {
  margin-bottom: 0;
}
.mb-1 {
  margin-bottom: 5px;
}
.mb-2 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 15px;
}
.mb-4 {
  margin-bottom: 30px;
}
.mb-5 {
  margin-bottom: 60px;
}
.mb-6 {
  margin-bottom: 90px;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.my-1 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.my-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.my-4 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-5 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-6 {
  margin-top: 90px;
  margin-bottom: 90px;
}
.ml-0 {
  margin-left: 0;
}
.ml-1 {
  margin-left: 5px;
}
.ml-2 {
  margin-left: 10px;
}
.ml-3 {
  margin-left: 15px;
}
.mr-0 {
  margin-right: 0;
}
.mr-1 {
  margin-right: 5px;
}
.mr-2 {
  margin-right: 10px;
}
.mr-3 {
  margin-right: 15px;
}
@media (min-width: 480px) {
  .mt-xs-0 {
    margin-top: 0;
  }
  .mt-xs-1 {
    margin-top: 5px;
  }
  .mt-xs-2 {
    margin-top: 10px;
  }
  .mt-xs-3 {
    margin-top: 15px;
  }
  .mt-xs-4 {
    margin-top: 30px;
  }
  .mt-xs-5 {
    margin-top: 60px;
  }
  .mt-xs-6 {
    margin-top: 90px;
  }
  .mb-xs-0 {
    margin-bottom: 0;
  }
  .mb-xs-1 {
    margin-bottom: 5px;
  }
  .mb-xs-2 {
    margin-bottom: 10px;
  }
  .mb-xs-3 {
    margin-bottom: 15px;
  }
  .mb-xs-4 {
    margin-bottom: 30px;
  }
  .mb-xs-5 {
    margin-bottom: 60px;
  }
  .mb-xs-6 {
    margin-bottom: 90px;
  }
  .my-xs-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-xs-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-xs-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-xs-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-xs-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-xs-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-xs-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ml-xs-0 {
    margin-left: 0;
  }
  .ml-xs-1 {
    margin-left: 5px;
  }
  .ml-xs-2 {
    margin-left: 10px;
  }
  .ml-xs-3 {
    margin-left: 15px;
  }
  .mr-xs-0 {
    margin-right: 0;
  }
  .mr-xs-1 {
    margin-right: 5px;
  }
  .mr-xs-2 {
    margin-right: 10px;
  }
  .mr-xs-3 {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .mt-sm-0 {
    margin-top: 0;
  }
  .mt-sm-1 {
    margin-top: 5px;
  }
  .mt-sm-2 {
    margin-top: 10px;
  }
  .mt-sm-3 {
    margin-top: 15px;
  }
  .mt-sm-4 {
    margin-top: 30px;
  }
  .mt-sm-5 {
    margin-top: 60px;
  }
  .mt-sm-6 {
    margin-top: 90px;
  }
  .mb-sm-0 {
    margin-bottom: 0;
  }
  .mb-sm-1 {
    margin-bottom: 5px;
  }
  .mb-sm-2 {
    margin-bottom: 10px;
  }
  .mb-sm-3 {
    margin-bottom: 15px;
  }
  .mb-sm-4 {
    margin-bottom: 30px;
  }
  .mb-sm-5 {
    margin-bottom: 60px;
  }
  .mb-sm-6 {
    margin-bottom: 90px;
  }
  .my-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-sm-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-sm-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-sm-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-sm-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-sm-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-sm-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ml-sm-0 {
    margin-left: 0;
  }
  .ml-sm-1 {
    margin-left: 5px;
  }
  .ml-sm-2 {
    margin-left: 10px;
  }
  .ml-sm-3 {
    margin-left: 15px;
  }
  .mr-sm-0 {
    margin-right: 0;
  }
  .mr-sm-1 {
    margin-right: 5px;
  }
  .mr-sm-2 {
    margin-right: 10px;
  }
  .mr-sm-3 {
    margin-right: 15px;
  }
}
@media (min-width: 992px) {
  .mt-md-0 {
    margin-top: 0;
  }
  .mt-md-1 {
    margin-top: 5px;
  }
  .mt-md-2 {
    margin-top: 10px;
  }
  .mt-md-3 {
    margin-top: 15px;
  }
  .mt-md-4 {
    margin-top: 30px;
  }
  .mt-md-5 {
    margin-top: 60px;
  }
  .mt-md-6 {
    margin-top: 90px;
  }
  .mb-md-0 {
    margin-bottom: 0;
  }
  .mb-md-1 {
    margin-bottom: 5px;
  }
  .mb-md-2 {
    margin-bottom: 10px;
  }
  .mb-md-3 {
    margin-bottom: 15px;
  }
  .mb-md-4 {
    margin-bottom: 30px;
  }
  .mb-md-5 {
    margin-bottom: 60px;
  }
  .mb-md-6 {
    margin-bottom: 90px;
  }
  .my-md-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-md-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-md-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-md-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-md-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-md-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-md-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ml-md-0 {
    margin-left: 0;
  }
  .ml-md-1 {
    margin-left: 5px;
  }
  .ml-md-2 {
    margin-left: 10px;
  }
  .ml-md-3 {
    margin-left: 15px;
  }
  .mr-md-0 {
    margin-right: 0;
  }
  .mr-md-1 {
    margin-right: 5px;
  }
  .mr-md-2 {
    margin-right: 10px;
  }
  .mr-md-3 {
    margin-right: 15px;
  }
}
@media (min-width: 1380px) {
  .mt-lg-0 {
    margin-top: 0;
  }
  .mt-lg-1 {
    margin-top: 5px;
  }
  .mt-lg-2 {
    margin-top: 10px;
  }
  .mt-lg-3 {
    margin-top: 15px;
  }
  .mt-lg-4 {
    margin-top: 30px;
  }
  .mt-lg-5 {
    margin-top: 60px;
  }
  .mt-lg-6 {
    margin-top: 90px;
  }
  .mb-lg-0 {
    margin-bottom: 0;
  }
  .mb-lg-1 {
    margin-bottom: 5px;
  }
  .mb-lg-2 {
    margin-bottom: 10px;
  }
  .mb-lg-3 {
    margin-bottom: 15px;
  }
  .mb-lg-4 {
    margin-bottom: 30px;
  }
  .mb-lg-5 {
    margin-bottom: 60px;
  }
  .mb-lg-6 {
    margin-bottom: 90px;
  }
  .my-lg-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .my-lg-1 {
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .my-lg-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .my-lg-3 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .my-lg-4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .my-lg-5 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .my-lg-6 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ml-lg-0 {
    margin-left: 0;
  }
  .ml-lg-1 {
    margin-left: 5px;
  }
  .ml-lg-2 {
    margin-left: 10px;
  }
  .ml-lg-3 {
    margin-left: 15px;
  }
  .mr-lg-0 {
    margin-right: 0;
  }
  .mr-lg-1 {
    margin-right: 5px;
  }
  .mr-lg-2 {
    margin-right: 10px;
  }
  .mr-lg-3 {
    margin-right: 15px;
  }
}
.d-none {
  display: none ;
}
.d-inline {
  display: inline ;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block ;
}
.d-table {
  display: table ;
}
.d-table-row {
  display: table-row;
}
.d-table-cell {
  display: table-cell;
}
.d-flex {
  display: flex ;
}
.d-inline-flex {
  display: inline-flex;
}
/* header */
/* main nav */
/* card */
/* Step bar */
/* navbar menu */
/* menu secondary */
/* simple menu */
/* butttons */
/* tags */
/* products */
/* footer top 2 */
/* panel message */
/* search form */
/* benefits */
/* KTSmailer */
